Package: guile;
Reported by: Marcin Cieslak <saper <at> saper.info>
Date: Tue, 18 Aug 2015 07:06:02 UTC
Severity: minor
Done: Marcin Cieslak <saper <at> saper.info>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 21285 in the body.
You can then email your comments to 21285 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
View this report as an mbox folder, status mbox, maintainer mbox
bug-guile <at> gnu.org
:bug#21285
; Package guile
.
(Tue, 18 Aug 2015 07:06:03 GMT) Full text and rfc822 format available.Marcin Cieslak <saper <at> saper.info>
:bug-guile <at> gnu.org
.
(Tue, 18 Aug 2015 07:06:05 GMT) Full text and rfc822 format available.Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
From: Marcin Cieslak <saper <at> saper.info> To: bug-guile <at> gnu.org Subject: configure: <uniconv.h> not found despite --with-libunistring-prefix Date: Tue, 18 Aug 2015 00:44:17 +0000
Hello, I cannot configure guile on an oldish Solaris SPARC machine when giving --with-libunistring-prefix to the unistring location: The library is available: $ file /home/admini/saper/sparcv9/lib/libunistring.so /home/admini/saper/sparcv9/lib/libunistring.so: ELF 64-bit MSB dynamic lib SPARCV9 Version 1, UltraSPARC3 Extensions Required, dynamically linked, not stripped as well as the header file: $ ls -l /home/admini/saper/sparcv9/include/uniconv.h -rw-r--r-- 1 saper saper 7496 sie 17 23:11 /home/admini/saper/sparcv9/include/uniconv.h I think this is because the -I flag is missing. I tried to peek into gnulib m4 machinery but got lost :( Will try adding CPPFLAGS as a workaround, but maybe m4 macros need some adjustment. ~Marcin --- BEGIN fragments of config.log --- full file follows --- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU Guile configure 2.0.11, which was generated by GNU Autoconf 2.69. Invocation command line was $ ../../src/guile-2.0.11/configure --build=sparc-sun-solaris.2.9 --host=sparc64-sun-solaris.2.9 --target=sparc64-sun-solaris.2.9 --prefix=/home/admini/saper/sparcv9 --with-libgmp-prefix=/home/admini/saper/sparcv9 --with-libintl-prefix=/home/admini/saper/sparcv9 --with-libreadline-prefix=/home/admini/saper/sparcv9 --with-libunistring-prefix=/home/admini/saper/sparcv9 --with-libltdl-prefix=/home/admini/saper/sparcv9 CC=/home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 CC_FOR_BUILD=/home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 BDW_GC_CFLAGS=-I/home/admini/saper/sparcv9/include BDW_GC_LIBS=-L/home/admini/saper/sparcv9/lib -lgc LIBFFI_CFLAGS=-I/home/admini/saper/sparcv9/include LIBFFI_LIBS=-L/home/admini/saper/sparcv9/lib -lffi AR=/usr/ccs/bin/ar LD=/usr/ccs/bin/ld NM=/usr/ccs/bin/nm STRIP=/usr/ccs/bin/strip /* snip */ configure:14672: checking for libunistring configure:14694: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lunistring >&5 conftest.c:123:21: fatal error: uniconv.h: No such file or directory #include <uniconv.h> ^ compilation terminated. /* snip */ configure:14704: result: no, trying again together with libiconv configure:15226: checking for libunistring configure:15248: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c /home/admini/saper/sparcv9/lib/libiconv.so -R/home/admini/saper/sparcv9/lib -lunistring >&5 conftest.c:123:21: fatal error: uniconv.h: No such file or directory #include <uniconv.h> ^ compilation terminated. /* snip */ | /* end confdefs.h. */ | #include <uniconv.h> | int | main () | { | u8_strconv_from_locale((char*)0); | ; | return 0; | } configure:15258: result: no, consider installing GNU libunistring /* snip */ configure:48450: error: GNU libunistring is required, please install it. --- END fragments of config.log --- full file below --- This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by GNU Guile configure 2.0.11, which was generated by GNU Autoconf 2.69. Invocation command line was $ ../../src/guile-2.0.11/configure --build=sparc-sun-solaris.2.9 --host=sparc64-sun-solaris.2.9 --target=sparc64-sun-solaris.2.9 --prefix=/home/admini/saper/sparcv9 --with-libgmp-prefix=/home/admini/saper/sparcv9 --with-libintl-prefix=/home/admini/saper/sparcv9 --with-libreadline-prefix=/home/admini/saper/sparcv9 --with-libunistring-prefix=/home/admini/saper/sparcv9 --with-libltdl-prefix=/home/admini/saper/sparcv9 CC=/home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 CC_FOR_BUILD=/home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 BDW_GC_CFLAGS=-I/home/admini/saper/sparcv9/include BDW_GC_LIBS=-L/home/admini/saper/sparcv9/lib -lgc LIBFFI_CFLAGS=-I/home/admini/saper/sparcv9/include LIBFFI_LIBS=-L/home/admini/saper/sparcv9/lib -lffi AR=/usr/ccs/bin/ar LD=/usr/ccs/bin/ld NM=/usr/ccs/bin/nm STRIP=/usr/ccs/bin/strip ## --------- ## ## Platform. ## ## --------- ## hostname = akson uname -m = sun4u uname -r = 5.9 uname -s = SunOS uname -v = Generic_122300-34 /usr/bin/uname -p = sparc /bin/uname -X = System = SunOS Node = akson Release = 5.9 KernelID = Generic_122300-34 Machine = sun4u BusType = <unknown> Serial = <unknown> Users = <unknown> OEM# = 0 Origin# = 1 NumCPU = 8 /bin/arch = sun4 /usr/bin/arch -k = sun4u /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/admini/saper/bin/ PATH: /home/admini/saper/sparcv9/bin PATH: /home/admini/saper/sparcv7/bin PATH: /home/admini/saper/bin PATH: /home/admini/saper/bin/ PATH: /opt/csw/bin PATH: /usr/bin PATH: /usr/sbin PATH: /usr/ccs/bin PATH: /usr/local/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:4028: checking for a BSD-compatible install configure:4096: result: ../../src/guile-2.0.11/build-aux/install-sh -c configure:4107: checking whether build environment is sane configure:4162: result: yes configure:4221: checking for sparc64-sun-solaris.2.9-strip configure:4248: result: /usr/ccs/bin/strip configure:4313: checking for a thread-safe mkdir -p configure:4352: result: ../../src/guile-2.0.11/build-aux/install-sh -c -d configure:4359: checking for gawk configure:4389: result: no configure:4359: checking for mawk configure:4389: result: no configure:4359: checking for nawk configure:4375: found /usr/bin/nawk configure:4386: result: nawk configure:4397: checking whether make sets $(MAKE) configure:4419: result: yes configure:4448: checking whether make supports nested variables configure:4465: result: yes configure:4592: checking whether make supports nested variables configure:4609: result: yes configure:4646: checking build system type configure:4660: result: sparc-sun-solaris.2.9 configure:4680: checking host system type configure:4693: result: sparc64-sun-solaris.2.9 configure:5027: checking for sparc64-sun-solaris.2.9-gcc configure:5054: result: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 configure:5323: checking for C compiler version configure:5332: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 --version >&5 gcc (GCC) 4.9.3 Copyright (C) 2015 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:5343: $? = 0 configure:5332: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -v >&5 Using built-in specs. COLLECT_GCC=/home/admini/saper/sparcv7/bin/gcc COLLECT_LTO_WRAPPER=/home/admini/saper/sparcv7/libexec/gcc/sparc-sun-solaris2.9/4.9.3/lto-wrapper Target: sparc-sun-solaris2.9 Configured with: /home/admini/saper/src/gcc-4.9.3/configure --prefix=/home/admini/saper/sparcv7 --with-gmp=/home/admini/saper/sparcv7 --with-mpfr=/home/admini/saper/sparcv7 --with-mpc=/home/admini/saper/sparcv7 --with-isl=/home/admini/saper/sparcv7 --with-cloog=/home/admini/saper/sparcv7 --without-gnu-as --without-gnu-ld --disable-libunwind-exceptions --enable-languages=c,c++ --enable-obsolete Thread model: posix gcc version 4.9.3 (GCC) configure:5343: $? = 0 configure:5332: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:5343: $? = 1 configure:5332: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:5343: $? = 1 configure:5363: checking whether the C compiler works configure:5385: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 conftest.c >&5 configure:5389: $? = 0 configure:5437: result: yes configure:5440: checking for C compiler default output file name configure:5442: result: a.out configure:5448: checking for suffix of executables configure:5455: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest conftest.c >&5 configure:5459: $? = 0 configure:5481: result: configure:5503: checking whether we are cross compiling configure:5541: result: yes configure:5546: checking for suffix of object files configure:5568: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c conftest.c >&5 configure:5572: $? = 0 configure:5593: result: o configure:5597: checking whether we are using the GNU C compiler configure:5616: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c conftest.c >&5 configure:5616: $? = 0 configure:5625: result: yes configure:5634: checking whether /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 accepts -g configure:5654: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g conftest.c >&5 configure:5654: $? = 0 configure:5695: result: yes configure:5712: checking for /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 option to accept ISO C89 configure:5775: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:5775: $? = 0 configure:5788: result: none needed configure:5813: checking whether /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 understands -c and -o together configure:5835: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c conftest.c -o conftest2.o configure:5838: $? = 0 configure:5835: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c conftest.c -o conftest2.o configure:5838: $? = 0 configure:5850: result: yes configure:5878: checking for style of include used by make configure:5906: result: GNU configure:5932: checking dependency style of /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 configure:6043: result: gcc3 configure:6064: checking how to run the C preprocessor configure:6095: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c configure:6095: $? = 0 configure:6109: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:6109: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:6134: result: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E configure:6154: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c configure:6154: $? = 0 configure:6168: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:6168: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:6197: checking for grep that handles long lines and -e configure:6255: result: /usr/local/bin/grep configure:6260: checking for egrep configure:6322: result: /usr/local/bin/grep -E configure:6329: checking for Minix Amsterdam compiler configure:6353: result: no configure:6472: checking for sparc64-sun-solaris.2.9-ranlib configure:6502: result: no configure:6512: checking for ranlib configure:6528: found /home/admini/saper/sparcv7/bin/ranlib configure:6539: result: ranlib configure:6551: WARNING: using cross tools not prefixed with host triplet configure:6566: checking for ANSI C header files configure:6586: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:6586: $? = 0 configure:6667: result: yes configure:6680: checking for sys/types.h configure:6680: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:6680: $? = 0 configure:6680: result: yes configure:6680: checking for sys/stat.h configure:6680: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:6680: $? = 0 configure:6680: result: yes configure:6680: checking for stdlib.h configure:6680: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:6680: $? = 0 configure:6680: result: yes configure:6680: checking for string.h configure:6680: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:6680: $? = 0 configure:6680: result: yes configure:6680: checking for memory.h configure:6680: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:6680: $? = 0 configure:6680: result: yes configure:6680: checking for strings.h configure:6680: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:6680: $? = 0 configure:6680: result: yes configure:6680: checking for inttypes.h configure:6680: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:6680: $? = 0 configure:6680: result: yes configure:6680: checking for stdint.h configure:6680: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:6680: $? = 0 configure:6680: result: yes configure:6680: checking for unistd.h configure:6680: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:6680: $? = 0 configure:6680: result: yes configure:6693: checking minix/config.h usability configure:6693: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:52:26: fatal error: minix/config.h: No such file or directory #include <minix/config.h> ^ compilation terminated. configure:6693: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define 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:6693: result: no configure:6693: checking minix/config.h presence configure:6693: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c conftest.c:19:26: fatal error: minix/config.h: No such file or directory #include <minix/config.h> ^ compilation terminated. configure:6693: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define 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:6693: result: no configure:6693: checking for minix/config.h configure:6693: result: no configure:6717: checking whether it is safe to define __EXTENSIONS__ configure:6735: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:6735: $? = 0 configure:6742: result: yes configure:6757: checking whether _XOPEN_SOURCE should be defined configure:6776: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:6776: $? = 0 configure:6800: result: no configure:6848: checking for special C compiler options needed for large files configure:6893: result: no configure:6899: checking for _FILE_OFFSET_BITS value needed for large files configure:6924: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:6924: $? = 0 configure:6956: result: no configure:7061: autobuild project... GNU Guile configure:7067: autobuild revision... 2.0.11 configure:7072: autobuild hostname... akson configure:7083: autobuild timestamp... 20150817T232814Z configure:7286: checking how to run the C preprocessor configure:7356: result: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E configure:7376: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c configure:7376: $? = 0 configure:7390: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c conftest.c:26:28: fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h> ^ compilation terminated. configure:7390: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:7418: checking for a sed that does not truncate output configure:7482: result: /opt/csw/bin/gsed configure:7491: checking for gawk configure:7518: result: nawk configure:7529: checking whether ln -s works configure:7533: result: yes configure:7545: checking for sparc64-sun-solaris.2.9-ar configure:7572: result: /usr/ccs/bin/ar configure:7642: checking the archiver (/usr/ccs/bin/ar) interface configure:7658: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:7658: $? = 0 configure:7660: /usr/ccs/bin/ar cru libconftest.a conftest.o >&5 configure:7663: $? = 0 configure:7691: result: ar configure:7748: checking for sys/socket.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:7748: $? = 0 configure:7748: result: yes configure:7748: checking for arpa/inet.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:7748: $? = 0 configure:7748: result: yes configure:7748: checking for features.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:62:22: fatal error: features.h: No such file or directory #include <features.h> ^ compilation terminated. configure:7748: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_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:7748: result: no configure:7748: checking for sys/param.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:7748: $? = 0 configure:7748: result: yes configure:7748: checking for dirent.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:7748: $? = 0 configure:7748: result: yes configure:7748: checking for xlocale.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:64:21: fatal error: xlocale.h: No such file or directory #include <xlocale.h> ^ compilation terminated. configure:7748: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_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 <xlocale.h> configure:7748: result: no configure:7748: checking for unistd.h configure:7748: result: yes configure:7748: checking for sys/stat.h configure:7748: result: yes configure:7748: checking for netdb.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:7748: $? = 0 configure:7748: result: yes configure:7748: checking for netinet/in.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:7748: $? = 0 configure:7748: result: yes configure:7748: checking for sys/time.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:7748: $? = 0 configure:7748: result: yes configure:7748: checking for iconv.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:7748: $? = 0 configure:7748: result: yes configure:7748: checking for langinfo.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:7748: $? = 0 configure:7748: result: yes configure:7748: checking for math.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:7748: $? = 0 configure:7748: result: yes configure:7748: checking for sys/mman.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:7748: $? = 0 configure:7748: result: yes configure:7748: checking for poll.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:7748: $? = 0 configure:7748: result: yes configure:7748: checking for sys/ioctl.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:7748: $? = 0 configure:7748: result: yes configure:7748: checking for sys/filio.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:7748: $? = 0 configure:7748: result: yes configure:7748: checking for malloc.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:7748: $? = 0 configure:7748: result: yes configure:7748: checking for sys/select.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:7748: $? = 0 configure:7748: result: yes configure:7748: checking for wchar.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:7748: $? = 0 configure:7748: result: yes configure:7748: checking for stdint.h configure:7748: result: yes configure:7748: checking for sys/file.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:7748: $? = 0 configure:7748: result: yes configure:7748: checking for sys/times.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:7748: $? = 0 configure:7748: result: yes configure:7748: checking for sys/uio.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:7748: $? = 0 configure:7748: result: yes configure:7748: checking for wctype.h configure:7748: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:7748: $? = 0 configure:7748: result: yes configure:7779: checking whether the preprocessor supports include_next configure:7817: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 -Iconftestd1b -Iconftestd2 conftest.c >&5 configure:7817: $? = 0 configure:7838: result: yes configure:7859: checking whether system header files limit the line length configure:7882: result: no configure:8027: checking whether <sys/socket.h> is self-contained configure:8044: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:8044: $? = 0 configure:8052: result: yes configure:8057: checking for shutdown configure:8057: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file shutdown /var/tmp//cckG2jhY.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:8057: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | /* end confdefs.h. */ | /* Define shutdown to an innocuous variant, in case <limits.h> declares shutdown. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define shutdown innocuous_shutdown | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shutdown (); 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 shutdown | | /* 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 shutdown (); | /* 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_shutdown || defined __stub___shutdown | choke me | #endif | | int | main () | { | return shutdown (); | ; | return 0; | } configure:8057: result: no configure:8194: checking for struct sockaddr_storage configure:8194: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:8194: $? = 0 configure:8194: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:66:38: error: expected expression before ')' token if (sizeof ((struct sockaddr_storage))) ^ configure:8194: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | /* end confdefs.h. */ | | /* sys/types.h is not needed according to POSIX, but the | sys/socket.h in i386-unknown-freebsd4.10 and | powerpc-apple-darwin5.5 required it. */ | #include <sys/types.h> | #ifdef HAVE_SYS_SOCKET_H | #include <sys/socket.h> | #endif | #ifdef HAVE_WS2TCPIP_H | #include <ws2tcpip.h> | #endif | | | int | main () | { | if (sizeof ((struct sockaddr_storage))) | return 0; | ; | return 0; | } configure:8194: result: yes configure:8215: checking for sa_family_t configure:8215: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:8215: $? = 0 configure:8215: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:67:26: error: expected expression before ')' token if (sizeof ((sa_family_t))) ^ configure:8215: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | /* end confdefs.h. */ | | /* sys/types.h is not needed according to POSIX, but the | sys/socket.h in i386-unknown-freebsd4.10 and | powerpc-apple-darwin5.5 required it. */ | #include <sys/types.h> | #ifdef HAVE_SYS_SOCKET_H | #include <sys/socket.h> | #endif | #ifdef HAVE_WS2TCPIP_H | #include <ws2tcpip.h> | #endif | | | int | main () | { | if (sizeof ((sa_family_t))) | return 0; | ; | return 0; | } configure:8215: result: yes configure:8244: checking for struct sockaddr_storage.ss_family configure:8244: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:8244: $? = 0 configure:8244: result: yes configure:8300: checking whether socket is declared without a macro configure:8321: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:8321: $? = 0 configure:8329: result: yes configure:8300: checking whether connect is declared without a macro configure:8321: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:8321: $? = 0 configure:8329: result: yes configure:8300: checking whether accept is declared without a macro configure:8321: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:8321: $? = 0 configure:8329: result: yes configure:8300: checking whether bind is declared without a macro configure:8321: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:8321: $? = 0 configure:8329: result: yes configure:8300: checking whether getpeername is declared without a macro configure:8321: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:8321: $? = 0 configure:8329: result: yes configure:8300: checking whether getsockname is declared without a macro configure:8321: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:8321: $? = 0 configure:8329: result: yes configure:8300: checking whether getsockopt is declared without a macro configure:8321: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:8321: $? = 0 configure:8329: result: yes configure:8300: checking whether listen is declared without a macro configure:8321: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:8321: $? = 0 configure:8329: result: yes configure:8300: checking whether recv is declared without a macro configure:8321: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:8321: $? = 0 configure:8329: result: yes configure:8300: checking whether send is declared without a macro configure:8321: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:8321: $? = 0 configure:8329: result: yes configure:8300: checking whether recvfrom is declared without a macro configure:8321: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:8321: $? = 0 configure:8329: result: yes configure:8300: checking whether sendto is declared without a macro configure:8321: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:8321: $? = 0 configure:8329: result: yes configure:8300: checking whether setsockopt is declared without a macro configure:8321: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:8321: $? = 0 configure:8329: result: yes configure:8300: checking whether shutdown is declared without a macro configure:8321: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:8321: $? = 0 configure:8329: result: yes configure:8300: checking whether accept4 is declared without a macro configure:8321: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:76:10: error: 'accept4' undeclared (first use in this function) (void) accept4; ^ conftest.c:76:10: note: each undeclared identifier is reported only once for each function it appears in configure:8321: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | /* end confdefs.h. */ | | /* Some systems require prerequisite headers. */ | #include <sys/types.h> | #include <sys/socket.h> | | int | main () | { | #undef accept4 | (void) accept4; | ; | return 0; | } configure:8329: result: no configure:8341: checking for size_t configure:8341: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:8341: $? = 0 configure:8341: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:103:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:8341: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 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:8341: result: yes configure:8354: checking for working alloca.h configure:8371: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8371: $? = 0 configure:8379: result: yes configure:8387: checking for alloca configure:8424: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8424: $? = 0 configure:8432: result: yes configure:8657: checking whether <wchar.h> uses 'inline' correctly configure:8679: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:8682: $? = 0 configure:8700: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:8703: $? = 0 configure:8716: result: yes configure:8736: checking for btowc configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for canonicalize_file_name configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file canonicalize_file_name /var/tmp//ccSbwezT.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:8736: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 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:8736: result: no configure:8736: checking for getcwd configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for readlink configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for realpath configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for _set_invalid_parameter_handler configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file _set_invalid_parameter_handler /var/tmp//ccaFhm2a.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:8736: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 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:8736: result: no configure:8736: checking for duplocale configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file duplocale /var/tmp//ccAQjJY9.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:8736: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | /* end confdefs.h. */ | /* Define duplocale to an innocuous variant, in case <limits.h> declares duplocale. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define duplocale innocuous_duplocale | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char duplocale (); 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 duplocale | | /* 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 duplocale (); | /* 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_duplocale || defined __stub___duplocale | choke me | #endif | | int | main () | { | return duplocale (); | ; | return 0; | } configure:8736: result: no configure:8736: checking for symlink configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for flock configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file flock /var/tmp//ccobCwRF.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:8736: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | /* end confdefs.h. */ | /* Define flock to an innocuous variant, in case <limits.h> declares flock. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define flock innocuous_flock | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char flock (); 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 flock | | /* 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 flock (); | /* 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_flock || defined __stub___flock | choke me | #endif | | int | main () | { | return flock (); | ; | return 0; | } configure:8736: result: no configure:8736: checking for fcntl configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for fsync configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for getlogin configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for gettimeofday configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for link configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for lstat configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for mbsinit configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for mbrtowc configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for mprotect configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for mkstemp configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for nl_langinfo configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for pipe configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for pipe2 configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file pipe2 /var/tmp//cciPVCUa.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:8736: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | /* end confdefs.h. */ | /* Define pipe2 to an innocuous variant, in case <limits.h> declares pipe2. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define pipe2 innocuous_pipe2 | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char pipe2 (); 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 pipe2 | | /* 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 pipe2 (); | /* 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_pipe2 || defined __stub___pipe2 | choke me | #endif | | int | main () | { | return pipe2 (); | ; | return 0; | } configure:8736: result: no configure:8736: checking for isblank configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 conftest.c:109:6: warning: conflicting types for built-in function 'isblank' char isblank (); ^ Undefined first referenced symbol in file isblank /var/tmp//ccdLBxlk.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:8736: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | /* end confdefs.h. */ | /* Define isblank to an innocuous variant, in case <limits.h> declares isblank. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define isblank innocuous_isblank | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char isblank (); 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 isblank | | /* 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 isblank (); | /* 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_isblank || defined __stub___isblank | choke me | #endif | | int | main () | { | return isblank (); | ; | return 0; | } configure:8736: result: no configure:8736: checking for iswctype configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for secure_getenv configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file secure_getenv /var/tmp//ccYBfYjI.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:8736: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | /* end confdefs.h. */ | /* Define secure_getenv to an innocuous variant, in case <limits.h> declares secure_getenv. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define secure_getenv innocuous_secure_getenv | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char secure_getenv (); 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 secure_getenv | | /* 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 secure_getenv (); | /* 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_secure_getenv || defined __stub___secure_getenv | choke me | #endif | | int | main () | { | return secure_getenv (); | ; | return 0; | } configure:8736: result: no configure:8736: checking for setenv configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file setenv /var/tmp//cc0oR5KT.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:8736: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | /* end confdefs.h. */ | /* Define setenv to an innocuous variant, in case <limits.h> declares setenv. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define setenv innocuous_setenv | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char setenv (); 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 setenv | | /* 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 setenv (); | /* 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_setenv || defined __stub___setenv | choke me | #endif | | int | main () | { | return setenv (); | ; | return 0; | } configure:8736: result: no configure:8736: checking for snprintf configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 conftest.c:110:6: warning: conflicting types for built-in function 'snprintf' char snprintf (); ^ configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for strdup configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 conftest.c:111:6: warning: conflicting types for built-in function 'strdup' char strdup (); ^ configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for tzset configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for localtime_r configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for times configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for vasnprintf configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file vasnprintf /var/tmp//ccSuNKnO.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:8736: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 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:8736: result: no configure:8736: checking for wcrtomb configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8736: $? = 0 configure:8736: result: yes configure:8736: checking for iswcntrl configure:8736: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 conftest.c:116:6: warning: conflicting types for built-in function 'iswcntrl' char iswcntrl (); ^ configure:8736: $? = 0 configure:8736: result: yes configure:8748: checking for nl_langinfo and CODESET configure:8764: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8764: $? = 0 configure:8773: result: yes configure:8784: checking for a traditional french locale configure:8852: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:8855: $? = 0 configure:8911: result: none configure:9002: checking whether // is distinct from / configure:9031: result: unknown, assuming no configure:9043: checking whether realpath works configure:9225: result: guessing no configure:9556: checking for wchar_t configure:9573: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:9573: $? = 0 configure:9580: result: yes configure:9596: checking whether NULL can be used in arbitrary expressions configure:9614: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:9614: $? = 0 configure:9621: result: yes configure:9728: checking whether locale.h conforms to POSIX:2001 configure:9746: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:9746: $? = 0 configure:9753: result: yes configure:9797: checking whether struct lconv is properly defined configure:9816: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:100:30: error: 'struct lconv' has no member named 'int_p_cs_precedes' int y = sizeof (l.int_p_cs_precedes); ^ configure:9816: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | /* end confdefs.h. */ | #include <locale.h> | struct lconv l; | int x = sizeof (l.decimal_point); | int y = sizeof (l.int_p_cs_precedes); | int | main () | { | | ; | return 0; | } configure:9824: result: no configure:9905: checking whether setlocale is declared without a macro configure:9927: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:9927: $? = 0 configure:9935: result: yes configure:9905: checking whether duplocale is declared without a macro configure:9927: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:108:10: error: 'duplocale' undeclared (first use in this function) (void) duplocale; ^ conftest.c:108:10: note: each undeclared identifier is reported only once for each function it appears in configure:9927: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | /* end confdefs.h. */ | #include <locale.h> | /* Some systems provide declarations in a non-standard header. */ | #if HAVE_XLOCALE_H | # include <xlocale.h> | #endif | | int | main () | { | #undef duplocale | (void) duplocale; | ; | return 0; | } configure:9935: result: no configure:9956: checking if environ is properly declared configure:9979: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:9979: $? = 0 configure:9987: result: no configure:10002: checking for complete errno.h configure:10075: result: yes configure:10397: checking for working fcntl.h configure:10515: result: cross-compiling configure:10538: checking for pid_t configure:10538: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:10538: $? = 0 configure:10538: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:136:20: error: expected expression before ')' token if (sizeof ((pid_t))) ^ configure:10538: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | /* 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:10538: result: yes configure:10549: checking for mode_t configure:10549: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:10549: $? = 0 configure:10549: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:136:21: error: expected expression before ')' token if (sizeof ((mode_t))) ^ configure:10549: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | /* 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:10549: result: yes configure:10569: checking whether frexp() can be used without linking with libm configure:10587: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:10587: $? = 0 configure:10596: result: yes configure:10599: checking whether alarm is declared configure:10599: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:10599: $? = 0 configure:10599: result: yes configure:10645: checking whether stat file-mode macros are broken configure:10672: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:10672: $? = 0 configure:10679: result: no configure:10830: checking for nlink_t configure:10830: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:10830: $? = 0 configure:10830: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:107:22: error: expected expression before ')' token if (sizeof ((nlink_t))) ^ configure:10830: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/stat.h> | | int | main () | { | if (sizeof ((nlink_t))) | return 0; | ; | return 0; | } configure:10830: result: yes configure:10845: checking whether fchmodat is declared without a macro configure:10863: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:107:10: error: 'fchmodat' undeclared (first use in this function) (void) fchmodat; ^ conftest.c:107:10: note: each undeclared identifier is reported only once for each function it appears in configure:10863: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | /* end confdefs.h. */ | #include <sys/stat.h> | | int | main () | { | #undef fchmodat | (void) fchmodat; | ; | return 0; | } configure:10871: result: no configure:10845: checking whether fstat is declared without a macro configure:10863: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:10863: $? = 0 configure:10871: result: yes configure:10845: checking whether fstatat is declared without a macro configure:10863: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:10863: $? = 0 configure:10871: result: yes configure:10845: checking whether futimens is declared without a macro configure:10863: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:109:10: error: 'futimens' undeclared (first use in this function) (void) futimens; ^ conftest.c:109:10: note: each undeclared identifier is reported only once for each function it appears in configure:10863: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | /* end confdefs.h. */ | #include <sys/stat.h> | | int | main () | { | #undef futimens | (void) futimens; | ; | return 0; | } configure:10871: result: no configure:10845: checking whether lchmod is declared without a macro configure:10863: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:109:10: error: 'lchmod' undeclared (first use in this function) (void) lchmod; ^ conftest.c:109:10: note: each undeclared identifier is reported only once for each function it appears in configure:10863: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | /* end confdefs.h. */ | #include <sys/stat.h> | | int | main () | { | #undef lchmod | (void) lchmod; | ; | return 0; | } configure:10871: result: no configure:10845: checking whether lstat is declared without a macro configure:10863: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:10863: $? = 0 configure:10871: result: yes configure:10845: checking whether mkdirat is declared without a macro configure:10863: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:110:10: error: 'mkdirat' undeclared (first use in this function) (void) mkdirat; ^ conftest.c:110:10: note: each undeclared identifier is reported only once for each function it appears in configure:10863: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | /* end confdefs.h. */ | #include <sys/stat.h> | | int | main () | { | #undef mkdirat | (void) mkdirat; | ; | return 0; | } configure:10871: result: no configure:10845: checking whether mkfifo is declared without a macro configure:10863: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:10863: $? = 0 configure:10871: result: yes configure:10845: checking whether mkfifoat is declared without a macro configure:10863: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:111:10: error: 'mkfifoat' undeclared (first use in this function) (void) mkfifoat; ^ conftest.c:111:10: note: each undeclared identifier is reported only once for each function it appears in configure:10863: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | /* end confdefs.h. */ | #include <sys/stat.h> | | int | main () | { | #undef mkfifoat | (void) mkfifoat; | ; | return 0; | } configure:10871: result: no configure:10845: checking whether mknod is declared without a macro configure:10863: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:10863: $? = 0 configure:10871: result: yes configure:10845: checking whether mknodat is declared without a macro configure:10863: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:112:10: error: 'mknodat' undeclared (first use in this function) (void) mknodat; ^ conftest.c:112:10: note: each undeclared identifier is reported only once for each function it appears in configure:10863: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | /* end confdefs.h. */ | #include <sys/stat.h> | | int | main () | { | #undef mknodat | (void) mknodat; | ; | return 0; | } configure:10871: result: no configure:10845: checking whether stat is declared without a macro configure:10863: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:10863: $? = 0 configure:10871: result: yes configure:10845: checking whether utimensat is declared without a macro configure:10863: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:113:10: error: 'utimensat' undeclared (first use in this function) (void) utimensat; ^ conftest.c:113:10: note: each undeclared identifier is reported only once for each function it appears in configure:10863: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | /* end confdefs.h. */ | #include <sys/stat.h> | | int | main () | { | #undef utimensat | (void) utimensat; | ; | return 0; | } configure:10871: result: no configure:10986: checking whether getaddrinfo is declared without a macro configure:11003: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:11003: $? = 0 configure:11011: result: yes configure:10986: checking whether freeaddrinfo is declared without a macro configure:11003: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:11003: $? = 0 configure:11011: result: yes configure:10986: checking whether gai_strerror is declared without a macro configure:11003: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:11003: $? = 0 configure:11011: result: yes configure:10986: checking whether getnameinfo is declared without a macro configure:11003: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:11003: $? = 0 configure:11011: result: yes configure:11026: checking for library containing gethostbyname configure:11057: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file gethostbyname /var/tmp//ccGrvoMb.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:11057: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char gethostbyname (); | int | main () | { | return gethostbyname (); | ; | return 0; | } configure:11057: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lnsl >&5 configure:11057: $? = 0 configure:11074: result: -lnsl configure:11143: checking for library containing getservbyname configure:11174: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file getservbyname /var/tmp//cc8JmNEs.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:11174: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getservbyname (); | int | main () | { | return getservbyname (); | ; | return 0; | } configure:11174: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket >&5 configure:11174: $? = 0 configure:11191: result: -lsocket configure:11257: checking for C/C++ restrict keyword configure:11282: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:11282: $? = 0 configure:11290: result: __restrict configure:11361: checking for library containing inet_ntop configure:11392: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file inet_ntop /var/tmp//ccnxMJKi.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:11392: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char inet_ntop (); | int | main () | { | return inet_ntop (); | ; | return 0; | } configure:11392: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lnsl >&5 configure:11392: $? = 0 configure:11409: result: -lnsl configure:11441: checking whether inet_ntop is declared configure:11441: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:11441: $? = 0 configure:11441: result: yes configure:11469: checking for IPv4 sockets configure:11495: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:11495: $? = 0 configure:11503: result: yes configure:11511: checking for IPv6 sockets configure:11540: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:11540: $? = 0 configure:11548: result: yes configure:11682: checking for struct timeval configure:11705: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:11705: $? = 0 configure:11713: result: yes configure:11718: checking for wide-enough struct timeval.tv_sec member configure:11745: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:11745: $? = 0 configure:11753: result: yes configure:11763: checking whether gettimeofday is declared without a macro configure:11785: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:11785: $? = 0 configure:11793: result: yes configure:11851: checking for ld used by /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 configure:11918: result: /usr/ccs/bin/ld configure:11925: checking if the linker (/usr/ccs/bin/ld) is GNU ld configure:11940: result: no configure:11947: checking for shared library run path origin configure:11960: result: done configure:11985: checking for 64-bit host configure:12008: result: yes configure:12554: checking for iconv configure:12578: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file libiconv_close /var/tmp//ccUMllAp.o libiconv_open /var/tmp//ccUMllAp.o libiconv /var/tmp//ccUMllAp.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:12578: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | /* end confdefs.h. */ | | #include <stdlib.h> | #include <iconv.h> | | int | main () | { | iconv_t cd = iconv_open("",""); | iconv(cd,NULL,NULL,NULL,NULL); | iconv_close(cd); | ; | return 0; | } configure:12602: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c /home/admini/saper/sparcv9/lib/libiconv.so -R/home/admini/saper/sparcv9/lib >&5 configure:12602: $? = 0 configure:12612: result: yes configure:12615: checking for working iconv configure:12747: result: guessing yes configure:12762: checking how to link with libiconv configure:12764: result: /home/admini/saper/sparcv9/lib/libiconv.so -R/home/admini/saper/sparcv9/lib configure:12775: checking for iconv declaration configure:12804: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 In file included from conftest.c:119:0: conftest.c:125:8: error: conflicting types for 'libiconv' size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); ^ /usr/local/include/iconv.h:82:15: note: previous declaration of 'libiconv' was here extern size_t iconv (iconv_t cd, const char* * inbuf, size_t *inbytesleft, char* * outbuf, size_t *outbytesleft); ^ configure:12804: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | /* end confdefs.h. */ | | #include <stdlib.h> | #include <iconv.h> | extern | #ifdef __cplusplus | "C" | #endif | #if defined(__STDC__) || defined(_MSC_VER) || defined(__cplusplus) | size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | #else | size_t iconv(); | #endif | | int | main () | { | | ; | return 0; | } configure:12815: result: extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:12832: checking for inline configure:12848: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:12848: $? = 0 configure:12856: result: inline configure:12875: checking whether byte ordering is bigendian configure:12890: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:119:9: error: unknown type name 'not' not a universal capable compiler ^ conftest.c:119:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' not a universal capable compiler ^ conftest.c:119:15: error: unknown type name 'universal' configure:12890: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:12933: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:125:8: error: unknown type name 'bogus' bogus endian macros ^ conftest.c:125:21: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'macros' bogus endian macros ^ configure:12933: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/param.h> | | int | main () | { | #if ! (defined BYTE_ORDER && defined BIG_ENDIAN && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN && LITTLE_ENDIAN) | bogus endian macros | #endif | | ; | return 0; | } configure:12977: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:12977: $? = 0 configure:12994: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:12994: $? = 0 configure:13079: result: yes configure:13099: checking whether long double and double are the same configure:13120: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:123:13: error: size of array 'check' is negative typedef int check[sizeof (long double) == sizeof (double) ^ configure:13120: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | /* 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:13128: result: no configure:13141: checking where to find the exponent in a 'float' configure:13229: result: word 0 bit 23 configure:13252: checking whether isnan(float) can be used without linking with libm configure:13277: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:13277: $? = 0 configure:13286: result: yes configure:13342: checking whether isnan(float) works configure:13420: result: guessing no configure:13440: checking whether isnan(double) can be used without linking with libm configure:13465: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:13465: $? = 0 configure:13474: result: yes configure:13536: checking whether isnan(long double) can be used without linking with libm configure:13561: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:13561: $? = 0 configure:13570: result: yes configure:13627: checking whether isnanl works configure:13770: result: guessing yes configure:13787: checking where to find the exponent in a 'double' configure:14110: result: word 0 bit 20 configure:14137: checking whether ldexp() can be used without linking with libm configure:14159: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:14159: $? = 0 configure:14168: result: yes configure:14672: checking for libunistring configure:14694: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lunistring >&5 conftest.c:123:21: fatal error: uniconv.h: No such file or directory #include <uniconv.h> ^ compilation terminated. configure:14694: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | /* end confdefs.h. */ | #include <uniconv.h> | int | main () | { | u8_strconv_from_locale((char*)0); | ; | return 0; | } configure:14704: result: no, trying again together with libiconv configure:15226: checking for libunistring configure:15248: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c /home/admini/saper/sparcv9/lib/libiconv.so -R/home/admini/saper/sparcv9/lib -lunistring >&5 conftest.c:123:21: fatal error: uniconv.h: No such file or directory #include <uniconv.h> ^ compilation terminated. configure:15248: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | /* end confdefs.h. */ | #include <uniconv.h> | int | main () | { | u8_strconv_from_locale((char*)0); | ; | return 0; | } configure:15258: result: no, consider installing GNU libunistring configure:15948: checking whether getc_unlocked is declared configure:15948: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:15948: $? = 0 configure:15948: result: yes configure:15960: checking whether we are using the GNU C Library >= 2.1 or uClibc conftest.c:125:22: fatal error: features.h: No such file or directory #include <features.h> ^ compilation terminated. configure:15990: result: no configure:16002: checking whether pow can be used without linking with libm configure:16031: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file pow /var/tmp//cc8RazTz.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:16031: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | /* end confdefs.h. */ | #ifndef __NO_MATH_INLINES | # define __NO_MATH_INLINES 1 /* for glibc */ | #endif | #include <math.h> | | double (*funcptr) (double, double) = pow; | int i_ret; | float f_ret; | double d_ret; | long double l_ret; | int | main () | { | double y = funcptr (1.6180339887, 1.6180339887) + pow (1.6180339887, 1.6180339887); | | return y < 0.3 || y > 1.7; | | ; | return 0; | } configure:16040: result: no configure:16043: checking whether pow can be used with libm configure:16074: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lm >&5 configure:16074: $? = 0 configure:16084: result: yes configure:16112: checking whether log works configure:16152: result: guessing yes configure:16196: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file round /var/tmp//cc2yJ3z2.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:16196: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | /* end confdefs.h. */ | | #ifndef __NO_MATH_INLINES | # define __NO_MATH_INLINES 1 /* for glibc */ | #endif | #include <math.h> | extern | #ifdef __cplusplus | "C" | #endif | double round (double); | | double x; | int | main () | { | x = round (x); | ; | return 0; | } configure:16196: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lm >&5 Undefined first referenced symbol in file round /var/tmp//ccEFPUYV.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:16196: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | /* end confdefs.h. */ | | #ifndef __NO_MATH_INLINES | # define __NO_MATH_INLINES 1 /* for glibc */ | #endif | #include <math.h> | extern | #ifdef __cplusplus | "C" | #endif | double round (double); | | double x; | int | main () | { | x = round (x); | ; | return 0; | } configure:16318: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file floor /var/tmp//ccF51Ht9.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:16318: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | /* end confdefs.h. */ | #ifndef __NO_MATH_INLINES | # define __NO_MATH_INLINES 1 /* for glibc */ | #endif | #include <math.h> | double x; | int | main () | { | x = floor(x); | ; | return 0; | } configure:16341: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lm >&5 configure:16341: $? = 0 configure:16379: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file ceil /var/tmp//ccXRHsnt.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:16379: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | /* end confdefs.h. */ | #ifndef __NO_MATH_INLINES | # define __NO_MATH_INLINES 1 /* for glibc */ | #endif | #include <math.h> | double x; | int | main () | { | x = ceil(x); | ; | return 0; | } configure:16402: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lm >&5 configure:16402: $? = 0 configure:16431: checking whether lstat correctly handles trailing slash configure:16481: result: guessing no configure:16494: checking whether malloc, realloc, calloc are POSIX compliant configure:16514: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:16514: $? = 0 configure:16522: result: yes configure:16529: checking for stdlib.h configure:16529: result: yes configure:16539: checking for GNU libc compatible malloc configure:16583: result: yes configure:16598: checking for unsigned long long int configure:16637: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:16637: $? = 0 configure:16646: result: yes configure:16656: checking for long long int configure:16705: result: yes configure:16717: checking for mbstate_t configure:16741: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:16741: $? = 0 configure:16748: result: yes configure:16767: checking for a traditional japanese locale configure:16837: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:16840: $? = 0 configure:16898: result: none configure:16906: checking for a transitional chinese locale configure:16977: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:16980: $? = 0 configure:17031: result: none configure:17038: checking for a french Unicode locale configure:17110: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:17113: $? = 0 configure:17159: result: none configure:17250: checking for mmap configure:17250: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:17250: $? = 0 configure:17250: result: yes configure:17261: checking for MAP_ANONYMOUS configure:17298: result: yes configure:17320: checking whether memchr works configure:17393: result: guessing no configure:17412: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:131:10: error: unknown type name 'not' not a universal capable compiler ^ conftest.c:131:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' not a universal capable compiler ^ conftest.c:131:16: error: unknown type name 'universal' configure:17412: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | /* end confdefs.h. */ | #ifndef __APPLE_CC__ | not a universal capable compiler | #endif | typedef int dummy; | configure:17448: checking for promoted mode_t type configure:17465: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:134:13: error: size of array 'array' is negative typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; ^ configure:17465: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | /* end confdefs.h. */ | #include <sys/types.h> | int | main () | { | typedef int array[2 * (sizeof (mode_t) < sizeof (int)) - 1]; | ; | return 0; | } configure:17473: result: mode_t configure:17585: checking whether poll is declared without a macro configure:17602: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:17602: $? = 0 configure:17610: result: yes configure:17696: checking for library containing setsockopt configure:17718: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file setsockopt /var/tmp//ccR55mKb.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:17718: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | /* end confdefs.h. */ | extern | #ifdef __cplusplus | "C" | #endif | char setsockopt(); | int | main () | { | setsockopt(); | ; | return 0; | } configure:17738: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket >&5 configure:17738: $? = 0 configure:17799: result: -lsocket configure:17948: checking for ssize_t configure:17965: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:17965: $? = 0 configure:17972: result: yes configure:17994: checking whether <sys/select.h> is self-contained configure:18011: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18011: $? = 0 configure:18030: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18030: $? = 0 configure:18060: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file nonexistent_memset /var/tmp//ccJP0dUs.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:18060: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | /* end confdefs.h. */ | #include <sys/select.h> | int | main () | { | | #undef memset | #define memset nonexistent_memset | extern | #ifdef __cplusplus | "C" | #endif | void *memset (void *, int, unsigned long); | #undef bzero | #define bzero nonexistent_bzero | extern | #ifdef __cplusplus | "C" | #endif | void bzero (void *, unsigned long); | fd_set fds; | FD_ZERO (&fds); | | ; | return 0; | } | configure:18073: result: no configure:18190: checking whether pselect is declared without a macro configure:18214: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:144:10: error: 'pselect' undeclared (first use in this function) (void) pselect; ^ conftest.c:144:10: note: each undeclared identifier is reported only once for each function it appears in configure:18214: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | /* end confdefs.h. */ | | /* Some systems require prerequisite headers. */ | #include <sys/types.h> | #if !(defined __GLIBC__ && !defined __UCLIBC__) && HAVE_SYS_TIME_H | # include <sys/time.h> | #endif | #include <sys/select.h> | | int | main () | { | #undef pselect | (void) pselect; | ; | return 0; | } configure:18222: result: no configure:18190: checking whether select is declared without a macro configure:18214: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18214: $? = 0 configure:18222: result: yes configure:18234: checking whether setenv is declared configure:18234: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:173:10: error: 'setenv' undeclared (first use in this function) (void) setenv; ^ conftest.c:173:10: note: each undeclared identifier is reported only once for each function it appears in configure:18234: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 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 setenv | #ifdef __cplusplus | (void) setenv; | #else | (void) setenv; | #endif | #endif | | ; | return 0; | } configure:18234: result: no configure:18260: checking search.h usability configure:18260: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18260: $? = 0 configure:18260: result: yes configure:18260: checking search.h presence configure:18260: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c configure:18260: $? = 0 configure:18260: result: yes configure:18260: checking for search.h configure:18260: result: yes configure:18272: checking for tsearch configure:18272: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:18272: $? = 0 configure:18272: result: yes configure:18284: checking for sigset_t configure:18284: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18284: $? = 0 configure:18284: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:145:23: error: expected expression before ')' token if (sizeof ((sigset_t))) ^ configure:18284: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | /* 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:18284: result: yes configure:18305: checking for uid_t in sys/types.h configure:18324: result: yes configure:18343: checking whether snprintf returns a byte count as in C99 configure:18424: result: configure:18427: checking whether snprintf is declared configure:18427: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18427: $? = 0 configure:18427: result: yes configure:18438: checking for stdbool.h that conforms to C99 configure:18505: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18505: $? = 0 configure:18512: result: yes configure:18514: checking for _Bool configure:18514: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18514: $? = 0 configure:18514: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:174:20: error: expected expression before ')' token if (sizeof ((_Bool))) ^ configure:18514: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 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:18514: result: yes configure:18654: checking whether stdint.h conforms to C99 configure:18819: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:283:52: error: expected expression before '?' token int check_uintptr: (uintptr_t) -1 == UINTPTR_MAX ? 1 : -1; ^ conftest.c:283:52: error: bit-field 'check_uintptr' width not an integer constant configure:18819: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 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:18911: result: no configure:18920: checking sys/inttypes.h usability configure:18920: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18920: $? = 0 configure:18920: result: yes configure:18920: checking sys/inttypes.h presence configure:18920: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c configure:18920: $? = 0 configure:18920: result: yes configure:18920: checking for sys/inttypes.h configure:18920: result: yes configure:18920: checking sys/bitypes.h usability configure:18920: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:173:25: fatal error: sys/bitypes.h: No such file or directory #include <sys/bitypes.h> ^ compilation terminated. configure:18920: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_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 <sys/bitypes.h> configure:18920: result: no configure:18920: checking sys/bitypes.h presence configure:18920: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c conftest.c:140:25: fatal error: sys/bitypes.h: No such file or directory #include <sys/bitypes.h> ^ compilation terminated. configure:18920: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | /* end confdefs.h. */ | #include <sys/bitypes.h> configure:18920: result: no configure:18920: checking for sys/bitypes.h configure:18920: result: no configure:18949: checking for bit size of ptrdiff_t configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18954: $? = 0 configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:155:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (ptrdiff_t) * CHAR_BIT) <= 0)]; ^ configure:18954: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (ptrdiff_t) * CHAR_BIT) <= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:155:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (ptrdiff_t) * CHAR_BIT) <= 1)]; ^ configure:18954: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (ptrdiff_t) * CHAR_BIT) <= 1)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:155:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (ptrdiff_t) * CHAR_BIT) <= 3)]; ^ configure:18954: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (ptrdiff_t) * CHAR_BIT) <= 3)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:155:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (ptrdiff_t) * CHAR_BIT) <= 7)]; ^ configure:18954: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (ptrdiff_t) * CHAR_BIT) <= 7)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:155:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (ptrdiff_t) * CHAR_BIT) <= 15)]; ^ configure:18954: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (ptrdiff_t) * CHAR_BIT) <= 15)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:155:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (ptrdiff_t) * CHAR_BIT) <= 31)]; ^ configure:18954: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (ptrdiff_t) * CHAR_BIT) <= 31)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:155:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (ptrdiff_t) * CHAR_BIT) <= 63)]; ^ configure:18954: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (ptrdiff_t) * CHAR_BIT) <= 63)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18954: $? = 0 configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18954: $? = 0 configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18954: $? = 0 configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18954: $? = 0 configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18954: $? = 0 configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18954: $? = 0 configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18954: $? = 0 configure:18975: result: 64 configure:18949: checking for bit size of size_t configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18954: $? = 0 configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:156:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (size_t) * CHAR_BIT) <= 0)]; ^ configure:18954: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (size_t) * CHAR_BIT) <= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:156:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (size_t) * CHAR_BIT) <= 1)]; ^ configure:18954: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (size_t) * CHAR_BIT) <= 1)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:156:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (size_t) * CHAR_BIT) <= 3)]; ^ configure:18954: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (size_t) * CHAR_BIT) <= 3)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:156:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (size_t) * CHAR_BIT) <= 7)]; ^ configure:18954: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (size_t) * CHAR_BIT) <= 7)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:156:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (size_t) * CHAR_BIT) <= 15)]; ^ configure:18954: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (size_t) * CHAR_BIT) <= 15)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:156:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (size_t) * CHAR_BIT) <= 31)]; ^ configure:18954: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (size_t) * CHAR_BIT) <= 31)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:156:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (size_t) * CHAR_BIT) <= 63)]; ^ configure:18954: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (size_t) * CHAR_BIT) <= 63)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18954: $? = 0 configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18954: $? = 0 configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18954: $? = 0 configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18954: $? = 0 configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18954: $? = 0 configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18954: $? = 0 configure:18954: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18954: $? = 0 configure:18975: result: 64 configure:18994: checking for bit size of sig_atomic_t configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18999: $? = 0 configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:157:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (sig_atomic_t) * CHAR_BIT) <= 0)]; ^ configure:18999: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | #define BITSIZEOF_SIZE_T 64 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (sig_atomic_t) * CHAR_BIT) <= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:157:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (sig_atomic_t) * CHAR_BIT) <= 1)]; ^ configure:18999: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | #define BITSIZEOF_SIZE_T 64 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (sig_atomic_t) * CHAR_BIT) <= 1)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:157:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (sig_atomic_t) * CHAR_BIT) <= 3)]; ^ configure:18999: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | #define BITSIZEOF_SIZE_T 64 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (sig_atomic_t) * CHAR_BIT) <= 3)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:157:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (sig_atomic_t) * CHAR_BIT) <= 7)]; ^ configure:18999: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | #define BITSIZEOF_SIZE_T 64 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (sig_atomic_t) * CHAR_BIT) <= 7)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:157:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (sig_atomic_t) * CHAR_BIT) <= 15)]; ^ configure:18999: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | #define BITSIZEOF_SIZE_T 64 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (sig_atomic_t) * CHAR_BIT) <= 15)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:157:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (sig_atomic_t) * CHAR_BIT) <= 31)]; ^ configure:18999: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | #define BITSIZEOF_SIZE_T 64 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (sig_atomic_t) * CHAR_BIT) <= 31)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18999: $? = 0 configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18999: $? = 0 configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18999: $? = 0 configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18999: $? = 0 configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18999: $? = 0 configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18999: $? = 0 configure:19020: result: 32 configure:18994: checking for bit size of wchar_t configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18999: $? = 0 configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:158:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (wchar_t) * CHAR_BIT) <= 0)]; ^ configure:18999: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | #define BITSIZEOF_SIZE_T 64 | #define BITSIZEOF_SIG_ATOMIC_T 32 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (wchar_t) * CHAR_BIT) <= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:158:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (wchar_t) * CHAR_BIT) <= 1)]; ^ configure:18999: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | #define BITSIZEOF_SIZE_T 64 | #define BITSIZEOF_SIG_ATOMIC_T 32 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (wchar_t) * CHAR_BIT) <= 1)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:158:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (wchar_t) * CHAR_BIT) <= 3)]; ^ configure:18999: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | #define BITSIZEOF_SIZE_T 64 | #define BITSIZEOF_SIG_ATOMIC_T 32 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (wchar_t) * CHAR_BIT) <= 3)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:158:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (wchar_t) * CHAR_BIT) <= 7)]; ^ configure:18999: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | #define BITSIZEOF_SIZE_T 64 | #define BITSIZEOF_SIG_ATOMIC_T 32 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (wchar_t) * CHAR_BIT) <= 7)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:158:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (wchar_t) * CHAR_BIT) <= 15)]; ^ configure:18999: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | #define BITSIZEOF_SIZE_T 64 | #define BITSIZEOF_SIG_ATOMIC_T 32 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (wchar_t) * CHAR_BIT) <= 15)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:158:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (wchar_t) * CHAR_BIT) <= 31)]; ^ configure:18999: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | #define BITSIZEOF_SIZE_T 64 | #define BITSIZEOF_SIG_ATOMIC_T 32 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (wchar_t) * CHAR_BIT) <= 31)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18999: $? = 0 configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18999: $? = 0 configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18999: $? = 0 configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18999: $? = 0 configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18999: $? = 0 configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18999: $? = 0 configure:19020: result: 32 configure:18994: checking for bit size of wint_t configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18999: $? = 0 configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:159:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (wint_t) * CHAR_BIT) <= 0)]; ^ configure:18999: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | #define BITSIZEOF_SIZE_T 64 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_WCHAR_T 32 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (wint_t) * CHAR_BIT) <= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:159:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (wint_t) * CHAR_BIT) <= 1)]; ^ configure:18999: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | #define BITSIZEOF_SIZE_T 64 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_WCHAR_T 32 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (wint_t) * CHAR_BIT) <= 1)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:159:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (wint_t) * CHAR_BIT) <= 3)]; ^ configure:18999: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | #define BITSIZEOF_SIZE_T 64 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_WCHAR_T 32 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (wint_t) * CHAR_BIT) <= 3)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:159:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (wint_t) * CHAR_BIT) <= 7)]; ^ configure:18999: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | #define BITSIZEOF_SIZE_T 64 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_WCHAR_T 32 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (wint_t) * CHAR_BIT) <= 7)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:159:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (wint_t) * CHAR_BIT) <= 15)]; ^ configure:18999: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | #define BITSIZEOF_SIZE_T 64 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_WCHAR_T 32 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (wint_t) * CHAR_BIT) <= 15)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:159:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !((sizeof (wint_t) * CHAR_BIT) <= 31)]; ^ configure:18999: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 1 | #define BITSIZEOF_PTRDIFF_T 64 | #define BITSIZEOF_SIZE_T 64 | #define BITSIZEOF_SIG_ATOMIC_T 32 | #define BITSIZEOF_WCHAR_T 32 | /* 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 | | #include <limits.h> | int | main () | { | static int test_array [1 - 2 * !((sizeof (wint_t) * CHAR_BIT) <= 31)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18999: $? = 0 configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18999: $? = 0 configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18999: $? = 0 configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18999: $? = 0 configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18999: $? = 0 configure:18999: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:18999: $? = 0 configure:19020: result: 32 configure:19038: checking whether sig_atomic_t is signed configure:19065: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:19065: $? = 0 configure:19075: result: yes configure:19038: checking whether wchar_t is signed configure:19065: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:19065: $? = 0 configure:19075: result: yes configure:19038: checking whether wint_t is signed configure:19065: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:19065: $? = 0 configure:19075: result: yes configure:19097: checking for ptrdiff_t integer literal suffix configure:19143: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:160:26: error: conflicting types for 'foo' extern int foo; ^ conftest.c:159:32: note: previous declaration of 'foo' was here extern ptrdiff_t foo; ^ configure:19143: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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:19143: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:19143: $? = 0 configure:19152: result: l configure:19097: checking for size_t integer literal suffix configure:19143: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:161:35: error: conflicting types for 'foo' extern unsigned int foo; ^ conftest.c:160:29: note: previous declaration of 'foo' was here extern size_t foo; ^ configure:19143: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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:19143: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:19143: $? = 0 configure:19152: result: ul configure:19169: checking for sig_atomic_t integer literal suffix configure:19215: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:19215: $? = 0 configure:19224: result: configure:19169: checking for wchar_t integer literal suffix configure:19215: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:19215: $? = 0 configure:19224: result: configure:19169: checking for wint_t integer literal suffix configure:19215: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:19215: $? = 0 configure:19224: result: configure:19256: checking whether strdup is declared configure:19256: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:19256: $? = 0 configure:19256: result: yes configure:19267: checking whether struct tm is in sys/time.h or time.h configure:19287: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:19287: $? = 0 configure:19294: result: time.h configure:19302: checking for struct tm.tm_zone configure:19302: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:162:12: error: 'struct tm' has no member named 'tm_zone' if (ac_aggr.tm_zone) ^ configure:19302: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 <sys/types.h> | #include <time.h> | | | int | main () | { | static struct tm ac_aggr; | if (ac_aggr.tm_zone) | return 0; | ; | return 0; | } configure:19302: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:162:19: error: 'struct tm' has no member named 'tm_zone' if (sizeof ac_aggr.tm_zone) ^ configure:19302: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 <sys/types.h> | #include <time.h> | | | int | main () | { | static struct tm ac_aggr; | if (sizeof ac_aggr.tm_zone) | return 0; | ; | return 0; | } configure:19302: result: no configure:19320: checking whether tzname is declared configure:19320: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:19320: $? = 0 configure:19320: result: yes configure:19332: checking for tzname configure:19352: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:19352: $? = 0 configure:19360: result: yes configure:19370: checking for struct tm.tm_gmtoff configure:19370: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:162:12: error: 'struct tm' has no member named 'tm_gmtoff' if (ac_aggr.tm_gmtoff) ^ configure:19370: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include <time.h> | | int | main () | { | static struct tm ac_aggr; | if (ac_aggr.tm_gmtoff) | return 0; | ; | return 0; | } configure:19370: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:162:19: error: 'struct tm' has no member named 'tm_gmtoff' if (sizeof ac_aggr.tm_gmtoff) ^ configure:19370: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include <time.h> | | int | main () | { | static struct tm ac_aggr; | if (sizeof ac_aggr.tm_gmtoff) | return 0; | ; | return 0; | } configure:19370: result: no configure:19459: checking whether ffsl is declared without a macro configure:19477: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:162:10: error: 'ffsl' undeclared (first use in this function) (void) ffsl; ^ conftest.c:162:10: note: each undeclared identifier is reported only once for each function it appears in configure:19477: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include <string.h> | | int | main () | { | #undef ffsl | (void) ffsl; | ; | return 0; | } configure:19485: result: no configure:19459: checking whether ffsll is declared without a macro configure:19477: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:162:10: error: 'ffsll' undeclared (first use in this function) (void) ffsll; ^ conftest.c:162:10: note: each undeclared identifier is reported only once for each function it appears in configure:19477: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include <string.h> | | int | main () | { | #undef ffsll | (void) ffsll; | ; | return 0; | } configure:19485: result: no configure:19459: checking whether memmem is declared without a macro configure:19477: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:162:10: error: 'memmem' undeclared (first use in this function) (void) memmem; ^ conftest.c:162:10: note: each undeclared identifier is reported only once for each function it appears in configure:19477: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include <string.h> | | int | main () | { | #undef memmem | (void) memmem; | ; | return 0; | } configure:19485: result: no configure:19459: checking whether mempcpy is declared without a macro configure:19477: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:162:10: error: 'mempcpy' undeclared (first use in this function) (void) mempcpy; ^ conftest.c:162:10: note: each undeclared identifier is reported only once for each function it appears in configure:19477: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include <string.h> | | int | main () | { | #undef mempcpy | (void) mempcpy; | ; | return 0; | } configure:19485: result: no configure:19459: checking whether memrchr is declared without a macro configure:19477: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:162:10: error: 'memrchr' undeclared (first use in this function) (void) memrchr; ^ conftest.c:162:10: note: each undeclared identifier is reported only once for each function it appears in configure:19477: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include <string.h> | | int | main () | { | #undef memrchr | (void) memrchr; | ; | return 0; | } configure:19485: result: no configure:19459: checking whether rawmemchr is declared without a macro configure:19477: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:162:10: error: 'rawmemchr' undeclared (first use in this function) (void) rawmemchr; ^ conftest.c:162:10: note: each undeclared identifier is reported only once for each function it appears in configure:19477: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include <string.h> | | int | main () | { | #undef rawmemchr | (void) rawmemchr; | ; | return 0; | } configure:19485: result: no configure:19459: checking whether stpcpy is declared without a macro configure:19477: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:162:10: error: 'stpcpy' undeclared (first use in this function) (void) stpcpy; ^ conftest.c:162:10: note: each undeclared identifier is reported only once for each function it appears in configure:19477: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include <string.h> | | int | main () | { | #undef stpcpy | (void) stpcpy; | ; | return 0; | } configure:19485: result: no configure:19459: checking whether stpncpy is declared without a macro configure:19477: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:162:10: error: 'stpncpy' undeclared (first use in this function) (void) stpncpy; ^ conftest.c:162:10: note: each undeclared identifier is reported only once for each function it appears in configure:19477: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include <string.h> | | int | main () | { | #undef stpncpy | (void) stpncpy; | ; | return 0; | } configure:19485: result: no configure:19459: checking whether strchrnul is declared without a macro configure:19477: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:162:10: error: 'strchrnul' undeclared (first use in this function) (void) strchrnul; ^ conftest.c:162:10: note: each undeclared identifier is reported only once for each function it appears in configure:19477: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | /* end confdefs.h. */ | #include <string.h> | | int | main () | { | #undef strchrnul | (void) strchrnul; | ; | return 0; | } configure:19485: result: no configure:19459: checking whether strdup is declared without a macro configure:19477: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:19477: $? = 0 configure:19485: result: yes configure:19459: checking whether strncat is declared without a macro configure:19477: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:19477: $? = 0 configure:19485: result: yes configure:19459: checking whether strndup is declared without a macro configure:19477: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:164:10: error: 'strndup' undeclared (first use in this function) (void) strndup; ^ conftest.c:164:10: note: each undeclared identifier is reported only once for each function it appears in configure:19477: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 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:19485: result: no configure:19459: checking whether strnlen is declared without a macro configure:19477: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:164:10: error: 'strnlen' undeclared (first use in this function) (void) strnlen; ^ conftest.c:164:10: note: each undeclared identifier is reported only once for each function it appears in configure:19477: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 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:19485: result: no configure:19459: checking whether strpbrk is declared without a macro configure:19477: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:19477: $? = 0 configure:19485: result: yes configure:19459: checking whether strsep is declared without a macro configure:19477: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:165:10: error: 'strsep' undeclared (first use in this function) (void) strsep; ^ conftest.c:165:10: note: each undeclared identifier is reported only once for each function it appears in configure:19477: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | /* end confdefs.h. */ | #include <string.h> | | int | main () | { | #undef strsep | (void) strsep; | ; | return 0; | } configure:19485: result: no configure:19459: checking whether strcasestr is declared without a macro configure:19477: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:165:10: error: 'strcasestr' undeclared (first use in this function) (void) strcasestr; ^ conftest.c:165:10: note: each undeclared identifier is reported only once for each function it appears in configure:19477: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | /* end confdefs.h. */ | #include <string.h> | | int | main () | { | #undef strcasestr | (void) strcasestr; | ; | return 0; | } configure:19485: result: no configure:19459: checking whether strtok_r is declared without a macro configure:19477: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:19477: $? = 0 configure:19485: result: yes configure:19459: checking whether strerror_r is declared without a macro configure:19477: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:166:10: error: 'strerror_r' undeclared (first use in this function) (void) strerror_r; ^ conftest.c:166:10: note: each undeclared identifier is reported only once for each function it appears in configure:19477: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | /* end confdefs.h. */ | #include <string.h> | | int | main () | { | #undef strerror_r | (void) strerror_r; | ; | return 0; | } configure:19485: result: no configure:19459: checking whether strsignal is declared without a macro configure:19477: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:19477: $? = 0 configure:19485: result: yes configure:19459: checking whether strverscmp is declared without a macro configure:19477: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:167:10: error: 'strverscmp' undeclared (first use in this function) (void) strverscmp; ^ conftest.c:167:10: note: each undeclared identifier is reported only once for each function it appears in configure:19477: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | /* end confdefs.h. */ | #include <string.h> | | int | main () | { | #undef strverscmp | (void) strverscmp; | ; | return 0; | } configure:19485: result: no configure:19619: checking for struct timespec in <time.h> configure:19636: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:19636: $? = 0 configure:19643: result: yes configure:19828: checking for wint_t configure:19853: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:19853: $? = 0 configure:19860: result: yes configure:19869: checking for inttypes.h configure:19888: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:19888: $? = 0 configure:19895: result: yes configure:19906: checking for stdint.h configure:19923: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:19923: $? = 0 configure:19930: result: yes configure:19943: checking for intmax_t configure:19968: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:19968: $? = 0 configure:19975: result: yes configure:20001: checking for snprintf configure:20001: result: yes configure:20001: checking for strnlen configure:20001: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file strnlen /var/tmp//ccchg9ws.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:20001: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | /* 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:20001: result: no configure:20001: checking for wcslen configure:20001: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:20001: $? = 0 configure:20001: result: yes configure:20001: checking for wcsnlen configure:20001: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file wcsnlen /var/tmp//cck6uZe4.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:20001: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_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:20001: result: no configure:20001: checking for mbrtowc configure:20001: result: yes configure:20001: checking for wcrtomb configure:20001: result: yes configure:20010: checking whether _snprintf is declared configure:20010: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:178:10: error: '_snprintf' undeclared (first use in this function) (void) _snprintf; ^ conftest.c:178:10: note: each undeclared identifier is reported only once for each function it appears in configure:20010: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_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:20010: result: no configure:20032: checking whether vsnprintf is declared configure:20032: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:20032: $? = 0 configure:20032: result: yes configure:20119: checking for alloca as a compiler built-in configure:20143: result: yes configure:20260: checking whether inet_ntop is declared without a macro configure:20286: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:20286: $? = 0 configure:20294: result: yes configure:20260: checking whether inet_pton is declared without a macro configure:20286: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:20286: $? = 0 configure:20294: result: yes configure:20348: checking whether btowc(0) is correct configure:20394: result: guessing yes configure:20397: checking whether btowc(EOF) is correct configure:20448: result: guessing yes configure:20494: checking byteswap.h usability configure:20494: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:210:22: fatal error: byteswap.h: No such file or directory #include <byteswap.h> ^ compilation terminated. configure:20494: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 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 <byteswap.h> configure:20494: result: no configure:20494: checking byteswap.h presence configure:20494: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c conftest.c:177:22: fatal error: byteswap.h: No such file or directory #include <byteswap.h> ^ compilation terminated. configure:20494: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | /* end confdefs.h. */ | #include <byteswap.h> configure:20494: result: no configure:20494: checking for byteswap.h configure:20494: result: no configure:20720: checking for library containing clock_gettime configure:20751: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file clock_gettime /var/tmp//ccPSmOSd.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:20751: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char clock_gettime (); | int | main () | { | return clock_gettime (); | ; | return 0; | } configure:20751: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lrt >&5 configure:20751: $? = 0 configure:20768: result: -lrt configure:20842: checking for clock_gettime configure:20842: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lrt >&5 configure:20842: $? = 0 configure:20842: result: yes configure:20842: checking for clock_settime configure:20842: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lrt >&5 configure:20842: $? = 0 configure:20842: result: yes configure:20842: checking for clock_getcpuclockid configure:20842: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lrt >&5 Undefined first referenced symbol in file clock_getcpuclockid /var/tmp//ccMTOPNe.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:20842: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | /* end confdefs.h. */ | /* Define clock_getcpuclockid to an innocuous variant, in case <limits.h> declares clock_getcpuclockid. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define clock_getcpuclockid innocuous_clock_getcpuclockid | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char clock_getcpuclockid (); 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 clock_getcpuclockid | | /* 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 clock_getcpuclockid (); | /* 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_clock_getcpuclockid || defined __stub___clock_getcpuclockid | choke me | #endif | | int | main () | { | return clock_getcpuclockid (); | ; | return 0; | } configure:20842: result: no configure:20997: checking whether copysign can be used without linking with libm configure:21026: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file copysign /var/tmp//ccrrAQoq.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:21026: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | /* end confdefs.h. */ | #ifndef __NO_MATH_INLINES | # define __NO_MATH_INLINES 1 /* for glibc */ | #endif | #include <math.h> | | double (*funcptr) (double, double) = copysign; | int i_ret; | float f_ret; | double d_ret; | long double l_ret; | int | main () | { | double y = funcptr (1.6180339887, 1.6180339887) + copysign (1.6180339887, 1.6180339887); | | return y < 0.3 || y > 1.7; | | ; | return 0; | } configure:21035: result: no configure:21038: checking whether copysign can be used with libm configure:21069: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lm >&5 configure:21069: $? = 0 configure:21079: result: yes configure:21215: checking whether alphasort is declared without a macro configure:21233: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:193:10: error: 'alphasort' undeclared (first use in this function) (void) alphasort; ^ conftest.c:193:10: note: each undeclared identifier is reported only once for each function it appears in configure:21233: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | /* end confdefs.h. */ | #include <dirent.h> | | int | main () | { | #undef alphasort | (void) alphasort; | ; | return 0; | } configure:21241: result: no configure:21215: checking whether closedir is declared without a macro configure:21233: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:21233: $? = 0 configure:21241: result: yes configure:21215: checking whether dirfd is declared without a macro configure:21233: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:194:10: error: 'dirfd' undeclared (first use in this function) (void) dirfd; ^ conftest.c:194:10: note: each undeclared identifier is reported only once for each function it appears in configure:21233: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | /* end confdefs.h. */ | #include <dirent.h> | | int | main () | { | #undef dirfd | (void) dirfd; | ; | return 0; | } configure:21241: result: no configure:21215: checking whether fdopendir is declared without a macro configure:21233: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:21233: $? = 0 configure:21241: result: yes configure:21215: checking whether opendir is declared without a macro configure:21233: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:21233: $? = 0 configure:21241: result: yes configure:21215: checking whether readdir is declared without a macro configure:21233: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:21233: $? = 0 configure:21241: result: yes configure:21215: checking whether rewinddir is declared without a macro configure:21233: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:21233: $? = 0 configure:21241: result: yes configure:21215: checking whether scandir is declared without a macro configure:21233: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:198:10: error: 'scandir' undeclared (first use in this function) (void) scandir; ^ conftest.c:198:10: note: each undeclared identifier is reported only once for each function it appears in configure:21233: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | /* end confdefs.h. */ | #include <dirent.h> | | int | main () | { | #undef scandir | (void) scandir; | ; | return 0; | } configure:21241: result: no configure:21260: checking for dirfd configure:21260: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file dirfd /var/tmp//cci3CkyU.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:21260: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | /* 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:21260: result: no configure:21269: checking whether dirfd is declared configure:21269: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:202:10: error: 'dirfd' undeclared (first use in this function) (void) dirfd; ^ conftest.c:202:10: note: each undeclared identifier is reported only once for each function it appears in configure:21269: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <dirent.h> | | int | main () | { | #ifndef dirfd | #ifdef __cplusplus | (void) dirfd; | #else | (void) dirfd; | #endif | #endif | | ; | return 0; | } configure:21269: result: no configure:21286: checking whether dirfd is a macro configure:21309: result: no configure:21332: checking how to get the file descriptor associated with an open DIR* configure:21355: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 -DDIR_FD_MEMBER_NAME=d_fd conftest.c >&5 conftest.c: In function 'main': conftest.c:199:40: error: 'DIR' has no member named 'd_fd' DIR *dir_p = opendir("."); (void) dir_p->DIR_FD_MEMBER_NAME; ^ configure:21355: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | /* end confdefs.h. */ | | #include <sys/types.h> | #include <dirent.h> | int | main () | { | DIR *dir_p = opendir("."); (void) dir_p->DIR_FD_MEMBER_NAME; | ; | return 0; | } configure:21355: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 -DDIR_FD_MEMBER_NAME=dd_fd conftest.c >&5 configure:21355: $? = 0 configure:21369: result: dd_fd configure:21402: checking whether // is distinct from / configure:21431: result: unknown, assuming no configure:21448: checking whether dup2 works configure:21518: result: guessing yes configure:21774: checking whether fcntl is declared without a macro configure:21792: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:21792: $? = 0 configure:21800: result: yes configure:21774: checking whether openat is declared without a macro configure:21792: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:21792: $? = 0 configure:21800: result: yes configure:21863: checking whether conversion from 'int' to 'long double' works configure:21915: result: guessing yes configure:22054: checking for struct flock.l_type configure:22054: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:22054: $? = 0 configure:22054: result: yes configure:22225: checking whether frexp works configure:22316: result: guessing yes configure:22440: checking whether __func__ is available configure:22456: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:22456: $? = 0 configure:22463: result: yes configure:22472: checking how to do getaddrinfo, freeaddrinfo and getnameinfo configure:22477: checking for library containing getaddrinfo configure:22508: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file getaddrinfo /var/tmp//ccEjHhC3.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:22508: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char getaddrinfo (); | int | main () | { | return getaddrinfo (); | ; | return 0; | } configure:22508: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket >&5 configure:22508: $? = 0 configure:22525: result: -lsocket configure:22538: checking for getaddrinfo configure:22564: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket >&5 configure:22564: $? = 0 configure:22572: result: yes configure:22621: checking whether gai_strerror is declared configure:22621: result: yes configure:22646: checking whether gai_strerrorA is declared configure:22646: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:229:10: error: 'gai_strerrorA' undeclared (first use in this function) (void) gai_strerrorA; ^ conftest.c:229:10: note: each undeclared identifier is reported only once for each function it appears in configure:22646: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | /* end confdefs.h. */ | | #include <sys/types.h> | #ifdef HAVE_SYS_SOCKET_H | #include <sys/socket.h> | #endif | #ifdef HAVE_NETDB_H | #include <netdb.h> | #endif | #ifdef HAVE_WS2TCPIP_H | #include <ws2tcpip.h> | #endif | #include <stddef.h> | | | int | main () | { | #ifndef gai_strerrorA | #ifdef __cplusplus | (void) gai_strerrorA; | #else | (void) gai_strerrorA; | #endif | #endif | | ; | return 0; | } configure:22646: result: no configure:22670: checking for gai_strerror with POSIX signature configure:22696: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:225:13: error: conflicting types for 'gai_strerror' const char *gai_strerror(int); ^ In file included from conftest.c:215:0: /usr/include/netdb.h:311:8: note: previous declaration of 'gai_strerror' was here char *gai_strerror(int); ^ configure:22696: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | /* end confdefs.h. */ | | #include <sys/types.h> | #ifdef HAVE_SYS_SOCKET_H | #include <sys/socket.h> | #endif | #ifdef HAVE_NETDB_H | #include <netdb.h> | #endif | #ifdef HAVE_WS2TCPIP_H | #include <ws2tcpip.h> | #endif | #include <stddef.h> | extern | #ifdef __cplusplus | "C" | #endif | const char *gai_strerror(int); configure:22703: result: no configure:22719: checking for struct sockaddr.sa_len configure:22719: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:218:12: error: 'struct sockaddr' has no member named 'sa_len' if (ac_aggr.sa_len) ^ configure:22719: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | /* end confdefs.h. */ | | #include <sys/types.h> | #include <sys/socket.h> | | | int | main () | { | static struct sockaddr ac_aggr; | if (ac_aggr.sa_len) | return 0; | ; | return 0; | } configure:22719: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:218:19: error: 'struct sockaddr' has no member named 'sa_len' if (sizeof ac_aggr.sa_len) ^ configure:22719: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | /* end confdefs.h. */ | | #include <sys/types.h> | #include <sys/socket.h> | | | int | main () | { | static struct sockaddr ac_aggr; | if (sizeof ac_aggr.sa_len) | return 0; | ; | return 0; | } configure:22719: result: no configure:22736: checking whether getaddrinfo is declared configure:22736: result: yes configure:22761: checking whether freeaddrinfo is declared configure:22761: result: yes configure:22786: checking whether getnameinfo is declared configure:22786: result: yes configure:22825: checking for struct addrinfo configure:22825: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:22825: $? = 0 configure:22825: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:228:30: error: expected expression before ')' token if (sizeof ((struct addrinfo))) ^ configure:22825: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | /* end confdefs.h. */ | | #include <sys/types.h> | #ifdef HAVE_SYS_SOCKET_H | #include <sys/socket.h> | #endif | #ifdef HAVE_NETDB_H | #include <netdb.h> | #endif | #ifdef HAVE_WS2TCPIP_H | #include <ws2tcpip.h> | #endif | | | int | main () | { | if (sizeof ((struct addrinfo))) | return 0; | ; | return 0; | } configure:22825: result: yes configure:23041: checking whether gettimeofday clobbers localtime buffer configure:23090: result: guessing yes configure:23106: checking for gettimeofday with POSIX signature configure:23134: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:23134: $? = 0 configure:23159: result: yes configure:23191: checking sys/timeb.h usability configure:23191: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:23191: $? = 0 configure:23191: result: yes configure:23191: checking sys/timeb.h presence configure:23191: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c configure:23191: $? = 0 configure:23191: result: yes configure:23191: checking for sys/timeb.h configure:23191: result: yes configure:23203: checking for _ftime configure:23203: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file _ftime /var/tmp//ccQlReh5.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:23203: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | /* end confdefs.h. */ | /* Define _ftime to an innocuous variant, in case <limits.h> declares _ftime. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define _ftime innocuous__ftime | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _ftime (); 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 _ftime | | /* 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 _ftime (); | /* 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__ftime || defined __stub____ftime | choke me | #endif | | int | main () | { | return _ftime (); | ; | return 0; | } configure:23203: result: no configure:23240: checking for library containing gethostbyname configure:23288: result: -lnsl configure:23517: checking whether iconv supports conversion between UTF-8 and UTF-{16,32}{BE,LE} configure:23739: result: yes configure:23861: checking for library containing inet_ntop configure:23909: result: -lnsl configure:23941: checking whether inet_ntop is declared configure:23941: result: yes configure:24046: checking for library containing inet_pton configure:24077: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file inet_pton /var/tmp//ccOZhmfR.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:24077: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char inet_pton (); | int | main () | { | return inet_pton (); | ; | return 0; | } configure:24077: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lnsl >&5 configure:24077: $? = 0 configure:24094: result: -lnsl configure:24126: checking whether inet_pton is declared configure:24126: result: yes configure:24175: checking whether the compiler generally respects inline configure:24196: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:24196: $? = 0 configure:24205: result: yes configure:24216: checking whether isfinite is declared configure:24216: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:234:10: error: 'isfinite' undeclared (first use in this function) (void) isfinite; ^ conftest.c:234:10: note: each undeclared identifier is reported only once for each function it appears in configure:24216: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | /* end confdefs.h. */ | #include <math.h> | | int | main () | { | #ifndef isfinite | #ifdef __cplusplus | (void) isfinite; | #else | (void) isfinite; | #endif | #endif | | ; | return 0; | } configure:24216: result: no configure:24439: checking whether isinf is declared configure:24439: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:229:8: error: #error "isinf must be a macro, not a function" #error "isinf must be a macro, not a function" ^ conftest.c: In function 'main': conftest.c:240:10: error: 'isinf' undeclared (first use in this function) (void) isinf; ^ conftest.c:240:10: note: each undeclared identifier is reported only once for each function it appears in configure:24439: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | /* end confdefs.h. */ | #include <math.h> | #ifndef isinf | #error "isinf must be a macro, not a function" | #endif | | | int | main () | { | #ifndef isinf | #ifdef __cplusplus | (void) isinf; | #else | (void) isinf; | #endif | #endif | | ; | return 0; | } configure:24439: result: no configure:24677: checking whether isnan macro works configure:24698: result: no configure:24724: checking whether isnan(double) can be used without linking with libm configure:24758: result: yes configure:24851: checking whether isnan(double) can be used without linking with libm configure:24885: result: yes configure:24914: checking whether isnan(float) can be used without linking with libm configure:24948: result: yes configure:25004: checking whether isnan(float) works configure:25082: result: guessing no configure:25114: checking where to find the exponent in a 'float' configure:25202: result: word 0 bit 23 configure:25240: checking whether isnan(float) can be used without linking with libm configure:25274: result: yes configure:25281: checking whether isnan(float) works configure:25359: result: guessing no configure:25390: checking where to find the exponent in a 'float' configure:25478: result: word 0 bit 23 configure:25503: checking whether isnan(long double) can be used without linking with libm configure:25537: result: yes configure:25594: checking whether isnanl works configure:25737: result: guessing yes configure:25770: checking where to find the exponent in a 'long double' configure:25861: result: unknown configure:25900: checking whether isnan(long double) can be used without linking with libm configure:25934: result: yes configure:25943: checking whether isnanl works configure:26086: result: guessing yes configure:26318: checking whether langinfo.h defines CODESET configure:26336: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:26336: $? = 0 configure:26344: result: yes configure:26349: checking whether langinfo.h defines T_FMT_AMPM configure:26367: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:26367: $? = 0 configure:26375: result: yes configure:26380: checking whether langinfo.h defines ERA configure:26398: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:26398: $? = 0 configure:26406: result: yes configure:26411: checking whether langinfo.h defines YESEXPR configure:26429: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:26429: $? = 0 configure:26437: result: yes configure:26454: checking whether nl_langinfo is declared without a macro configure:26472: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:26472: $? = 0 configure:26480: result: yes configure:26546: checking if LD -Wl,--version-script works configure:26564: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 -Wl,--version-script=conftest.map conftest.c >&5 /usr/ccs/bin/ld: illegal option -- - /usr/ccs/bin/ld: illegal option -- v usage: ld [-6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:S:VY:?] file(s) [-64] enforce a 64-bit link-edit [-a] create an absolute file [-b] do not do special PIC relocations in a.out [-B direct | nodirect] establish direct bindings, or inhibit direct binding to, the object being created [-B dynamic | static] search for shared libraries|archives [-B eliminate] eliminate unqualified global symbols from the symbol table [-B group] relocate object from within group [-B local] reduce unqualified global symbols to local [-B reduce] process symbol reductions [-B symbolic] bind external references to definitions when creating shared objects [-c name] record configuration file `name' [-C] demangle C++ symbol name diagnostics [-d y | n] operate in dynamic|static mode [-D token,...] print diagnostic messages [-e epsym] use `epsym' as entry point address [-f name] specify library for which this file is an auxiliary filter [-F name] specify library for which this file is a filter [-G] create a shared object [-h name] use `name' as internal shared object identifier [-i] ignore LD_LIBRARY_PATH setting [-I name] use `name' as path of interpreter [-l x] search for libx.so or libx.a [-L path] search for libraries in directory `path' [-m] print memory map [-M mapfile] use processing directives contained in `mapfile' [-N string] create a dynamic dependency for `string' [-o outfile] name the output file `outfile' [-p auditlib] identify audit library to accompany this object [-P auditlib] identify audit library for processing the dependencies of this object [-Q y | n] do|do not place version information in output file [-r] create a relocatable object [-R path] specify a library search path to be used at run time [-s] strip any symbol and debugging information [-S supportlib] specify a link-edit support library [-t] do not warn of multiply-defined symbols that have different sizes or alignments [-u symname] create an undefined symbol `symname' [-V] print version information [-Y P,dirlist] use `dirlist' as a default path when searching for libraries [-z absexec] when building an executable absolute symbols referenced in dynamic objects are promoted to the executable [-z allextract | defaultextract | weakextract] extract all member files, only members that resolve undefined tor tentative symbols, or allow extraction of archive members to resolvetweak references from archive files [-z combreloc] combine multiple relocation sections [-z nocompstrtab] disable compression of string tables [-z defs] disallow undefined symbol references [-z direct | nodirect] enable|disable direct binding to shared object dependencies [-z endfiltee] marks a filtee such that it will terminate a filters search [-z finiarray=function] name of function to be appended to the .finiarray [-z groupperm | nogroupperm] enable|disable setting of group permissions on dynamic dependencies [-z help ] print this usage message [-z ignore | record] ignore|record unused dynamic dependencies [-z initarray=function] name of function to be appended to the .initarray [-z initfirst] mark object to indicate that its .init section should be executed before the .init section of any other objects [-z interpose] dynamic object is to be an `interposer' on direct bindings [-z lazyload | nolazyload] enable|disable delayed loading of shared object dependencies [-z ld32=arg1,arg2,...] define arguments applicable to the 32-bit class of ld(1) [-z ld64=arg1,arg2,...] define arguments applicable to the 64-bit class of ld(1) [-z loadfltr] mark filter as requiring immediate loading of its filtees at runtime [-z muldefs] allow multiply-defined symbols [-z nodefs] allow undefined symbol references [-z nodefaultlib] mark object to ignore any default library search path [-z nodelete] mark object as non-deletable [-z nodlopen] mark object as non-dlopen()'able [-z nodump] mark object as non-dldump()'able [-z nopartial] expand any partially initialized symbols [-z noversion] don't record any version sections [-z now] mark object as requiring non-lazy binding [-z origin] mark object as requiring $ORIGIN processing [-z preinitarray=function] name of function to be appended to the .preinitarray [-z redlocsym] reduce local syms in .symtab to a minimum [-z rescan] rescan archive list until no further member extraction occurs [-z text] disallow output relocations against text [-z textoff] allow output relocations against text [-z textwarn] warn if there are relocations against text [-z verbose] generate warnings for suspicious processings collect2: error: ld returned 1 exit status configure:26564: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:26592: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 -Wl,--version-script=conftest.map conftest.c >&5 /usr/ccs/bin/ld: illegal option -- - /usr/ccs/bin/ld: illegal option -- v usage: ld [-6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:S:VY:?] file(s) [-64] enforce a 64-bit link-edit [-a] create an absolute file [-b] do not do special PIC relocations in a.out [-B direct | nodirect] establish direct bindings, or inhibit direct binding to, the object being created [-B dynamic | static] search for shared libraries|archives [-B eliminate] eliminate unqualified global symbols from the symbol table [-B group] relocate object from within group [-B local] reduce unqualified global symbols to local [-B reduce] process symbol reductions [-B symbolic] bind external references to definitions when creating shared objects [-c name] record configuration file `name' [-C] demangle C++ symbol name diagnostics [-d y | n] operate in dynamic|static mode [-D token,...] print diagnostic messages [-e epsym] use `epsym' as entry point address [-f name] specify library for which this file is an auxiliary filter [-F name] specify library for which this file is a filter [-G] create a shared object [-h name] use `name' as internal shared object identifier [-i] ignore LD_LIBRARY_PATH setting [-I name] use `name' as path of interpreter [-l x] search for libx.so or libx.a [-L path] search for libraries in directory `path' [-m] print memory map [-M mapfile] use processing directives contained in `mapfile' [-N string] create a dynamic dependency for `string' [-o outfile] name the output file `outfile' [-p auditlib] identify audit library to accompany this object [-P auditlib] identify audit library for processing the dependencies of this object [-Q y | n] do|do not place version information in output file [-r] create a relocatable object [-R path] specify a library search path to be used at run time [-s] strip any symbol and debugging information [-S supportlib] specify a link-edit support library [-t] do not warn of multiply-defined symbols that have different sizes or alignments [-u symname] create an undefined symbol `symname' [-V] print version information [-Y P,dirlist] use `dirlist' as a default path when searching for libraries [-z absexec] when building an executable absolute symbols referenced in dynamic objects are promoted to the executable [-z allextract | defaultextract | weakextract] extract all member files, only members that resolve undefined tor tentative symbols, or allow extraction of archive members to resolvetweak references from archive files [-z combreloc] combine multiple relocation sections [-z nocompstrtab] disable compression of string tables [-z defs] disallow undefined symbol references [-z direct | nodirect] enable|disable direct binding to shared object dependencies [-z endfiltee] marks a filtee such that it will terminate a filters search [-z finiarray=function] name of function to be appended to the .finiarray [-z groupperm | nogroupperm] enable|disable setting of group permissions on dynamic dependencies [-z help ] print this usage message [-z ignore | record] ignore|record unused dynamic dependencies [-z initarray=function] name of function to be appended to the .initarray [-z initfirst] mark object to indicate that its .init section should be executed before the .init section of any other objects [-z interpose] dynamic object is to be an `interposer' on direct bindings [-z lazyload | nolazyload] enable|disable delayed loading of shared object dependencies [-z ld32=arg1,arg2,...] define arguments applicable to the 32-bit class of ld(1) [-z ld64=arg1,arg2,...] define arguments applicable to the 64-bit class of ld(1) [-z loadfltr] mark filter as requiring immediate loading of its filtees at runtime [-z muldefs] allow multiply-defined symbols [-z nodefs] allow undefined symbol references [-z nodefaultlib] mark object to ignore any default library search path [-z nodelete] mark object as non-deletable [-z nodlopen] mark object as non-dlopen()'able [-z nodump] mark object as non-dldump()'able [-z nopartial] expand any partially initialized symbols [-z noversion] don't record any version sections [-z now] mark object as requiring non-lazy binding [-z origin] mark object as requiring $ORIGIN processing [-z preinitarray=function] name of function to be appended to the .preinitarray [-z redlocsym] reduce local syms in .symtab to a minimum [-z rescan] rescan archive list until no further member extraction occurs [-z text] disallow output relocations against text [-z textoff] allow output relocations against text [-z textwarn] warn if there are relocations against text [-z verbose] generate warnings for suspicious processings collect2: error: ld returned 1 exit status configure:26592: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | /* end confdefs.h. */ | | int | main () | { | | ; | return 0; | } configure:26604: result: no configure:26621: checking whether the -Werror option is usable configure:26640: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 -Werror conftest.c >&5 configure:26640: $? = 0 configure:26649: result: yes configure:26651: checking for simple visibility declarations configure:26678: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 -fvisibility=hidden -Werror conftest.c >&5 conftest.c: In function 'dummyfunc': conftest.c:244:14: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes] void dummyfunc (void) {} ^ conftest.c: In function 'main': conftest.c:252:1: error: visibility attribute not supported in this configuration; ignored [-Werror=attributes] } ^ cc1: all warnings being treated as errors configure:26678: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | /* end confdefs.h. */ | extern __attribute__((__visibility__("hidden"))) int hiddenvar; | extern __attribute__((__visibility__("default"))) int exportedvar; | extern __attribute__((__visibility__("hidden"))) int hiddenfunc (void); | extern __attribute__((__visibility__("default"))) int exportedfunc (void); | void dummyfunc (void) {} | | int | main () | { | | ; | return 0; | } configure:26687: result: no configure:26709: checking whether link obeys POSIX configure:26763: result: guessing no configure:26854: checking whether locale.h conforms to POSIX:2001 configure:26879: result: yes configure:26923: checking whether struct lconv is properly defined configure:26950: result: no configure:27031: checking whether setlocale is declared without a macro configure:27061: result: yes configure:27031: checking whether duplocale is declared without a macro configure:27061: result: no configure:27093: checking for struct lconv.decimal_point configure:27093: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:27093: $? = 0 configure:27093: result: yes configure:27167: checking for log1p configure:27167: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lm >&5 conftest.c:271:6: warning: conflicting types for built-in function 'log1p' char log1p (); ^ configure:27167: $? = 0 configure:27167: result: yes configure:27278: checking for stdlib.h configure:27278: result: yes configure:27288: checking for GNU libc compatible malloc configure:27332: result: yes configure:27488: checking whether NAN macro works configure:27511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:27511: $? = 0 configure:27518: result: yes configure:27523: checking whether HUGE_VAL works configure:27541: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:27541: $? = 0 configure:27548: result: yes configure:27557: checking whether acosf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:261:10: error: 'acosf' undeclared (first use in this function) (void) acosf; ^ conftest.c:261:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef acosf | (void) acosf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether acosl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:261:10: error: 'acosl' undeclared (first use in this function) (void) acosl; ^ conftest.c:261:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef acosl | (void) acosl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether asinf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:261:10: error: 'asinf' undeclared (first use in this function) (void) asinf; ^ conftest.c:261:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef asinf | (void) asinf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether asinl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:261:10: error: 'asinl' undeclared (first use in this function) (void) asinl; ^ conftest.c:261:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef asinl | (void) asinl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether atanf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:261:10: error: 'atanf' undeclared (first use in this function) (void) atanf; ^ conftest.c:261:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef atanf | (void) atanf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether atanl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:261:10: error: 'atanl' undeclared (first use in this function) (void) atanl; ^ conftest.c:261:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef atanl | (void) atanl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether cbrt is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:27574: $? = 0 configure:27582: result: yes configure:27557: checking whether cbrtf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:262:10: error: 'cbrtf' undeclared (first use in this function) (void) cbrtf; ^ conftest.c:262:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef cbrtf | (void) cbrtf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether cbrtl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:262:10: error: 'cbrtl' undeclared (first use in this function) (void) cbrtl; ^ conftest.c:262:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef cbrtl | (void) cbrtl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether ceilf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:262:10: error: 'ceilf' undeclared (first use in this function) (void) ceilf; ^ conftest.c:262:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef ceilf | (void) ceilf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether ceill is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:262:10: error: 'ceill' undeclared (first use in this function) (void) ceill; ^ conftest.c:262:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef ceill | (void) ceill; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether copysign is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:27574: $? = 0 configure:27582: result: yes configure:27557: checking whether copysignf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:263:10: error: 'copysignf' undeclared (first use in this function) (void) copysignf; ^ conftest.c:263:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef copysignf | (void) copysignf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether copysignl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:263:10: error: 'copysignl' undeclared (first use in this function) (void) copysignl; ^ conftest.c:263:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef copysignl | (void) copysignl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether cosf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:263:10: error: 'cosf' undeclared (first use in this function) (void) cosf; ^ conftest.c:263:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef cosf | (void) cosf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether cosl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:263:10: error: 'cosl' undeclared (first use in this function) (void) cosl; ^ conftest.c:263:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef cosl | (void) cosl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether coshf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:263:10: error: 'coshf' undeclared (first use in this function) (void) coshf; ^ conftest.c:263:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef coshf | (void) coshf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether expf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:263:10: error: 'expf' undeclared (first use in this function) (void) expf; ^ conftest.c:263:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef expf | (void) expf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether expl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:263:10: error: 'expl' undeclared (first use in this function) (void) expl; ^ conftest.c:263:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef expl | (void) expl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether exp2 is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:263:10: error: 'exp2' undeclared (first use in this function) (void) exp2; ^ conftest.c:263:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef exp2 | (void) exp2; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether exp2f is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:263:10: error: 'exp2f' undeclared (first use in this function) (void) exp2f; ^ conftest.c:263:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef exp2f | (void) exp2f; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether exp2l is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:263:10: error: 'exp2l' undeclared (first use in this function) (void) exp2l; ^ conftest.c:263:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef exp2l | (void) exp2l; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether expm1 is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:27574: $? = 0 configure:27582: result: yes configure:27557: checking whether expm1f is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:264:10: error: 'expm1f' undeclared (first use in this function) (void) expm1f; ^ conftest.c:264:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef expm1f | (void) expm1f; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether expm1l is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:264:10: error: 'expm1l' undeclared (first use in this function) (void) expm1l; ^ conftest.c:264:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef expm1l | (void) expm1l; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether fabsf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:264:10: error: 'fabsf' undeclared (first use in this function) (void) fabsf; ^ conftest.c:264:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef fabsf | (void) fabsf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether fabsl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:264:10: error: 'fabsl' undeclared (first use in this function) (void) fabsl; ^ conftest.c:264:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef fabsl | (void) fabsl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether floorf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:264:10: error: 'floorf' undeclared (first use in this function) (void) floorf; ^ conftest.c:264:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef floorf | (void) floorf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether floorl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:264:10: error: 'floorl' undeclared (first use in this function) (void) floorl; ^ conftest.c:264:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef floorl | (void) floorl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether fma is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:264:10: error: 'fma' undeclared (first use in this function) (void) fma; ^ conftest.c:264:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef fma | (void) fma; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether fmaf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:264:10: error: 'fmaf' undeclared (first use in this function) (void) fmaf; ^ conftest.c:264:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef fmaf | (void) fmaf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether fmal is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:264:10: error: 'fmal' undeclared (first use in this function) (void) fmal; ^ conftest.c:264:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef fmal | (void) fmal; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether fmod is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:27574: $? = 0 configure:27582: result: yes configure:27557: checking whether fmodf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:265:10: error: 'fmodf' undeclared (first use in this function) (void) fmodf; ^ conftest.c:265:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef fmodf | (void) fmodf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether fmodl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:265:10: error: 'fmodl' undeclared (first use in this function) (void) fmodl; ^ conftest.c:265:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef fmodl | (void) fmodl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether frexpf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:265:10: error: 'frexpf' undeclared (first use in this function) (void) frexpf; ^ conftest.c:265:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef frexpf | (void) frexpf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether frexpl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:265:10: error: 'frexpl' undeclared (first use in this function) (void) frexpl; ^ conftest.c:265:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef frexpl | (void) frexpl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether hypotf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:265:10: error: 'hypotf' undeclared (first use in this function) (void) hypotf; ^ conftest.c:265:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef hypotf | (void) hypotf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether hypotl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:265:10: error: 'hypotl' undeclared (first use in this function) (void) hypotl; ^ conftest.c:265:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef hypotl | (void) hypotl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether ilogb is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:27574: $? = 0 configure:27582: result: yes configure:27557: checking whether ilogbf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:266:10: error: 'ilogbf' undeclared (first use in this function) (void) ilogbf; ^ conftest.c:266:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef ilogbf | (void) ilogbf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether ilogbl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:266:10: error: 'ilogbl' undeclared (first use in this function) (void) ilogbl; ^ conftest.c:266:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef ilogbl | (void) ilogbl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether ldexpf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:266:10: error: 'ldexpf' undeclared (first use in this function) (void) ldexpf; ^ conftest.c:266:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef ldexpf | (void) ldexpf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether ldexpl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:266:10: error: 'ldexpl' undeclared (first use in this function) (void) ldexpl; ^ conftest.c:266:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef ldexpl | (void) ldexpl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether log is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:27574: $? = 0 configure:27582: result: yes configure:27557: checking whether logf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:267:10: error: 'logf' undeclared (first use in this function) (void) logf; ^ conftest.c:267:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef logf | (void) logf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether logl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:267:10: error: 'logl' undeclared (first use in this function) (void) logl; ^ conftest.c:267:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef logl | (void) logl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether log10 is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:27574: $? = 0 configure:27582: result: yes configure:27557: checking whether log10f is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:268:10: error: 'log10f' undeclared (first use in this function) (void) log10f; ^ conftest.c:268:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef log10f | (void) log10f; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether log10l is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:268:10: error: 'log10l' undeclared (first use in this function) (void) log10l; ^ conftest.c:268:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef log10l | (void) log10l; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether log1p is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:27574: $? = 0 configure:27582: result: yes configure:27557: checking whether log1pf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:269:10: error: 'log1pf' undeclared (first use in this function) (void) log1pf; ^ conftest.c:269:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef log1pf | (void) log1pf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether log1pl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:269:10: error: 'log1pl' undeclared (first use in this function) (void) log1pl; ^ conftest.c:269:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef log1pl | (void) log1pl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether log2 is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:269:10: error: 'log2' undeclared (first use in this function) (void) log2; ^ conftest.c:269:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef log2 | (void) log2; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether log2f is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:269:10: error: 'log2f' undeclared (first use in this function) (void) log2f; ^ conftest.c:269:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef log2f | (void) log2f; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether log2l is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:269:10: error: 'log2l' undeclared (first use in this function) (void) log2l; ^ conftest.c:269:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef log2l | (void) log2l; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether logb is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:27574: $? = 0 configure:27582: result: yes configure:27557: checking whether logbf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:270:10: error: 'logbf' undeclared (first use in this function) (void) logbf; ^ conftest.c:270:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef logbf | (void) logbf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether logbl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:270:10: error: 'logbl' undeclared (first use in this function) (void) logbl; ^ conftest.c:270:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef logbl | (void) logbl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether modf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:27574: $? = 0 configure:27582: result: yes configure:27557: checking whether modff is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:27574: $? = 0 configure:27582: result: yes configure:27557: checking whether modfl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:272:10: error: 'modfl' undeclared (first use in this function) (void) modfl; ^ conftest.c:272:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef modfl | (void) modfl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether powf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:272:10: error: 'powf' undeclared (first use in this function) (void) powf; ^ conftest.c:272:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef powf | (void) powf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether remainder is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:27574: $? = 0 configure:27582: result: yes configure:27557: checking whether remainderf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:273:10: error: 'remainderf' undeclared (first use in this function) (void) remainderf; ^ conftest.c:273:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef remainderf | (void) remainderf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether remainderl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:273:10: error: 'remainderl' undeclared (first use in this function) (void) remainderl; ^ conftest.c:273:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef remainderl | (void) remainderl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether rint is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:27574: $? = 0 configure:27582: result: yes configure:27557: checking whether rintf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:274:10: error: 'rintf' undeclared (first use in this function) (void) rintf; ^ conftest.c:274:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef rintf | (void) rintf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether rintl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:274:10: error: 'rintl' undeclared (first use in this function) (void) rintl; ^ conftest.c:274:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef rintl | (void) rintl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether round is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:274:10: error: 'round' undeclared (first use in this function) (void) round; ^ conftest.c:274:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef round | (void) round; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether roundf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:274:10: error: 'roundf' undeclared (first use in this function) (void) roundf; ^ conftest.c:274:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef roundf | (void) roundf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether roundl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:274:10: error: 'roundl' undeclared (first use in this function) (void) roundl; ^ conftest.c:274:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef roundl | (void) roundl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether sinf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:274:10: error: 'sinf' undeclared (first use in this function) (void) sinf; ^ conftest.c:274:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef sinf | (void) sinf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether sinl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:274:10: error: 'sinl' undeclared (first use in this function) (void) sinl; ^ conftest.c:274:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef sinl | (void) sinl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether sinhf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:274:10: error: 'sinhf' undeclared (first use in this function) (void) sinhf; ^ conftest.c:274:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef sinhf | (void) sinhf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether sqrtf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:274:10: error: 'sqrtf' undeclared (first use in this function) (void) sqrtf; ^ conftest.c:274:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef sqrtf | (void) sqrtf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether sqrtl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:274:10: error: 'sqrtl' undeclared (first use in this function) (void) sqrtl; ^ conftest.c:274:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef sqrtl | (void) sqrtl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether tanf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:274:10: error: 'tanf' undeclared (first use in this function) (void) tanf; ^ conftest.c:274:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef tanf | (void) tanf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether tanl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:274:10: error: 'tanl' undeclared (first use in this function) (void) tanl; ^ conftest.c:274:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef tanl | (void) tanl; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether tanhf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:274:10: error: 'tanhf' undeclared (first use in this function) (void) tanhf; ^ conftest.c:274:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef tanhf | (void) tanhf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether trunc is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:274:10: error: 'trunc' undeclared (first use in this function) (void) trunc; ^ conftest.c:274:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef trunc | (void) trunc; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether truncf is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:274:10: error: 'truncf' undeclared (first use in this function) (void) truncf; ^ conftest.c:274:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef truncf | (void) truncf; | ; | return 0; | } configure:27582: result: no configure:27557: checking whether truncl is declared without a macro configure:27574: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:274:10: error: 'truncl' undeclared (first use in this function) (void) truncl; ^ conftest.c:274:10: note: each undeclared identifier is reported only once for each function it appears in configure:27574: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | /* end confdefs.h. */ | #include <math.h> | int | main () | { | #undef truncl | (void) truncl; | ; | return 0; | } configure:27582: result: no configure:27608: checking whether mbrtowc handles incomplete characters configure:27665: result: guessing yes configure:27671: checking whether mbrtowc works as well as mbtowc configure:27732: result: guessing yes configure:27783: checking whether mbrtowc handles a NULL pwc argument configure:27854: result: guessing no configure:27860: checking whether mbrtowc handles a NULL string argument configure:27919: result: guessing yes configure:27927: checking whether mbrtowc has a correct return value configure:28057: result: guessing no configure:28063: checking whether mbrtowc returns 0 when parsing a NUL character configure:28119: result: guessing yes configure:28202: checking whether mbrtowc handles incomplete characters configure:28259: result: guessing yes configure:28265: checking whether mbrtowc works as well as mbtowc configure:28326: result: guessing yes configure:28462: checking bp-sym.h usability configure:28462: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:307:20: fatal error: bp-sym.h: No such file or directory #include <bp-sym.h> ^ compilation terminated. configure:28462: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 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 <bp-sym.h> configure:28462: result: no configure:28462: checking bp-sym.h presence configure:28462: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c conftest.c:274:20: fatal error: bp-sym.h: No such file or directory #include <bp-sym.h> ^ compilation terminated. configure:28462: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | /* end confdefs.h. */ | #include <bp-sym.h> configure:28462: result: no configure:28462: checking for bp-sym.h configure:28462: result: no configure:28491: checking whether mkdir handles trailing slash configure:28533: result: guessing no configure:28542: checking whether mkdir handles trailing dot configure:28584: result: guessing no configure:28613: checking for working mkstemp configure:28678: result: guessing no configure:28849: checking whether getaddrinfo is declared without a macro configure:28874: result: yes configure:28849: checking whether freeaddrinfo is declared without a macro configure:28874: result: yes configure:28849: checking whether gai_strerror is declared without a macro configure:28874: result: yes configure:28849: checking whether getnameinfo is declared without a macro configure:28874: result: yes configure:28887: checking whether <netinet/in.h> is self-contained configure:28904: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:28904: $? = 0 configure:28912: result: yes configure:29032: checking whether YESEXPR works configure:29071: result: guessing yes configure:29129: checking for sys/pstat.h configure:29129: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:317:23: fatal error: sys/pstat.h: No such file or directory #include <sys/pstat.h> ^ compilation terminated. configure:29129: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 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:29129: result: no configure:29129: checking for sys/sysmp.h configure:29129: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:317:23: fatal error: sys/sysmp.h: No such file or directory #include <sys/sysmp.h> ^ compilation terminated. configure:29129: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 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:29129: result: no configure:29129: checking for sys/param.h configure:29129: result: yes configure:29142: checking for sys/sysctl.h configure:29142: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:322:24: fatal error: sys/sysctl.h: No such file or directory #include <sys/sysctl.h> ^ compilation terminated. configure:29142: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_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 | #if HAVE_SYS_PARAM_H | # include <sys/param.h> | #endif | | | #include <sys/sysctl.h> configure:29142: result: no configure:29162: checking for sched_getaffinity configure:29162: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file sched_getaffinity /var/tmp//ccQZO0lg.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:29162: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_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:29162: result: no configure:29162: checking for sched_getaffinity_np configure:29162: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file sched_getaffinity_np /var/tmp//cce2D3bj.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:29162: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_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:29162: result: no configure:29162: checking for pstat_getdynamic configure:29162: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file pstat_getdynamic /var/tmp//ccu8quGn.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:29162: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_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:29162: result: no configure:29162: checking for sysmp configure:29162: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file sysmp /var/tmp//ccaWjKoL.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:29162: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_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:29162: result: no configure:29162: checking for sysctl configure:29162: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file sysctl /var/tmp//ccoSvoWN.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:29162: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | /* end confdefs.h. */ | /* Define sysctl to an innocuous variant, in case <limits.h> declares sysctl. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define sysctl innocuous_sysctl | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sysctl (); 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 sysctl | | /* 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 sysctl (); | /* 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_sysctl || defined __stub___sysctl | choke me | #endif | | int | main () | { | return sysctl (); | ; | return 0; | } configure:29162: result: no configure:29215: checking whether open recognizes a trailing slash configure:29266: result: guessing yes configure:29382: checking for poll configure:29382: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:29382: $? = 0 configure:29382: result: yes configure:29624: checking whether poll is declared without a macro configure:29649: result: yes configure:29663: checking for putenv compatible with GNU and SVID configure:29713: result: guessing no configure:29734: checking whether _putenv is declared configure:29734: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:330:10: error: '_putenv' undeclared (first use in this function) (void) _putenv; ^ conftest.c:330:10: note: each undeclared identifier is reported only once for each function it appears in configure:29734: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 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 _putenv | #ifdef __cplusplus | (void) _putenv; | #else | (void) _putenv; | #endif | #endif | | ; | return 0; | } configure:29734: result: no configure:29768: checking for raise configure:29768: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:29768: $? = 0 configure:29768: result: yes configure:29856: checking whether readlink signature is correct configure:29874: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:297:15: error: conflicting types for 'readlink' ssize_t readlink (const char *, char *, size_t); ^ In file included from conftest.c:295:0: /usr/include/unistd.h:339:12: note: previous declaration of 'readlink' was here extern int readlink(const char *, char *, size_t); ^ configure:29874: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | /* end confdefs.h. */ | #include <unistd.h> | /* Cause compilation failure if original declaration has wrong type. */ | ssize_t readlink (const char *, char *, size_t); | int | main () | { | | ; | return 0; | } configure:29881: result: no configure:29883: checking whether readlink handles trailing slash correctly configure:29924: result: guessing no configure:30045: checking for working re_compile_pattern configure:30263: result: no configure:30348: checking libintl.h usability configure:30348: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:30348: $? = 0 configure:30348: result: yes configure:30348: checking libintl.h presence configure:30348: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c configure:30348: $? = 0 configure:30348: result: yes configure:30348: checking for libintl.h configure:30348: result: yes configure:30359: checking whether isblank is declared configure:30359: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:326:10: error: 'isblank' undeclared (first use in this function) (void) isblank; ^ conftest.c:326:10: note: each undeclared identifier is reported only once for each function it appears in configure:30359: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | /* end confdefs.h. */ | #include <ctype.h> | | int | main () | { | #ifndef isblank | #ifdef __cplusplus | (void) isblank; | #else | (void) isblank; | #endif | #endif | | ; | return 0; | } configure:30359: result: no configure:30378: checking whether rename honors trailing slash on destination configure:30435: result: guessing no configure:30447: checking whether rename honors trailing slash on source configure:30504: result: guessing no configure:30517: checking whether rename manages hard links correctly configure:30578: result: guessing no configure:30590: checking whether rename manages existing destinations correctly configure:30639: result: guessing no configure:30681: checking whether rmdir works configure:30734: result: guessing no configure:30803: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file round /var/tmp//ccaC4ERR.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:30803: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | /* end confdefs.h. */ | | #ifndef __NO_MATH_INLINES | # define __NO_MATH_INLINES 1 /* for glibc */ | #endif | #include <math.h> | extern | #ifdef __cplusplus | "C" | #endif | double round (double); | | double x; | int | main () | { | x = round (x); | ; | return 0; | } configure:30803: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lm >&5 Undefined first referenced symbol in file round /var/tmp//ccqaFbHK.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:30803: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | /* end confdefs.h. */ | | #ifndef __NO_MATH_INLINES | # define __NO_MATH_INLINES 1 /* for glibc */ | #endif | #include <math.h> | extern | #ifdef __cplusplus | "C" | #endif | double round (double); | | double x; | int | main () | { | x = round (x); | ; | return 0; | } configure:31093: checking for __secure_getenv configure:31093: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file __secure_getenv /var/tmp//ccyjtRB9.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:31093: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | /* end confdefs.h. */ | /* Define __secure_getenv to an innocuous variant, in case <limits.h> declares __secure_getenv. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define __secure_getenv innocuous___secure_getenv | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char __secure_getenv (); 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 __secure_getenv | | /* 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 __secure_getenv (); | /* 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___secure_getenv || defined __stub_____secure_getenv | choke me | #endif | | int | main () | { | return __secure_getenv (); | ; | return 0; | } configure:31093: result: no configure:31105: checking for issetugid configure:31105: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:31105: $? = 0 configure:31105: result: yes configure:31139: checking whether select supports a 0 argument configure:31182: result: guessing yes configure:31189: checking whether select detects invalid fds configure:31245: result: guessing no configure:31367: checking for library containing getservbyname configure:31415: result: -lsocket configure:31710: checking for volatile sig_atomic_t configure:31710: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:31710: $? = 0 configure:31710: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:340:36: error: expected expression before ')' token if (sizeof ((volatile sig_atomic_t))) ^ configure:31710: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 1 | /* end confdefs.h. */ | | #include <signal.h> | | | int | main () | { | if (sizeof ((volatile sig_atomic_t))) | return 0; | ; | return 0; | } configure:31710: result: yes configure:31726: checking for sighandler_t configure:31726: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:340:13: error: 'sighandler_t' undeclared (first use in this function) if (sizeof (sighandler_t)) ^ conftest.c:340:13: note: each undeclared identifier is reported only once for each function it appears in configure:31726: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 1 | /* end confdefs.h. */ | | #include <signal.h> | | | int | main () | { | if (sizeof (sighandler_t)) | return 0; | ; | return 0; | } configure:31726: result: no configure:31740: checking whether pthread_sigmask is declared without a macro configure:31758: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:31758: $? = 0 configure:31766: result: yes configure:31740: checking whether sigaction is declared without a macro configure:31758: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:31758: $? = 0 configure:31766: result: yes configure:31740: checking whether sigaddset is declared without a macro configure:31758: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:31758: $? = 0 configure:31766: result: yes configure:31740: checking whether sigdelset is declared without a macro configure:31758: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:31758: $? = 0 configure:31766: result: yes configure:31740: checking whether sigemptyset is declared without a macro configure:31758: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:31758: $? = 0 configure:31766: result: yes configure:31740: checking whether sigfillset is declared without a macro configure:31758: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:31758: $? = 0 configure:31766: result: yes configure:31740: checking whether sigismember is declared without a macro configure:31758: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:31758: $? = 0 configure:31766: result: yes configure:31740: checking whether sigpending is declared without a macro configure:31758: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:31758: $? = 0 configure:31766: result: yes configure:31740: checking whether sigprocmask is declared without a macro configure:31758: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:31758: $? = 0 configure:31766: result: yes configure:31780: checking for signbit macro configure:31896: result: guessing no configure:31898: checking for signbit compiler built-ins configure:32008: result: guessing no configure:32021: checking where to find the sign bit in a 'float' configure:32102: result: unknown configure:32124: checking where to find the sign bit in a 'double' configure:32205: result: unknown configure:32227: checking where to find the sign bit in a 'long double' configure:32308: result: unknown configure:32329: checking whether copysignf is declared configure:32329: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:351:10: error: 'copysignf' undeclared (first use in this function) (void) copysignf; ^ conftest.c:351:10: note: each undeclared identifier is reported only once for each function it appears in configure:32329: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 1 | #define HAVE_RAW_DECL_PTHREAD_SIGMASK 1 | #define HAVE_RAW_DECL_SIGACTION 1 | #define HAVE_RAW_DECL_SIGADDSET 1 | #define HAVE_RAW_DECL_SIGDELSET 1 | #define HAVE_RAW_DECL_SIGEMPTYSET 1 | #define HAVE_RAW_DECL_SIGFILLSET 1 | #define HAVE_RAW_DECL_SIGISMEMBER 1 | #define HAVE_RAW_DECL_SIGPENDING 1 | #define HAVE_RAW_DECL_SIGPROCMASK 1 | /* end confdefs.h. */ | #include <math.h> | | int | main () | { | #ifndef copysignf | #ifdef __cplusplus | (void) copysignf; | #else | (void) copysignf; | #endif | #endif | | ; | return 0; | } configure:32329: result: no configure:32379: checking whether copysign is declared configure:32379: result: yes configure:32392: checking whether copysign can be used without linking with libm configure:32419: result: no configure:32429: checking whether copysignl is declared configure:32429: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:353:10: error: 'copysignl' undeclared (first use in this function) (void) copysignl; ^ conftest.c:353:10: note: each undeclared identifier is reported only once for each function it appears in configure:32429: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | /* end confdefs.h. */ | #include <math.h> | | int | main () | { | #ifndef copysignl | #ifdef __cplusplus | (void) copysignl; | #else | (void) copysignl; | #endif | #endif | | ; | return 0; | } configure:32429: result: no configure:32533: checking for stdint.h configure:32533: result: yes configure:32543: checking for SIZE_MAX configure:32614: result: yes configure:32630: checking for snprintf configure:32630: result: yes configure:32643: checking whether snprintf respects a size of 1 configure:32688: result: guessing yes configure:32911: checking for library containing setsockopt configure:33014: result: -lsocket configure:33029: checking for socklen_t configure:33029: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33029: $? = 0 configure:33029: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:366:24: error: expected expression before ')' token if (sizeof ((socklen_t))) ^ configure:33029: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 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:33029: result: yes configure:33093: checking for ssize_t configure:33117: result: yes configure:33128: checking whether stat handles trailing slashes on directories configure:33161: result: guessing yes configure:33163: checking whether stat handles trailing slashes on files configure:33214: result: guessing no configure:33261: checking for struct stat.st_atim.tv_nsec configure:33261: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33261: $? = 0 configure:33261: result: yes configure:33270: checking whether struct stat.st_atim is of type struct timespec configure:33297: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33297: $? = 0 configure:33304: result: yes configure:33356: checking for struct stat.st_birthtimespec.tv_nsec configure:33356: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:362:12: error: 'struct stat' has no member named 'st_birthtimespec' if (ac_aggr.st_birthtimespec.tv_nsec) ^ configure:33356: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/stat.h> | | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_birthtimespec.tv_nsec) | return 0; | ; | return 0; | } configure:33356: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:362:19: error: 'struct stat' has no member named 'st_birthtimespec' if (sizeof ac_aggr.st_birthtimespec.tv_nsec) ^ configure:33356: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/stat.h> | | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_birthtimespec.tv_nsec) | return 0; | ; | return 0; | } configure:33356: result: no configure:33367: checking for struct stat.st_birthtimensec configure:33367: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:362:12: error: 'struct stat' has no member named 'st_birthtimensec' if (ac_aggr.st_birthtimensec) ^ configure:33367: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/stat.h> | | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_birthtimensec) | return 0; | ; | return 0; | } configure:33367: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:362:19: error: 'struct stat' has no member named 'st_birthtimensec' if (sizeof ac_aggr.st_birthtimensec) ^ configure:33367: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/stat.h> | | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_birthtimensec) | return 0; | ; | return 0; | } configure:33367: result: no configure:33378: checking for struct stat.st_birthtim.tv_nsec configure:33378: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:362:12: error: 'struct stat' has no member named 'st_birthtim' if (ac_aggr.st_birthtim.tv_nsec) ^ configure:33378: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/stat.h> | | int | main () | { | static struct stat ac_aggr; | if (ac_aggr.st_birthtim.tv_nsec) | return 0; | ; | return 0; | } configure:33378: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:362:19: error: 'struct stat' has no member named 'st_birthtim' if (sizeof ac_aggr.st_birthtim.tv_nsec) ^ configure:33378: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/stat.h> | | int | main () | { | static struct stat ac_aggr; | if (sizeof ac_aggr.st_birthtim.tv_nsec) | return 0; | ; | return 0; | } configure:33378: result: no configure:33396: checking for working stdalign.h configure:33434: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33434: $? = 0 configure:33441: result: yes configure:33495: checking whether NULL can be used in arbitrary expressions configure:33520: result: yes configure:33723: checking whether dprintf is declared without a macro configure:33741: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:363:10: error: 'dprintf' undeclared (first use in this function) (void) dprintf; ^ conftest.c:363:10: note: each undeclared identifier is reported only once for each function it appears in configure:33741: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | /* end confdefs.h. */ | #include <stdio.h> | | int | main () | { | #undef dprintf | (void) dprintf; | ; | return 0; | } configure:33749: result: no configure:33723: checking whether fpurge is declared without a macro configure:33741: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:363:10: error: 'fpurge' undeclared (first use in this function) (void) fpurge; ^ conftest.c:363:10: note: each undeclared identifier is reported only once for each function it appears in configure:33741: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | /* end confdefs.h. */ | #include <stdio.h> | | int | main () | { | #undef fpurge | (void) fpurge; | ; | return 0; | } configure:33749: result: no configure:33723: checking whether fseeko is declared without a macro configure:33741: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33741: $? = 0 configure:33749: result: yes configure:33723: checking whether ftello is declared without a macro configure:33741: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33741: $? = 0 configure:33749: result: yes configure:33723: checking whether getdelim is declared without a macro configure:33741: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:365:10: error: 'getdelim' undeclared (first use in this function) (void) getdelim; ^ conftest.c:365:10: note: each undeclared identifier is reported only once for each function it appears in configure:33741: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 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:33749: result: no configure:33723: checking whether getline is declared without a macro configure:33741: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:365:10: error: 'getline' undeclared (first use in this function) (void) getline; ^ conftest.c:365:10: note: each undeclared identifier is reported only once for each function it appears in configure:33741: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 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:33749: result: no configure:33723: checking whether gets is declared without a macro configure:33741: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33741: $? = 0 configure:33749: result: yes configure:33723: checking whether pclose is declared without a macro configure:33741: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33741: $? = 0 configure:33749: result: yes configure:33723: checking whether popen is declared without a macro configure:33741: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33741: $? = 0 configure:33749: result: yes configure:33723: checking whether renameat is declared without a macro configure:33741: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:368:10: error: 'renameat' undeclared (first use in this function) (void) renameat; ^ conftest.c:368:10: note: each undeclared identifier is reported only once for each function it appears in configure:33741: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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:33749: result: no configure:33723: checking whether snprintf is declared without a macro configure:33741: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33741: $? = 0 configure:33749: result: yes configure:33723: checking whether tmpfile is declared without a macro configure:33741: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33741: $? = 0 configure:33749: result: yes configure:33723: checking whether vdprintf is declared without a macro configure:33741: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:370:10: error: 'vdprintf' undeclared (first use in this function) (void) vdprintf; ^ conftest.c:370:10: note: each undeclared identifier is reported only once for each function it appears in configure:33741: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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:33749: result: no configure:33723: checking whether vsnprintf is declared without a macro configure:33741: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33741: $? = 0 configure:33749: result: yes configure:33838: checking whether _Exit is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33862: $? = 0 configure:33870: result: yes configure:33838: checking whether atoll is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33862: $? = 0 configure:33870: result: yes configure:33838: checking whether canonicalize_file_name is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:379:10: error: 'canonicalize_file_name' undeclared (first use in this function) (void) canonicalize_file_name; ^ conftest.c:379:10: note: each undeclared identifier is reported only once for each function it appears in configure:33862: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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:33870: result: no configure:33838: checking whether getloadavg is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:379:10: error: 'getloadavg' undeclared (first use in this function) (void) getloadavg; ^ conftest.c:379:10: note: each undeclared identifier is reported only once for each function it appears in configure:33862: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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 getloadavg | (void) getloadavg; | ; | return 0; | } configure:33870: result: no configure:33838: checking whether getsubopt is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33862: $? = 0 configure:33870: result: yes configure:33838: checking whether grantpt is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33862: $? = 0 configure:33870: result: yes configure:33838: checking whether initstate is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33862: $? = 0 configure:33870: result: yes configure:33838: checking whether initstate_r is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:382:10: error: 'initstate_r' undeclared (first use in this function) (void) initstate_r; ^ conftest.c:382:10: note: each undeclared identifier is reported only once for each function it appears in configure:33862: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 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:33870: result: no configure:33838: checking whether mkdtemp is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:382:10: error: 'mkdtemp' undeclared (first use in this function) (void) mkdtemp; ^ conftest.c:382:10: note: each undeclared identifier is reported only once for each function it appears in configure:33862: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 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:33870: result: no configure:33838: checking whether mkostemp is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:382:10: error: 'mkostemp' undeclared (first use in this function) (void) mkostemp; ^ conftest.c:382:10: note: each undeclared identifier is reported only once for each function it appears in configure:33862: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 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:33870: result: no configure:33838: checking whether mkostemps is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:382:10: error: 'mkostemps' undeclared (first use in this function) (void) mkostemps; ^ conftest.c:382:10: note: each undeclared identifier is reported only once for each function it appears in configure:33862: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 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:33870: result: no configure:33838: checking whether mkstemp is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33862: $? = 0 configure:33870: result: yes configure:33838: checking whether mkstemps is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:383:10: error: 'mkstemps' undeclared (first use in this function) (void) mkstemps; ^ conftest.c:383:10: note: each undeclared identifier is reported only once for each function it appears in configure:33862: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | /* end confdefs.h. */ | #include <stdlib.h> | #if HAVE_SYS_LOADAVG_H | # include <sys/loadavg.h> | #endif | #if HAVE_RANDOM_H | # include <random.h> | #endif | | int | main () | { | #undef mkstemps | (void) mkstemps; | ; | return 0; | } configure:33870: result: no configure:33838: checking whether posix_openpt is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:383:10: error: 'posix_openpt' undeclared (first use in this function) (void) posix_openpt; ^ conftest.c:383:10: note: each undeclared identifier is reported only once for each function it appears in configure:33862: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | /* end confdefs.h. */ | #include <stdlib.h> | #if HAVE_SYS_LOADAVG_H | # include <sys/loadavg.h> | #endif | #if HAVE_RANDOM_H | # include <random.h> | #endif | | int | main () | { | #undef posix_openpt | (void) posix_openpt; | ; | return 0; | } configure:33870: result: no configure:33838: checking whether ptsname is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33862: $? = 0 configure:33870: result: yes configure:33838: checking whether ptsname_r is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:384:10: error: 'ptsname_r' undeclared (first use in this function) (void) ptsname_r; ^ conftest.c:384:10: note: each undeclared identifier is reported only once for each function it appears in configure:33862: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | /* end confdefs.h. */ | #include <stdlib.h> | #if HAVE_SYS_LOADAVG_H | # include <sys/loadavg.h> | #endif | #if HAVE_RANDOM_H | # include <random.h> | #endif | | int | main () | { | #undef ptsname_r | (void) ptsname_r; | ; | return 0; | } configure:33870: result: no configure:33838: checking whether random is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33862: $? = 0 configure:33870: result: yes configure:33838: checking whether random_r is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:385:10: error: 'random_r' undeclared (first use in this function) (void) random_r; ^ conftest.c:385:10: note: each undeclared identifier is reported only once for each function it appears in configure:33862: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | /* end confdefs.h. */ | #include <stdlib.h> | #if HAVE_SYS_LOADAVG_H | # include <sys/loadavg.h> | #endif | #if HAVE_RANDOM_H | # include <random.h> | #endif | | int | main () | { | #undef random_r | (void) random_r; | ; | return 0; | } configure:33870: result: no configure:33838: checking whether realpath is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33862: $? = 0 configure:33870: result: yes configure:33838: checking whether rpmatch is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:386:10: error: 'rpmatch' undeclared (first use in this function) (void) rpmatch; ^ conftest.c:386:10: note: each undeclared identifier is reported only once for each function it appears in configure:33862: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | /* end confdefs.h. */ | #include <stdlib.h> | #if HAVE_SYS_LOADAVG_H | # include <sys/loadavg.h> | #endif | #if HAVE_RANDOM_H | # include <random.h> | #endif | | int | main () | { | #undef rpmatch | (void) rpmatch; | ; | return 0; | } configure:33870: result: no configure:33838: checking whether secure_getenv is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:386:10: error: 'secure_getenv' undeclared (first use in this function) (void) secure_getenv; ^ conftest.c:386:10: note: each undeclared identifier is reported only once for each function it appears in configure:33862: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | /* end confdefs.h. */ | #include <stdlib.h> | #if HAVE_SYS_LOADAVG_H | # include <sys/loadavg.h> | #endif | #if HAVE_RANDOM_H | # include <random.h> | #endif | | int | main () | { | #undef secure_getenv | (void) secure_getenv; | ; | return 0; | } configure:33870: result: no configure:33838: checking whether setenv is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:386:10: error: 'setenv' undeclared (first use in this function) (void) setenv; ^ conftest.c:386:10: note: each undeclared identifier is reported only once for each function it appears in configure:33862: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | /* end confdefs.h. */ | #include <stdlib.h> | #if HAVE_SYS_LOADAVG_H | # include <sys/loadavg.h> | #endif | #if HAVE_RANDOM_H | # include <random.h> | #endif | | int | main () | { | #undef setenv | (void) setenv; | ; | return 0; | } configure:33870: result: no configure:33838: checking whether setstate is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33862: $? = 0 configure:33870: result: yes configure:33838: checking whether setstate_r is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:387:10: error: 'setstate_r' undeclared (first use in this function) (void) setstate_r; ^ conftest.c:387:10: note: each undeclared identifier is reported only once for each function it appears in configure:33862: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 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 setstate_r | (void) setstate_r; | ; | return 0; | } configure:33870: result: no configure:33838: checking whether srandom is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33862: $? = 0 configure:33870: result: yes configure:33838: checking whether srandom_r is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:388:10: error: 'srandom_r' undeclared (first use in this function) (void) srandom_r; ^ conftest.c:388:10: note: each undeclared identifier is reported only once for each function it appears in configure:33862: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 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 srandom_r | (void) srandom_r; | ; | return 0; | } configure:33870: result: no configure:33838: checking whether strtod is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33862: $? = 0 configure:33870: result: yes configure:33838: checking whether strtoll is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33862: $? = 0 configure:33870: result: yes configure:33838: checking whether strtoull is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33862: $? = 0 configure:33870: result: yes configure:33838: checking whether unlockpt is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:33862: $? = 0 configure:33870: result: yes configure:33838: checking whether unsetenv is declared without a macro configure:33862: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:392:10: error: 'unsetenv' undeclared (first use in this function) (void) unsetenv; ^ conftest.c:392:10: note: each undeclared identifier is reported only once for each function it appears in configure:33862: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | /* 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 unsetenv | (void) unsetenv; | ; | return 0; | } configure:33870: result: no configure:34037: checking whether flock is declared without a macro configure:34055: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:388:10: error: 'flock' undeclared (first use in this function) (void) flock; ^ conftest.c:388:10: note: each undeclared identifier is reported only once for each function it appears in configure:34055: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | /* end confdefs.h. */ | #include <sys/file.h> | | int | main () | { | #undef flock | (void) flock; | ; | return 0; | } configure:34063: result: no configure:34079: checking whether <sys/select.h> is self-contained configure:34158: result: no configure:34275: checking whether pselect is declared without a macro configure:34307: result: no configure:34275: checking whether select is declared without a macro configure:34307: result: yes configure:34332: checking whether <sys/socket.h> is self-contained configure:34357: result: yes configure:34362: checking for shutdown configure:34362: result: no configure:34499: checking for struct sockaddr_storage configure:34499: result: yes configure:34520: checking for sa_family_t configure:34520: result: yes configure:34549: checking for struct sockaddr_storage.ss_family configure:34549: result: yes configure:34605: checking whether socket is declared without a macro configure:34634: result: yes configure:34605: checking whether connect is declared without a macro configure:34634: result: yes configure:34605: checking whether accept is declared without a macro configure:34634: result: yes configure:34605: checking whether bind is declared without a macro configure:34634: result: yes configure:34605: checking whether getpeername is declared without a macro configure:34634: result: yes configure:34605: checking whether getsockname is declared without a macro configure:34634: result: yes configure:34605: checking whether getsockopt is declared without a macro configure:34634: result: yes configure:34605: checking whether listen is declared without a macro configure:34634: result: yes configure:34605: checking whether recv is declared without a macro configure:34634: result: yes configure:34605: checking whether send is declared without a macro configure:34634: result: yes configure:34605: checking whether recvfrom is declared without a macro configure:34634: result: yes configure:34605: checking whether sendto is declared without a macro configure:34634: result: yes configure:34605: checking whether setsockopt is declared without a macro configure:34634: result: yes configure:34605: checking whether shutdown is declared without a macro configure:34634: result: yes configure:34605: checking whether accept4 is declared without a macro configure:34634: result: no configure:34743: checking for nlink_t configure:34743: result: yes configure:34758: checking whether fchmodat is declared without a macro configure:34784: result: no configure:34758: checking whether fstat is declared without a macro configure:34784: result: yes configure:34758: checking whether fstatat is declared without a macro configure:34784: result: yes configure:34758: checking whether futimens is declared without a macro configure:34784: result: no configure:34758: checking whether lchmod is declared without a macro configure:34784: result: no configure:34758: checking whether lstat is declared without a macro configure:34784: result: yes configure:34758: checking whether mkdirat is declared without a macro configure:34784: result: no configure:34758: checking whether mkfifo is declared without a macro configure:34784: result: yes configure:34758: checking whether mkfifoat is declared without a macro configure:34784: result: no configure:34758: checking whether mknod is declared without a macro configure:34784: result: yes configure:34758: checking whether mknodat is declared without a macro configure:34784: result: no configure:34758: checking whether stat is declared without a macro configure:34784: result: yes configure:34758: checking whether utimensat is declared without a macro configure:34784: result: no configure:34884: checking for struct tms configure:34884: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:34884: $? = 0 configure:34884: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:413:25: error: expected expression before ')' token if (sizeof ((struct tms))) ^ configure:34884: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | /* end confdefs.h. */ | | #include <sys/times.h> | | | int | main () | { | if (sizeof ((struct tms))) | return 0; | ; | return 0; | } configure:34884: result: yes configure:34908: checking whether times is declared without a macro configure:34931: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:34931: $? = 0 configure:34939: result: yes configure:35056: checking whether localtime_r is declared configure:35056: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35056: $? = 0 configure:35056: result: yes configure:35075: checking whether localtime_r is compatible with its POSIX signature configure:35099: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35099: $? = 0 configure:35107: result: yes configure:35181: checking whether trunc is declared configure:35181: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:419:10: error: 'trunc' undeclared (first use in this function) (void) trunc; ^ conftest.c:419:10: note: each undeclared identifier is reported only once for each function it appears in configure:35181: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | /* end confdefs.h. */ | #include <math.h> | | int | main () | { | #ifndef trunc | #ifdef __cplusplus | (void) trunc; | #else | (void) trunc; | #endif | #endif | | ; | return 0; | } configure:35181: result: no configure:35374: checking whether chdir is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether chown is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether dup is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether dup2 is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether dup3 is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:434:10: error: 'dup3' undeclared (first use in this function) (void) dup3; ^ conftest.c:434:10: note: each undeclared identifier is reported only once for each function it appears in configure:35404: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | /* end confdefs.h. */ | | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | /* Some systems declare various items in the wrong headers. */ | #if !(defined __GLIBC__ && !defined __UCLIBC__) | # include <fcntl.h> | # include <stdio.h> | # include <stdlib.h> | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | # include <io.h> | # endif | #endif | | int | main () | { | #undef dup3 | (void) dup3; | ; | return 0; | } configure:35412: result: no configure:35374: checking whether environ is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:434:10: error: 'environ' undeclared (first use in this function) (void) environ; ^ conftest.c:434:10: note: each undeclared identifier is reported only once for each function it appears in configure:35404: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | /* end confdefs.h. */ | | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | /* Some systems declare various items in the wrong headers. */ | #if !(defined __GLIBC__ && !defined __UCLIBC__) | # include <fcntl.h> | # include <stdio.h> | # include <stdlib.h> | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | # include <io.h> | # endif | #endif | | int | main () | { | #undef environ | (void) environ; | ; | return 0; | } configure:35412: result: no configure:35374: checking whether euidaccess is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:434:10: error: 'euidaccess' undeclared (first use in this function) (void) euidaccess; ^ conftest.c:434:10: note: each undeclared identifier is reported only once for each function it appears in configure:35404: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | /* end confdefs.h. */ | | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | /* Some systems declare various items in the wrong headers. */ | #if !(defined __GLIBC__ && !defined __UCLIBC__) | # include <fcntl.h> | # include <stdio.h> | # include <stdlib.h> | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | # include <io.h> | # endif | #endif | | int | main () | { | #undef euidaccess | (void) euidaccess; | ; | return 0; | } configure:35412: result: no configure:35374: checking whether faccessat is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:434:10: error: 'faccessat' undeclared (first use in this function) (void) faccessat; ^ conftest.c:434:10: note: each undeclared identifier is reported only once for each function it appears in configure:35404: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | /* end confdefs.h. */ | | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | /* Some systems declare various items in the wrong headers. */ | #if !(defined __GLIBC__ && !defined __UCLIBC__) | # include <fcntl.h> | # include <stdio.h> | # include <stdlib.h> | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | # include <io.h> | # endif | #endif | | int | main () | { | #undef faccessat | (void) faccessat; | ; | return 0; | } configure:35412: result: no configure:35374: checking whether fchdir is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether fchownat is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether fdatasync is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether fsync is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether ftruncate is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether getcwd is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether getdomainname is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:440:10: error: 'getdomainname' undeclared (first use in this function) (void) getdomainname; ^ conftest.c:440:10: note: each undeclared identifier is reported only once for each function it appears in configure:35404: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | /* end confdefs.h. */ | | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | /* Some systems declare various items in the wrong headers. */ | #if !(defined __GLIBC__ && !defined __UCLIBC__) | # include <fcntl.h> | # include <stdio.h> | # include <stdlib.h> | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | # include <io.h> | # endif | #endif | | int | main () | { | #undef getdomainname | (void) getdomainname; | ; | return 0; | } configure:35412: result: no configure:35374: checking whether getdtablesize is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether getgroups is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether gethostname is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether getlogin is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether getlogin_r is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether getpagesize is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether getusershell is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:446:10: error: 'getusershell' undeclared (first use in this function) (void) getusershell; ^ conftest.c:446:10: note: each undeclared identifier is reported only once for each function it appears in configure:35404: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | /* end confdefs.h. */ | | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | /* Some systems declare various items in the wrong headers. */ | #if !(defined __GLIBC__ && !defined __UCLIBC__) | # include <fcntl.h> | # include <stdio.h> | # include <stdlib.h> | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | # include <io.h> | # endif | #endif | | int | main () | { | #undef getusershell | (void) getusershell; | ; | return 0; | } configure:35412: result: no configure:35374: checking whether setusershell is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:446:10: error: 'setusershell' undeclared (first use in this function) (void) setusershell; ^ conftest.c:446:10: note: each undeclared identifier is reported only once for each function it appears in configure:35404: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | /* end confdefs.h. */ | | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | /* Some systems declare various items in the wrong headers. */ | #if !(defined __GLIBC__ && !defined __UCLIBC__) | # include <fcntl.h> | # include <stdio.h> | # include <stdlib.h> | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | # include <io.h> | # endif | #endif | | int | main () | { | #undef setusershell | (void) setusershell; | ; | return 0; | } configure:35412: result: no configure:35374: checking whether endusershell is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:446:10: error: 'endusershell' undeclared (first use in this function) (void) endusershell; ^ conftest.c:446:10: note: each undeclared identifier is reported only once for each function it appears in configure:35404: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | /* end confdefs.h. */ | | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | /* Some systems declare various items in the wrong headers. */ | #if !(defined __GLIBC__ && !defined __UCLIBC__) | # include <fcntl.h> | # include <stdio.h> | # include <stdlib.h> | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | # include <io.h> | # endif | #endif | | int | main () | { | #undef endusershell | (void) endusershell; | ; | return 0; | } configure:35412: result: no configure:35374: checking whether group_member is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:446:10: error: 'group_member' undeclared (first use in this function) (void) group_member; ^ conftest.c:446:10: note: each undeclared identifier is reported only once for each function it appears in configure:35404: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | /* end confdefs.h. */ | | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | /* Some systems declare various items in the wrong headers. */ | #if !(defined __GLIBC__ && !defined __UCLIBC__) | # include <fcntl.h> | # include <stdio.h> | # include <stdlib.h> | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | # include <io.h> | # endif | #endif | | int | main () | { | #undef group_member | (void) group_member; | ; | return 0; | } configure:35412: result: no configure:35374: checking whether isatty is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether lchown is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether link is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether linkat is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:449:10: error: 'linkat' undeclared (first use in this function) (void) linkat; ^ conftest.c:449:10: note: each undeclared identifier is reported only once for each function it appears in configure:35404: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | /* end confdefs.h. */ | | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | /* Some systems declare various items in the wrong headers. */ | #if !(defined __GLIBC__ && !defined __UCLIBC__) | # include <fcntl.h> | # include <stdio.h> | # include <stdlib.h> | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | # include <io.h> | # endif | #endif | | int | main () | { | #undef linkat | (void) linkat; | ; | return 0; | } configure:35412: result: no configure:35374: checking whether lseek is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether pipe is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether pipe2 is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:451:10: error: 'pipe2' undeclared (first use in this function) (void) pipe2; ^ conftest.c:451:10: note: each undeclared identifier is reported only once for each function it appears in configure:35404: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | /* end confdefs.h. */ | | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | /* Some systems declare various items in the wrong headers. */ | #if !(defined __GLIBC__ && !defined __UCLIBC__) | # include <fcntl.h> | # include <stdio.h> | # include <stdlib.h> | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | # include <io.h> | # endif | #endif | | int | main () | { | #undef pipe2 | (void) pipe2; | ; | return 0; | } configure:35412: result: no configure:35374: checking whether pread is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether pwrite is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether readlink is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether readlinkat is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:454:10: error: 'readlinkat' undeclared (first use in this function) (void) readlinkat; ^ conftest.c:454:10: note: each undeclared identifier is reported only once for each function it appears in configure:35404: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | /* end confdefs.h. */ | | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | /* Some systems declare various items in the wrong headers. */ | #if !(defined __GLIBC__ && !defined __UCLIBC__) | # include <fcntl.h> | # include <stdio.h> | # include <stdlib.h> | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | # include <io.h> | # endif | #endif | | int | main () | { | #undef readlinkat | (void) readlinkat; | ; | return 0; | } configure:35412: result: no configure:35374: checking whether rmdir is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether sethostname is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:455:10: error: 'sethostname' undeclared (first use in this function) (void) sethostname; ^ conftest.c:455:10: note: each undeclared identifier is reported only once for each function it appears in configure:35404: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | /* end confdefs.h. */ | | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | /* Some systems declare various items in the wrong headers. */ | #if !(defined __GLIBC__ && !defined __UCLIBC__) | # include <fcntl.h> | # include <stdio.h> | # include <stdlib.h> | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | # include <io.h> | # endif | #endif | | int | main () | { | #undef sethostname | (void) sethostname; | ; | return 0; | } configure:35412: result: no configure:35374: checking whether sleep is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether symlink is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether symlinkat is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:457:10: error: 'symlinkat' undeclared (first use in this function) (void) symlinkat; ^ conftest.c:457:10: note: each undeclared identifier is reported only once for each function it appears in configure:35404: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | /* end confdefs.h. */ | | #if HAVE_UNISTD_H | # include <unistd.h> | #endif | /* Some systems declare various items in the wrong headers. */ | #if !(defined __GLIBC__ && !defined __UCLIBC__) | # include <fcntl.h> | # include <stdio.h> | # include <stdlib.h> | # if (defined _WIN32 || defined __WIN32__) && ! defined __CYGWIN__ | # include <io.h> | # endif | #endif | | int | main () | { | #undef symlinkat | (void) symlinkat; | ; | return 0; | } configure:35412: result: no configure:35374: checking whether ttyname_r is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether unlink is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether unlinkat is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35374: checking whether usleep is declared without a macro configure:35404: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35404: $? = 0 configure:35412: result: yes configure:35712: checking for ptrdiff_t configure:35712: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:35712: $? = 0 configure:35712: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:483:24: error: expected expression before ')' token if (sizeof ((ptrdiff_t))) ^ configure:35712: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 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 ((ptrdiff_t))) | return 0; | ; | return 0; | } configure:35712: result: yes configure:35735: checking for vsnprintf configure:35735: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 conftest.c:470:6: warning: conflicting types for built-in function 'vsnprintf' char vsnprintf (); ^ configure:35735: $? = 0 configure:35735: result: yes configure:35748: checking whether snprintf respects a size of 1 configure:35793: result: guessing yes configure:35999: checking whether btowc is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wctob is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether mbsinit is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether mbrtowc is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether mbrlen is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether mbsrtowcs is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether mbsnrtowcs is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:471:10: error: 'mbsnrtowcs' undeclared (first use in this function) (void) mbsnrtowcs; ^ conftest.c:471:10: note: each undeclared identifier is reported only once for each function it appears in configure:36027: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | /* end confdefs.h. */ | | /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before | <wchar.h>. | BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be | included before <wchar.h>. */ | #if !(defined __GLIBC__ && !defined __UCLIBC__) | # include <stddef.h> | # include <stdio.h> | # include <time.h> | #endif | #include <wchar.h> | | int | main () | { | #undef mbsnrtowcs | (void) mbsnrtowcs; | ; | return 0; | } configure:36035: result: no configure:35999: checking whether wcrtomb is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wcsrtombs is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wcsnrtombs is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:473:10: error: 'wcsnrtombs' undeclared (first use in this function) (void) wcsnrtombs; ^ conftest.c:473:10: note: each undeclared identifier is reported only once for each function it appears in configure:36027: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | /* end confdefs.h. */ | | /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before | <wchar.h>. | BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be | included before <wchar.h>. */ | #if !(defined __GLIBC__ && !defined __UCLIBC__) | # include <stddef.h> | # include <stdio.h> | # include <time.h> | #endif | #include <wchar.h> | | int | main () | { | #undef wcsnrtombs | (void) wcsnrtombs; | ; | return 0; | } configure:36035: result: no configure:35999: checking whether wcwidth is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wmemchr is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wmemcmp is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wmemcpy is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wmemmove is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wmemset is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wcslen is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wcsnlen is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:480:10: error: 'wcsnlen' undeclared (first use in this function) (void) wcsnlen; ^ conftest.c:480:10: note: each undeclared identifier is reported only once for each function it appears in configure:36027: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | /* end confdefs.h. */ | | /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before | <wchar.h>. | BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be | included before <wchar.h>. */ | #if !(defined __GLIBC__ && !defined __UCLIBC__) | # include <stddef.h> | # include <stdio.h> | # include <time.h> | #endif | #include <wchar.h> | | int | main () | { | #undef wcsnlen | (void) wcsnlen; | ; | return 0; | } configure:36035: result: no configure:35999: checking whether wcscpy is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wcpcpy is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:481:10: error: 'wcpcpy' undeclared (first use in this function) (void) wcpcpy; ^ conftest.c:481:10: note: each undeclared identifier is reported only once for each function it appears in configure:36027: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | /* end confdefs.h. */ | | /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before | <wchar.h>. | BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be | included before <wchar.h>. */ | #if !(defined __GLIBC__ && !defined __UCLIBC__) | # include <stddef.h> | # include <stdio.h> | # include <time.h> | #endif | #include <wchar.h> | | int | main () | { | #undef wcpcpy | (void) wcpcpy; | ; | return 0; | } configure:36035: result: no configure:35999: checking whether wcsncpy is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wcpncpy is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:482:10: error: 'wcpncpy' undeclared (first use in this function) (void) wcpncpy; ^ conftest.c:482:10: note: each undeclared identifier is reported only once for each function it appears in configure:36027: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | /* end confdefs.h. */ | | /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before | <wchar.h>. | BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be | included before <wchar.h>. */ | #if !(defined __GLIBC__ && !defined __UCLIBC__) | # include <stddef.h> | # include <stdio.h> | # include <time.h> | #endif | #include <wchar.h> | | int | main () | { | #undef wcpncpy | (void) wcpncpy; | ; | return 0; | } configure:36035: result: no configure:35999: checking whether wcscat is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wcsncat is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wcscmp is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wcsncmp is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wcscasecmp is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:486:10: error: 'wcscasecmp' undeclared (first use in this function) (void) wcscasecmp; ^ conftest.c:486:10: note: each undeclared identifier is reported only once for each function it appears in configure:36027: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | /* end confdefs.h. */ | | /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before | <wchar.h>. | BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be | included before <wchar.h>. */ | #if !(defined __GLIBC__ && !defined __UCLIBC__) | # include <stddef.h> | # include <stdio.h> | # include <time.h> | #endif | #include <wchar.h> | | int | main () | { | #undef wcscasecmp | (void) wcscasecmp; | ; | return 0; | } configure:36035: result: no configure:35999: checking whether wcsncasecmp is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:486:10: error: 'wcsncasecmp' undeclared (first use in this function) (void) wcsncasecmp; ^ conftest.c:486:10: note: each undeclared identifier is reported only once for each function it appears in configure:36027: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | /* end confdefs.h. */ | | /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before | <wchar.h>. | BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be | included before <wchar.h>. */ | #if !(defined __GLIBC__ && !defined __UCLIBC__) | # include <stddef.h> | # include <stdio.h> | # include <time.h> | #endif | #include <wchar.h> | | int | main () | { | #undef wcsncasecmp | (void) wcsncasecmp; | ; | return 0; | } configure:36035: result: no configure:35999: checking whether wcscoll is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wcsxfrm is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wcsdup is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:488:10: error: 'wcsdup' undeclared (first use in this function) (void) wcsdup; ^ conftest.c:488:10: note: each undeclared identifier is reported only once for each function it appears in configure:36027: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | /* end confdefs.h. */ | | /* Tru64 with Desktop Toolkit C has a bug: <stdio.h> must be included before | <wchar.h>. | BSD/OS 4.0.1 has a bug: <stddef.h>, <stdio.h> and <time.h> must be | included before <wchar.h>. */ | #if !(defined __GLIBC__ && !defined __UCLIBC__) | # include <stddef.h> | # include <stdio.h> | # include <time.h> | #endif | #include <wchar.h> | | int | main () | { | #undef wcsdup | (void) wcsdup; | ; | return 0; | } configure:36035: result: no configure:35999: checking whether wcschr is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wcsrchr is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wcscspn is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wcsspn is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wcspbrk is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wcsstr is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wcstok is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:35999: checking whether wcswidth is declared without a macro configure:36027: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36027: $? = 0 configure:36035: result: yes configure:36061: checking whether mbrtowc handles incomplete characters configure:36118: result: guessing yes configure:36124: checking whether mbrtowc works as well as mbtowc configure:36185: result: guessing yes configure:36238: checking whether wcrtomb return value is correct configure:36305: result: guessing no configure:36444: checking whether iswcntrl works configure:36465: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36465: $? = 0 configure:36499: result: guessing yes configure:36523: checking for towlower configure:36523: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 conftest.c:504:6: warning: conflicting types for built-in function 'towlower' char towlower (); ^ configure:36523: $? = 0 configure:36523: result: yes configure:36571: checking for wctype_t configure:36599: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36599: $? = 0 configure:36607: result: yes configure:36613: checking for wctrans_t configure:36639: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36639: $? = 0 configure:36647: result: yes configure:36656: checking whether wctype is declared without a macro configure:36685: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36685: $? = 0 configure:36693: result: yes configure:36656: checking whether iswctype is declared without a macro configure:36685: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36685: $? = 0 configure:36693: result: yes configure:36656: checking whether wctrans is declared without a macro configure:36685: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36685: $? = 0 configure:36693: result: yes configure:36656: checking whether towctrans is declared without a macro configure:36685: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:36685: $? = 0 configure:36693: result: yes configure:36746: checking for stdint.h configure:36746: result: yes configure:36798: checking for /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 option to accept ISO C89 configure:36874: result: none needed configure:36943: checking how to print strings configure:36970: result: printf configure:36991: checking for a sed that does not truncate output configure:37055: result: /opt/csw/bin/gsed configure:37073: checking for fgrep configure:37135: result: /usr/local/bin/grep -F configure:37170: checking for ld used by /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 configure:37237: result: /usr/ccs/bin/ld configure:37244: checking if the linker (/usr/ccs/bin/ld) is GNU ld configure:37259: result: no configure:37271: checking for BSD- or MS-compatible name lister (nm) configure:37320: result: /usr/ccs/bin/nm configure:37450: checking the name lister (/usr/ccs/bin/nm) interface configure:37457: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:37460: /usr/ccs/bin/nm "conftest.o" configure:37463: output conftest.o: [Index] Value Size Type Bind Other Shndx Name [3] | 0| 0|SECT |LOCL |0 |3 | [7] | 0| 0|SECT |LOCL |0 |2 | [8] | 0| 0|SECT |LOCL |0 |7 | [2] | 0| 0|SECT |LOCL |0 |8 | [5] | 0| 0|SECT |LOCL |0 |4 | [4] | 0| 0|SECT |LOCL |0 |5 | [6] | 0| 0|SECT |LOCL |0 |6 | [1] | 0| 0|FILE |LOCL |0 |ABS |conftest.c [9] | 0| 4|OBJT |GLOB |0 |3 |some_variable configure:37470: result: BSD nm configure:37474: checking the maximum length of command line arguments configure:37604: result: 786240 configure:37621: checking whether the shell understands some XSI constructs configure:37631: result: yes configure:37635: checking whether the shell understands "+=" configure:37641: result: no configure:37676: checking how to convert sparc-sun-solaris.2.9 file names to sparc64-sun-solaris.2.9 format configure:37716: result: func_convert_file_noop configure:37723: checking how to convert sparc-sun-solaris.2.9 file names to toolchain format configure:37743: result: func_convert_file_noop configure:37750: checking for /usr/ccs/bin/ld option to reload object files configure:37757: result: -r configure:37791: checking for sparc64-sun-solaris.2.9-objdump configure:37818: result: objdump configure:37887: checking how to recognize dependent libraries configure:38089: result: pass_all configure:38134: checking for sparc64-sun-solaris.2.9-dlltool configure:38161: result: dlltool configure:38231: checking how to associate runtime and link libraries configure:38258: result: printf %s\n configure:38274: checking for sparc64-sun-solaris.2.9-ar configure:38301: result: /usr/ccs/bin/ar configure:38382: checking for archiver @FILE support configure:38399: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:38399: $? = 0 configure:38402: /usr/ccs/bin/ar cru libconftest.a @conftest.lst >&5 ar: cannot open @conftest.lst No such file or directory ar: @conftest.lst not found configure:38405: $? = 1 configure:38425: result: no configure:38443: checking for sparc64-sun-solaris.2.9-strip configure:38470: result: /usr/ccs/bin/strip configure:38542: checking for sparc64-sun-solaris.2.9-ranlib configure:38569: result: ranlib configure:38711: checking command to parse /usr/ccs/bin/nm output from /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 object configure:38831: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:38834: $? = 0 configure:38838: /usr/ccs/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/ /p' | sed '/ __gnu_lto/d' \> conftest.nm configure:38841: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/ /p' | sed '/ __gnu_lto/d' configure:38831: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:38834: $? = 0 configure:38838: /usr/ccs/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/ _ /p' | sed '/ __gnu_lto/d' \> conftest.nm configure:38841: $? = 0 cannot run sed -n -e 's/^.*[ ]\([BDRT][BDRT]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/ _ /p' | sed '/ __gnu_lto/d' configure:38945: result: failed configure:38985: checking for sysroot configure:39015: result: no configure:39191: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:39194: $? = 0 configure:39231: checking for sparc64-sun-solaris.2.9-mt configure:39261: result: no configure:39271: checking for mt configure:39287: found /usr/bin/mt configure:39298: result: mt configure:39321: checking if mt is a manifest tool configure:39327: mt '-?' mt: unknown command: -? configure:39335: result: no configure:39974: checking for dlfcn.h configure:39974: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:39974: $? = 0 configure:39974: result: yes configure:40176: checking for objdir configure:40191: result: .libs configure:40462: checking if /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 supports -fno-rtti -fno-exceptions configure:40480: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C configure:40484: $? = 0 configure:40497: result: no configure:40824: checking for /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 option to produce PIC configure:40831: result: -fPIC -DPIC configure:40839: checking if /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 PIC flag -fPIC -DPIC works configure:40857: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5 configure:40861: $? = 0 configure:40874: result: yes configure:40903: checking if /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 static flag -static works configure:40931: result: no configure:40946: checking if /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 supports -c -o file.o configure:40967: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 -o out/conftest2.o conftest.c >&5 configure:40971: $? = 0 configure:40993: result: yes configure:41001: checking if /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 supports -c -o file.o configure:41048: result: yes configure:41081: checking whether the /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 linker (/usr/ccs/bin/ld -64) supports shared libraries configure:42234: result: yes configure:42271: checking whether -lc should be explicitly linked in configure:42279: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:42282: $? = 0 configure:42297: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -shared -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,conftest -o conftest conftest.o -v 2\>\&1 \| /usr/local/bin/grep -lc \>/dev/null 2\>\&1 configure:42300: $? = 0 configure:42314: result: no configure:42474: checking dynamic linker characteristics configure:43207: result: solaris.2.9 ld.so configure:43314: checking how to hardcode library paths into programs configure:43339: result: immediate configure:43433: checking for shl_load configure:43433: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file shl_load /var/tmp//ccDYHcRq.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:43433: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef shl_load | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_shl_load || defined __stub___shl_load | choke me | #endif | | int | main () | { | return shl_load (); | ; | return 0; | } configure:43433: result: no configure:43437: checking for shl_load in -ldld configure:43462: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -ldld >&5 ld: fatal: library -ldld: not found ld: fatal: File processing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:43462: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:43471: result: no configure:43476: checking for dlopen configure:43476: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 Undefined first referenced symbol in file dlopen /var/tmp//ccw2BRat.o (symbol belongs to implicit dependency /lib/sparcv9/libdl.so.1) ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:43476: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | /* end confdefs.h. */ | /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define dlopen innocuous_dlopen | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char dlopen (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef dlopen | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char dlopen (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_dlopen || defined __stub___dlopen | choke me | #endif | | int | main () | { | return dlopen (); | ; | return 0; | } configure:43476: result: no configure:43480: checking for dlopen in -ldl configure:43505: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -ldl >&5 configure:43505: $? = 0 configure:43514: result: yes configure:43633: checking whether a program can dlopen itself configure:43734: result: cross configure:43879: checking whether stripping libraries is possible configure:43901: result: no configure:43919: checking if libtool supports shared libraries configure:43921: result: yes configure:43924: checking whether to build shared libraries configure:43945: result: yes configure:43948: checking whether to build static libraries configure:43952: result: yes configure:44492: checking for libltdl configure:44514: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lltdl >&5 configure:44514: $? = 0 configure:44524: result: yes configure:44531: checking how to link with libltdl configure:44533: result: -lltdl configure:44555: checking for makeinfo configure:44571: found /opt/csw/bin/makeinfo configure:44583: result: yes configure:44607: checking for emacs configure:44637: result: no configure:44607: checking for xemacs configure:44637: result: no configure:44658: checking where .elc files should go configure:44687: result: ${datadir}/emacs/site-lisp configure:44788: checking whether to use system and library "64" calls configure:44806: result: yes configure:44891: checking for __uc_get_ar_bsp in -luca configure:44916: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -luca >&5 ld: fatal: library -luca: not found ld: fatal: File processing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:44916: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char __uc_get_ar_bsp (); | int | main () | { | return __uc_get_ar_bsp (); | ; | return 0; | } configure:44925: result: no configure:44937: checking for an ANSI C-conforming const configure:45003: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45003: $? = 0 configure:45010: result: yes configure:45020: checking for working volatile configure:45039: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45039: $? = 0 configure:45046: result: yes configure:45055: checking for inline configure:45079: result: inline configure:45102: checking for __uc_get_ar_bsp in -luca configure:45136: result: no configure:45148: checking whether byte ordering is bigendian configure:45352: result: yes configure:45371: checking labels as values configure:45396: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45396: $? = 0 configure:45403: result: yes configure:45416: checking size of char configure:45421: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45421: $? = 0 configure:45421: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:536:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= 0)]; ^ configure:45421: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45421: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45421: $? = 0 configure:45435: result: 1 configure:45449: checking size of unsigned char configure:45454: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45454: $? = 0 configure:45454: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:537:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (unsigned char))) <= 0)]; ^ configure:45454: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned char))) <= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45454: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45454: $? = 0 configure:45468: result: 1 configure:45482: checking size of short configure:45487: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45487: $? = 0 configure:45487: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:538:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 0)]; ^ configure:45487: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45487: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:538:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 1)]; ^ configure:45487: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= 1)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45487: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45487: $? = 0 configure:45487: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45487: $? = 0 configure:45501: result: 2 configure:45515: checking size of unsigned short configure:45520: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45520: $? = 0 configure:45520: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:539:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (unsigned short))) <= 0)]; ^ configure:45520: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned short))) <= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45520: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:539:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (unsigned short))) <= 1)]; ^ configure:45520: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned short))) <= 1)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45520: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45520: $? = 0 configure:45520: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45520: $? = 0 configure:45534: result: 2 configure:45548: checking size of int configure:45553: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45553: $? = 0 configure:45553: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:540:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)]; ^ configure:45553: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45553: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:540:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)]; ^ configure:45553: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 1)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45553: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:540:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)]; ^ configure:45553: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= 3)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45553: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45553: $? = 0 configure:45553: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45553: $? = 0 configure:45553: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45553: $? = 0 configure:45567: result: 4 configure:45581: checking size of unsigned int configure:45586: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45586: $? = 0 configure:45586: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:541:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 0)]; ^ configure:45586: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45586: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:541:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 1)]; ^ configure:45586: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 1)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45586: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:541:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 3)]; ^ configure:45586: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned int))) <= 3)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45586: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45586: $? = 0 configure:45586: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45586: $? = 0 configure:45586: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45586: $? = 0 configure:45600: result: 4 configure:45614: checking size of long configure:45619: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45619: $? = 0 configure:45619: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:542:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)]; ^ configure:45619: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45619: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:542:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)]; ^ configure:45619: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 1)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45619: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:542:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)]; ^ configure:45619: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 3)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45619: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:542:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 7)]; ^ configure:45619: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= 7)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45619: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45619: $? = 0 configure:45619: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45619: $? = 0 configure:45619: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45619: $? = 0 configure:45619: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45619: $? = 0 configure:45633: result: 8 configure:45647: checking size of unsigned long configure:45652: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45652: $? = 0 configure:45652: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:543:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 0)]; ^ configure:45652: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45652: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:543:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 1)]; ^ configure:45652: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 1)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45652: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:543:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 3)]; ^ configure:45652: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 3)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45652: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:543:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 7)]; ^ configure:45652: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long))) <= 7)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45652: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45652: $? = 0 configure:45652: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45652: $? = 0 configure:45652: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45652: $? = 0 configure:45652: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45652: $? = 0 configure:45666: result: 8 configure:45680: checking size of size_t configure:45685: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45685: $? = 0 configure:45685: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:544:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 0)]; ^ configure:45685: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45685: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:544:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 1)]; ^ configure:45685: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 1)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45685: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:544:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 3)]; ^ configure:45685: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 3)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45685: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:544:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 7)]; ^ configure:45685: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (size_t))) <= 7)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45685: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45685: $? = 0 configure:45685: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45685: $? = 0 configure:45685: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45685: $? = 0 configure:45685: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45685: $? = 0 configure:45699: result: 8 configure:45713: checking size of long long configure:45718: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45718: $? = 0 configure:45718: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:545:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 0)]; ^ configure:45718: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45718: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:545:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 1)]; ^ configure:45718: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 1)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45718: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:545:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 3)]; ^ configure:45718: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 3)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45718: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:545:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 7)]; ^ configure:45718: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= 7)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45718: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45718: $? = 0 configure:45718: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45718: $? = 0 configure:45718: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45718: $? = 0 configure:45718: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45718: $? = 0 configure:45732: result: 8 configure:45746: checking size of unsigned long long configure:45751: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45751: $? = 0 configure:45751: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:546:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long long))) <= 0)]; ^ configure:45751: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long long))) <= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45751: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:546:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long long))) <= 1)]; ^ configure:45751: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long long))) <= 1)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45751: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:546:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long long))) <= 3)]; ^ configure:45751: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long long))) <= 3)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45751: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:546:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long long))) <= 7)]; ^ configure:45751: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned long long))) <= 7)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45751: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45751: $? = 0 configure:45751: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45751: $? = 0 configure:45751: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45751: $? = 0 configure:45751: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45751: $? = 0 configure:45765: result: 8 configure:45779: checking size of __int64 configure:45784: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:547:55: error: '__int64' undeclared (first use in this function) static int test_array [1 - 2 * !(((long int) (sizeof (__int64))) >= 0)]; ^ conftest.c:547:55: note: each undeclared identifier is reported only once for each function it appears in configure:45784: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (__int64))) >= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45784: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:547:55: error: '__int64' undeclared (first use in this function) static int test_array [1 - 2 * !(((long int) (sizeof (__int64))) < 0)]; ^ conftest.c:547:55: note: each undeclared identifier is reported only once for each function it appears in configure:45784: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (__int64))) < 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45798: result: 0 configure:45812: checking size of unsigned __int64 configure:45817: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:548:64: error: expected ')' before '__int64' static int test_array [1 - 2 * !(((long int) (sizeof (unsigned __int64))) >= 0)]; ^ configure:45817: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned __int64))) >= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45817: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:548:64: error: expected ')' before '__int64' static int test_array [1 - 2 * !(((long int) (sizeof (unsigned __int64))) < 0)]; ^ conftest.c:548:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (unsigned __int64))) < 0)]; ^ configure:45817: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (unsigned __int64))) < 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45831: result: 0 configure:45845: checking size of void * configure:45850: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45850: $? = 0 configure:45850: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:549:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 0)]; ^ configure:45850: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45850: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:549:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 1)]; ^ configure:45850: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 1)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45850: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:549:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 3)]; ^ configure:45850: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 3)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45850: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:549:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 7)]; ^ configure:45850: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (void *))) <= 7)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45850: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45850: $? = 0 configure:45850: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45850: $? = 0 configure:45850: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45850: $? = 0 configure:45850: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45850: $? = 0 configure:45864: result: 8 configure:45878: checking size of intptr_t configure:45883: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45883: $? = 0 configure:45883: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:550:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (intptr_t))) <= 0)]; ^ configure:45883: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (intptr_t))) <= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45883: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:550:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (intptr_t))) <= 1)]; ^ configure:45883: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (intptr_t))) <= 1)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45883: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:550:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (intptr_t))) <= 3)]; ^ configure:45883: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (intptr_t))) <= 3)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45883: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:550:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (intptr_t))) <= 7)]; ^ configure:45883: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (intptr_t))) <= 7)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45883: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45883: $? = 0 configure:45883: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45883: $? = 0 configure:45883: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45883: $? = 0 configure:45883: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45883: $? = 0 configure:45897: result: 8 configure:45911: checking size of uintptr_t configure:45916: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45916: $? = 0 configure:45916: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:551:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (uintptr_t))) <= 0)]; ^ configure:45916: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (uintptr_t))) <= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45916: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:551:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (uintptr_t))) <= 1)]; ^ configure:45916: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (uintptr_t))) <= 1)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45916: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:551:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (uintptr_t))) <= 3)]; ^ configure:45916: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (uintptr_t))) <= 3)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45916: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:551:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (uintptr_t))) <= 7)]; ^ configure:45916: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (uintptr_t))) <= 7)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45916: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45916: $? = 0 configure:45916: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45916: $? = 0 configure:45916: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45916: $? = 0 configure:45916: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45916: $? = 0 configure:45930: result: 8 configure:45944: checking size of ptrdiff_t configure:45949: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45949: $? = 0 configure:45949: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:552:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (ptrdiff_t))) <= 0)]; ^ configure:45949: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (ptrdiff_t))) <= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45949: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:552:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (ptrdiff_t))) <= 1)]; ^ configure:45949: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (ptrdiff_t))) <= 1)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45949: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:552:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (ptrdiff_t))) <= 3)]; ^ configure:45949: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (ptrdiff_t))) <= 3)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45949: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:552:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (ptrdiff_t))) <= 7)]; ^ configure:45949: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (ptrdiff_t))) <= 7)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:45949: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45949: $? = 0 configure:45949: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45949: $? = 0 configure:45949: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45949: $? = 0 configure:45949: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:45949: $? = 0 configure:45963: result: 8 configure:45977: checking size of size_t configure:45996: result: 8 configure:46010: checking size of off_t configure:46015: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46015: $? = 0 configure:46015: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:554:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 0)]; ^ configure:46015: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:46015: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:554:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 1)]; ^ configure:46015: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 1)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:46015: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:554:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 3)]; ^ configure:46015: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 3)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:46015: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:554:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 7)]; ^ configure:46015: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | /* 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 () | { | static int test_array [1 - 2 * !(((long int) (sizeof (off_t))) <= 7)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:46015: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46015: $? = 0 configure:46015: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46015: $? = 0 configure:46015: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46015: $? = 0 configure:46015: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46015: $? = 0 configure:46029: result: 8 configure:46053: checking for stdint.h configure:46053: result: yes configure:46065: checking for inttypes.h configure:46065: result: yes configure:46080: checking size of intmax_t configure:46085: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46085: $? = 0 configure:46085: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:557:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 0)]; ^ configure:46085: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_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 | int | main () | { | static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 0)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:46085: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:557:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 1)]; ^ configure:46085: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_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 | int | main () | { | static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 1)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:46085: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:557:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 3)]; ^ configure:46085: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_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 | int | main () | { | static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 3)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:46085: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:557:12: error: size of array 'test_array' is negative static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 7)]; ^ configure:46085: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_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 | int | main () | { | static int test_array [1 - 2 * !(((long int) (sizeof (intmax_t))) <= 7)]; | test_array [0] = 0; | return test_array [0]; | | ; | return 0; | } configure:46085: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46085: $? = 0 configure:46085: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46085: $? = 0 configure:46085: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46085: $? = 0 configure:46085: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46085: $? = 0 configure:46099: result: 8 configure:46199: checking for int8_t configure:46199: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46199: $? = 0 configure:46199: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:527:21: error: expected expression before ')' token if (sizeof ((int8_t))) ^ configure:46199: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | /* end confdefs.h. */ | #include <stdint.h> | | int | main () | { | if (sizeof ((int8_t))) | return 0; | ; | return 0; | } configure:46199: result: yes configure:46205: checking for uint8_t configure:46205: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46205: $? = 0 configure:46205: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:527:22: error: expected expression before ')' token if (sizeof ((uint8_t))) ^ configure:46205: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | /* end confdefs.h. */ | #include <stdint.h> | | int | main () | { | if (sizeof ((uint8_t))) | return 0; | ; | return 0; | } configure:46205: result: yes configure:46211: checking for int16_t configure:46211: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46211: $? = 0 configure:46211: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:527:22: error: expected expression before ')' token if (sizeof ((int16_t))) ^ configure:46211: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | /* end confdefs.h. */ | #include <stdint.h> | | int | main () | { | if (sizeof ((int16_t))) | return 0; | ; | return 0; | } configure:46211: result: yes configure:46217: checking for uint16_t configure:46217: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46217: $? = 0 configure:46217: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:527:23: error: expected expression before ')' token if (sizeof ((uint16_t))) ^ configure:46217: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | /* end confdefs.h. */ | #include <stdint.h> | | int | main () | { | if (sizeof ((uint16_t))) | return 0; | ; | return 0; | } configure:46217: result: yes configure:46223: checking for int32_t configure:46223: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46223: $? = 0 configure:46223: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:527:22: error: expected expression before ')' token if (sizeof ((int32_t))) ^ configure:46223: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | /* end confdefs.h. */ | #include <stdint.h> | | int | main () | { | if (sizeof ((int32_t))) | return 0; | ; | return 0; | } configure:46223: result: yes configure:46229: checking for uint32_t configure:46229: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46229: $? = 0 configure:46229: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:527:23: error: expected expression before ')' token if (sizeof ((uint32_t))) ^ configure:46229: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | /* end confdefs.h. */ | #include <stdint.h> | | int | main () | { | if (sizeof ((uint32_t))) | return 0; | ; | return 0; | } configure:46229: result: yes configure:46235: checking for int64_t configure:46235: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46235: $? = 0 configure:46235: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:527:22: error: expected expression before ')' token if (sizeof ((int64_t))) ^ configure:46235: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | /* end confdefs.h. */ | #include <stdint.h> | | int | main () | { | if (sizeof ((int64_t))) | return 0; | ; | return 0; | } configure:46235: result: yes configure:46241: checking for uint64_t configure:46241: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46241: $? = 0 configure:46241: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:527:23: error: expected expression before ')' token if (sizeof ((uint64_t))) ^ configure:46241: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | /* end confdefs.h. */ | #include <stdint.h> | | int | main () | { | if (sizeof ((uint64_t))) | return 0; | ; | return 0; | } configure:46241: result: yes configure:46247: checking for intmax_t configure:46247: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46247: $? = 0 configure:46247: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:527:23: error: expected expression before ')' token if (sizeof ((intmax_t))) ^ configure:46247: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | /* end confdefs.h. */ | #include <stdint.h> | | int | main () | { | if (sizeof ((intmax_t))) | return 0; | ; | return 0; | } configure:46247: result: yes configure:46253: checking for uintmax_t configure:46253: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46253: $? = 0 configure:46253: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:527:24: error: expected expression before ')' token if (sizeof ((uintmax_t))) ^ configure:46253: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | /* end confdefs.h. */ | #include <stdint.h> | | int | main () | { | if (sizeof ((uintmax_t))) | return 0; | ; | return 0; | } configure:46253: result: yes configure:46259: checking for intptr_t configure:46259: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46259: $? = 0 configure:46259: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:527:23: error: expected expression before ')' token if (sizeof ((intptr_t))) ^ configure:46259: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | /* end confdefs.h. */ | #include <stdint.h> | | int | main () | { | if (sizeof ((intptr_t))) | return 0; | ; | return 0; | } configure:46259: result: yes configure:46265: checking for uintptr_t configure:46265: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46265: $? = 0 configure:46265: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:527:24: error: expected expression before ')' token if (sizeof ((uintptr_t))) ^ configure:46265: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | /* end confdefs.h. */ | #include <stdint.h> | | int | main () | { | if (sizeof ((uintptr_t))) | return 0; | ; | return 0; | } configure:46265: result: yes configure:46289: checking for int8_t configure:46289: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46289: $? = 0 configure:46289: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:527:21: error: expected expression before ')' token if (sizeof ((int8_t))) ^ configure:46289: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | /* end confdefs.h. */ | #include <inttypes.h> | | int | main () | { | if (sizeof ((int8_t))) | return 0; | ; | return 0; | } configure:46289: result: yes configure:46295: checking for uint8_t configure:46295: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46295: $? = 0 configure:46295: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:527:22: error: expected expression before ')' token if (sizeof ((uint8_t))) ^ configure:46295: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | /* end confdefs.h. */ | #include <inttypes.h> | | int | main () | { | if (sizeof ((uint8_t))) | return 0; | ; | return 0; | } configure:46295: result: yes configure:46301: checking for int16_t configure:46301: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46301: $? = 0 configure:46301: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:527:22: error: expected expression before ')' token if (sizeof ((int16_t))) ^ configure:46301: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | /* end confdefs.h. */ | #include <inttypes.h> | | int | main () | { | if (sizeof ((int16_t))) | return 0; | ; | return 0; | } configure:46301: result: yes configure:46307: checking for uint16_t configure:46307: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46307: $? = 0 configure:46307: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:527:23: error: expected expression before ')' token if (sizeof ((uint16_t))) ^ configure:46307: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | /* end confdefs.h. */ | #include <inttypes.h> | | int | main () | { | if (sizeof ((uint16_t))) | return 0; | ; | return 0; | } configure:46307: result: yes configure:46313: checking for int32_t configure:46313: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46313: $? = 0 configure:46313: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:527:22: error: expected expression before ')' token if (sizeof ((int32_t))) ^ configure:46313: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | /* end confdefs.h. */ | #include <inttypes.h> | | int | main () | { | if (sizeof ((int32_t))) | return 0; | ; | return 0; | } configure:46313: result: yes configure:46319: checking for uint32_t configure:46319: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46319: $? = 0 configure:46319: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:527:23: error: expected expression before ')' token if (sizeof ((uint32_t))) ^ configure:46319: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | /* end confdefs.h. */ | #include <inttypes.h> | | int | main () | { | if (sizeof ((uint32_t))) | return 0; | ; | return 0; | } configure:46319: result: yes configure:46325: checking for int64_t configure:46325: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46325: $? = 0 configure:46325: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:527:22: error: expected expression before ')' token if (sizeof ((int64_t))) ^ configure:46325: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | /* end confdefs.h. */ | #include <inttypes.h> | | int | main () | { | if (sizeof ((int64_t))) | return 0; | ; | return 0; | } configure:46325: result: yes configure:46331: checking for uint64_t configure:46331: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46331: $? = 0 configure:46331: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:527:23: error: expected expression before ')' token if (sizeof ((uint64_t))) ^ configure:46331: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | /* end confdefs.h. */ | #include <inttypes.h> | | int | main () | { | if (sizeof ((uint64_t))) | return 0; | ; | return 0; | } configure:46331: result: yes configure:46337: checking for intmax_t configure:46337: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46337: $? = 0 configure:46337: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:527:23: error: expected expression before ')' token if (sizeof ((intmax_t))) ^ configure:46337: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | /* end confdefs.h. */ | #include <inttypes.h> | | int | main () | { | if (sizeof ((intmax_t))) | return 0; | ; | return 0; | } configure:46337: result: yes configure:46343: checking for uintmax_t configure:46343: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46343: $? = 0 configure:46343: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:527:24: error: expected expression before ')' token if (sizeof ((uintmax_t))) ^ configure:46343: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | /* end confdefs.h. */ | #include <inttypes.h> | | int | main () | { | if (sizeof ((uintmax_t))) | return 0; | ; | return 0; | } configure:46343: result: yes configure:46349: checking for intptr_t configure:46349: result: yes configure:46355: checking for uintptr_t configure:46355: result: yes configure:46597: checking for ANSI C header files configure:46698: result: yes configure:46706: checking whether time.h and sys/time.h may both be included configure:46726: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46726: $? = 0 configure:46733: result: yes configure:46741: checking for sys/wait.h that is POSIX.1 compatible configure:46767: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46767: $? = 0 configure:46774: result: yes configure:46785: checking for dirent.h that defines DIR configure:46804: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46804: $? = 0 configure:46812: result: yes configure:46825: checking for library containing opendir configure:46856: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c >&5 configure:46856: $? = 0 configure:46873: result: none required configure:46946: checking for struct dirent64.d_name configure:46946: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46946: $? = 0 configure:46946: result: yes configure:46991: checking complex.h usability configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:559:21: fatal error: complex.h: No such file or directory #include <complex.h> ^ compilation terminated. configure:46991: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_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 <complex.h> configure:46991: result: no configure:46991: checking complex.h presence configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c conftest.c:526:21: fatal error: complex.h: No such file or directory #include <complex.h> ^ compilation terminated. configure:46991: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | /* end confdefs.h. */ | #include <complex.h> configure:46991: result: no configure:46991: checking for complex.h configure:46991: result: no configure:46991: checking fenv.h usability configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:559:18: fatal error: fenv.h: No such file or directory #include <fenv.h> ^ compilation terminated. configure:46991: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_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 <fenv.h> configure:46991: result: no configure:46991: checking fenv.h presence configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c conftest.c:526:18: fatal error: fenv.h: No such file or directory #include <fenv.h> ^ compilation terminated. configure:46991: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | /* end confdefs.h. */ | #include <fenv.h> configure:46991: result: no configure:46991: checking for fenv.h configure:46991: result: no configure:46991: checking io.h usability configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:559:16: fatal error: io.h: No such file or directory #include <io.h> ^ compilation terminated. configure:46991: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_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 <io.h> configure:46991: result: no configure:46991: checking io.h presence configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c conftest.c:526:16: fatal error: io.h: No such file or directory #include <io.h> ^ compilation terminated. configure:46991: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | /* end confdefs.h. */ | #include <io.h> configure:46991: result: no configure:46991: checking for io.h configure:46991: result: no configure:46991: checking libc.h usability configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:559:18: fatal error: libc.h: No such file or directory #include <libc.h> ^ compilation terminated. configure:46991: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_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 <libc.h> configure:46991: result: no configure:46991: checking libc.h presence configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c conftest.c:526:18: fatal error: libc.h: No such file or directory #include <libc.h> ^ compilation terminated. configure:46991: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | /* end confdefs.h. */ | #include <libc.h> configure:46991: result: no configure:46991: checking for libc.h configure:46991: result: no configure:46991: checking limits.h usability configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46991: $? = 0 configure:46991: result: yes configure:46991: checking limits.h presence configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c configure:46991: $? = 0 configure:46991: result: yes configure:46991: checking for limits.h configure:46991: result: yes configure:46991: checking for memory.h configure:46991: result: yes configure:46991: checking process.h usability configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:561:21: fatal error: process.h: No such file or directory #include <process.h> ^ compilation terminated. configure:46991: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_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 <process.h> configure:46991: result: no configure:46991: checking process.h presence configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c conftest.c:528:21: fatal error: process.h: No such file or directory #include <process.h> ^ compilation terminated. configure:46991: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | /* end confdefs.h. */ | #include <process.h> configure:46991: result: no configure:46991: checking for process.h configure:46991: result: no configure:46991: checking for string.h configure:46991: result: yes configure:46991: checking sys/dir.h usability configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:562:21: fatal error: sys/dir.h: No such file or directory #include <sys/dir.h> ^ compilation terminated. configure:46991: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_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 <sys/dir.h> configure:46991: result: no configure:46991: checking sys/dir.h presence configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c conftest.c:529:21: fatal error: sys/dir.h: No such file or directory #include <sys/dir.h> ^ compilation terminated. configure:46991: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | /* end confdefs.h. */ | #include <sys/dir.h> configure:46991: result: no configure:46991: checking for sys/dir.h configure:46991: result: no configure:46991: checking for sys/ioctl.h configure:46991: result: yes configure:46991: checking for sys/select.h configure:46991: result: yes configure:46991: checking for sys/time.h configure:46991: result: yes configure:46991: checking for sys/timeb.h configure:46991: result: yes configure:46991: checking for sys/times.h configure:46991: result: yes configure:46991: checking sys/stdtypes.h usability configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:567:26: fatal error: sys/stdtypes.h: No such file or directory #include <sys/stdtypes.h> ^ compilation terminated. configure:46991: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_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 <sys/stdtypes.h> configure:46991: result: no configure:46991: checking sys/stdtypes.h presence configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c conftest.c:534:26: fatal error: sys/stdtypes.h: No such file or directory #include <sys/stdtypes.h> ^ compilation terminated. configure:46991: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | /* end confdefs.h. */ | #include <sys/stdtypes.h> configure:46991: result: no configure:46991: checking for sys/stdtypes.h configure:46991: result: no configure:46991: checking for sys/types.h configure:46991: result: yes configure:46991: checking sys/utime.h usability configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46991: $? = 0 configure:46991: result: yes configure:46991: checking sys/utime.h presence configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c configure:46991: $? = 0 configure:46991: result: yes configure:46991: checking for sys/utime.h configure:46991: result: yes configure:46991: checking time.h usability configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46991: $? = 0 configure:46991: result: yes configure:46991: checking time.h presence configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c configure:46991: $? = 0 configure:46991: result: yes configure:46991: checking for time.h configure:46991: result: yes configure:46991: checking for unistd.h configure:46991: result: yes configure:46991: checking utime.h usability configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46991: $? = 0 configure:46991: result: yes configure:46991: checking utime.h presence configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c configure:46991: $? = 0 configure:46991: result: yes configure:46991: checking for utime.h configure:46991: result: yes configure:46991: checking pwd.h usability configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46991: $? = 0 configure:46991: result: yes configure:46991: checking pwd.h presence configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c configure:46991: $? = 0 configure:46991: result: yes configure:46991: checking for pwd.h configure:46991: result: yes configure:46991: checking grp.h usability configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46991: $? = 0 configure:46991: result: yes configure:46991: checking grp.h presence configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c configure:46991: $? = 0 configure:46991: result: yes configure:46991: checking for grp.h configure:46991: result: yes configure:46991: checking sys/utsname.h usability configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46991: $? = 0 configure:46991: result: yes configure:46991: checking sys/utsname.h presence configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c configure:46991: $? = 0 configure:46991: result: yes configure:46991: checking for sys/utsname.h configure:46991: result: yes configure:46991: checking direct.h usability configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:575:20: fatal error: direct.h: No such file or directory #include <direct.h> ^ compilation terminated. configure:46991: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <direct.h> configure:46991: result: no configure:46991: checking direct.h presence configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c conftest.c:542:20: fatal error: direct.h: No such file or directory #include <direct.h> ^ compilation terminated. configure:46991: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | /* end confdefs.h. */ | #include <direct.h> configure:46991: result: no configure:46991: checking for direct.h configure:46991: result: no configure:46991: checking machine/fpu.h usability configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:575:25: fatal error: machine/fpu.h: No such file or directory #include <machine/fpu.h> ^ compilation terminated. configure:46991: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_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 <machine/fpu.h> configure:46991: result: no configure:46991: checking machine/fpu.h presence configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c conftest.c:542:25: fatal error: machine/fpu.h: No such file or directory #include <machine/fpu.h> ^ compilation terminated. configure:46991: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | /* end confdefs.h. */ | #include <machine/fpu.h> configure:46991: result: no configure:46991: checking for machine/fpu.h configure:46991: result: no configure:46991: checking sched.h usability configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46991: $? = 0 configure:46991: result: yes configure:46991: checking sched.h presence configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c configure:46991: $? = 0 configure:46991: result: yes configure:46991: checking for sched.h configure:46991: result: yes configure:46991: checking sys/sendfile.h usability configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:46991: $? = 0 configure:46991: result: yes configure:46991: checking sys/sendfile.h presence configure:46991: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c configure:46991: $? = 0 configure:46991: result: yes configure:46991: checking for sys/sendfile.h configure:46991: result: yes configure:47004: checking for complex double configure:47004: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:551:13: error: 'complex' undeclared (first use in this function) if (sizeof (complex double)) ^ conftest.c:551:13: note: each undeclared identifier is reported only once for each function it appears in conftest.c:551:21: error: expected ')' before 'double' if (sizeof (complex double)) ^ configure:47004: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | /* end confdefs.h. */ | #if HAVE_COMPLEX_H | #include <complex.h> | #endif | | int | main () | { | if (sizeof (complex double)) | return 0; | ; | return 0; | } configure:47004: result: no configure:47020: checking for socklen_t configure:47020: result: yes configure:47037: checking for struct ip_mreq configure:47037: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:47037: $? = 0 configure:47037: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:549:29: error: expected expression before ')' token if (sizeof ((struct ip_mreq))) ^ configure:47037: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | /* end confdefs.h. */ | #include <netinet/in.h> | | int | main () | { | if (sizeof ((struct ip_mreq))) | return 0; | ; | return 0; | } configure:47037: result: yes configure:47053: checking for libc.h configure:47053: result: no configure:47053: checking for unistd.h configure:47053: result: yes configure:47063: checking whether libc.h and unistd.h can be included together configure:47099: result: no configure:47109: checking type of array argument to getgroups configure:47168: result: gid_t configure:47176: checking return type of signal handlers configure:47194: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:553:1: error: void value not ignored as it ought to be return *(signal (0, 0)) (0) == 1; ^ configure:47194: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | /* end confdefs.h. */ | #include <sys/types.h> | #include <signal.h> | | int | main () | { | return *(signal (0, 0)) (0) == 1; | ; | return 0; | } configure:47201: result: void configure:47209: checking for mode_t configure:47209: result: yes configure:47224: checking for cos in -lm configure:47249: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lm >&5 conftest.c:555:6: warning: conflicting types for built-in function 'cos' char cos (); ^ configure:47249: $? = 0 configure:47258: result: yes configure:47272: checking for gethostbyname configure:47272: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lm >&5 Undefined first referenced symbol in file gethostbyname /var/tmp//ccKYMB9R.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:47272: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | /* end confdefs.h. */ | /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define gethostbyname innocuous_gethostbyname | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char gethostbyname (); 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 gethostbyname | | /* 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 gethostbyname (); | /* 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_gethostbyname || defined __stub___gethostbyname | choke me | #endif | | int | main () | { | return gethostbyname (); | ; | return 0; | } configure:47272: result: no configure:47282: checking for gethostbyname in -lnsl configure:47307: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lnsl -lm >&5 configure:47307: $? = 0 configure:47316: result: yes configure:47331: checking for connect configure:47331: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lnsl -lm >&5 Undefined first referenced symbol in file connect /var/tmp//ccOkBGwe.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:47331: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | /* end confdefs.h. */ | /* Define connect to an innocuous variant, in case <limits.h> declares connect. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define connect innocuous_connect | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char connect (); 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 connect | | /* 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 connect (); | /* 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_connect || defined __stub___connect | choke me | #endif | | int | main () | { | return connect (); | ; | return 0; | } configure:47331: result: no configure:47341: checking for connect in -lsocket configure:47366: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47366: $? = 0 configure:47375: result: yes configure:47460: checking assert.h usability configure:47460: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:47460: $? = 0 configure:47460: result: yes configure:47460: checking assert.h presence configure:47460: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c configure:47460: $? = 0 configure:47460: result: yes configure:47460: checking for assert.h configure:47460: result: yes configure:47460: checking crt_externs.h usability configure:47460: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:585:25: fatal error: crt_externs.h: No such file or directory #include <crt_externs.h> ^ compilation terminated. configure:47460: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_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 <crt_externs.h> configure:47460: result: no configure:47460: checking crt_externs.h presence configure:47460: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c conftest.c:552:25: fatal error: crt_externs.h: No such file or directory #include <crt_externs.h> ^ compilation terminated. configure:47460: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_H 1 | /* end confdefs.h. */ | #include <crt_externs.h> configure:47460: result: no configure:47460: checking for crt_externs.h configure:47460: result: no configure:47511: checking for DINFINITY configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 Undefined first referenced symbol in file DINFINITY /var/tmp//ccGXCKmp.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:47511: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_H 1 | /* end confdefs.h. */ | /* Define DINFINITY to an innocuous variant, in case <limits.h> declares DINFINITY. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define DINFINITY innocuous_DINFINITY | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char DINFINITY (); 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 DINFINITY | | /* 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 DINFINITY (); | /* 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_DINFINITY || defined __stub___DINFINITY | choke me | #endif | | int | main () | { | return DINFINITY (); | ; | return 0; | } configure:47511: result: no configure:47511: checking for DQNAN configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 Undefined first referenced symbol in file DQNAN /var/tmp//ccmNxdst.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:47511: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_H 1 | /* end confdefs.h. */ | /* Define DQNAN to an innocuous variant, in case <limits.h> declares DQNAN. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define DQNAN innocuous_DQNAN | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char DQNAN (); 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 DQNAN | | /* 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 DQNAN (); | /* 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_DQNAN || defined __stub___DQNAN | choke me | #endif | | int | main () | { | return DQNAN (); | ; | return 0; | } configure:47511: result: no configure:47511: checking for cexp configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 conftest.c:575:6: warning: conflicting types for built-in function 'cexp' char cexp (); ^ Undefined first referenced symbol in file cexp /var/tmp//ccU6d5vN.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:47511: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_H 1 | /* end confdefs.h. */ | /* Define cexp to an innocuous variant, in case <limits.h> declares cexp. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define cexp innocuous_cexp | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char cexp (); 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 cexp | | /* 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 cexp (); | /* 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_cexp || defined __stub___cexp | choke me | #endif | | int | main () | { | return cexp (); | ; | return 0; | } configure:47511: result: no configure:47511: checking for chsize configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 Undefined first referenced symbol in file chsize /var/tmp//cc0Xv8XS.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:47511: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_H 1 | /* end confdefs.h. */ | /* Define chsize to an innocuous variant, in case <limits.h> declares chsize. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define chsize innocuous_chsize | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char chsize (); 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 chsize | | /* 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 chsize (); | /* 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_chsize || defined __stub___chsize | choke me | #endif | | int | main () | { | return chsize (); | ; | return 0; | } configure:47511: result: no configure:47511: checking for clog configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 conftest.c:575:6: warning: conflicting types for built-in function 'clog' char clog (); ^ Undefined first referenced symbol in file clog /var/tmp//ccxOEq06.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:47511: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_H 1 | /* end confdefs.h. */ | /* Define clog to an innocuous variant, in case <limits.h> declares clog. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define clog innocuous_clog | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char clog (); 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 clog | | /* 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 clog (); | /* 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_clog || defined __stub___clog | choke me | #endif | | int | main () | { | return clog (); | ; | return 0; | } configure:47511: result: no configure:47511: checking for clog10 configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 conftest.c:575:6: warning: conflicting types for built-in function 'clog10' char clog10 (); ^ Undefined first referenced symbol in file clog10 /var/tmp//cconGhck.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:47511: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_H 1 | /* end confdefs.h. */ | /* Define clog10 to an innocuous variant, in case <limits.h> declares clog10. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define clog10 innocuous_clog10 | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char clog10 (); 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 clog10 | | /* 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 clog10 (); | /* 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_clog10 || defined __stub___clog10 | choke me | #endif | | int | main () | { | return clog10 (); | ; | return 0; | } configure:47511: result: no configure:47511: checking for ctermid configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for fesetround configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 Undefined first referenced symbol in file fesetround /var/tmp//ccALifeT.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:47511: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTERMID 1 | /* end confdefs.h. */ | /* Define fesetround to an innocuous variant, in case <limits.h> declares fesetround. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define fesetround innocuous_fesetround | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char fesetround (); 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 fesetround | | /* 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 fesetround (); | /* 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_fesetround || defined __stub___fesetround | choke me | #endif | | int | main () | { | return fesetround (); | ; | return 0; | } configure:47511: result: no configure:47511: checking for ftime configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for ftruncate configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for fchown configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for fchmod configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for getcwd configure:47511: result: yes configure:47511: checking for geteuid configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for getsid configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for gettimeofday configure:47511: result: yes configure:47511: checking for gmtime_r configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for ioctl configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for lstat configure:47511: result: yes configure:47511: checking for mkdir configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for mknod configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for nice configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for readdir_r configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for readdir64_r configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 Undefined first referenced symbol in file readdir64_r /var/tmp//ccxbXzlb.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:47511: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTERMID 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEUID 1 | #define HAVE_GETSID 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_IOCTL 1 | #define HAVE_LSTAT 1 | #define HAVE_MKDIR 1 | #define HAVE_MKNOD 1 | #define HAVE_NICE 1 | #define HAVE_READDIR_R 1 | /* end confdefs.h. */ | /* Define readdir64_r to an innocuous variant, in case <limits.h> declares readdir64_r. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define readdir64_r innocuous_readdir64_r | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char readdir64_r (); 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 readdir64_r | | /* 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 readdir64_r (); | /* 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_readdir64_r || defined __stub___readdir64_r | choke me | #endif | | int | main () | { | return readdir64_r (); | ; | return 0; | } configure:47511: result: no configure:47511: checking for readlink configure:47511: result: yes configure:47511: checking for rename configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for rmdir configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for setegid configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for seteuid configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for setlocale configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for setpgid configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for setsid configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for sigaction configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for siginterrupt configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for stat64 configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 Undefined first referenced symbol in file stat64 /var/tmp//cc2iZ8ui.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:47511: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTERMID 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEUID 1 | #define HAVE_GETSID 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_IOCTL 1 | #define HAVE_LSTAT 1 | #define HAVE_MKDIR 1 | #define HAVE_MKNOD 1 | #define HAVE_NICE 1 | #define HAVE_READDIR_R 1 | #define HAVE_READLINK 1 | #define HAVE_RENAME 1 | #define HAVE_RMDIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | /* end confdefs.h. */ | /* Define stat64 to an innocuous variant, in case <limits.h> declares stat64. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define stat64 innocuous_stat64 | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char stat64 (); 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 stat64 | | /* 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 stat64 (); | /* 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_stat64 || defined __stub___stat64 | choke me | #endif | | int | main () | { | return stat64 (); | ; | return 0; | } configure:47511: result: no configure:47511: checking for strptime configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for symlink configure:47511: result: yes configure:47511: checking for sync configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for sysconf configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for tcgetpgrp configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for tcsetpgrp configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for uname configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for waitpid configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for strdup configure:47511: result: yes configure:47511: checking for system configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for usleep configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for atexit configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for on_exit configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 Undefined first referenced symbol in file on_exit /var/tmp//cc6oYVeq.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:47511: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTERMID 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEUID 1 | #define HAVE_GETSID 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_IOCTL 1 | #define HAVE_LSTAT 1 | #define HAVE_MKDIR 1 | #define HAVE_MKNOD 1 | #define HAVE_NICE 1 | #define HAVE_READDIR_R 1 | #define HAVE_READLINK 1 | #define HAVE_RENAME 1 | #define HAVE_RMDIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRPTIME 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_WAITPID 1 | #define HAVE_STRDUP 1 | #define HAVE_SYSTEM 1 | #define HAVE_USLEEP 1 | #define HAVE_ATEXIT 1 | /* end confdefs.h. */ | /* Define on_exit to an innocuous variant, in case <limits.h> declares on_exit. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define on_exit innocuous_on_exit | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char on_exit (); 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 on_exit | | /* 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 on_exit (); | /* 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_on_exit || defined __stub___on_exit | choke me | #endif | | int | main () | { | return on_exit (); | ; | return 0; | } configure:47511: result: no configure:47511: checking for chown configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for link configure:47511: result: yes configure:47511: checking for fcntl configure:47511: result: yes configure:47511: checking for ttyname configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for getpwent configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for getgrent configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for kill configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for getppid configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for getpgrp configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for fork configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 conftest.c:622:6: warning: conflicting types for built-in function 'fork' char fork (); ^ configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for setitimer configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for getitimer configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for strchr configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 conftest.c:625:6: warning: conflicting types for built-in function 'strchr' char strchr (); ^ configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for strcmp configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 conftest.c:626:6: warning: conflicting types for built-in function 'strcmp' char strcmp (); ^ configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for index configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 conftest.c:627:6: warning: conflicting types for built-in function 'index' char index (); ^ configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for bcopy configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 conftest.c:628:6: warning: conflicting types for built-in function 'bcopy' char bcopy (); ^ configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for memcpy configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 conftest.c:629:6: warning: conflicting types for built-in function 'memcpy' char memcpy (); ^ configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for rindex configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 conftest.c:630:6: warning: conflicting types for built-in function 'rindex' char rindex (); ^ configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for truncate configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for unsetenv configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 Undefined first referenced symbol in file unsetenv /var/tmp//ccqFK411.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:47511: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTERMID 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEUID 1 | #define HAVE_GETSID 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_IOCTL 1 | #define HAVE_LSTAT 1 | #define HAVE_MKDIR 1 | #define HAVE_MKNOD 1 | #define HAVE_NICE 1 | #define HAVE_READDIR_R 1 | #define HAVE_READLINK 1 | #define HAVE_RENAME 1 | #define HAVE_RMDIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRPTIME 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_WAITPID 1 | #define HAVE_STRDUP 1 | #define HAVE_SYSTEM 1 | #define HAVE_USLEEP 1 | #define HAVE_ATEXIT 1 | #define HAVE_CHOWN 1 | #define HAVE_LINK 1 | #define HAVE_FCNTL 1 | #define HAVE_TTYNAME 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_KILL 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPGRP 1 | #define HAVE_FORK 1 | #define HAVE_SETITIMER 1 | #define HAVE_GETITIMER 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCMP 1 | #define HAVE_INDEX 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMCPY 1 | #define HAVE_RINDEX 1 | #define HAVE_TRUNCATE 1 | /* end confdefs.h. */ | /* Define unsetenv to an innocuous variant, in case <limits.h> declares unsetenv. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define unsetenv innocuous_unsetenv | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char unsetenv (); 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 unsetenv | | /* 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 unsetenv (); | /* 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_unsetenv || defined __stub___unsetenv | choke me | #endif | | int | main () | { | return unsetenv (); | ; | return 0; | } configure:47511: result: no configure:47511: checking for isblank configure:47511: result: no configure:47511: checking for _NSGetEnviron configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 Undefined first referenced symbol in file _NSGetEnviron /var/tmp//ccreCUGn.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:47511: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTERMID 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEUID 1 | #define HAVE_GETSID 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_IOCTL 1 | #define HAVE_LSTAT 1 | #define HAVE_MKDIR 1 | #define HAVE_MKNOD 1 | #define HAVE_NICE 1 | #define HAVE_READDIR_R 1 | #define HAVE_READLINK 1 | #define HAVE_RENAME 1 | #define HAVE_RMDIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRPTIME 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_WAITPID 1 | #define HAVE_STRDUP 1 | #define HAVE_SYSTEM 1 | #define HAVE_USLEEP 1 | #define HAVE_ATEXIT 1 | #define HAVE_CHOWN 1 | #define HAVE_LINK 1 | #define HAVE_FCNTL 1 | #define HAVE_TTYNAME 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_KILL 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPGRP 1 | #define HAVE_FORK 1 | #define HAVE_SETITIMER 1 | #define HAVE_GETITIMER 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCMP 1 | #define HAVE_INDEX 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMCPY 1 | #define HAVE_RINDEX 1 | #define HAVE_TRUNCATE 1 | /* end confdefs.h. */ | /* Define _NSGetEnviron to an innocuous variant, in case <limits.h> declares _NSGetEnviron. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define _NSGetEnviron innocuous__NSGetEnviron | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _NSGetEnviron (); 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 _NSGetEnviron | | /* 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 _NSGetEnviron (); | /* 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__NSGetEnviron || defined __stub____NSGetEnviron | choke me | #endif | | int | main () | { | return _NSGetEnviron (); | ; | return 0; | } configure:47511: result: no configure:47511: checking for strcoll configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47511: $? = 0 configure:47511: result: yes configure:47511: checking for strcoll_l configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 Undefined first referenced symbol in file strcoll_l /var/tmp//cc0RwDcN.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:47511: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTERMID 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEUID 1 | #define HAVE_GETSID 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_IOCTL 1 | #define HAVE_LSTAT 1 | #define HAVE_MKDIR 1 | #define HAVE_MKNOD 1 | #define HAVE_NICE 1 | #define HAVE_READDIR_R 1 | #define HAVE_READLINK 1 | #define HAVE_RENAME 1 | #define HAVE_RMDIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRPTIME 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_WAITPID 1 | #define HAVE_STRDUP 1 | #define HAVE_SYSTEM 1 | #define HAVE_USLEEP 1 | #define HAVE_ATEXIT 1 | #define HAVE_CHOWN 1 | #define HAVE_LINK 1 | #define HAVE_FCNTL 1 | #define HAVE_TTYNAME 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_KILL 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPGRP 1 | #define HAVE_FORK 1 | #define HAVE_SETITIMER 1 | #define HAVE_GETITIMER 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCMP 1 | #define HAVE_INDEX 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMCPY 1 | #define HAVE_RINDEX 1 | #define HAVE_TRUNCATE 1 | #define HAVE_STRCOLL 1 | /* end confdefs.h. */ | /* Define strcoll_l to an innocuous variant, in case <limits.h> declares strcoll_l. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define strcoll_l innocuous_strcoll_l | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char strcoll_l (); 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 strcoll_l | | /* 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 strcoll_l (); | /* 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_strcoll_l || defined __stub___strcoll_l | choke me | #endif | | int | main () | { | return strcoll_l (); | ; | return 0; | } configure:47511: result: no configure:47511: checking for newlocale configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 Undefined first referenced symbol in file newlocale /var/tmp//cc6Lxrkd.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:47511: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTERMID 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEUID 1 | #define HAVE_GETSID 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_IOCTL 1 | #define HAVE_LSTAT 1 | #define HAVE_MKDIR 1 | #define HAVE_MKNOD 1 | #define HAVE_NICE 1 | #define HAVE_READDIR_R 1 | #define HAVE_READLINK 1 | #define HAVE_RENAME 1 | #define HAVE_RMDIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRPTIME 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_WAITPID 1 | #define HAVE_STRDUP 1 | #define HAVE_SYSTEM 1 | #define HAVE_USLEEP 1 | #define HAVE_ATEXIT 1 | #define HAVE_CHOWN 1 | #define HAVE_LINK 1 | #define HAVE_FCNTL 1 | #define HAVE_TTYNAME 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_KILL 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPGRP 1 | #define HAVE_FORK 1 | #define HAVE_SETITIMER 1 | #define HAVE_GETITIMER 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCMP 1 | #define HAVE_INDEX 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMCPY 1 | #define HAVE_RINDEX 1 | #define HAVE_TRUNCATE 1 | #define HAVE_STRCOLL 1 | /* end confdefs.h. */ | /* Define newlocale to an innocuous variant, in case <limits.h> declares newlocale. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define newlocale innocuous_newlocale | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char newlocale (); 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 newlocale | | /* 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 newlocale (); | /* 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_newlocale || defined __stub___newlocale | choke me | #endif | | int | main () | { | return newlocale (); | ; | return 0; | } configure:47511: result: no configure:47511: checking for utimensat configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 Undefined first referenced symbol in file utimensat /var/tmp//ccUb12th.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:47511: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTERMID 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEUID 1 | #define HAVE_GETSID 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_IOCTL 1 | #define HAVE_LSTAT 1 | #define HAVE_MKDIR 1 | #define HAVE_MKNOD 1 | #define HAVE_NICE 1 | #define HAVE_READDIR_R 1 | #define HAVE_READLINK 1 | #define HAVE_RENAME 1 | #define HAVE_RMDIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRPTIME 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_WAITPID 1 | #define HAVE_STRDUP 1 | #define HAVE_SYSTEM 1 | #define HAVE_USLEEP 1 | #define HAVE_ATEXIT 1 | #define HAVE_CHOWN 1 | #define HAVE_LINK 1 | #define HAVE_FCNTL 1 | #define HAVE_TTYNAME 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_KILL 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPGRP 1 | #define HAVE_FORK 1 | #define HAVE_SETITIMER 1 | #define HAVE_GETITIMER 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCMP 1 | #define HAVE_INDEX 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMCPY 1 | #define HAVE_RINDEX 1 | #define HAVE_TRUNCATE 1 | #define HAVE_STRCOLL 1 | /* end confdefs.h. */ | /* Define utimensat to an innocuous variant, in case <limits.h> declares utimensat. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define utimensat innocuous_utimensat | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char utimensat (); 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 utimensat | | /* 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 utimensat (); | /* 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_utimensat || defined __stub___utimensat | choke me | #endif | | int | main () | { | return utimensat (); | ; | return 0; | } configure:47511: result: no configure:47511: checking for sched_getaffinity configure:47511: result: no configure:47511: checking for sched_setaffinity configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 Undefined first referenced symbol in file sched_setaffinity /var/tmp//ccaDc3Lq.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:47511: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTERMID 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEUID 1 | #define HAVE_GETSID 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_IOCTL 1 | #define HAVE_LSTAT 1 | #define HAVE_MKDIR 1 | #define HAVE_MKNOD 1 | #define HAVE_NICE 1 | #define HAVE_READDIR_R 1 | #define HAVE_READLINK 1 | #define HAVE_RENAME 1 | #define HAVE_RMDIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRPTIME 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_WAITPID 1 | #define HAVE_STRDUP 1 | #define HAVE_SYSTEM 1 | #define HAVE_USLEEP 1 | #define HAVE_ATEXIT 1 | #define HAVE_CHOWN 1 | #define HAVE_LINK 1 | #define HAVE_FCNTL 1 | #define HAVE_TTYNAME 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_KILL 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPGRP 1 | #define HAVE_FORK 1 | #define HAVE_SETITIMER 1 | #define HAVE_GETITIMER 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCMP 1 | #define HAVE_INDEX 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMCPY 1 | #define HAVE_RINDEX 1 | #define HAVE_TRUNCATE 1 | #define HAVE_STRCOLL 1 | /* end confdefs.h. */ | /* Define sched_setaffinity to an innocuous variant, in case <limits.h> declares sched_setaffinity. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define sched_setaffinity innocuous_sched_setaffinity | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sched_setaffinity (); 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_setaffinity | | /* 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_setaffinity (); | /* 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_setaffinity || defined __stub___sched_setaffinity | choke me | #endif | | int | main () | { | return sched_setaffinity (); | ; | return 0; | } configure:47511: result: no configure:47511: checking for sendfile configure:47511: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 Undefined first referenced symbol in file sendfile /var/tmp//ccS8lE4L.o ld: fatal: Symbol referencing errors. No output written to conftest collect2: error: ld returned 1 exit status configure:47511: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTERMID 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEUID 1 | #define HAVE_GETSID 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_IOCTL 1 | #define HAVE_LSTAT 1 | #define HAVE_MKDIR 1 | #define HAVE_MKNOD 1 | #define HAVE_NICE 1 | #define HAVE_READDIR_R 1 | #define HAVE_READLINK 1 | #define HAVE_RENAME 1 | #define HAVE_RMDIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRPTIME 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_WAITPID 1 | #define HAVE_STRDUP 1 | #define HAVE_SYSTEM 1 | #define HAVE_USLEEP 1 | #define HAVE_ATEXIT 1 | #define HAVE_CHOWN 1 | #define HAVE_LINK 1 | #define HAVE_FCNTL 1 | #define HAVE_TTYNAME 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_KILL 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPGRP 1 | #define HAVE_FORK 1 | #define HAVE_SETITIMER 1 | #define HAVE_GETITIMER 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCMP 1 | #define HAVE_INDEX 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMCPY 1 | #define HAVE_RINDEX 1 | #define HAVE_TRUNCATE 1 | #define HAVE_STRCOLL 1 | /* end confdefs.h. */ | /* Define sendfile to an innocuous variant, in case <limits.h> declares sendfile. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define sendfile innocuous_sendfile | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char sendfile (); 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 sendfile | | /* 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 sendfile (); | /* 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_sendfile || defined __stub___sendfile | choke me | #endif | | int | main () | { | return sendfile (); | ; | return 0; | } configure:47511: result: no configure:47546: checking crypt.h usability configure:47546: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:47546: $? = 0 configure:47546: result: yes configure:47546: checking crypt.h presence configure:47546: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c configure:47546: $? = 0 configure:47546: result: yes configure:47546: checking for crypt.h configure:47546: result: yes configure:47546: checking for netdb.h configure:47546: result: yes configure:47546: checking pthread.h usability configure:47546: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:47546: $? = 0 configure:47546: result: yes configure:47546: checking pthread.h presence configure:47546: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c configure:47546: $? = 0 configure:47546: result: yes configure:47546: checking for pthread.h configure:47546: result: yes configure:47546: checking pthread_np.h usability configure:47546: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c:646:24: fatal error: pthread_np.h: No such file or directory #include <pthread_np.h> ^ compilation terminated. configure:47546: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTERMID 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEUID 1 | #define HAVE_GETSID 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_IOCTL 1 | #define HAVE_LSTAT 1 | #define HAVE_MKDIR 1 | #define HAVE_MKNOD 1 | #define HAVE_NICE 1 | #define HAVE_READDIR_R 1 | #define HAVE_READLINK 1 | #define HAVE_RENAME 1 | #define HAVE_RMDIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRPTIME 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_WAITPID 1 | #define HAVE_STRDUP 1 | #define HAVE_SYSTEM 1 | #define HAVE_USLEEP 1 | #define HAVE_ATEXIT 1 | #define HAVE_CHOWN 1 | #define HAVE_LINK 1 | #define HAVE_FCNTL 1 | #define HAVE_TTYNAME 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_KILL 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPGRP 1 | #define HAVE_FORK 1 | #define HAVE_SETITIMER 1 | #define HAVE_GETITIMER 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCMP 1 | #define HAVE_INDEX 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMCPY 1 | #define HAVE_RINDEX 1 | #define HAVE_TRUNCATE 1 | #define HAVE_STRCOLL 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PTHREAD_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 <pthread_np.h> configure:47546: result: no configure:47546: checking pthread_np.h presence configure:47546: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c conftest.c:613:24: fatal error: pthread_np.h: No such file or directory #include <pthread_np.h> ^ compilation terminated. configure:47546: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTERMID 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEUID 1 | #define HAVE_GETSID 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_IOCTL 1 | #define HAVE_LSTAT 1 | #define HAVE_MKDIR 1 | #define HAVE_MKNOD 1 | #define HAVE_NICE 1 | #define HAVE_READDIR_R 1 | #define HAVE_READLINK 1 | #define HAVE_RENAME 1 | #define HAVE_RMDIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRPTIME 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_WAITPID 1 | #define HAVE_STRDUP 1 | #define HAVE_SYSTEM 1 | #define HAVE_USLEEP 1 | #define HAVE_ATEXIT 1 | #define HAVE_CHOWN 1 | #define HAVE_LINK 1 | #define HAVE_FCNTL 1 | #define HAVE_TTYNAME 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_KILL 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPGRP 1 | #define HAVE_FORK 1 | #define HAVE_SETITIMER 1 | #define HAVE_GETITIMER 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCMP 1 | #define HAVE_INDEX 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMCPY 1 | #define HAVE_RINDEX 1 | #define HAVE_TRUNCATE 1 | #define HAVE_STRCOLL 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PTHREAD_H 1 | /* end confdefs.h. */ | #include <pthread_np.h> configure:47546: result: no configure:47546: checking for pthread_np.h configure:47546: result: no configure:47546: checking for sys/param.h configure:47546: result: yes configure:47546: checking sys/resource.h usability configure:47546: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:47546: $? = 0 configure:47546: result: yes configure:47546: checking sys/resource.h presence configure:47546: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E conftest.c configure:47546: $? = 0 configure:47546: result: yes configure:47546: checking for sys/resource.h configure:47546: result: yes configure:47546: checking for sys/file.h configure:47546: result: yes configure:47546: checking for sys/mman.h configure:47546: result: yes configure:47559: checking for chroot configure:47559: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47559: $? = 0 configure:47559: result: yes configure:47559: checking for flock configure:47559: result: no configure:47559: checking for getlogin configure:47559: result: yes configure:47559: checking for cuserid configure:47559: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47559: $? = 0 configure:47559: result: yes configure:47559: checking for getpriority configure:47559: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47559: $? = 0 configure:47559: result: yes configure:47559: checking for setpriority configure:47559: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47559: $? = 0 configure:47559: result: yes configure:47559: checking for getpass configure:47559: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47559: $? = 0 configure:47559: result: yes configure:47559: checking for sethostname configure:47559: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47559: $? = 0 configure:47559: result: yes configure:47559: checking for gethostname configure:47559: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47559: $? = 0 configure:47559: result: yes configure:47568: checking whether sethostname is declared configure:47568: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:665:10: error: 'sethostname' undeclared (first use in this function) (void) sethostname; ^ conftest.c:665:10: note: each undeclared identifier is reported only once for each function it appears in configure:47568: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTERMID 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEUID 1 | #define HAVE_GETSID 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_IOCTL 1 | #define HAVE_LSTAT 1 | #define HAVE_MKDIR 1 | #define HAVE_MKNOD 1 | #define HAVE_NICE 1 | #define HAVE_READDIR_R 1 | #define HAVE_READLINK 1 | #define HAVE_RENAME 1 | #define HAVE_RMDIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRPTIME 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_WAITPID 1 | #define HAVE_STRDUP 1 | #define HAVE_SYSTEM 1 | #define HAVE_USLEEP 1 | #define HAVE_ATEXIT 1 | #define HAVE_CHOWN 1 | #define HAVE_LINK 1 | #define HAVE_FCNTL 1 | #define HAVE_TTYNAME 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_KILL 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPGRP 1 | #define HAVE_FORK 1 | #define HAVE_SETITIMER 1 | #define HAVE_GETITIMER 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCMP 1 | #define HAVE_INDEX 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMCPY 1 | #define HAVE_RINDEX 1 | #define HAVE_TRUNCATE 1 | #define HAVE_STRCOLL 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_CHROOT 1 | #define HAVE_GETLOGIN 1 | #define HAVE_CUSERID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_GETPASS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_GETHOSTNAME 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 sethostname | #ifdef __cplusplus | (void) sethostname; | #else | (void) sethostname; | #endif | #endif | | ; | return 0; | } configure:47568: result: no configure:47578: checking whether hstrerror is declared configure:47578: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 conftest.c: In function 'main': conftest.c:666:10: error: 'hstrerror' undeclared (first use in this function) (void) hstrerror; ^ conftest.c:666:10: note: each undeclared identifier is reported only once for each function it appears in configure:47578: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "GNU Guile" | #define PACKAGE_TARNAME "guile" | #define PACKAGE_VERSION "2.0.11" | #define PACKAGE_STRING "GNU Guile 2.0.11" | #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" | #define PACKAGE_URL "http://www.gnu.org/software/guile/" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _DARWIN_C_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define _DARWIN_USE_64_BIT_INODE 1 | #define HAVE_SYS_SOCKET_H 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_ICONV_H 1 | #define HAVE_LANGINFO_H 1 | #define HAVE_MATH_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_FILIO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_WCHAR_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_UIO_H 1 | #define HAVE_WCTYPE_H 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_BTOWC 1 | #define HAVE_GETCWD 1 | #define HAVE_READLINK 1 | #define HAVE_REALPATH 1 | #define HAVE_SYMLINK 1 | #define HAVE_FCNTL 1 | #define HAVE_FSYNC 1 | #define HAVE_GETLOGIN 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_LINK 1 | #define HAVE_LSTAT 1 | #define HAVE_MBSINIT 1 | #define HAVE_MBRTOWC 1 | #define HAVE_MPROTECT 1 | #define HAVE_MKSTEMP 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_PIPE 1 | #define HAVE_ISWCTYPE 1 | #define HAVE_SNPRINTF 1 | #define HAVE_STRDUP 1 | #define HAVE_TZSET 1 | #define HAVE_LOCALTIME_R 1 | #define HAVE_TIMES 1 | #define HAVE_WCRTOMB 1 | #define HAVE_ISWCNTRL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_WCHAR_T 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_WORKING_O_NOATIME 0 | #define HAVE_WORKING_O_NOFOLLOW 0 | #define HAVE_DECL_ALARM 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define restrict __restrict | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_RAW_DECL_GETTIMEOFDAY 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define WORDS_BIGENDIAN 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define DBL_EXPBIT0_WORD 0 | #define DBL_EXPBIT0_BIT 20 | #define HAVE_DECL_GETC_UNLOCKED 1 | #define HAVE_STDLIB_H 1 | #define MALLOC_0_IS_NONNULL 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_MBSTATE_T 1 | #define HAVE_MAP_ANONYMOUS 1 | #define PROMOTED_MODE_T mode_t | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_DECL_SETENV 0 | #define HAVE_SEARCH_H 1 | #define HAVE_TSEARCH 1 | #define HAVE_SIGSET_T 1 | #define HAVE_DECL_SNPRINTF 1 | #define HAVE__BOOL 1 | #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 | #define HAVE_TZNAME 1 | #define HAVE_RAW_DECL_STRDUP 1 | #define HAVE_RAW_DECL_STRNCAT 1 | #define HAVE_RAW_DECL_STRPBRK 1 | #define HAVE_RAW_DECL_STRTOK_R 1 | #define HAVE_RAW_DECL_STRSIGNAL 1 | #define HAVE_WINT_T 1 | #define HAVE_INTTYPES_H_WITH_UINTMAX 1 | #define HAVE_STDINT_H_WITH_UINTMAX 1 | #define HAVE_INTMAX_T 1 | #define HAVE_SNPRINTF 1 | #define HAVE_WCSLEN 1 | #define HAVE_MBRTOWC 1 | #define HAVE_WCRTOMB 1 | #define HAVE_DECL__SNPRINTF 0 | #define HAVE_DECL_VSNPRINTF 1 | #define GNULIB_TEST_ACCEPT 1 | #define HAVE_ALLOCA 1 | #define HAVE_RAW_DECL_INET_NTOP 1 | #define HAVE_RAW_DECL_INET_PTON 1 | #define GNULIB_TEST_BIND 1 | #define GNULIB_TEST_BTOWC 1 | #define GNULIB_CANONICALIZE_LGPL 1 | #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 | #define GNULIB_TEST_REALPATH 1 | #define GNULIB_TEST_CEIL 1 | #define GNULIB_TEST_CHDIR 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_CLOCK_SETTIME 1 | #define GNULIB_TEST_CLOSE 1 | #define GNULIB_TEST_CONNECT 1 | #define GNULIB_TEST_COPYSIGN 1 | #define HAVE_RAW_DECL_CLOSEDIR 1 | #define HAVE_RAW_DECL_FDOPENDIR 1 | #define HAVE_RAW_DECL_OPENDIR 1 | #define HAVE_RAW_DECL_READDIR 1 | #define HAVE_RAW_DECL_REWINDDIR 1 | #define HAVE_DECL_DIRFD 0 | #define DIR_FD_MEMBER_NAME dd_fd | #define GNULIB_TEST_DIRFD 1 | #define HAVE_DUP2 1 | #define GNULIB_TEST_DUP2 1 | #define GNULIB_TEST_DUPLOCALE 1 | #define GNULIB_TEST_ENVIRON 1 | #define HAVE_RAW_DECL_FCNTL 1 | #define HAVE_RAW_DECL_OPENAT 1 | #define HAVE_STRUCT_FLOCK_L_TYPE 1 | #define GNULIB_TEST_FLOOR 1 | #define HAVE_FREXP 1 | #define GNULIB_TEST_FREXP 1 | #define GNULIB_TEST_FSTAT 1 | #define GNULIB_TEST_FSYNC 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GAI_STRERRORA 0 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define GNULIB_TEST_GETADDRINFO 1 | #define GNULIB_TEST_GETLOGIN 1 | #define GNULIB_TEST_GETPEERNAME 1 | #define GNULIB_TEST_GETSOCKNAME 1 | #define GNULIB_TEST_GETSOCKOPT 1 | #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 | #define GETTIMEOFDAY_TIMEZONE void | #define HAVE_SYS_TIMEB_H 1 | #define GNULIB_TEST_GETTIMEOFDAY 1 | #define HAVE_DECL_INET_NTOP 1 | #define HAVE_DECL_INET_PTON 1 | #define HAVE_INLINE 1 | #define HAVE_DECL_ISFINITE 0 | #define GNULIB_TEST_ISFINITE 1 | #define HAVE_DECL_ISINF 0 | #define GNULIB_TEST_ISINF 1 | #define GNULIB_TEST_ISNAN 1 | #define GNULIB_TEST_ISNAND 1 | #define HAVE_ISNAND_IN_LIBC 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANF 1 | #define FLT_EXPBIT0_WORD 0 | #define FLT_EXPBIT0_BIT 23 | #define GNULIB_TEST_ISNANL 1 | #define HAVE_ISNANL_IN_LIBC 1 | #define HAVE_RAW_DECL_NL_LANGINFO 1 | #define HAVE_VISIBILITY 0 | #define GNULIB_TEST_LINK 1 | #define GNULIB_TEST_LISTEN 1 | #define _LCONV_C99 1 | #define HAVE_RAW_DECL_SETLOCALE 1 | #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 | #define GNULIB_TEST_LOCALECONV 1 | #define GNULIB_TEST_LOG 1 | #define HAVE_LOG1P 1 | #define GNULIB_TEST_LOG1P 1 | #define GNULIB_TEST_LSTAT 1 | #define HAVE_STDLIB_H 1 | #define HAVE_MALLOC_GNU 1 | #define GNULIB_MALLOC_GNU 1 | #define HAVE_MALLOC_POSIX 1 | #define GNULIB_TEST_MALLOC_POSIX 1 | #define HAVE_RAW_DECL_CBRT 1 | #define HAVE_RAW_DECL_COPYSIGN 1 | #define HAVE_RAW_DECL_EXPM1 1 | #define HAVE_RAW_DECL_FMOD 1 | #define HAVE_RAW_DECL_ILOGB 1 | #define HAVE_RAW_DECL_LOG 1 | #define HAVE_RAW_DECL_LOG10 1 | #define HAVE_RAW_DECL_LOG1P 1 | #define HAVE_RAW_DECL_LOGB 1 | #define HAVE_RAW_DECL_MODF 1 | #define HAVE_RAW_DECL_MODFF 1 | #define HAVE_RAW_DECL_REMAINDER 1 | #define HAVE_RAW_DECL_RINT 1 | #define MBRTOWC_NULL_ARG1_BUG 1 | #define MBRTOWC_RETVAL_BUG 1 | #define GNULIB_TEST_MBRTOWC 1 | #define GNULIB_TEST_MBSINIT 1 | #define GNULIB_TEST_MBTOWC 1 | #define GNULIB_TEST_MEMCHR 1 | #define FUNC_MKDIR_DOT_BUG 1 | #define GNULIB_TEST_MKSTEMP 1 | #define HAVE_RAW_DECL_GETADDRINFO 1 | #define HAVE_RAW_DECL_FREEADDRINFO 1 | #define HAVE_RAW_DECL_GAI_STRERROR 1 | #define HAVE_RAW_DECL_GETNAMEINFO 1 | #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 | #define GNULIB_TEST_NL_LANGINFO 1 | #define HAVE_SYS_PARAM_H 1 | #define GNULIB_TEST_OPEN 1 | #define GNULIB_TEST_PIPE 1 | #define GNULIB_TEST_PIPE2 1 | #define HAVE_POLL 1 | #define GNULIB_TEST_POLL 1 | #define HAVE_RAW_DECL_POLL 1 | #define HAVE_DECL__PUTENV 0 | #define GNULIB_TEST_PUTENV 1 | #define HAVE_RAISE 1 | #define GNULIB_TEST_RAISE 1 | #define GNULIB_TEST_READ 1 | #define READLINK_TRAILING_SLASH_BUG 1 | #define GNULIB_TEST_READLINK 1 | #define GNULIB_TEST_RECV 1 | #define GNULIB_TEST_RECVFROM 1 | #define _REGEX_INCLUDE_LIMITS_H 1 | #define _REGEX_LARGE_OFFSETS 1 | #define re_syntax_options rpl_re_syntax_options | #define re_set_syntax rpl_re_set_syntax | #define re_compile_pattern rpl_re_compile_pattern | #define re_compile_fastmap rpl_re_compile_fastmap | #define re_search rpl_re_search | #define re_search_2 rpl_re_search_2 | #define re_match rpl_re_match | #define re_match_2 rpl_re_match_2 | #define re_set_registers rpl_re_set_registers | #define re_comp rpl_re_comp | #define re_exec rpl_re_exec | #define regcomp rpl_regcomp | #define regexec rpl_regexec | #define regerror rpl_regerror | #define regfree rpl_regfree | #define HAVE_LIBINTL_H 1 | #define HAVE_DECL_ISBLANK 0 | #define RENAME_TRAILING_SLASH_DEST_BUG 1 | #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 | #define RENAME_HARD_LINK_BUG 1 | #define RENAME_DEST_EXISTS_BUG 1 | #define GNULIB_TEST_RENAME 1 | #define GNULIB_TEST_RMDIR 1 | #define GNULIB_TEST_ROUND 1 | #define HAVE_ISSETUGID 1 | #define GNULIB_TEST_SECURE_GETENV 1 | #define GNULIB_TEST_SELECT 1 | #define GNULIB_TEST_SEND 1 | #define GNULIB_TEST_SENDTO 1 | #define GNULIB_TEST_SETENV 1 | #define GNULIB_TEST_SETSOCKOPT 1 | #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 | #define HAVE_DECL_COPYSIGN 1 | #define HAVE_DECL_COPYSIGNL 0 | #define GNULIB_TEST_SIGNBIT 1 | #define HAVE_STDINT_H 1 | #define HAVE_SNPRINTF 1 | #define GNULIB_TEST_SNPRINTF 1 | #define GNULIB_SNPRINTF 1 | #define GNULIB_TEST_SOCKET 1 | #define REPLACE_FUNC_STAT_FILE 1 | #define GNULIB_TEST_STAT 1 | #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 | #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 | #define GNULIB_FSCANF 1 | #define GNULIB_SCANF 1 | #define HAVE_RAW_DECL_FSEEKO 1 | #define HAVE_RAW_DECL_FTELLO 1 | #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 | #define HAVE_RAW_DECL_GRANTPT 1 | #define HAVE_RAW_DECL_INITSTATE 1 | #define HAVE_RAW_DECL_MKSTEMP 1 | #define HAVE_RAW_DECL_PTSNAME 1 | #define HAVE_RAW_DECL_RANDOM 1 | #define HAVE_RAW_DECL_REALPATH 1 | #define HAVE_RAW_DECL_SETSTATE 1 | #define HAVE_RAW_DECL_SRANDOM 1 | #define HAVE_RAW_DECL_STRTOD 1 | #define HAVE_RAW_DECL_STRTOLL 1 | #define HAVE_RAW_DECL_STRTOULL 1 | #define HAVE_RAW_DECL_UNLOCKPT 1 | #define GNULIB_TEST_STRDUP 1 | #define my_strftime nstrftime | #define HAVE_RAW_DECL_SELECT 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | #define HAVE_SA_FAMILY_T 1 | #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 | #define HAVE_RAW_DECL_SOCKET 1 | #define HAVE_RAW_DECL_CONNECT 1 | #define HAVE_RAW_DECL_ACCEPT 1 | #define HAVE_RAW_DECL_BIND 1 | #define HAVE_RAW_DECL_GETPEERNAME 1 | #define HAVE_RAW_DECL_GETSOCKNAME 1 | #define HAVE_RAW_DECL_GETSOCKOPT 1 | #define HAVE_RAW_DECL_LISTEN 1 | #define HAVE_RAW_DECL_RECV 1 | #define HAVE_RAW_DECL_SEND 1 | #define HAVE_RAW_DECL_RECVFROM 1 | #define HAVE_RAW_DECL_SENDTO 1 | #define HAVE_RAW_DECL_SETSOCKOPT 1 | #define HAVE_RAW_DECL_SHUTDOWN 1 | #define HAVE_RAW_DECL_FSTAT 1 | #define HAVE_RAW_DECL_FSTATAT 1 | #define HAVE_RAW_DECL_LSTAT 1 | #define HAVE_RAW_DECL_MKFIFO 1 | #define HAVE_RAW_DECL_MKNOD 1 | #define HAVE_RAW_DECL_STAT 1 | #define HAVE_STRUCT_TMS 1 | #define HAVE_RAW_DECL_TIMES 1 | #define HAVE_DECL_LOCALTIME_R 1 | #define GNULIB_TEST_TIME_R 1 | #define HAVE_DECL_TRUNC 0 | #define GNULIB_TEST_TRUNC 1 | #define HAVE_RAW_DECL_CHDIR 1 | #define HAVE_RAW_DECL_CHOWN 1 | #define HAVE_RAW_DECL_DUP 1 | #define HAVE_RAW_DECL_DUP2 1 | #define HAVE_RAW_DECL_FCHDIR 1 | #define HAVE_RAW_DECL_FCHOWNAT 1 | #define HAVE_RAW_DECL_FDATASYNC 1 | #define HAVE_RAW_DECL_FSYNC 1 | #define HAVE_RAW_DECL_FTRUNCATE 1 | #define HAVE_RAW_DECL_GETCWD 1 | #define HAVE_RAW_DECL_GETDTABLESIZE 1 | #define HAVE_RAW_DECL_GETGROUPS 1 | #define HAVE_RAW_DECL_GETHOSTNAME 1 | #define HAVE_RAW_DECL_GETLOGIN 1 | #define HAVE_RAW_DECL_GETLOGIN_R 1 | #define HAVE_RAW_DECL_GETPAGESIZE 1 | #define HAVE_RAW_DECL_ISATTY 1 | #define HAVE_RAW_DECL_LCHOWN 1 | #define HAVE_RAW_DECL_LINK 1 | #define HAVE_RAW_DECL_LSEEK 1 | #define HAVE_RAW_DECL_PIPE 1 | #define HAVE_RAW_DECL_PREAD 1 | #define HAVE_RAW_DECL_PWRITE 1 | #define HAVE_RAW_DECL_READLINK 1 | #define HAVE_RAW_DECL_RMDIR 1 | #define HAVE_RAW_DECL_SLEEP 1 | #define HAVE_RAW_DECL_SYMLINK 1 | #define HAVE_RAW_DECL_TTYNAME_R 1 | #define HAVE_RAW_DECL_UNLINK 1 | #define HAVE_RAW_DECL_UNLINKAT 1 | #define HAVE_RAW_DECL_USLEEP 1 | #define GNULIB_UNISTR_U8_MBTOUC 1 | #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 | #define GNULIB_UNISTR_U8_MBTOUCR 1 | #define GNULIB_UNISTR_U8_UCTOMB 1 | #define HAVE_VSNPRINTF 1 | #define GNULIB_TEST_VSNPRINTF 1 | #define HAVE_RAW_DECL_BTOWC 1 | #define HAVE_RAW_DECL_WCTOB 1 | #define HAVE_RAW_DECL_MBSINIT 1 | #define HAVE_RAW_DECL_MBRTOWC 1 | #define HAVE_RAW_DECL_MBRLEN 1 | #define HAVE_RAW_DECL_MBSRTOWCS 1 | #define HAVE_RAW_DECL_WCRTOMB 1 | #define HAVE_RAW_DECL_WCSRTOMBS 1 | #define HAVE_RAW_DECL_WCWIDTH 1 | #define HAVE_RAW_DECL_WMEMCHR 1 | #define HAVE_RAW_DECL_WMEMCMP 1 | #define HAVE_RAW_DECL_WMEMCPY 1 | #define HAVE_RAW_DECL_WMEMMOVE 1 | #define HAVE_RAW_DECL_WMEMSET 1 | #define HAVE_RAW_DECL_WCSLEN 1 | #define HAVE_RAW_DECL_WCSCPY 1 | #define HAVE_RAW_DECL_WCSNCPY 1 | #define HAVE_RAW_DECL_WCSCAT 1 | #define HAVE_RAW_DECL_WCSNCAT 1 | #define HAVE_RAW_DECL_WCSCMP 1 | #define HAVE_RAW_DECL_WCSNCMP 1 | #define HAVE_RAW_DECL_WCSCOLL 1 | #define HAVE_RAW_DECL_WCSXFRM 1 | #define HAVE_RAW_DECL_WCSCHR 1 | #define HAVE_RAW_DECL_WCSRCHR 1 | #define HAVE_RAW_DECL_WCSCSPN 1 | #define HAVE_RAW_DECL_WCSSPN 1 | #define HAVE_RAW_DECL_WCSPBRK 1 | #define HAVE_RAW_DECL_WCSSTR 1 | #define HAVE_RAW_DECL_WCSTOK 1 | #define HAVE_RAW_DECL_WCSWIDTH 1 | #define GNULIB_TEST_WCRTOMB 1 | #define HAVE_TOWLOWER 1 | #define HAVE_RAW_DECL_WCTYPE 1 | #define HAVE_RAW_DECL_ISWCTYPE 1 | #define HAVE_RAW_DECL_WCTRANS 1 | #define HAVE_RAW_DECL_TOWCTRANS 1 | #define GNULIB_TEST_WRITE 1 | #define HAVE_STDINT_H 1 | #define GNULIB_LOCK 1 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define HAVE_LIBLTDL 1 | #define HOST_TYPE "sparc64-sun-solaris.2.9" | #define SCM_WARN_DEPRECATED_DEFAULT "summary" | #define GUILE_USE_64_CALLS 1 | #define HAVE_MODULES 1 | #define HAVE_POSIX 1 | #define HAVE_NETWORKING 1 | #define WORDS_BIGENDIAN 1 | #define HAVE_LABELS_AS_VALUES /**/ | #define SIZEOF_CHAR 1 | #define SIZEOF_UNSIGNED_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_UNSIGNED_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_UNSIGNED_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_UNSIGNED_LONG 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_UNSIGNED_LONG_LONG 8 | #define SIZEOF___INT64 0 | #define SIZEOF_UNSIGNED___INT64 0 | #define SIZEOF_VOID_P 8 | #define SIZEOF_INTPTR_T 8 | #define SIZEOF_UINTPTR_T 8 | #define SIZEOF_PTRDIFF_T 8 | #define SIZEOF_SIZE_T 8 | #define SIZEOF_OFF_T 8 | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define SIZEOF_INTMAX_T 8 | #define STDC_HEADERS 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_DIRENT_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRING_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_TIME_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_SYS_TIMES_H 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_UTIME_H 1 | #define HAVE_TIME_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_PWD_H 1 | #define HAVE_GRP_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SCHED_H 1 | #define HAVE_SYS_SENDFILE_H 1 | #define HAVE_STRUCT_IP_MREQ 1 | #define HAVE_UNISTD_H 1 | #define GETGROUPS_T gid_t | #define RETSIGTYPE void | #define HAVE_LIBM 1 | #define HAVE_LIBNSL 1 | #define HAVE_LIBSOCKET 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTERMID 1 | #define HAVE_FTIME 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FCHOWN 1 | #define HAVE_FCHMOD 1 | #define HAVE_GETCWD 1 | #define HAVE_GETEUID 1 | #define HAVE_GETSID 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_GMTIME_R 1 | #define HAVE_IOCTL 1 | #define HAVE_LSTAT 1 | #define HAVE_MKDIR 1 | #define HAVE_MKNOD 1 | #define HAVE_NICE 1 | #define HAVE_READDIR_R 1 | #define HAVE_READLINK 1 | #define HAVE_RENAME 1 | #define HAVE_RMDIR 1 | #define HAVE_SETEGID 1 | #define HAVE_SETEUID 1 | #define HAVE_SETLOCALE 1 | #define HAVE_SETPGID 1 | #define HAVE_SETSID 1 | #define HAVE_SIGACTION 1 | #define HAVE_SIGINTERRUPT 1 | #define HAVE_STRPTIME 1 | #define HAVE_SYMLINK 1 | #define HAVE_SYNC 1 | #define HAVE_SYSCONF 1 | #define HAVE_TCGETPGRP 1 | #define HAVE_TCSETPGRP 1 | #define HAVE_UNAME 1 | #define HAVE_WAITPID 1 | #define HAVE_STRDUP 1 | #define HAVE_SYSTEM 1 | #define HAVE_USLEEP 1 | #define HAVE_ATEXIT 1 | #define HAVE_CHOWN 1 | #define HAVE_LINK 1 | #define HAVE_FCNTL 1 | #define HAVE_TTYNAME 1 | #define HAVE_GETPWENT 1 | #define HAVE_GETGRENT 1 | #define HAVE_KILL 1 | #define HAVE_GETPPID 1 | #define HAVE_GETPGRP 1 | #define HAVE_FORK 1 | #define HAVE_SETITIMER 1 | #define HAVE_GETITIMER 1 | #define HAVE_STRCHR 1 | #define HAVE_STRCMP 1 | #define HAVE_INDEX 1 | #define HAVE_BCOPY 1 | #define HAVE_MEMCPY 1 | #define HAVE_RINDEX 1 | #define HAVE_TRUNCATE 1 | #define HAVE_STRCOLL 1 | #define HAVE_CRYPT_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_PTHREAD_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_CHROOT 1 | #define HAVE_GETLOGIN 1 | #define HAVE_CUSERID 1 | #define HAVE_GETPRIORITY 1 | #define HAVE_SETPRIORITY 1 | #define HAVE_GETPASS 1 | #define HAVE_SETHOSTNAME 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_DECL_SETHOSTNAME 0 | /* 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 hstrerror | #ifdef __cplusplus | (void) hstrerror; | #else | (void) hstrerror; | #endif | #endif | | ; | return 0; | } configure:47578: result: no configure:47588: checking whether cuserid is declared configure:47588: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:47588: $? = 0 configure:47588: result: yes configure:47613: checking for library containing crypt configure:47644: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm >&5 configure:47644: $? = 0 configure:47661: result: none required configure:48369: checking for libgmp configure:48391: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lsocket -lnsl -lm -lgmp >&5 configure:48391: $? = 0 configure:48401: result: yes configure:48408: checking how to link with libgmp configure:48410: result: -lgmp configure:48435: checking whether mpz_inits is declared configure:48435: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -c -g -O2 conftest.c >&5 configure:48435: $? = 0 configure:48435: result: yes configure:48450: error: GNU libunistring is required, please install it. ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=sparc-sun-solaris.2.9 ac_cv_c_bigendian=yes ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_c_restrict=__restrict ac_cv_c_volatile=yes ac_cv_env_BDW_GC_CFLAGS_set=set ac_cv_env_BDW_GC_CFLAGS_value=-I/home/admini/saper/sparcv9/include ac_cv_env_BDW_GC_LIBS_set=set ac_cv_env_BDW_GC_LIBS_value='-L/home/admini/saper/sparcv9/lib -lgc' ac_cv_env_CC_FOR_BUILD_set=set ac_cv_env_CC_FOR_BUILD_value='/home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3' ac_cv_env_CC_set=set ac_cv_env_CC_value='/home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3' ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_EMACSLOADPATH_set= ac_cv_env_EMACSLOADPATH_value= ac_cv_env_EMACS_set= ac_cv_env_EMACS_value= ac_cv_env_GUILE_FOR_BUILD_set= ac_cv_env_GUILE_FOR_BUILD_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBFFI_CFLAGS_set=set ac_cv_env_LIBFFI_CFLAGS_value=-I/home/admini/saper/sparcv9/include ac_cv_env_LIBFFI_LIBS_set=set ac_cv_env_LIBFFI_LIBS_value='-L/home/admini/saper/sparcv9/lib -lffi' ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_PKG_CONFIG_LIBDIR_set= ac_cv_env_PKG_CONFIG_LIBDIR_value= ac_cv_env_PKG_CONFIG_PATH_set= ac_cv_env_PKG_CONFIG_PATH_value= ac_cv_env_PKG_CONFIG_set= ac_cv_env_PKG_CONFIG_value= ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=sparc-sun-solaris.2.9 ac_cv_env_host_alias_set=set ac_cv_env_host_alias_value=sparc64-sun-solaris.2.9 ac_cv_env_target_alias_set=set ac_cv_env_target_alias_value=sparc64-sun-solaris.2.9 ac_cv_func_DINFINITY=no ac_cv_func_DQNAN=no ac_cv_func__NSGetEnviron=no ac_cv_func___secure_getenv=no ac_cv_func__ftime=no ac_cv_func__set_invalid_parameter_handler=no ac_cv_func_alloca_works=yes ac_cv_func_atexit=yes ac_cv_func_bcopy=yes ac_cv_func_btowc=yes ac_cv_func_canonicalize_file_name=no ac_cv_func_cexp=no ac_cv_func_chown=yes ac_cv_func_chroot=yes ac_cv_func_chsize=no ac_cv_func_clock_getcpuclockid=no ac_cv_func_clock_gettime=yes ac_cv_func_clock_settime=yes ac_cv_func_clog10=no ac_cv_func_clog=no ac_cv_func_connect=no ac_cv_func_ctermid=yes ac_cv_func_cuserid=yes ac_cv_func_dirfd=no ac_cv_func_dlopen=no ac_cv_func_duplocale=no ac_cv_func_fchmod=yes ac_cv_func_fchown=yes ac_cv_func_fcntl=yes ac_cv_func_fesetround=no ac_cv_func_flock=no ac_cv_func_fork=yes ac_cv_func_fsync=yes ac_cv_func_ftime=yes ac_cv_func_ftruncate=yes ac_cv_func_getcwd=yes ac_cv_func_geteuid=yes ac_cv_func_getgrent=yes ac_cv_func_gethostbyname=no ac_cv_func_gethostname=yes ac_cv_func_getitimer=yes ac_cv_func_getlogin=yes ac_cv_func_getpass=yes ac_cv_func_getpgrp=yes ac_cv_func_getppid=yes ac_cv_func_getpriority=yes ac_cv_func_getpwent=yes ac_cv_func_getsid=yes ac_cv_func_gettimeofday=yes ac_cv_func_gmtime_r=yes ac_cv_func_index=yes ac_cv_func_ioctl=yes ac_cv_func_isblank=no ac_cv_func_issetugid=yes ac_cv_func_iswcntrl=yes ac_cv_func_iswctype=yes ac_cv_func_kill=yes ac_cv_func_link=yes ac_cv_func_localtime_r=yes ac_cv_func_log1p=yes ac_cv_func_lstat=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_mbrtowc=yes ac_cv_func_mbsinit=yes ac_cv_func_memcpy=yes ac_cv_func_mkdir=yes ac_cv_func_mknod=yes ac_cv_func_mkstemp=yes ac_cv_func_mmap=yes ac_cv_func_mprotect=yes ac_cv_func_newlocale=no ac_cv_func_nice=yes ac_cv_func_nl_langinfo=yes ac_cv_func_on_exit=no ac_cv_func_pipe2=no ac_cv_func_pipe=yes ac_cv_func_poll=yes ac_cv_func_pstat_getdynamic=no ac_cv_func_raise=yes ac_cv_func_readdir64_r=no ac_cv_func_readdir_r=yes ac_cv_func_readlink=yes ac_cv_func_realpath=yes ac_cv_func_rename=yes ac_cv_func_rindex=yes ac_cv_func_rmdir=yes ac_cv_func_sched_getaffinity=no ac_cv_func_sched_getaffinity_np=no ac_cv_func_sched_setaffinity=no ac_cv_func_secure_getenv=no ac_cv_func_sendfile=no ac_cv_func_setegid=yes ac_cv_func_setenv=no ac_cv_func_seteuid=yes ac_cv_func_sethostname=yes ac_cv_func_setitimer=yes ac_cv_func_setlocale=yes ac_cv_func_setpgid=yes ac_cv_func_setpriority=yes ac_cv_func_setsid=yes ac_cv_func_shl_load=no ac_cv_func_shutdown=no ac_cv_func_sigaction=yes ac_cv_func_siginterrupt=yes ac_cv_func_snprintf=yes ac_cv_func_stat64=no ac_cv_func_strchr=yes ac_cv_func_strcmp=yes ac_cv_func_strcoll=yes ac_cv_func_strcoll_l=no ac_cv_func_strdup=yes ac_cv_func_strnlen=no ac_cv_func_strptime=yes ac_cv_func_symlink=yes ac_cv_func_sync=yes ac_cv_func_sysconf=yes ac_cv_func_sysctl=no ac_cv_func_sysmp=no ac_cv_func_system=yes ac_cv_func_tcgetpgrp=yes ac_cv_func_tcsetpgrp=yes ac_cv_func_times=yes ac_cv_func_towlower=yes ac_cv_func_truncate=yes ac_cv_func_tsearch=yes ac_cv_func_ttyname=yes ac_cv_func_tzset=yes ac_cv_func_uname=yes ac_cv_func_unsetenv=no ac_cv_func_usleep=yes ac_cv_func_utimensat=no ac_cv_func_vasnprintf=no ac_cv_func_vsnprintf=yes ac_cv_func_waitpid=yes ac_cv_func_wcrtomb=yes ac_cv_func_wcslen=yes ac_cv_func_wcsnlen=no ac_cv_gnu_library_2_1=no ac_cv_have_decl__Exit=yes ac_cv_have_decl__putenv=no ac_cv_have_decl__snprintf=no ac_cv_have_decl_accept=yes ac_cv_have_decl_alarm=yes ac_cv_have_decl_atoll=yes ac_cv_have_decl_bind=yes ac_cv_have_decl_btowc=yes ac_cv_have_decl_cbrt=yes ac_cv_have_decl_chdir=yes ac_cv_have_decl_chown=yes ac_cv_have_decl_closedir=yes ac_cv_have_decl_connect=yes ac_cv_have_decl_copysign=yes ac_cv_have_decl_copysignf=no ac_cv_have_decl_copysignl=no ac_cv_have_decl_cuserid=yes ac_cv_have_decl_dirfd=no ac_cv_have_decl_dup2=yes ac_cv_have_decl_dup=yes ac_cv_have_decl_expm1=yes ac_cv_have_decl_fchdir=yes ac_cv_have_decl_fchownat=yes ac_cv_have_decl_fcntl=yes ac_cv_have_decl_fdatasync=yes ac_cv_have_decl_fdopendir=yes ac_cv_have_decl_fmod=yes ac_cv_have_decl_freeaddrinfo=yes ac_cv_have_decl_fseeko=yes ac_cv_have_decl_fstat=yes ac_cv_have_decl_fstatat=yes ac_cv_have_decl_fsync=yes ac_cv_have_decl_ftello=yes ac_cv_have_decl_ftruncate=yes ac_cv_have_decl_gai_strerror=yes ac_cv_have_decl_gai_strerrorA=no ac_cv_have_decl_getaddrinfo=yes ac_cv_have_decl_getc_unlocked=yes ac_cv_have_decl_getcwd=yes ac_cv_have_decl_getdtablesize=yes ac_cv_have_decl_getgroups=yes ac_cv_have_decl_gethostname=yes ac_cv_have_decl_getlogin=yes ac_cv_have_decl_getlogin_r=yes ac_cv_have_decl_getnameinfo=yes ac_cv_have_decl_getpagesize=yes ac_cv_have_decl_getpeername=yes ac_cv_have_decl_gets=yes ac_cv_have_decl_getsockname=yes ac_cv_have_decl_getsockopt=yes ac_cv_have_decl_getsubopt=yes ac_cv_have_decl_gettimeofday=yes ac_cv_have_decl_grantpt=yes ac_cv_have_decl_hstrerror=no ac_cv_have_decl_ilogb=yes ac_cv_have_decl_inet_ntop=yes ac_cv_have_decl_inet_pton=yes ac_cv_have_decl_initstate=yes ac_cv_have_decl_isatty=yes ac_cv_have_decl_isblank=no ac_cv_have_decl_isfinite=no ac_cv_have_decl_isinf=no ac_cv_have_decl_iswctype=yes ac_cv_have_decl_lchown=yes ac_cv_have_decl_link=yes ac_cv_have_decl_listen=yes ac_cv_have_decl_localtime_r=yes ac_cv_have_decl_log10=yes ac_cv_have_decl_log1p=yes ac_cv_have_decl_log=yes ac_cv_have_decl_logb=yes ac_cv_have_decl_lseek=yes ac_cv_have_decl_lstat=yes ac_cv_have_decl_mbrlen=yes ac_cv_have_decl_mbrtowc=yes ac_cv_have_decl_mbsinit=yes ac_cv_have_decl_mbsrtowcs=yes ac_cv_have_decl_mkfifo=yes ac_cv_have_decl_mknod=yes ac_cv_have_decl_mkstemp=yes ac_cv_have_decl_modf=yes ac_cv_have_decl_modff=yes ac_cv_have_decl_mpz_inits=yes ac_cv_have_decl_nl_langinfo=yes ac_cv_have_decl_openat=yes ac_cv_have_decl_opendir=yes ac_cv_have_decl_pclose=yes ac_cv_have_decl_pipe=yes ac_cv_have_decl_poll=yes ac_cv_have_decl_popen=yes ac_cv_have_decl_pread=yes ac_cv_have_decl_pthread_sigmask=yes ac_cv_have_decl_ptsname=yes ac_cv_have_decl_pwrite=yes ac_cv_have_decl_random=yes ac_cv_have_decl_readdir=yes ac_cv_have_decl_readlink=yes ac_cv_have_decl_realpath=yes ac_cv_have_decl_recv=yes ac_cv_have_decl_recvfrom=yes ac_cv_have_decl_remainder=yes ac_cv_have_decl_rewinddir=yes ac_cv_have_decl_rint=yes ac_cv_have_decl_rmdir=yes ac_cv_have_decl_select=yes ac_cv_have_decl_send=yes ac_cv_have_decl_sendto=yes ac_cv_have_decl_setenv=no ac_cv_have_decl_sethostname=no ac_cv_have_decl_setlocale=yes ac_cv_have_decl_setsockopt=yes ac_cv_have_decl_setstate=yes ac_cv_have_decl_shutdown=yes ac_cv_have_decl_sigaction=yes ac_cv_have_decl_sigaddset=yes ac_cv_have_decl_sigdelset=yes ac_cv_have_decl_sigemptyset=yes ac_cv_have_decl_sigfillset=yes ac_cv_have_decl_sigismember=yes ac_cv_have_decl_sigpending=yes ac_cv_have_decl_sigprocmask=yes ac_cv_have_decl_sleep=yes ac_cv_have_decl_snprintf=yes ac_cv_have_decl_socket=yes ac_cv_have_decl_srandom=yes ac_cv_have_decl_stat=yes ac_cv_have_decl_strdup=yes ac_cv_have_decl_strncat=yes ac_cv_have_decl_strpbrk=yes ac_cv_have_decl_strsignal=yes ac_cv_have_decl_strtod=yes ac_cv_have_decl_strtok_r=yes ac_cv_have_decl_strtoll=yes ac_cv_have_decl_strtoull=yes ac_cv_have_decl_symlink=yes ac_cv_have_decl_times=yes ac_cv_have_decl_tmpfile=yes ac_cv_have_decl_towctrans=yes ac_cv_have_decl_trunc=no ac_cv_have_decl_ttyname_r=yes ac_cv_have_decl_tzname=yes ac_cv_have_decl_unlink=yes ac_cv_have_decl_unlinkat=yes ac_cv_have_decl_unlockpt=yes ac_cv_have_decl_usleep=yes ac_cv_have_decl_vsnprintf=yes ac_cv_have_decl_wcrtomb=yes ac_cv_have_decl_wcscat=yes ac_cv_have_decl_wcschr=yes ac_cv_have_decl_wcscmp=yes ac_cv_have_decl_wcscoll=yes ac_cv_have_decl_wcscpy=yes ac_cv_have_decl_wcscspn=yes ac_cv_have_decl_wcslen=yes ac_cv_have_decl_wcsncat=yes ac_cv_have_decl_wcsncmp=yes ac_cv_have_decl_wcsncpy=yes ac_cv_have_decl_wcspbrk=yes ac_cv_have_decl_wcsrchr=yes ac_cv_have_decl_wcsrtombs=yes ac_cv_have_decl_wcsspn=yes ac_cv_have_decl_wcsstr=yes ac_cv_have_decl_wcstok=yes ac_cv_have_decl_wcswidth=yes ac_cv_have_decl_wcsxfrm=yes ac_cv_have_decl_wctob=yes ac_cv_have_decl_wctrans=yes ac_cv_have_decl_wctype=yes ac_cv_have_decl_wcwidth=yes ac_cv_have_decl_wmemchr=yes ac_cv_have_decl_wmemcmp=yes ac_cv_have_decl_wmemcpy=yes ac_cv_have_decl_wmemmove=yes ac_cv_have_decl_wmemset=yes ac_cv_header_arpa_inet_h=yes ac_cv_header_assert_h=yes ac_cv_header_bp_sym_h=no ac_cv_header_byteswap_h=no ac_cv_header_complex_h=no ac_cv_header_crt_externs_h=no ac_cv_header_crypt_h=yes ac_cv_header_direct_h=no ac_cv_header_dirent_dirent_h=yes ac_cv_header_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_features_h=no ac_cv_header_fenv_h=no ac_cv_header_grp_h=yes ac_cv_header_iconv_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_io_h=no ac_cv_header_langinfo_h=yes ac_cv_header_libc_h=no ac_cv_header_libintl_h=yes ac_cv_header_limits_h=yes ac_cv_header_machine_fpu_h=no ac_cv_header_malloc_h=yes ac_cv_header_math_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_netdb_h=yes ac_cv_header_netinet_in_h=yes ac_cv_header_poll_h=yes ac_cv_header_process_h=no ac_cv_header_pthread_h=yes ac_cv_header_pthread_np_h=no ac_cv_header_pwd_h=yes ac_cv_header_sched_h=yes ac_cv_header_search_h=yes ac_cv_header_stat_broken=no ac_cv_header_stdbool_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_bitypes_h=no ac_cv_header_sys_dir_h=no ac_cv_header_sys_file_h=yes ac_cv_header_sys_filio_h=yes ac_cv_header_sys_inttypes_h=yes ac_cv_header_sys_ioctl_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_param_h=yes ac_cv_header_sys_pstat_h=no ac_cv_header_sys_resource_h=yes ac_cv_header_sys_select_h=yes ac_cv_header_sys_sendfile_h=yes ac_cv_header_sys_socket_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_stdtypes_h=no ac_cv_header_sys_sysctl_h=no ac_cv_header_sys_sysmp_h=no ac_cv_header_sys_time_h=yes ac_cv_header_sys_timeb_h=yes ac_cv_header_sys_times_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_sys_uio_h=yes ac_cv_header_sys_utime_h=yes ac_cv_header_sys_utsname_h=yes ac_cv_header_sys_wait_h=yes ac_cv_header_time=yes ac_cv_header_time_h=yes ac_cv_header_unistd_h=yes ac_cv_header_utime_h=yes ac_cv_header_wchar_h=yes ac_cv_header_wctype_h=yes ac_cv_header_xlocale_h=no ac_cv_host=sparc64-sun-solaris.2.9 ac_cv_labels_as_values=yes ac_cv_lib_dl_dlopen=yes ac_cv_lib_dld_shl_load=no ac_cv_lib_m_cos=yes ac_cv_lib_nsl_gethostbyname=yes ac_cv_lib_socket_connect=yes ac_cv_lib_uca___uc_get_ar_bsp=no ac_cv_libgmp=yes ac_cv_libltdl=yes ac_cv_libunistring='no, consider installing GNU libunistring' ac_cv_member_struct_dirent64_d_name=yes ac_cv_member_struct_flock_l_type=yes ac_cv_member_struct_lconv_decimal_point=yes ac_cv_member_struct_sockaddr_sa_len=no ac_cv_member_struct_sockaddr_storage_ss_family=yes ac_cv_member_struct_stat_st_atim_tv_nsec=yes ac_cv_member_struct_stat_st_birthtim_tv_nsec=no ac_cv_member_struct_stat_st_birthtimensec=no ac_cv_member_struct_stat_st_birthtimespec_tv_nsec=no ac_cv_member_struct_tm_tm_gmtoff=no ac_cv_member_struct_tm_tm_zone=no ac_cv_objext=o ac_cv_path_EGREP='/usr/local/bin/grep -E' ac_cv_path_FGREP='/usr/local/bin/grep -F' ac_cv_path_GREP=/usr/local/bin/grep ac_cv_path_SED=/opt/csw/bin/gsed ac_cv_prog_AR=/usr/ccs/bin/ar ac_cv_prog_AWK=nawk ac_cv_prog_CC='/home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3' ac_cv_prog_CPP='/home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E' ac_cv_prog_DLLTOOL=dlltool ac_cv_prog_OBJDUMP=objdump ac_cv_prog_RANLIB=ranlib ac_cv_prog_STRIP=/usr/ccs/bin/strip ac_cv_prog_ac_ct_MANIFEST_TOOL=mt ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_have_makeinfo=yes ac_cv_prog_make_make_set=yes ac_cv_safe_to_define___extensions__=yes ac_cv_search_clock_gettime=-lrt ac_cv_search_crypt='none required' ac_cv_search_getaddrinfo=-lsocket ac_cv_search_gethostbyname=-lnsl ac_cv_search_getservbyname=-lsocket ac_cv_search_inet_ntop=-lnsl ac_cv_search_inet_pton=-lnsl ac_cv_search_opendir='none required' ac_cv_should_define__xopen_source=no ac_cv_sizeof___int64=0 ac_cv_sizeof_char=1 ac_cv_sizeof_int=4 ac_cv_sizeof_intmax_t=8 ac_cv_sizeof_intptr_t=8 ac_cv_sizeof_long=8 ac_cv_sizeof_long_long=8 ac_cv_sizeof_off_t=8 ac_cv_sizeof_ptrdiff_t=8 ac_cv_sizeof_short=2 ac_cv_sizeof_size_t=8 ac_cv_sizeof_uintptr_t=8 ac_cv_sizeof_unsigned___int64=0 ac_cv_sizeof_unsigned_char=1 ac_cv_sizeof_unsigned_int=4 ac_cv_sizeof_unsigned_long=8 ac_cv_sizeof_unsigned_long_long=8 ac_cv_sizeof_unsigned_short=2 ac_cv_sizeof_void_p=8 ac_cv_struct_tm=time.h ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_type__Bool=yes ac_cv_type_complex_double=no ac_cv_type_getgroups=gid_t ac_cv_type_int16_t=yes ac_cv_type_int32_t=yes ac_cv_type_int64_t=yes ac_cv_type_int8_t=yes ac_cv_type_intmax_t=yes ac_cv_type_intptr_t=yes ac_cv_type_long_long_int=yes ac_cv_type_mbstate_t=yes ac_cv_type_mode_t=yes ac_cv_type_nlink_t=yes ac_cv_type_pid_t=yes ac_cv_type_ptrdiff_t=yes ac_cv_type_sa_family_t=yes ac_cv_type_sighandler_t=no ac_cv_type_signal=void ac_cv_type_sigset_t=yes ac_cv_type_size_t=yes ac_cv_type_socklen_t=yes ac_cv_type_struct_addrinfo=yes ac_cv_type_struct_ip_mreq=yes ac_cv_type_struct_sockaddr_storage=yes ac_cv_type_struct_tms=yes ac_cv_type_uid_t=yes ac_cv_type_uint16_t=yes ac_cv_type_uint32_t=yes ac_cv_type_uint64_t=yes ac_cv_type_uint8_t=yes ac_cv_type_uintmax_t=yes ac_cv_type_uintptr_t=yes ac_cv_type_unsigned_long_long_int=yes ac_cv_type_volatile_sig_atomic_t=yes ac_cv_typeof_struct_stat_st_atim_is_struct_timespec=yes ac_cv_var_tzname=yes ac_cv_working_alloca_h=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='-R$libdir' acl_cv_hardcode_libdir_separator= acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_libname_spec='lib$name' acl_cv_library_names_spec='$libname$shrext' acl_cv_path_LD=/usr/ccs/bin/ld acl_cv_prog_gnu_ld=no acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=gcc3 am_cv_ar_interface=ar am_cv_func_iconv=yes am_cv_func_iconv_works='guessing yes' am_cv_langinfo_codeset=yes am_cv_lib_iconv=yes am_cv_lispdir='${datadir}/emacs/site-lisp' am_cv_make_support_nested_variables=yes am_cv_prog_cc_c_o=yes am_cv_proto_iconv='extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' am_cv_proto_iconv_arg1=const gl_cv_bitsizeof_ptrdiff_t=64 gl_cv_bitsizeof_sig_atomic_t=32 gl_cv_bitsizeof_size_t=64 gl_cv_bitsizeof_wchar_t=32 gl_cv_bitsizeof_wint_t=32 gl_cv_c_amsterdam_compiler=no gl_cv_c_inline_effective=yes gl_cv_c_multiarch=no gl_cv_cc_double_expbit0='word 0 bit 20' gl_cv_cc_double_signbit=unknown gl_cv_cc_float_expbit0='word 0 bit 23' gl_cv_cc_float_signbit=unknown gl_cv_cc_long_double_expbit0=unknown gl_cv_cc_long_double_signbit=unknown gl_cv_cc_vis_werror=yes gl_cv_cc_visibility=no gl_cv_decl_null_works=yes gl_cv_decl_readlink_works=no gl_cv_double_slash_root='unknown, assuming no' gl_cv_func_btowc_eof='guessing yes' gl_cv_func_btowc_nul='guessing yes' gl_cv_func_ceil_libm=-lm gl_cv_func_copysign_in_libm=yes gl_cv_func_copysign_no_libm=no gl_cv_func_dirfd_macro=no gl_cv_func_dup2_works='guessing yes' gl_cv_func_floor_libm=-lm gl_cv_func_frexp_no_libm=yes gl_cv_func_frexp_works='guessing yes' gl_cv_func_gai_strerror_posix_signature=no gl_cv_func_getaddrinfo=yes gl_cv_func_gettimeofday_clobber='guessing yes' gl_cv_func_gettimeofday_posix_signature=yes gl_cv_func_iconv_supports_utf=yes gl_cv_func_isnand_no_libm=yes gl_cv_func_isnanf_no_libm=yes gl_cv_func_isnanf_works='guessing no' gl_cv_func_isnanl_no_libm=yes gl_cv_func_isnanl_works='guessing yes' gl_cv_func_iswcntrl_works='guessing yes' gl_cv_func_itold_works='guessing yes' gl_cv_func_ldexp_no_libm=yes gl_cv_func_link_works='guessing no' gl_cv_func_log_works='guessing yes' gl_cv_func_lstat_dereferences_slashed_symlink='guessing no' gl_cv_func_malloc_0_nonnull=1 gl_cv_func_malloc_posix=yes gl_cv_func_mbrtowc_incomplete_state='guessing yes' gl_cv_func_mbrtowc_nul_retval='guessing yes' gl_cv_func_mbrtowc_null_arg1='guessing no' gl_cv_func_mbrtowc_null_arg2='guessing yes' gl_cv_func_mbrtowc_retval='guessing no' gl_cv_func_mbrtowc_sanitycheck='guessing yes' gl_cv_func_memchr_works='guessing no' gl_cv_func_mkdir_trailing_dot_works='guessing no' gl_cv_func_mkdir_trailing_slash_works='guessing no' gl_cv_func_nl_langinfo_yesexpr_works='guessing yes' gl_cv_func_open_slash='guessing yes' gl_cv_func_poll=yes gl_cv_func_pow_in_libm=yes gl_cv_func_pow_no_libm=no gl_cv_func_printf_sizes_c99='guessing no' gl_cv_func_re_compile_pattern_working=no gl_cv_func_readlink_works='guessing no' gl_cv_func_realpath_works='guessing no' gl_cv_func_rename_dest_works='guessing no' gl_cv_func_rename_link_works='guessing no' gl_cv_func_rename_slash_dst_works='guessing no' gl_cv_func_rename_slash_src_works='guessing no' gl_cv_func_rmdir_works='guessing no' gl_cv_func_select_detects_ebadf='guessing no' gl_cv_func_select_supports0='guessing yes' gl_cv_func_signbit='guessing no' gl_cv_func_signbit_gcc='guessing no' gl_cv_func_snprintf_size1='guessing yes' gl_cv_func_snprintf_usable=no gl_cv_func_stat_dir_slash='guessing yes' gl_cv_func_stat_file_slash='guessing no' gl_cv_func_svid_putenv='guessing no' gl_cv_func_vsnprintf_usable=no gl_cv_func_wcrtomb_retval='guessing no' gl_cv_func_working_mkstemp='guessing no' gl_cv_have_include_next=yes gl_cv_have_raw_decl__Exit=yes gl_cv_have_raw_decl_accept4=no gl_cv_have_raw_decl_accept=yes gl_cv_have_raw_decl_acosf=no gl_cv_have_raw_decl_acosl=no gl_cv_have_raw_decl_alphasort=no gl_cv_have_raw_decl_asinf=no gl_cv_have_raw_decl_asinl=no gl_cv_have_raw_decl_atanf=no gl_cv_have_raw_decl_atanl=no gl_cv_have_raw_decl_atoll=yes gl_cv_have_raw_decl_bind=yes gl_cv_have_raw_decl_btowc=yes gl_cv_have_raw_decl_canonicalize_file_name=no gl_cv_have_raw_decl_cbrt=yes gl_cv_have_raw_decl_cbrtf=no gl_cv_have_raw_decl_cbrtl=no gl_cv_have_raw_decl_ceilf=no gl_cv_have_raw_decl_ceill=no gl_cv_have_raw_decl_chdir=yes gl_cv_have_raw_decl_chown=yes gl_cv_have_raw_decl_closedir=yes gl_cv_have_raw_decl_connect=yes gl_cv_have_raw_decl_copysign=yes gl_cv_have_raw_decl_copysignf=no gl_cv_have_raw_decl_copysignl=no gl_cv_have_raw_decl_cosf=no gl_cv_have_raw_decl_coshf=no gl_cv_have_raw_decl_cosl=no gl_cv_have_raw_decl_dirfd=no gl_cv_have_raw_decl_dprintf=no gl_cv_have_raw_decl_dup2=yes gl_cv_have_raw_decl_dup3=no gl_cv_have_raw_decl_dup=yes gl_cv_have_raw_decl_duplocale=no gl_cv_have_raw_decl_endusershell=no gl_cv_have_raw_decl_environ=no gl_cv_have_raw_decl_euidaccess=no gl_cv_have_raw_decl_exp2=no gl_cv_have_raw_decl_exp2f=no gl_cv_have_raw_decl_exp2l=no gl_cv_have_raw_decl_expf=no gl_cv_have_raw_decl_expl=no gl_cv_have_raw_decl_expm1=yes gl_cv_have_raw_decl_expm1f=no gl_cv_have_raw_decl_expm1l=no gl_cv_have_raw_decl_fabsf=no gl_cv_have_raw_decl_fabsl=no gl_cv_have_raw_decl_faccessat=no gl_cv_have_raw_decl_fchdir=yes gl_cv_have_raw_decl_fchmodat=no gl_cv_have_raw_decl_fchownat=yes gl_cv_have_raw_decl_fcntl=yes gl_cv_have_raw_decl_fdatasync=yes gl_cv_have_raw_decl_fdopendir=yes gl_cv_have_raw_decl_ffsl=no gl_cv_have_raw_decl_ffsll=no gl_cv_have_raw_decl_flock=no gl_cv_have_raw_decl_floorf=no gl_cv_have_raw_decl_floorl=no gl_cv_have_raw_decl_fma=no gl_cv_have_raw_decl_fmaf=no gl_cv_have_raw_decl_fmal=no gl_cv_have_raw_decl_fmod=yes gl_cv_have_raw_decl_fmodf=no gl_cv_have_raw_decl_fmodl=no gl_cv_have_raw_decl_fpurge=no gl_cv_have_raw_decl_freeaddrinfo=yes gl_cv_have_raw_decl_frexpf=no gl_cv_have_raw_decl_frexpl=no gl_cv_have_raw_decl_fseeko=yes gl_cv_have_raw_decl_fstat=yes gl_cv_have_raw_decl_fstatat=yes gl_cv_have_raw_decl_fsync=yes gl_cv_have_raw_decl_ftello=yes gl_cv_have_raw_decl_ftruncate=yes gl_cv_have_raw_decl_futimens=no gl_cv_have_raw_decl_gai_strerror=yes gl_cv_have_raw_decl_getaddrinfo=yes gl_cv_have_raw_decl_getcwd=yes gl_cv_have_raw_decl_getdelim=no gl_cv_have_raw_decl_getdomainname=no gl_cv_have_raw_decl_getdtablesize=yes gl_cv_have_raw_decl_getgroups=yes gl_cv_have_raw_decl_gethostname=yes gl_cv_have_raw_decl_getline=no gl_cv_have_raw_decl_getloadavg=no gl_cv_have_raw_decl_getlogin=yes gl_cv_have_raw_decl_getlogin_r=yes gl_cv_have_raw_decl_getnameinfo=yes gl_cv_have_raw_decl_getpagesize=yes gl_cv_have_raw_decl_getpeername=yes gl_cv_have_raw_decl_gets=yes gl_cv_have_raw_decl_getsockname=yes gl_cv_have_raw_decl_getsockopt=yes gl_cv_have_raw_decl_getsubopt=yes gl_cv_have_raw_decl_gettimeofday=yes gl_cv_have_raw_decl_getusershell=no gl_cv_have_raw_decl_grantpt=yes gl_cv_have_raw_decl_group_member=no gl_cv_have_raw_decl_hypotf=no gl_cv_have_raw_decl_hypotl=no gl_cv_have_raw_decl_ilogb=yes gl_cv_have_raw_decl_ilogbf=no gl_cv_have_raw_decl_ilogbl=no gl_cv_have_raw_decl_inet_ntop=yes gl_cv_have_raw_decl_inet_pton=yes gl_cv_have_raw_decl_initstate=yes gl_cv_have_raw_decl_initstate_r=no gl_cv_have_raw_decl_isatty=yes gl_cv_have_raw_decl_iswctype=yes gl_cv_have_raw_decl_lchmod=no gl_cv_have_raw_decl_lchown=yes gl_cv_have_raw_decl_ldexpf=no gl_cv_have_raw_decl_ldexpl=no gl_cv_have_raw_decl_link=yes gl_cv_have_raw_decl_linkat=no gl_cv_have_raw_decl_listen=yes gl_cv_have_raw_decl_log10=yes gl_cv_have_raw_decl_log10f=no gl_cv_have_raw_decl_log10l=no gl_cv_have_raw_decl_log1p=yes gl_cv_have_raw_decl_log1pf=no gl_cv_have_raw_decl_log1pl=no gl_cv_have_raw_decl_log2=no gl_cv_have_raw_decl_log2f=no gl_cv_have_raw_decl_log2l=no gl_cv_have_raw_decl_log=yes gl_cv_have_raw_decl_logb=yes gl_cv_have_raw_decl_logbf=no gl_cv_have_raw_decl_logbl=no gl_cv_have_raw_decl_logf=no gl_cv_have_raw_decl_logl=no gl_cv_have_raw_decl_lseek=yes gl_cv_have_raw_decl_lstat=yes gl_cv_have_raw_decl_mbrlen=yes gl_cv_have_raw_decl_mbrtowc=yes gl_cv_have_raw_decl_mbsinit=yes gl_cv_have_raw_decl_mbsnrtowcs=no gl_cv_have_raw_decl_mbsrtowcs=yes gl_cv_have_raw_decl_memmem=no gl_cv_have_raw_decl_mempcpy=no gl_cv_have_raw_decl_memrchr=no gl_cv_have_raw_decl_mkdirat=no gl_cv_have_raw_decl_mkdtemp=no gl_cv_have_raw_decl_mkfifo=yes gl_cv_have_raw_decl_mkfifoat=no gl_cv_have_raw_decl_mknod=yes gl_cv_have_raw_decl_mknodat=no gl_cv_have_raw_decl_mkostemp=no gl_cv_have_raw_decl_mkostemps=no gl_cv_have_raw_decl_mkstemp=yes gl_cv_have_raw_decl_mkstemps=no gl_cv_have_raw_decl_modf=yes gl_cv_have_raw_decl_modff=yes gl_cv_have_raw_decl_modfl=no gl_cv_have_raw_decl_nl_langinfo=yes gl_cv_have_raw_decl_openat=yes gl_cv_have_raw_decl_opendir=yes gl_cv_have_raw_decl_pclose=yes gl_cv_have_raw_decl_pipe2=no gl_cv_have_raw_decl_pipe=yes gl_cv_have_raw_decl_poll=yes gl_cv_have_raw_decl_popen=yes gl_cv_have_raw_decl_posix_openpt=no gl_cv_have_raw_decl_powf=no gl_cv_have_raw_decl_pread=yes gl_cv_have_raw_decl_pselect=no gl_cv_have_raw_decl_pthread_sigmask=yes gl_cv_have_raw_decl_ptsname=yes gl_cv_have_raw_decl_ptsname_r=no gl_cv_have_raw_decl_pwrite=yes gl_cv_have_raw_decl_random=yes gl_cv_have_raw_decl_random_r=no gl_cv_have_raw_decl_rawmemchr=no gl_cv_have_raw_decl_readdir=yes gl_cv_have_raw_decl_readlink=yes gl_cv_have_raw_decl_readlinkat=no gl_cv_have_raw_decl_realpath=yes gl_cv_have_raw_decl_recv=yes gl_cv_have_raw_decl_recvfrom=yes gl_cv_have_raw_decl_remainder=yes gl_cv_have_raw_decl_remainderf=no gl_cv_have_raw_decl_remainderl=no gl_cv_have_raw_decl_renameat=no gl_cv_have_raw_decl_rewinddir=yes gl_cv_have_raw_decl_rint=yes gl_cv_have_raw_decl_rintf=no gl_cv_have_raw_decl_rintl=no gl_cv_have_raw_decl_rmdir=yes gl_cv_have_raw_decl_round=no gl_cv_have_raw_decl_roundf=no gl_cv_have_raw_decl_roundl=no gl_cv_have_raw_decl_rpmatch=no gl_cv_have_raw_decl_scandir=no gl_cv_have_raw_decl_secure_getenv=no gl_cv_have_raw_decl_select=yes gl_cv_have_raw_decl_send=yes gl_cv_have_raw_decl_sendto=yes gl_cv_have_raw_decl_setenv=no gl_cv_have_raw_decl_sethostname=no gl_cv_have_raw_decl_setlocale=yes gl_cv_have_raw_decl_setsockopt=yes gl_cv_have_raw_decl_setstate=yes gl_cv_have_raw_decl_setstate_r=no gl_cv_have_raw_decl_setusershell=no gl_cv_have_raw_decl_shutdown=yes gl_cv_have_raw_decl_sigaction=yes gl_cv_have_raw_decl_sigaddset=yes gl_cv_have_raw_decl_sigdelset=yes gl_cv_have_raw_decl_sigemptyset=yes gl_cv_have_raw_decl_sigfillset=yes gl_cv_have_raw_decl_sigismember=yes gl_cv_have_raw_decl_sigpending=yes gl_cv_have_raw_decl_sigprocmask=yes gl_cv_have_raw_decl_sinf=no gl_cv_have_raw_decl_sinhf=no gl_cv_have_raw_decl_sinl=no gl_cv_have_raw_decl_sleep=yes gl_cv_have_raw_decl_snprintf=yes gl_cv_have_raw_decl_socket=yes gl_cv_have_raw_decl_sqrtf=no gl_cv_have_raw_decl_sqrtl=no gl_cv_have_raw_decl_srandom=yes gl_cv_have_raw_decl_srandom_r=no gl_cv_have_raw_decl_stat=yes gl_cv_have_raw_decl_stpcpy=no gl_cv_have_raw_decl_stpncpy=no gl_cv_have_raw_decl_strcasestr=no gl_cv_have_raw_decl_strchrnul=no gl_cv_have_raw_decl_strdup=yes gl_cv_have_raw_decl_strerror_r=no gl_cv_have_raw_decl_strncat=yes gl_cv_have_raw_decl_strndup=no gl_cv_have_raw_decl_strnlen=no gl_cv_have_raw_decl_strpbrk=yes gl_cv_have_raw_decl_strsep=no gl_cv_have_raw_decl_strsignal=yes gl_cv_have_raw_decl_strtod=yes gl_cv_have_raw_decl_strtok_r=yes gl_cv_have_raw_decl_strtoll=yes gl_cv_have_raw_decl_strtoull=yes gl_cv_have_raw_decl_strverscmp=no gl_cv_have_raw_decl_symlink=yes gl_cv_have_raw_decl_symlinkat=no gl_cv_have_raw_decl_tanf=no gl_cv_have_raw_decl_tanhf=no gl_cv_have_raw_decl_tanl=no gl_cv_have_raw_decl_times=yes gl_cv_have_raw_decl_tmpfile=yes gl_cv_have_raw_decl_towctrans=yes gl_cv_have_raw_decl_trunc=no gl_cv_have_raw_decl_truncf=no gl_cv_have_raw_decl_truncl=no gl_cv_have_raw_decl_ttyname_r=yes gl_cv_have_raw_decl_unlink=yes gl_cv_have_raw_decl_unlinkat=yes gl_cv_have_raw_decl_unlockpt=yes gl_cv_have_raw_decl_unsetenv=no gl_cv_have_raw_decl_usleep=yes gl_cv_have_raw_decl_utimensat=no gl_cv_have_raw_decl_vdprintf=no gl_cv_have_raw_decl_vsnprintf=yes gl_cv_have_raw_decl_wcpcpy=no gl_cv_have_raw_decl_wcpncpy=no gl_cv_have_raw_decl_wcrtomb=yes gl_cv_have_raw_decl_wcscasecmp=no gl_cv_have_raw_decl_wcscat=yes gl_cv_have_raw_decl_wcschr=yes gl_cv_have_raw_decl_wcscmp=yes gl_cv_have_raw_decl_wcscoll=yes gl_cv_have_raw_decl_wcscpy=yes gl_cv_have_raw_decl_wcscspn=yes gl_cv_have_raw_decl_wcsdup=no gl_cv_have_raw_decl_wcslen=yes gl_cv_have_raw_decl_wcsncasecmp=no gl_cv_have_raw_decl_wcsncat=yes gl_cv_have_raw_decl_wcsncmp=yes gl_cv_have_raw_decl_wcsncpy=yes gl_cv_have_raw_decl_wcsnlen=no gl_cv_have_raw_decl_wcsnrtombs=no gl_cv_have_raw_decl_wcspbrk=yes gl_cv_have_raw_decl_wcsrchr=yes gl_cv_have_raw_decl_wcsrtombs=yes gl_cv_have_raw_decl_wcsspn=yes gl_cv_have_raw_decl_wcsstr=yes gl_cv_have_raw_decl_wcstok=yes gl_cv_have_raw_decl_wcswidth=yes gl_cv_have_raw_decl_wcsxfrm=yes gl_cv_have_raw_decl_wctob=yes gl_cv_have_raw_decl_wctrans=yes gl_cv_have_raw_decl_wctype=yes gl_cv_have_raw_decl_wcwidth=yes gl_cv_have_raw_decl_wmemchr=yes gl_cv_have_raw_decl_wmemcmp=yes gl_cv_have_raw_decl_wmemcpy=yes gl_cv_have_raw_decl_wmemmove=yes gl_cv_have_raw_decl_wmemset=yes gl_cv_header_errno_h_complete=yes gl_cv_header_inttypes_h=yes gl_cv_header_langinfo_codeset=yes gl_cv_header_langinfo_era=yes gl_cv_header_langinfo_t_fmt_ampm=yes gl_cv_header_langinfo_yesexpr=yes gl_cv_header_locale_h_needs_xlocale_h=no gl_cv_header_locale_h_posix2001=yes gl_cv_header_math_huge_val_works=yes gl_cv_header_math_nan_works=yes gl_cv_header_netinet_in_h_selfcontained=yes gl_cv_header_stdint_h=yes gl_cv_header_sys_select_h_selfcontained=no gl_cv_header_sys_socket_h_selfcontained=yes gl_cv_header_wchar_h_correct_inline=yes gl_cv_header_working_fcntl_h=cross-compiling gl_cv_header_working_stdalign_h=yes gl_cv_header_working_stdint_h=no gl_cv_lib_socket=-lsocket gl_cv_long_double_equals_double=no gl_cv_next_arpa_inet_h='<arpa/inet.h>' gl_cv_next_dirent_h='<dirent.h>' gl_cv_next_fcntl_h='<fcntl.h>' gl_cv_next_iconv_h='<iconv.h>' gl_cv_next_langinfo_h='<langinfo.h>' gl_cv_next_locale_h='<locale.h>' gl_cv_next_math_h='<math.h>' gl_cv_next_netdb_h='<netdb.h>' gl_cv_next_poll_h='<poll.h>' gl_cv_next_signal_h='<signal.h>' gl_cv_next_stdint_h='<stdint.h>' gl_cv_next_stdio_h='<stdio.h>' gl_cv_next_stdlib_h='<stdlib.h>' gl_cv_next_string_h='<string.h>' gl_cv_next_sys_file_h='<sys/file.h>' gl_cv_next_sys_select_h='<sys/select.h>' gl_cv_next_sys_socket_h='<sys/socket.h>' gl_cv_next_sys_stat_h='<sys/stat.h>' gl_cv_next_sys_time_h='<sys/time.h>' gl_cv_next_sys_times_h='<sys/times.h>' gl_cv_next_sys_types_h='<sys/types.h>' gl_cv_next_sys_uio_h='<sys/uio.h>' gl_cv_next_time_h='<time.h>' gl_cv_next_unistd_h='<unistd.h>' gl_cv_next_wchar_h='<wchar.h>' gl_cv_next_wctype_h='<wctype.h>' gl_cv_pragma_columns=no gl_cv_promoted_mode_t=mode_t gl_cv_rpl_alloca=yes gl_cv_size_max=yes gl_cv_socket_ipv4=yes gl_cv_socket_ipv6=yes gl_cv_solaris_64bit=yes gl_cv_sys_dir_fd_member_name=dd_fd gl_cv_sys_struct_lconv_ok=no gl_cv_sys_struct_timespec_in_time_h=yes gl_cv_sys_struct_timeval=yes gl_cv_sys_struct_timeval_tv_sec=yes gl_cv_time_r_posix=yes gl_cv_type_ptrdiff_t_signed=yes gl_cv_type_ptrdiff_t_suffix=l gl_cv_type_sig_atomic_t_signed=yes gl_cv_type_sig_atomic_t_suffix= gl_cv_type_sigset_t=yes gl_cv_type_size_t_signed=no gl_cv_type_size_t_suffix=ul gl_cv_type_wchar_t_signed=yes gl_cv_type_wchar_t_suffix= gl_cv_type_wctrans_t=yes gl_cv_type_wctype_t=yes gl_cv_type_wint_t_signed=yes gl_cv_type_wint_t_suffix= gl_cv_var_func=yes gt_cv_c_intmax_t=yes gt_cv_c_wchar_t=yes gt_cv_c_wint_t=yes gt_cv_locale_fr=none gt_cv_locale_fr_utf8=none gt_cv_locale_ja=none gt_cv_locale_zh_CN=none gt_cv_ssize_t=yes gt_cv_var_environ_declaration=no guile_cv_header_libc_with_unistd=no lt_cv_ar_at_file=no lt_cv_archive_cmds_need_lc=no lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs=-ldl lt_cv_dlopen_self=cross lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file= lt_cv_ld_reload_flag=-r lt_cv_nm_interface='BSD nm' lt_cv_objdir=.libs lt_cv_path_LD=/usr/ccs/bin/ld lt_cv_path_NM=/usr/ccs/bin/nm lt_cv_path_mainfest_tool=no lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_pic='-fPIC -DPIC' lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=no lt_cv_prog_gnu_ld=no lt_cv_sharedlib_from_linklib_cmd='printf %s\n' lt_cv_sys_global_symbol_pipe= lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BDRT]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[BDRT]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[BDRT]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl= lt_cv_sys_max_cmd_len=786240 lt_cv_to_host_file_cmd=func_convert_file_noop lt_cv_to_tool_file_cmd=func_convert_file_noop ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /home/admini/saper/src/guile-2.0.11/build-aux/missing aclocal-1.14' ALLOCA='' ALLOCA_H='alloca.h' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='$${TAR-tar}' AM_BACKSLASH='\' AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' AM_DEFAULT_VERBOSITY='0' AM_V='$(V)' APPLE_UNIVERSAL_BUILD='0' AR='/usr/ccs/bin/ar' ARFLAGS='cru' AS='as' AUTOCONF='${SHELL} /home/admini/saper/src/guile-2.0.11/build-aux/missing autoconf' AUTOHEADER='${SHELL} /home/admini/saper/src/guile-2.0.11/build-aux/missing autoheader' AUTOMAKE='${SHELL} /home/admini/saper/src/guile-2.0.11/build-aux/missing automake-1.14' AWK='nawk' BDW_GC_CFLAGS='-I/home/admini/saper/sparcv9/include' BDW_GC_LIBS='-L/home/admini/saper/sparcv9/lib -lgc' BITSIZEOF_PTRDIFF_T='64' BITSIZEOF_SIG_ATOMIC_T='32' BITSIZEOF_SIZE_T='64' BITSIZEOF_WCHAR_T='32' BITSIZEOF_WINT_T='32' BUILD_ICE_9_POPEN_FALSE='#' BUILD_ICE_9_POPEN_TRUE='' BUILD_PTHREAD_SUPPORT_FALSE='' BUILD_PTHREAD_SUPPORT_TRUE='' BYTESWAP_H='byteswap.h' CC='/home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3' CCDEPMODE='depmode=gcc3' CCLD_FOR_BUILD='' CC_FOR_BUILD='/home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3' CEIL_LIBM='-lm' CFLAGS='-g -O2' CFLAG_VISIBILITY='' CONFIG_INCLUDE='' COPYSIGN_LIBM='-lm' CPP='/home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -E' CPPFLAGS='' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' DLLTOOL='dlltool' DSYMUTIL='' DUMPBIN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/local/bin/grep -E' EMACS='no' EMACSLOADPATH='' EMULTIHOP_HIDDEN='' EMULTIHOP_VALUE='' ENOLINK_HIDDEN='' ENOLINK_VALUE='' EOVERFLOW_HIDDEN='' EOVERFLOW_VALUE='' ERRNO_H='' EXEEXT='' EXTRA_DEFS='' EXTRA_DOT_DOC_FILES='' EXTRA_DOT_X_FILES='' FGREP='/usr/local/bin/grep -F' FLOAT_H='' FLOOR_LIBM='-lm' FREXP_LIBM='' GCC_CFLAGS='' GETADDRINFO_LIB='-lsocket -lnsl' GETTEXT_MACRO_VERSION='' GLIBC21='no' GL_COND_LIBTOOL_FALSE='#' GL_COND_LIBTOOL_TRUE='' GL_GENERATE_ALLOCA_H_FALSE='#' GL_GENERATE_ALLOCA_H_TRUE='' GL_GENERATE_BYTESWAP_H_FALSE='#' GL_GENERATE_BYTESWAP_H_TRUE='' GL_GENERATE_ERRNO_H_FALSE='' GL_GENERATE_ERRNO_H_TRUE='#' GL_GENERATE_FLOAT_H_FALSE='' GL_GENERATE_FLOAT_H_TRUE='#' GL_GENERATE_ICONV_H_FALSE='#' GL_GENERATE_ICONV_H_TRUE='' GL_GENERATE_NETINET_IN_H_FALSE='' GL_GENERATE_NETINET_IN_H_TRUE='#' GL_GENERATE_STDALIGN_H_FALSE='' GL_GENERATE_STDALIGN_H_TRUE='#' GL_GENERATE_STDBOOL_H_FALSE='' GL_GENERATE_STDBOOL_H_TRUE='#' GL_GENERATE_STDDEF_H_FALSE='' GL_GENERATE_STDDEF_H_TRUE='#' GL_GENERATE_STDINT_H_FALSE='#' GL_GENERATE_STDINT_H_TRUE='' GMSGFMT='' GMSGFMT_015='' GNULIB_ACCEPT4='0' GNULIB_ACCEPT='1' GNULIB_ACOSF='0' GNULIB_ACOSL='0' GNULIB_ALPHASORT='0' GNULIB_ASINF='0' GNULIB_ASINL='0' GNULIB_ATAN2F='0' GNULIB_ATANF='0' GNULIB_ATANL='0' GNULIB_ATOLL='0' GNULIB_BIND='1' GNULIB_BTOWC='1' GNULIB_CALLOC_POSIX='0' GNULIB_CANONICALIZE_FILE_NAME='1' GNULIB_CBRT='0' GNULIB_CBRTF='0' GNULIB_CBRTL='0' GNULIB_CEIL='1' GNULIB_CEILF='0' GNULIB_CEILL='0' GNULIB_CHDIR='1' GNULIB_CHOWN='0' GNULIB_CLOSE='1' GNULIB_CLOSEDIR='0' GNULIB_CONNECT='1' GNULIB_COPYSIGN='1' GNULIB_COPYSIGNF='0' GNULIB_COPYSIGNL='0' GNULIB_COSF='0' GNULIB_COSHF='0' GNULIB_COSL='0' GNULIB_DIRFD='1' GNULIB_DPRINTF='0' GNULIB_DUP2='1' GNULIB_DUP3='0' GNULIB_DUP='0' GNULIB_DUPLOCALE='1' GNULIB_ENVIRON='1' GNULIB_EUIDACCESS='0' GNULIB_EXP2='0' GNULIB_EXP2F='0' GNULIB_EXP2L='0' GNULIB_EXPF='0' GNULIB_EXPL='0' GNULIB_EXPM1='0' GNULIB_EXPM1F='0' GNULIB_EXPM1L='0' GNULIB_FABSF='0' GNULIB_FABSL='0' GNULIB_FACCESSAT='0' GNULIB_FCHDIR='0' GNULIB_FCHMODAT='0' GNULIB_FCHOWNAT='0' GNULIB_FCLOSE='0' GNULIB_FCNTL='0' GNULIB_FDATASYNC='0' GNULIB_FDOPEN='0' GNULIB_FDOPENDIR='0' GNULIB_FFLUSH='0' GNULIB_FFSL='0' GNULIB_FFSLL='0' GNULIB_FGETC='1' GNULIB_FGETS='1' GNULIB_FLOCK='1' GNULIB_FLOOR='1' GNULIB_FLOORF='0' GNULIB_FLOORL='0' GNULIB_FMA='0' GNULIB_FMAF='0' GNULIB_FMAL='0' GNULIB_FMOD='0' GNULIB_FMODF='0' GNULIB_FMODL='0' GNULIB_FOPEN='0' GNULIB_FPRINTF='1' GNULIB_FPRINTF_POSIX='0' GNULIB_FPURGE='0' GNULIB_FPUTC='1' GNULIB_FPUTS='1' GNULIB_FREAD='1' GNULIB_FREOPEN='0' GNULIB_FREXP='1' GNULIB_FREXPF='0' GNULIB_FREXPL='0' GNULIB_FSCANF='1' GNULIB_FSEEK='0' GNULIB_FSEEKO='0' GNULIB_FSTAT='1' GNULIB_FSTATAT='0' GNULIB_FSYNC='1' GNULIB_FTELL='0' GNULIB_FTELLO='0' GNULIB_FTRUNCATE='0' GNULIB_FUTIMENS='0' GNULIB_FWRITE='1' GNULIB_GETADDRINFO='1' GNULIB_GETC='1' GNULIB_GETCHAR='1' GNULIB_GETCWD='0' GNULIB_GETDELIM='0' GNULIB_GETDOMAINNAME='0' GNULIB_GETDTABLESIZE='0' GNULIB_GETGROUPS='0' GNULIB_GETHOSTNAME='0' GNULIB_GETLINE='0' GNULIB_GETLOADAVG='0' GNULIB_GETLOGIN='1' GNULIB_GETLOGIN_R='0' GNULIB_GETPAGESIZE='0' GNULIB_GETPEERNAME='1' GNULIB_GETSOCKNAME='1' GNULIB_GETSOCKOPT='1' GNULIB_GETSUBOPT='0' GNULIB_GETTIMEOFDAY='1' GNULIB_GETUSERSHELL='0' GNULIB_GRANTPT='0' GNULIB_GROUP_MEMBER='0' GNULIB_HYPOT='0' GNULIB_HYPOTF='0' GNULIB_HYPOTL='0' GNULIB_ICONV='1' GNULIB_ILOGB='0' GNULIB_ILOGBF='0' GNULIB_ILOGBL='0' GNULIB_INET_NTOP='1' GNULIB_INET_PTON='1' GNULIB_ISATTY='0' GNULIB_ISFINITE='1' GNULIB_ISINF='1' GNULIB_ISNAN='1' GNULIB_ISNAND='1' GNULIB_ISNANF='1' GNULIB_ISNANL='1' GNULIB_ISWBLANK='0' GNULIB_ISWCTYPE='0' GNULIB_LCHMOD='0' GNULIB_LCHOWN='0' GNULIB_LDEXPF='0' GNULIB_LDEXPL='0' GNULIB_LINK='1' GNULIB_LINKAT='0' GNULIB_LISTEN='1' GNULIB_LOCALECONV='1' GNULIB_LOG10='0' GNULIB_LOG10F='0' GNULIB_LOG10L='0' GNULIB_LOG1P='1' GNULIB_LOG1PF='0' GNULIB_LOG1PL='0' GNULIB_LOG2='0' GNULIB_LOG2F='0' GNULIB_LOG2L='0' GNULIB_LOG='1' GNULIB_LOGB='0' GNULIB_LOGBF='0' GNULIB_LOGBL='0' GNULIB_LOGF='0' GNULIB_LOGL='0' GNULIB_LSEEK='0' GNULIB_LSTAT='1' GNULIB_MALLOC_POSIX='1' GNULIB_MBRLEN='0' GNULIB_MBRTOWC='1' GNULIB_MBSCASECMP='0' GNULIB_MBSCASESTR='0' GNULIB_MBSCHR='0' GNULIB_MBSCSPN='0' GNULIB_MBSINIT='1' GNULIB_MBSLEN='0' GNULIB_MBSNCASECMP='0' GNULIB_MBSNLEN='0' GNULIB_MBSNRTOWCS='0' GNULIB_MBSPBRK='0' GNULIB_MBSPCASECMP='0' GNULIB_MBSRCHR='0' GNULIB_MBSRTOWCS='0' GNULIB_MBSSEP='0' GNULIB_MBSSPN='0' GNULIB_MBSSTR='0' GNULIB_MBSTOK_R='0' GNULIB_MBTOWC='1' GNULIB_MEMCHR='1' GNULIB_MEMMEM='0' GNULIB_MEMPCPY='0' GNULIB_MEMRCHR='0' GNULIB_MKDIRAT='0' GNULIB_MKDTEMP='0' GNULIB_MKFIFO='0' GNULIB_MKFIFOAT='0' GNULIB_MKNOD='0' GNULIB_MKNODAT='0' GNULIB_MKOSTEMP='0' GNULIB_MKOSTEMPS='0' GNULIB_MKSTEMP='1' GNULIB_MKSTEMPS='0' GNULIB_MKTIME='0' GNULIB_MODF='0' GNULIB_MODFF='0' GNULIB_MODFL='0' GNULIB_NANOSLEEP='0' GNULIB_NL_LANGINFO='1' GNULIB_NONBLOCKING='0' GNULIB_OBSTACK_PRINTF='0' GNULIB_OBSTACK_PRINTF_POSIX='0' GNULIB_OPEN='1' GNULIB_OPENAT='0' GNULIB_OPENDIR='0' GNULIB_PCLOSE='0' GNULIB_PERROR='0' GNULIB_PIPE2='1' GNULIB_PIPE='1' GNULIB_POLL='1' GNULIB_POPEN='0' GNULIB_POSIX_OPENPT='0' GNULIB_POWF='0' GNULIB_PREAD='0' GNULIB_PRINTF='1' GNULIB_PRINTF_POSIX='0' GNULIB_PSELECT='0' GNULIB_PTHREAD_SIGMASK='0' GNULIB_PTSNAME='0' GNULIB_PTSNAME_R='0' GNULIB_PUTC='1' GNULIB_PUTCHAR='1' GNULIB_PUTENV='1' GNULIB_PUTS='1' GNULIB_PWRITE='0' GNULIB_RAISE='1' GNULIB_RANDOM='0' GNULIB_RANDOM_R='0' GNULIB_RAWMEMCHR='0' GNULIB_READ='1' GNULIB_READDIR='0' GNULIB_READLINK='1' GNULIB_READLINKAT='0' GNULIB_REALLOC_POSIX='0' GNULIB_REALPATH='1' GNULIB_RECV='1' GNULIB_RECVFROM='1' GNULIB_REMAINDER='0' GNULIB_REMAINDERF='0' GNULIB_REMAINDERL='0' GNULIB_REMOVE='0' GNULIB_RENAME='1' GNULIB_RENAMEAT='0' GNULIB_REWINDDIR='0' GNULIB_RINT='0' GNULIB_RINTF='0' GNULIB_RINTL='0' GNULIB_RMDIR='1' GNULIB_ROUND='1' GNULIB_ROUNDF='0' GNULIB_ROUNDL='0' GNULIB_RPMATCH='0' GNULIB_SCANDIR='0' GNULIB_SCANF='1' GNULIB_SECURE_GETENV='1' GNULIB_SELECT='1' GNULIB_SEND='1' GNULIB_SENDTO='1' GNULIB_SETENV='1' GNULIB_SETHOSTNAME='0' GNULIB_SETLOCALE='0' GNULIB_SETSOCKOPT='1' GNULIB_SHUTDOWN='1' GNULIB_SIGACTION='0' GNULIB_SIGNAL_H_SIGPIPE='0' GNULIB_SIGNBIT='1' GNULIB_SIGPROCMASK='0' GNULIB_SINF='0' GNULIB_SINHF='0' GNULIB_SINL='0' GNULIB_SLEEP='0' GNULIB_SNPRINTF='1' GNULIB_SOCKET='1' GNULIB_SPRINTF_POSIX='0' GNULIB_SQRTF='0' GNULIB_SQRTL='0' GNULIB_STAT='1' GNULIB_STDIO_H_NONBLOCKING='0' GNULIB_STDIO_H_SIGPIPE='0' GNULIB_STPCPY='0' GNULIB_STPNCPY='0' GNULIB_STRCASESTR='0' GNULIB_STRCHRNUL='0' GNULIB_STRDUP='1' GNULIB_STRERROR='0' GNULIB_STRERROR_R='0' GNULIB_STRNCAT='0' GNULIB_STRNDUP='0' GNULIB_STRNLEN='0' GNULIB_STRPBRK='0' GNULIB_STRPTIME='0' GNULIB_STRSEP='0' GNULIB_STRSIGNAL='0' GNULIB_STRSTR='0' GNULIB_STRTOD='0' GNULIB_STRTOK_R='0' GNULIB_STRTOLL='0' GNULIB_STRTOULL='0' GNULIB_STRVERSCMP='0' GNULIB_SYMLINK='0' GNULIB_SYMLINKAT='0' GNULIB_SYSTEM_POSIX='0' GNULIB_TANF='0' GNULIB_TANHF='0' GNULIB_TANL='0' GNULIB_TIMEGM='0' GNULIB_TIMES='1' GNULIB_TIME_R='1' GNULIB_TMPFILE='0' GNULIB_TOWCTRANS='0' GNULIB_TRUNC='1' GNULIB_TRUNCF='0' GNULIB_TRUNCL='0' GNULIB_TTYNAME_R='0' GNULIB_UNISTD_H_NONBLOCKING='0' GNULIB_UNISTD_H_SIGPIPE='0' GNULIB_UNLINK='0' GNULIB_UNLINKAT='0' GNULIB_UNLOCKPT='0' GNULIB_UNSETENV='0' GNULIB_USLEEP='0' GNULIB_UTIMENSAT='0' GNULIB_VASPRINTF='0' GNULIB_VDPRINTF='0' GNULIB_VFPRINTF='1' GNULIB_VFPRINTF_POSIX='0' GNULIB_VFSCANF='0' GNULIB_VPRINTF='1' GNULIB_VPRINTF_POSIX='0' GNULIB_VSCANF='0' GNULIB_VSNPRINTF='1' GNULIB_VSPRINTF_POSIX='0' GNULIB_WCPCPY='0' GNULIB_WCPNCPY='0' GNULIB_WCRTOMB='1' GNULIB_WCSCASECMP='0' GNULIB_WCSCAT='0' GNULIB_WCSCHR='0' GNULIB_WCSCMP='0' GNULIB_WCSCOLL='0' GNULIB_WCSCPY='0' GNULIB_WCSCSPN='0' GNULIB_WCSDUP='0' GNULIB_WCSLEN='0' GNULIB_WCSNCASECMP='0' GNULIB_WCSNCAT='0' GNULIB_WCSNCMP='0' GNULIB_WCSNCPY='0' GNULIB_WCSNLEN='0' GNULIB_WCSNRTOMBS='0' GNULIB_WCSPBRK='0' GNULIB_WCSRCHR='0' GNULIB_WCSRTOMBS='0' GNULIB_WCSSPN='0' GNULIB_WCSSTR='0' GNULIB_WCSTOK='0' GNULIB_WCSWIDTH='0' GNULIB_WCSXFRM='0' GNULIB_WCTOB='0' GNULIB_WCTOMB='0' GNULIB_WCTRANS='0' GNULIB_WCTYPE='0' GNULIB_WCWIDTH='0' GNULIB_WMEMCHR='0' GNULIB_WMEMCMP='0' GNULIB_WMEMCPY='0' GNULIB_WMEMMOVE='0' GNULIB_WMEMSET='0' GNULIB_WRITE='1' GNULIB__EXIT='0' GNU_LD_FLAGS='' GREP='/usr/local/bin/grep' GUILE_CFLAGS='' GUILE_EFFECTIVE_VERSION='2.0' GUILE_FOR_BUILD='' GUILE_LIBS='' GUILE_MAJOR_VERSION='2' GUILE_MICRO_VERSION='11' GUILE_MINOR_VERSION='0' GUILE_VERSION='2.0.11' HAVE_ACCEPT4='1' HAVE_ACOSF='1' HAVE_ACOSL='1' HAVE_ALPHASORT='1' HAVE_ARPA_INET_H='1' HAVE_ASINF='1' HAVE_ASINL='1' HAVE_ATAN2F='1' HAVE_ATANF='1' HAVE_ATANL='1' HAVE_ATOLL='1' HAVE_BTOWC='1' HAVE_CANONICALIZE_FILE_NAME='0' HAVE_CBRT='1' HAVE_CBRTF='1' HAVE_CBRTL='1' HAVE_CHOWN='1' HAVE_CLOSEDIR='1' HAVE_COPYSIGN='1' HAVE_COPYSIGNL='1' HAVE_COSF='1' HAVE_COSHF='1' HAVE_COSL='1' HAVE_DECL_ACOSL='1' HAVE_DECL_ASINL='1' HAVE_DECL_ATANL='1' HAVE_DECL_CBRTF='1' HAVE_DECL_CBRTL='1' HAVE_DECL_CEILF='1' HAVE_DECL_CEILL='1' HAVE_DECL_COPYSIGNF='1' HAVE_DECL_COSL='1' HAVE_DECL_DIRFD='0' HAVE_DECL_ENVIRON='0' HAVE_DECL_EXP2='1' HAVE_DECL_EXP2F='1' HAVE_DECL_EXP2L='1' HAVE_DECL_EXPL='1' HAVE_DECL_EXPM1L='1' HAVE_DECL_FCHDIR='1' HAVE_DECL_FDATASYNC='1' HAVE_DECL_FDOPENDIR='1' HAVE_DECL_FLOORF='1' HAVE_DECL_FLOORL='1' HAVE_DECL_FPURGE='1' HAVE_DECL_FREEADDRINFO='1' HAVE_DECL_FREXPL='1' HAVE_DECL_FSEEKO='1' HAVE_DECL_FTELLO='1' HAVE_DECL_GAI_STRERROR='1' HAVE_DECL_GETADDRINFO='1' HAVE_DECL_GETDELIM='1' HAVE_DECL_GETDOMAINNAME='1' HAVE_DECL_GETLINE='1' HAVE_DECL_GETLOADAVG='1' HAVE_DECL_GETLOGIN_R='1' HAVE_DECL_GETNAMEINFO='1' HAVE_DECL_GETPAGESIZE='1' HAVE_DECL_GETUSERSHELL='1' HAVE_DECL_INET_NTOP='1' HAVE_DECL_INET_PTON='1' HAVE_DECL_LDEXPL='1' HAVE_DECL_LOCALTIME_R='1' HAVE_DECL_LOG10L='1' HAVE_DECL_LOG2='1' HAVE_DECL_LOG2F='1' HAVE_DECL_LOG2L='1' HAVE_DECL_LOGB='1' HAVE_DECL_LOGL='1' HAVE_DECL_MEMMEM='1' HAVE_DECL_MEMRCHR='1' HAVE_DECL_OBSTACK_PRINTF='1' HAVE_DECL_REMAINDER='1' HAVE_DECL_REMAINDERL='1' HAVE_DECL_RINTF='1' HAVE_DECL_ROUND='0' HAVE_DECL_ROUNDF='1' HAVE_DECL_ROUNDL='1' HAVE_DECL_SETENV='0' HAVE_DECL_SETHOSTNAME='1' HAVE_DECL_SINL='1' HAVE_DECL_SNPRINTF='1' HAVE_DECL_SQRTL='1' HAVE_DECL_STRDUP='1' HAVE_DECL_STRERROR_R='1' HAVE_DECL_STRNDUP='1' HAVE_DECL_STRNLEN='1' HAVE_DECL_STRSIGNAL='1' HAVE_DECL_STRTOK_R='1' HAVE_DECL_TANL='1' HAVE_DECL_TRUNC='0' HAVE_DECL_TRUNCF='1' HAVE_DECL_TRUNCL='1' HAVE_DECL_TTYNAME_R='1' HAVE_DECL_UNSETENV='1' HAVE_DECL_VSNPRINTF='1' HAVE_DECL_WCTOB='1' HAVE_DECL_WCWIDTH='1' HAVE_DIRENT_H='1' HAVE_DPRINTF='1' HAVE_DUP2='1' HAVE_DUP3='1' HAVE_DUPLOCALE='0' HAVE_EUIDACCESS='1' HAVE_EXPF='1' HAVE_EXPL='1' HAVE_EXPM1='1' HAVE_EXPM1F='1' HAVE_FABSF='1' HAVE_FABSL='1' HAVE_FACCESSAT='1' HAVE_FCHDIR='1' HAVE_FCHMODAT='1' HAVE_FCHOWNAT='1' HAVE_FCNTL='1' HAVE_FDATASYNC='1' HAVE_FDOPENDIR='1' HAVE_FEATURES_H='0' HAVE_FFSL='1' HAVE_FFSLL='1' HAVE_FLOCK='0' HAVE_FMA='1' HAVE_FMAF='1' HAVE_FMAL='1' HAVE_FMODF='1' HAVE_FMODL='1' HAVE_FREXPF='1' HAVE_FSEEKO='1' HAVE_FSTATAT='1' HAVE_FSYNC='1' HAVE_FTELLO='1' HAVE_FTRUNCATE='1' HAVE_FUTIMENS='1' HAVE_GETDTABLESIZE='1' HAVE_GETGROUPS='1' HAVE_GETHOSTNAME='1' HAVE_GETLOGIN='1' HAVE_GETPAGESIZE='1' HAVE_GETSUBOPT='1' HAVE_GETTIMEOFDAY='1' HAVE_GRANTPT='1' HAVE_GROUP_MEMBER='1' HAVE_HYPOTF='1' HAVE_HYPOTL='1' HAVE_ILOGB='1' HAVE_ILOGBF='1' HAVE_ILOGBL='1' HAVE_INTTYPES_H='1' HAVE_ISNAND='1' HAVE_ISNANF='0' HAVE_ISNANL='1' HAVE_ISWBLANK='1' HAVE_ISWCNTRL='1' HAVE_LANGINFO_CODESET='1' HAVE_LANGINFO_ERA='1' HAVE_LANGINFO_H='1' HAVE_LANGINFO_T_FMT_AMPM='1' HAVE_LANGINFO_YESEXPR='1' HAVE_LCHMOD='1' HAVE_LCHOWN='1' HAVE_LDEXPF='1' HAVE_LD_VERSION_SCRIPT_FALSE='' HAVE_LD_VERSION_SCRIPT_TRUE='#' HAVE_LIBGMP='yes' HAVE_LIBLTDL='yes' HAVE_LIBUNISTRING='no' HAVE_LINK='1' HAVE_LINKAT='1' HAVE_LOG10F='1' HAVE_LOG10L='1' HAVE_LOG1P='1' HAVE_LOG1PF='1' HAVE_LOG1PL='1' HAVE_LOGBF='1' HAVE_LOGBL='1' HAVE_LOGF='1' HAVE_LOGL='1' HAVE_LONG_LONG_INT='1' HAVE_LSTAT='1' HAVE_MAKEINFO_FALSE='#' HAVE_MAKEINFO_TRUE='' HAVE_MBRLEN='1' HAVE_MBRTOWC='1' HAVE_MBSINIT='1' HAVE_MBSLEN='0' HAVE_MBSNRTOWCS='1' HAVE_MBSRTOWCS='1' HAVE_MEMCHR='1' HAVE_MEMPCPY='1' HAVE_MKDIRAT='1' HAVE_MKDTEMP='1' HAVE_MKFIFO='1' HAVE_MKFIFOAT='1' HAVE_MKNOD='1' HAVE_MKNODAT='1' HAVE_MKOSTEMP='1' HAVE_MKOSTEMPS='1' HAVE_MKSTEMP='1' HAVE_MKSTEMPS='1' HAVE_MODFF='1' HAVE_MODFL='1' HAVE_MSVC_INVALID_PARAMETER_HANDLER='0' HAVE_NANOSLEEP='1' HAVE_NETDB_H='1' HAVE_NETINET_IN_H='' HAVE_NL_LANGINFO='1' HAVE_OPENAT='1' HAVE_OPENDIR='1' HAVE_OS_H='0' HAVE_PCLOSE='1' HAVE_PIPE2='0' HAVE_PIPE='1' HAVE_POLL='1' HAVE_POLL_H='1' HAVE_POPEN='1' HAVE_POSIX_OPENPT='1' HAVE_POSIX_SIGNALBLOCKING='1' HAVE_POWF='1' HAVE_PREAD='1' HAVE_PSELECT='1' HAVE_PTHREAD_SIGMASK='1' HAVE_PTSNAME='1' HAVE_PTSNAME_R='1' HAVE_PWRITE='1' HAVE_RAISE='1' HAVE_RANDOM='1' HAVE_RANDOM_H='1' HAVE_RANDOM_R='1' HAVE_RAWMEMCHR='1' HAVE_READDIR='1' HAVE_READLINE_FALSE='' HAVE_READLINE_TRUE='' HAVE_READLINK='1' HAVE_READLINKAT='1' HAVE_REALPATH='1' HAVE_REMAINDER='1' HAVE_REMAINDERF='1' HAVE_RENAMEAT='1' HAVE_REWINDDIR='1' HAVE_RINT='1' HAVE_RINTL='1' HAVE_RPMATCH='1' HAVE_SAME_LONG_DOUBLE_AS_DOUBLE='0' HAVE_SA_FAMILY_T='1' HAVE_SCANDIR='1' HAVE_SECURE_GETENV='0' HAVE_SETENV='0' HAVE_SETHOSTNAME='1' HAVE_SHARED_LIBRARIES_FALSE='#' HAVE_SHARED_LIBRARIES_TRUE='' HAVE_SIGACTION='1' HAVE_SIGHANDLER_T='0' HAVE_SIGINFO_T='1' HAVE_SIGNED_SIG_ATOMIC_T='1' HAVE_SIGNED_WCHAR_T='1' HAVE_SIGNED_WINT_T='1' HAVE_SIGSET_T='1' HAVE_SINF='1' HAVE_SINHF='1' HAVE_SINL='1' HAVE_SLEEP='1' HAVE_SQRTF='1' HAVE_SQRTL='1' HAVE_STDINT_H='1' HAVE_STPCPY='1' HAVE_STPNCPY='1' HAVE_STRCASESTR='1' HAVE_STRCHRNUL='1' HAVE_STRPBRK='1' HAVE_STRPTIME='1' HAVE_STRSEP='1' HAVE_STRTOD='1' HAVE_STRTOLL='1' HAVE_STRTOULL='1' HAVE_STRUCT_ADDRINFO='1' HAVE_STRUCT_RANDOM_DATA='1' HAVE_STRUCT_SIGACTION_SA_SIGACTION='1' HAVE_STRUCT_SOCKADDR_STORAGE='1' HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY='1' HAVE_STRUCT_TIMEVAL='1' HAVE_STRUCT_TMS='1' HAVE_STRVERSCMP='1' HAVE_SYMLINK='1' HAVE_SYMLINKAT='1' HAVE_SYS_BITYPES_H='0' HAVE_SYS_FILE_H='1' HAVE_SYS_INTTYPES_H='1' HAVE_SYS_LOADAVG_H='0' HAVE_SYS_PARAM_H='0' HAVE_SYS_SELECT_H='1' HAVE_SYS_SOCKET_H='1' HAVE_SYS_TIMES_H='1' HAVE_SYS_TIME_H='1' HAVE_SYS_TYPES_H='1' HAVE_SYS_UIO_H='1' HAVE_TANF='1' HAVE_TANHF='1' HAVE_TANL='1' HAVE_TIMEGM='1' HAVE_TIMES='1' HAVE_TYPE_VOLATILE_SIG_ATOMIC_T='1' HAVE_UNISTD_H='1' HAVE_UNLINKAT='1' HAVE_UNLOCKPT='1' HAVE_UNSIGNED_LONG_LONG_INT='1' HAVE_USLEEP='1' HAVE_UTIMENSAT='1' HAVE_VASPRINTF='1' HAVE_VDPRINTF='1' HAVE_VISIBILITY='0' HAVE_WCHAR_H='1' HAVE_WCHAR_T='1' HAVE_WCPCPY='1' HAVE_WCPNCPY='1' HAVE_WCRTOMB='1' HAVE_WCSCASECMP='1' HAVE_WCSCAT='1' HAVE_WCSCHR='1' HAVE_WCSCMP='1' HAVE_WCSCOLL='1' HAVE_WCSCPY='1' HAVE_WCSCSPN='1' HAVE_WCSDUP='1' HAVE_WCSLEN='1' HAVE_WCSNCASECMP='1' HAVE_WCSNCAT='1' HAVE_WCSNCMP='1' HAVE_WCSNCPY='1' HAVE_WCSNLEN='1' HAVE_WCSNRTOMBS='1' HAVE_WCSPBRK='1' HAVE_WCSRCHR='1' HAVE_WCSRTOMBS='1' HAVE_WCSSPN='1' HAVE_WCSSTR='1' HAVE_WCSTOK='1' HAVE_WCSWIDTH='1' HAVE_WCSXFRM='1' HAVE_WCTRANS_T='1' HAVE_WCTYPE_H='1' HAVE_WCTYPE_T='1' HAVE_WINSOCK2_H='0' HAVE_WINT_T='1' HAVE_WMEMCHR='1' HAVE_WMEMCMP='1' HAVE_WMEMCPY='1' HAVE_WMEMMOVE='1' HAVE_WMEMSET='1' HAVE_WS2TCPIP_H='0' HAVE_XLOCALE_H='0' HAVE__BOOL='1' HAVE__EXIT='1' HOSTENT_LIB='-lnsl' HOST_CC='' ICONV_CONST='const' ICONV_H='iconv.h' INCLUDE_NEXT='include_next' INCLUDE_NEXT_AS_FIRST_DIRECTIVE='include_next' INET_NTOP_LIB='-lnsl' INET_PTON_LIB='-lnsl' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTLLIBS='' INTL_MACOSX_LIBS='' ISFINITE_LIBM='' ISINF_LIBM='' ISNAND_LIBM='' ISNANF_LIBM='' ISNANL_LIBM='' ISNAN_LIBM='' LD='/usr/ccs/bin/ld -64' LDEXP_LIBM='' LDFLAGS='' LIBFFI_CFLAGS='-I/home/admini/saper/sparcv9/include' LIBFFI_LIBS='-L/home/admini/saper/sparcv9/lib -lffi' LIBGMP='-lgmp' LIBGMP_PREFIX='' LIBGUILEREADLINE_INTERFACE='' LIBGUILEREADLINE_INTERFACE_AGE='' LIBGUILEREADLINE_INTERFACE_CURRENT='' LIBGUILEREADLINE_INTERFACE_REVISION='' LIBGUILEREADLINE_MAJOR='' LIBGUILE_I18N_INTERFACE='' LIBGUILE_I18N_INTERFACE_AGE='' LIBGUILE_I18N_INTERFACE_CURRENT='' LIBGUILE_I18N_INTERFACE_REVISION='' LIBGUILE_I18N_MAJOR='' LIBGUILE_INTERFACE='29:2:7' LIBGUILE_INTERFACE_AGE='7' LIBGUILE_INTERFACE_CURRENT='29' LIBGUILE_INTERFACE_REVISION='2' LIBICONV='/home/admini/saper/sparcv9/lib/libiconv.so -R/home/admini/saper/sparcv9/lib' LIBINTL='' LIBLOBJS='' LIBLTDL='-lltdl' LIBLTDL_PREFIX='' LIBOBJS=' dynl.o posix.o net_db.o socket.o' LIBREADLINE='' LIBREADLINE_PREFIX='' LIBS='-lsocket -lnsl -lm ' LIBSOCKET='-lsocket' LIBTOOL='$(SHELL) $(top_builddir)/libtool' LIBUNISTRING='' LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_FALSE='#' LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUCR_TRUE='' LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_FALSE='#' LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_TRUE='' LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_FALSE='#' LIBUNISTRING_COMPILE_UNISTR_U8_MBTOUC_UNSAFE_TRUE='' LIBUNISTRING_COMPILE_UNISTR_U8_PREV_FALSE='#' LIBUNISTRING_COMPILE_UNISTR_U8_PREV_TRUE='' LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_FALSE='#' LIBUNISTRING_COMPILE_UNISTR_U8_UCTOMB_TRUE='' LIBUNISTRING_PREFIX='' LIBUNISTRING_UNISTR_H='unistr.h' LIBUNISTRING_UNITYPES_H='unitypes.h' LIB_CLOCK_GETTIME='-lrt' LIB_POLL='-lsocket' LIB_SELECT='-lsocket' LIPO='' LN_S='ln -s' LOCALCHARSET_TESTS_ENVIRONMENT='CHARSETALIASDIR="$(abs_top_builddir)/lib"' LOCALE_FR='none' LOCALE_FR_UTF8='none' LOCALE_JA='none' LOCALE_ZH_CN='none' LOG1P_LIBM='-lm' LOG_LIBM='-lm' LTALLOCA='' LTLIBGMP='-lgmp' LTLIBICONV='-L/home/admini/saper/sparcv9/lib -liconv -R/home/admini/saper/sparcv9/lib' LTLIBINTL='' LTLIBLTDL='-lltdl' LTLIBOBJS='' LTLIBREADLINE='' LTLIBUNISTRING='' MAKEINFO='${SHELL} /home/admini/saper/src/guile-2.0.11/build-aux/missing makeinfo' MANIFEST_TOOL=':' MKDIR_P='../../src/guile-2.0.11/build-aux/install-sh -c -d' MSGFMT='' MSGFMT_015='' MSGMERGE='' NETINET_IN_H='' NEXT_ARPA_INET_H='<arpa/inet.h>' NEXT_AS_FIRST_DIRECTIVE_ARPA_INET_H='<arpa/inet.h>' NEXT_AS_FIRST_DIRECTIVE_DIRENT_H='<dirent.h>' NEXT_AS_FIRST_DIRECTIVE_ERRNO_H='' NEXT_AS_FIRST_DIRECTIVE_FCNTL_H='<fcntl.h>' NEXT_AS_FIRST_DIRECTIVE_FLOAT_H='' NEXT_AS_FIRST_DIRECTIVE_ICONV_H='<iconv.h>' NEXT_AS_FIRST_DIRECTIVE_LANGINFO_H='<langinfo.h>' NEXT_AS_FIRST_DIRECTIVE_LOCALE_H='<locale.h>' NEXT_AS_FIRST_DIRECTIVE_MATH_H='<math.h>' NEXT_AS_FIRST_DIRECTIVE_NETDB_H='<netdb.h>' NEXT_AS_FIRST_DIRECTIVE_NETINET_IN_H='' NEXT_AS_FIRST_DIRECTIVE_POLL_H='<poll.h>' NEXT_AS_FIRST_DIRECTIVE_SIGNAL_H='<signal.h>' NEXT_AS_FIRST_DIRECTIVE_STDDEF_H='' NEXT_AS_FIRST_DIRECTIVE_STDINT_H='<stdint.h>' NEXT_AS_FIRST_DIRECTIVE_STDIO_H='<stdio.h>' NEXT_AS_FIRST_DIRECTIVE_STDLIB_H='<stdlib.h>' NEXT_AS_FIRST_DIRECTIVE_STRING_H='<string.h>' NEXT_AS_FIRST_DIRECTIVE_SYS_FILE_H='<sys/file.h>' NEXT_AS_FIRST_DIRECTIVE_SYS_SELECT_H='<sys/select.h>' NEXT_AS_FIRST_DIRECTIVE_SYS_SOCKET_H='<sys/socket.h>' NEXT_AS_FIRST_DIRECTIVE_SYS_STAT_H='<sys/stat.h>' NEXT_AS_FIRST_DIRECTIVE_SYS_TIMES_H='<sys/times.h>' NEXT_AS_FIRST_DIRECTIVE_SYS_TIME_H='<sys/time.h>' NEXT_AS_FIRST_DIRECTIVE_SYS_TYPES_H='<sys/types.h>' NEXT_AS_FIRST_DIRECTIVE_SYS_UIO_H='<sys/uio.h>' NEXT_AS_FIRST_DIRECTIVE_TIME_H='<time.h>' NEXT_AS_FIRST_DIRECTIVE_UNISTD_H='<unistd.h>' NEXT_AS_FIRST_DIRECTIVE_WCHAR_H='<wchar.h>' NEXT_AS_FIRST_DIRECTIVE_WCTYPE_H='<wctype.h>' NEXT_DIRENT_H='<dirent.h>' NEXT_ERRNO_H='' NEXT_FCNTL_H='<fcntl.h>' NEXT_FLOAT_H='' NEXT_ICONV_H='<iconv.h>' NEXT_LANGINFO_H='<langinfo.h>' NEXT_LOCALE_H='<locale.h>' NEXT_MATH_H='<math.h>' NEXT_NETDB_H='<netdb.h>' NEXT_NETINET_IN_H='' NEXT_POLL_H='<poll.h>' NEXT_SIGNAL_H='<signal.h>' NEXT_STDDEF_H='' NEXT_STDINT_H='<stdint.h>' NEXT_STDIO_H='<stdio.h>' NEXT_STDLIB_H='<stdlib.h>' NEXT_STRING_H='<string.h>' NEXT_SYS_FILE_H='<sys/file.h>' NEXT_SYS_SELECT_H='<sys/select.h>' NEXT_SYS_SOCKET_H='<sys/socket.h>' NEXT_SYS_STAT_H='<sys/stat.h>' NEXT_SYS_TIMES_H='<sys/times.h>' NEXT_SYS_TIME_H='<sys/time.h>' NEXT_SYS_TYPES_H='<sys/types.h>' NEXT_SYS_UIO_H='<sys/uio.h>' NEXT_TIME_H='<time.h>' NEXT_UNISTD_H='<unistd.h>' NEXT_WCHAR_H='<wchar.h>' NEXT_WCTYPE_H='<wctype.h>' NM='/usr/ccs/bin/nm' NMEDIT='' OBJDUMP='objdump' OBJEXT='o' OTOOL64='' OTOOL='' PACKAGE='guile' PACKAGE_BUGREPORT='bug-guile <at> gnu.org' PACKAGE_NAME='GNU Guile' PACKAGE_STRING='GNU Guile 2.0.11' PACKAGE_TARNAME='guile' PACKAGE_URL='http://www.gnu.org/software/guile/' PACKAGE_VERSION='2.0.11' PATH_SEPARATOR=':' PKG_CONFIG='' PKG_CONFIG_LIBDIR='' PKG_CONFIG_PATH='' POSUB='' POW_LIBM='-lm' PRAGMA_COLUMNS='' PRAGMA_SYSTEM_HEADER='#pragma GCC system_header' PTHREAD_CC='' PTHREAD_CFLAGS='' PTHREAD_H_DEFINES_STRUCT_TIMESPEC='0' PTHREAD_LIBS='' PTRDIFF_T_SUFFIX='l' RANLIB='ranlib' READLINE_LIBS='' REPLACE_BTOWC='0' REPLACE_CALLOC='0' REPLACE_CANONICALIZE_FILE_NAME='0' REPLACE_CBRTF='0' REPLACE_CBRTL='0' REPLACE_CEIL='0' REPLACE_CEILF='0' REPLACE_CEILL='0' REPLACE_CHOWN='0' REPLACE_CLOSE='0' REPLACE_CLOSEDIR='0' REPLACE_DIRFD='0' REPLACE_DPRINTF='0' REPLACE_DUP2='0' REPLACE_DUP='0' REPLACE_DUPLOCALE='0' REPLACE_EXP2='0' REPLACE_EXP2L='0' REPLACE_EXPM1='0' REPLACE_EXPM1F='0' REPLACE_FABSL='0' REPLACE_FCHOWNAT='0' REPLACE_FCLOSE='0' REPLACE_FCNTL='0' REPLACE_FDOPEN='0' REPLACE_FDOPENDIR='0' REPLACE_FFLUSH='0' REPLACE_FLOOR='0' REPLACE_FLOORF='0' REPLACE_FLOORL='0' REPLACE_FMA='0' REPLACE_FMAF='0' REPLACE_FMAL='0' REPLACE_FMOD='0' REPLACE_FMODF='0' REPLACE_FMODL='0' REPLACE_FOPEN='0' REPLACE_FPRINTF='0' REPLACE_FPURGE='0' REPLACE_FREOPEN='0' REPLACE_FREXP='0' REPLACE_FREXPF='0' REPLACE_FREXPL='0' REPLACE_FSEEK='0' REPLACE_FSEEKO='0' REPLACE_FSTAT='0' REPLACE_FSTATAT='0' REPLACE_FTELL='0' REPLACE_FTELLO='0' REPLACE_FTRUNCATE='0' REPLACE_FUTIMENS='0' REPLACE_GAI_STRERROR='1' REPLACE_GETCWD='0' REPLACE_GETDELIM='0' REPLACE_GETDOMAINNAME='0' REPLACE_GETDTABLESIZE='0' REPLACE_GETGROUPS='0' REPLACE_GETLINE='0' REPLACE_GETLOGIN_R='0' REPLACE_GETPAGESIZE='0' REPLACE_GETTIMEOFDAY='1' REPLACE_GMTIME='1' REPLACE_HUGE_VAL='0' REPLACE_HYPOT='0' REPLACE_HYPOTF='0' REPLACE_HYPOTL='0' REPLACE_ICONV='0' REPLACE_ICONV_OPEN='0' REPLACE_ICONV_UTF='0' REPLACE_ILOGB='0' REPLACE_ILOGBF='0' REPLACE_INET_NTOP='0' REPLACE_INET_PTON='0' REPLACE_ISATTY='0' REPLACE_ISFINITE='1' REPLACE_ISINF='1' REPLACE_ISNAN='1' REPLACE_ISWBLANK='0' REPLACE_ISWCNTRL='0' REPLACE_ITOLD='0' REPLACE_LCHOWN='0' REPLACE_LDEXPL='0' REPLACE_LINK='1' REPLACE_LINKAT='0' REPLACE_LOCALECONV='1' REPLACE_LOCALTIME='1' REPLACE_LOCALTIME_R='0' REPLACE_LOG10='0' REPLACE_LOG10F='0' REPLACE_LOG10L='0' REPLACE_LOG1P='0' REPLACE_LOG1PF='0' REPLACE_LOG1PL='0' REPLACE_LOG2='0' REPLACE_LOG2F='0' REPLACE_LOG2L='0' REPLACE_LOG='0' REPLACE_LOGB='0' REPLACE_LOGBF='0' REPLACE_LOGBL='0' REPLACE_LOGF='0' REPLACE_LOGL='0' REPLACE_LSEEK='0' REPLACE_LSTAT='1' REPLACE_MALLOC='0' REPLACE_MBRLEN='0' REPLACE_MBRTOWC='1' REPLACE_MBSINIT='0' REPLACE_MBSNRTOWCS='0' REPLACE_MBSRTOWCS='0' REPLACE_MBSTATE_T='0' REPLACE_MBTOWC='0' REPLACE_MEMCHR='1' REPLACE_MEMMEM='0' REPLACE_MKDIR='1' REPLACE_MKFIFO='0' REPLACE_MKNOD='0' REPLACE_MKSTEMP='1' REPLACE_MKTIME='GNULIB_PORTCHECK' REPLACE_MODF='0' REPLACE_MODFF='0' REPLACE_MODFL='0' REPLACE_NAN='0' REPLACE_NANOSLEEP='GNULIB_PORTCHECK' REPLACE_NL_LANGINFO='0' REPLACE_NULL='0' REPLACE_OBSTACK_PRINTF='0' REPLACE_OPEN='0' REPLACE_OPENAT='0' REPLACE_OPENDIR='0' REPLACE_PERROR='0' REPLACE_POLL='0' REPLACE_POPEN='0' REPLACE_PREAD='0' REPLACE_PRINTF='0' REPLACE_PSELECT='0' REPLACE_PTHREAD_SIGMASK='0' REPLACE_PTSNAME='0' REPLACE_PTSNAME_R='0' REPLACE_PUTENV='1' REPLACE_PWRITE='0' REPLACE_RAISE='0' REPLACE_RANDOM_R='0' REPLACE_READ='0' REPLACE_READLINK='1' REPLACE_REALLOC='0' REPLACE_REALPATH='1' REPLACE_REMAINDER='0' REPLACE_REMAINDERF='0' REPLACE_REMAINDERL='0' REPLACE_REMOVE='0' REPLACE_RENAME='1' REPLACE_RENAMEAT='0' REPLACE_RMDIR='1' REPLACE_ROUND='0' REPLACE_ROUNDF='0' REPLACE_ROUNDL='0' REPLACE_SELECT='1' REPLACE_SETENV='0' REPLACE_SETLOCALE='0' REPLACE_SIGNBIT='1' REPLACE_SIGNBIT_USING_GCC='0' REPLACE_SLEEP='0' REPLACE_SNPRINTF='1' REPLACE_SPRINTF='0' REPLACE_SQRTL='0' REPLACE_STAT='1' REPLACE_STDIO_READ_FUNCS='0' REPLACE_STDIO_WRITE_FUNCS='0' REPLACE_STPNCPY='0' REPLACE_STRCASESTR='0' REPLACE_STRCHRNUL='0' REPLACE_STRDUP='0' REPLACE_STRERROR='0' REPLACE_STRERROR_R='0' REPLACE_STRNCAT='0' REPLACE_STRNDUP='0' REPLACE_STRNLEN='0' REPLACE_STRSIGNAL='0' REPLACE_STRSTR='0' REPLACE_STRTOD='0' REPLACE_STRTOK_R='0' REPLACE_STRUCT_LCONV='1' REPLACE_STRUCT_TIMEVAL='0' REPLACE_SYMLINK='0' REPLACE_TIMEGM='GNULIB_PORTCHECK' REPLACE_TMPFILE='0' REPLACE_TOWLOWER='0' REPLACE_TRUNC='0' REPLACE_TRUNCF='0' REPLACE_TRUNCL='0' REPLACE_TTYNAME_R='0' REPLACE_UNLINK='0' REPLACE_UNLINKAT='0' REPLACE_UNSETENV='0' REPLACE_USLEEP='0' REPLACE_UTIMENSAT='0' REPLACE_VASPRINTF='0' REPLACE_VDPRINTF='0' REPLACE_VFPRINTF='0' REPLACE_VPRINTF='0' REPLACE_VSNPRINTF='1' REPLACE_VSPRINTF='0' REPLACE_WCRTOMB='1' REPLACE_WCSNRTOMBS='0' REPLACE_WCSRTOMBS='0' REPLACE_WCSWIDTH='0' REPLACE_WCTOB='0' REPLACE_WCTOMB='0' REPLACE_WCWIDTH='0' REPLACE_WRITE='0' ROUND_LIBM=' -lm' SCM_I_GSC_C_INLINE='"inline"' SCM_I_GSC_ENABLE_DEPRECATED='1' SCM_I_GSC_GUILE_DEBUG='0' SCM_I_GSC_HAVE_STRUCT_DIRENT64='1' SCM_I_GSC_HAVE_THREAD_STORAGE_CLASS='' SCM_I_GSC_ICONVEH_ERROR='' SCM_I_GSC_ICONVEH_ESCAPE_SEQUENCE='' SCM_I_GSC_ICONVEH_QUESTION_MARK='' SCM_I_GSC_NEEDS_INTTYPES_H='0' SCM_I_GSC_NEEDS_STDINT_H='1' SCM_I_GSC_NEED_BRACES_ON_PTHREAD_MUTEX_INITIALIZER='' SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT='' SCM_I_GSC_STACK_GROWS_UP='' SCM_I_GSC_T_INT16='"int16_t"' SCM_I_GSC_T_INT32='"int32_t"' SCM_I_GSC_T_INT64='"int64_t"' SCM_I_GSC_T_INT8='"int8_t"' SCM_I_GSC_T_INTMAX='"intmax_t"' SCM_I_GSC_T_INTPTR='"intptr_t"' SCM_I_GSC_T_PTRDIFF='"ptrdiff_t"' SCM_I_GSC_T_UINT16='"uint16_t"' SCM_I_GSC_T_UINT32='"uint32_t"' SCM_I_GSC_T_UINT64='"uint64_t"' SCM_I_GSC_T_UINT8='"uint8_t"' SCM_I_GSC_T_UINTMAX='"uintmax_t"' SCM_I_GSC_T_UINTPTR='"uintptr_t"' SCM_I_GSC_USE_NULL_THREADS='' SCM_I_GSC_USE_PTHREAD_THREADS='' SED='/opt/csw/bin/gsed' SERVENT_LIB='-lsocket' SET_MAKE='' SHELL='/bin/bash' SIG_ATOMIC_T_SUFFIX='' SIZE_T_SUFFIX='ul' STDALIGN_H='' STDBOOL_H='' STDDEF_H='' STDINT_H='stdint.h' STRIP='/usr/ccs/bin/strip' SYS_TIME_H_DEFINES_STRUCT_TIMESPEC='0' TIME_H_DEFINES_STRUCT_TIMESPEC='1' TRUNC_LIBM='' UNDEFINE_STRTOK_R='0' UNISTD_H_HAVE_WINSOCK2_H='0' UNISTD_H_HAVE_WINSOCK2_H_AND_USE_SOCKETS='0' USE_NLS='' VERSION='2.0.11' WCHAR_T_SUFFIX='' WINDOWS_64_BIT_OFF_T='0' WINDOWS_64_BIT_ST_SIZE='0' WINT_T_SUFFIX='' XGETTEXT='' XGETTEXT_015='' XGETTEXT_EXTRA_OPTIONS='' ac_ct_AR='' ac_ct_CC='' ac_ct_DUMPBIN='' acx_pthread_config='' am__EXEEXT_FALSE='' am__EXEEXT_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__include='include' am__isrc=' -I$(srcdir)' am__leading_dot='.' am__nodep='_no' am__quote='' am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' bindir='${exec_prefix}/bin' build='sparc-sun-solaris.2.9' build_alias='sparc-sun-solaris.2.9' build_cpu='sparc' build_os='solaris.2.9' build_vendor='sun' cross_compiling='yes' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' exec_prefix='NONE' gl_LIBOBJS=' canonicalize-lgpl.o dirfd.o flock.o gai_strerror.o gettimeofday.o isfinite.o isinf.o isnand.o isnanf.o isnanf.o isnanl.o link.o localeconv.o lstat.o mbrtowc.o memchr.o mkdir.o mkstemp.o putenv.o readlink.o regex.o rename.o rmdir.o round.o secure_getenv.o select.o setenv.o signbitf.o signbitd.o signbitl.o snprintf.o stat.o trunc.o vasnprintf.o printf-args.o printf-parse.o asnprintf.o vsnprintf.o wcrtomb.o' gl_LTLIBOBJS='' gltests_LIBOBJS='' gltests_LTLIBOBJS='' gltests_WITNESS='IN_GUILE_GNULIB_TESTS' guile_program_name='' have_makeinfo='yes' host='sparc64-sun-solaris.2.9' host_alias='sparc64-sun-solaris.2.9' host_cpu='sparc64' host_os='solaris.2.9' host_vendor='sun' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' install_sh='${SHELL} /home/admini/saper/src/guile-2.0.11/build-aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' lispdir='${datadir}/emacs/site-lisp' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' mkdir_p='$(MKDIR_P)' oldincludedir='/usr/include' pdfdir='${docdir}' pkglibexecdir='${libexecdir}/${PACKAGE}' prefix='/home/admini/saper/sparcv9' program_transform_name='s,x,x,' psdir='${docdir}' runstatedir='${localstatedir}/run' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sitedir='' sysconfdir='${prefix}/etc' target_alias='sparc64-sun-solaris.2.9' top_builddir_absolute='' top_srcdir_absolute='' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "GNU Guile" #define PACKAGE_TARNAME "guile" #define PACKAGE_VERSION "2.0.11" #define PACKAGE_STRING "GNU Guile 2.0.11" #define PACKAGE_BUGREPORT "bug-guile <at> gnu.org" #define PACKAGE_URL "http://www.gnu.org/software/guile/" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _DARWIN_C_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define _DARWIN_USE_64_BIT_INODE 1 #define HAVE_SYS_SOCKET_H 1 #define HAVE_ARPA_INET_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_DIRENT_H 1 #define HAVE_UNISTD_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_NETDB_H 1 #define HAVE_NETINET_IN_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_ICONV_H 1 #define HAVE_LANGINFO_H 1 #define HAVE_MATH_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_POLL_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_FILIO_H 1 #define HAVE_MALLOC_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_WCHAR_H 1 #define HAVE_STDINT_H 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_TIMES_H 1 #define HAVE_SYS_UIO_H 1 #define HAVE_WCTYPE_H 1 #define HAVE_STRUCT_SOCKADDR_STORAGE 1 #define HAVE_SA_FAMILY_T 1 #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 #define HAVE_RAW_DECL_SOCKET 1 #define HAVE_RAW_DECL_CONNECT 1 #define HAVE_RAW_DECL_ACCEPT 1 #define HAVE_RAW_DECL_BIND 1 #define HAVE_RAW_DECL_GETPEERNAME 1 #define HAVE_RAW_DECL_GETSOCKNAME 1 #define HAVE_RAW_DECL_GETSOCKOPT 1 #define HAVE_RAW_DECL_LISTEN 1 #define HAVE_RAW_DECL_RECV 1 #define HAVE_RAW_DECL_SEND 1 #define HAVE_RAW_DECL_RECVFROM 1 #define HAVE_RAW_DECL_SENDTO 1 #define HAVE_RAW_DECL_SETSOCKOPT 1 #define HAVE_RAW_DECL_SHUTDOWN 1 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 1 #define HAVE_BTOWC 1 #define HAVE_GETCWD 1 #define HAVE_READLINK 1 #define HAVE_REALPATH 1 #define HAVE_SYMLINK 1 #define HAVE_FCNTL 1 #define HAVE_FSYNC 1 #define HAVE_GETLOGIN 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_LINK 1 #define HAVE_LSTAT 1 #define HAVE_MBSINIT 1 #define HAVE_MBRTOWC 1 #define HAVE_MPROTECT 1 #define HAVE_MKSTEMP 1 #define HAVE_NL_LANGINFO 1 #define HAVE_PIPE 1 #define HAVE_ISWCTYPE 1 #define HAVE_SNPRINTF 1 #define HAVE_STRDUP 1 #define HAVE_TZSET 1 #define HAVE_LOCALTIME_R 1 #define HAVE_TIMES 1 #define HAVE_WCRTOMB 1 #define HAVE_ISWCNTRL 1 #define HAVE_LANGINFO_CODESET 1 #define HAVE_WCHAR_T 1 #define _LCONV_C99 1 #define HAVE_RAW_DECL_SETLOCALE 1 #define HAVE_WORKING_O_NOATIME 0 #define HAVE_WORKING_O_NOFOLLOW 0 #define HAVE_DECL_ALARM 1 #define HAVE_RAW_DECL_FSTAT 1 #define HAVE_RAW_DECL_FSTATAT 1 #define HAVE_RAW_DECL_LSTAT 1 #define HAVE_RAW_DECL_MKFIFO 1 #define HAVE_RAW_DECL_MKNOD 1 #define HAVE_RAW_DECL_STAT 1 #define HAVE_RAW_DECL_GETADDRINFO 1 #define HAVE_RAW_DECL_FREEADDRINFO 1 #define HAVE_RAW_DECL_GAI_STRERROR 1 #define HAVE_RAW_DECL_GETNAMEINFO 1 #define restrict __restrict #define HAVE_DECL_INET_NTOP 1 #define HAVE_IPV4 1 #define HAVE_IPV6 1 #define HAVE_RAW_DECL_GETTIMEOFDAY 1 #define HAVE_ICONV 1 #define ICONV_CONST const #define WORDS_BIGENDIAN 1 #define FLT_EXPBIT0_WORD 0 #define FLT_EXPBIT0_BIT 23 #define DBL_EXPBIT0_WORD 0 #define DBL_EXPBIT0_BIT 20 #define HAVE_DECL_GETC_UNLOCKED 1 #define HAVE_STDLIB_H 1 #define MALLOC_0_IS_NONNULL 1 #define HAVE_UNSIGNED_LONG_LONG_INT 1 #define HAVE_LONG_LONG_INT 1 #define HAVE_MBSTATE_T 1 #define HAVE_MAP_ANONYMOUS 1 #define PROMOTED_MODE_T mode_t #define HAVE_RAW_DECL_POLL 1 #define HAVE_RAW_DECL_SELECT 1 #define HAVE_DECL_SETENV 0 #define HAVE_SEARCH_H 1 #define HAVE_TSEARCH 1 #define HAVE_SIGSET_T 1 #define HAVE_DECL_SNPRINTF 1 #define HAVE__BOOL 1 #define HAVE_SYS_INTTYPES_H 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 HAVE_DECL_TZNAME 1 #define HAVE_TZNAME 1 #define HAVE_RAW_DECL_STRDUP 1 #define HAVE_RAW_DECL_STRNCAT 1 #define HAVE_RAW_DECL_STRPBRK 1 #define HAVE_RAW_DECL_STRTOK_R 1 #define HAVE_RAW_DECL_STRSIGNAL 1 #define HAVE_WINT_T 1 #define HAVE_INTTYPES_H_WITH_UINTMAX 1 #define HAVE_STDINT_H_WITH_UINTMAX 1 #define HAVE_INTMAX_T 1 #define HAVE_SNPRINTF 1 #define HAVE_WCSLEN 1 #define HAVE_MBRTOWC 1 #define HAVE_WCRTOMB 1 #define HAVE_DECL__SNPRINTF 0 #define HAVE_DECL_VSNPRINTF 1 #define GNULIB_TEST_ACCEPT 1 #define HAVE_ALLOCA 1 #define HAVE_RAW_DECL_INET_NTOP 1 #define HAVE_RAW_DECL_INET_PTON 1 #define GNULIB_TEST_BIND 1 #define GNULIB_TEST_BTOWC 1 #define GNULIB_CANONICALIZE_LGPL 1 #define GNULIB_TEST_CANONICALIZE_FILE_NAME 1 #define GNULIB_TEST_REALPATH 1 #define GNULIB_TEST_CEIL 1 #define GNULIB_TEST_CHDIR 1 #define HAVE_CLOCK_GETTIME 1 #define HAVE_CLOCK_SETTIME 1 #define GNULIB_TEST_CLOSE 1 #define GNULIB_TEST_CONNECT 1 #define GNULIB_TEST_COPYSIGN 1 #define HAVE_RAW_DECL_CLOSEDIR 1 #define HAVE_RAW_DECL_FDOPENDIR 1 #define HAVE_RAW_DECL_OPENDIR 1 #define HAVE_RAW_DECL_READDIR 1 #define HAVE_RAW_DECL_REWINDDIR 1 #define HAVE_DECL_DIRFD 0 #define DIR_FD_MEMBER_NAME dd_fd #define GNULIB_TEST_DIRFD 1 #define HAVE_DUP2 1 #define GNULIB_TEST_DUP2 1 #define GNULIB_TEST_DUPLOCALE 1 #define GNULIB_TEST_ENVIRON 1 #define HAVE_RAW_DECL_FCNTL 1 #define HAVE_RAW_DECL_OPENAT 1 #define HAVE_STRUCT_FLOCK_L_TYPE 1 #define GNULIB_TEST_FLOOR 1 #define HAVE_FREXP 1 #define GNULIB_TEST_FREXP 1 #define GNULIB_TEST_FSTAT 1 #define GNULIB_TEST_FSYNC 1 #define HAVE_DECL_GAI_STRERROR 1 #define HAVE_DECL_GAI_STRERRORA 0 #define HAVE_DECL_GETADDRINFO 1 #define HAVE_DECL_FREEADDRINFO 1 #define HAVE_DECL_GETNAMEINFO 1 #define HAVE_STRUCT_ADDRINFO 1 #define GNULIB_TEST_GETADDRINFO 1 #define GNULIB_TEST_GETLOGIN 1 #define GNULIB_TEST_GETPEERNAME 1 #define GNULIB_TEST_GETSOCKNAME 1 #define GNULIB_TEST_GETSOCKOPT 1 #define GETTIMEOFDAY_CLOBBERS_LOCALTIME 1 #define GETTIMEOFDAY_TIMEZONE void #define HAVE_SYS_TIMEB_H 1 #define GNULIB_TEST_GETTIMEOFDAY 1 #define HAVE_DECL_INET_NTOP 1 #define HAVE_DECL_INET_PTON 1 #define HAVE_INLINE 1 #define HAVE_DECL_ISFINITE 0 #define GNULIB_TEST_ISFINITE 1 #define HAVE_DECL_ISINF 0 #define GNULIB_TEST_ISINF 1 #define GNULIB_TEST_ISNAN 1 #define GNULIB_TEST_ISNAND 1 #define HAVE_ISNAND_IN_LIBC 1 #define FLT_EXPBIT0_WORD 0 #define FLT_EXPBIT0_BIT 23 #define GNULIB_TEST_ISNANF 1 #define FLT_EXPBIT0_WORD 0 #define FLT_EXPBIT0_BIT 23 #define GNULIB_TEST_ISNANL 1 #define HAVE_ISNANL_IN_LIBC 1 #define HAVE_RAW_DECL_NL_LANGINFO 1 #define HAVE_VISIBILITY 0 #define GNULIB_TEST_LINK 1 #define GNULIB_TEST_LISTEN 1 #define _LCONV_C99 1 #define HAVE_RAW_DECL_SETLOCALE 1 #define HAVE_STRUCT_LCONV_DECIMAL_POINT 1 #define GNULIB_TEST_LOCALECONV 1 #define GNULIB_TEST_LOG 1 #define HAVE_LOG1P 1 #define GNULIB_TEST_LOG1P 1 #define GNULIB_TEST_LSTAT 1 #define HAVE_STDLIB_H 1 #define HAVE_MALLOC_GNU 1 #define GNULIB_MALLOC_GNU 1 #define HAVE_MALLOC_POSIX 1 #define GNULIB_TEST_MALLOC_POSIX 1 #define HAVE_RAW_DECL_CBRT 1 #define HAVE_RAW_DECL_COPYSIGN 1 #define HAVE_RAW_DECL_EXPM1 1 #define HAVE_RAW_DECL_FMOD 1 #define HAVE_RAW_DECL_ILOGB 1 #define HAVE_RAW_DECL_LOG 1 #define HAVE_RAW_DECL_LOG10 1 #define HAVE_RAW_DECL_LOG1P 1 #define HAVE_RAW_DECL_LOGB 1 #define HAVE_RAW_DECL_MODF 1 #define HAVE_RAW_DECL_MODFF 1 #define HAVE_RAW_DECL_REMAINDER 1 #define HAVE_RAW_DECL_RINT 1 #define MBRTOWC_NULL_ARG1_BUG 1 #define MBRTOWC_RETVAL_BUG 1 #define GNULIB_TEST_MBRTOWC 1 #define GNULIB_TEST_MBSINIT 1 #define GNULIB_TEST_MBTOWC 1 #define GNULIB_TEST_MEMCHR 1 #define FUNC_MKDIR_DOT_BUG 1 #define GNULIB_TEST_MKSTEMP 1 #define HAVE_RAW_DECL_GETADDRINFO 1 #define HAVE_RAW_DECL_FREEADDRINFO 1 #define HAVE_RAW_DECL_GAI_STRERROR 1 #define HAVE_RAW_DECL_GETNAMEINFO 1 #define FUNC_NL_LANGINFO_YESEXPR_WORKS 1 #define GNULIB_TEST_NL_LANGINFO 1 #define HAVE_SYS_PARAM_H 1 #define GNULIB_TEST_OPEN 1 #define GNULIB_TEST_PIPE 1 #define GNULIB_TEST_PIPE2 1 #define HAVE_POLL 1 #define GNULIB_TEST_POLL 1 #define HAVE_RAW_DECL_POLL 1 #define HAVE_DECL__PUTENV 0 #define GNULIB_TEST_PUTENV 1 #define HAVE_RAISE 1 #define GNULIB_TEST_RAISE 1 #define GNULIB_TEST_READ 1 #define READLINK_TRAILING_SLASH_BUG 1 #define GNULIB_TEST_READLINK 1 #define GNULIB_TEST_RECV 1 #define GNULIB_TEST_RECVFROM 1 #define _REGEX_INCLUDE_LIMITS_H 1 #define _REGEX_LARGE_OFFSETS 1 #define re_syntax_options rpl_re_syntax_options #define re_set_syntax rpl_re_set_syntax #define re_compile_pattern rpl_re_compile_pattern #define re_compile_fastmap rpl_re_compile_fastmap #define re_search rpl_re_search #define re_search_2 rpl_re_search_2 #define re_match rpl_re_match #define re_match_2 rpl_re_match_2 #define re_set_registers rpl_re_set_registers #define re_comp rpl_re_comp #define re_exec rpl_re_exec #define regcomp rpl_regcomp #define regexec rpl_regexec #define regerror rpl_regerror #define regfree rpl_regfree #define HAVE_LIBINTL_H 1 #define HAVE_DECL_ISBLANK 0 #define RENAME_TRAILING_SLASH_DEST_BUG 1 #define RENAME_TRAILING_SLASH_SOURCE_BUG 1 #define RENAME_HARD_LINK_BUG 1 #define RENAME_DEST_EXISTS_BUG 1 #define GNULIB_TEST_RENAME 1 #define GNULIB_TEST_RMDIR 1 #define GNULIB_TEST_ROUND 1 #define HAVE_ISSETUGID 1 #define GNULIB_TEST_SECURE_GETENV 1 #define GNULIB_TEST_SELECT 1 #define GNULIB_TEST_SEND 1 #define GNULIB_TEST_SENDTO 1 #define GNULIB_TEST_SETENV 1 #define GNULIB_TEST_SETSOCKOPT 1 #define GNULIB_TEST_SHUTDOWN 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 HAVE_DECL_COPYSIGNF 0 #define HAVE_DECL_COPYSIGN 1 #define HAVE_DECL_COPYSIGNL 0 #define GNULIB_TEST_SIGNBIT 1 #define HAVE_STDINT_H 1 #define HAVE_SNPRINTF 1 #define GNULIB_TEST_SNPRINTF 1 #define GNULIB_SNPRINTF 1 #define GNULIB_TEST_SOCKET 1 #define REPLACE_FUNC_STAT_FILE 1 #define GNULIB_TEST_STAT 1 #define HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC 1 #define TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC 1 #define GNULIB_FSCANF 1 #define GNULIB_SCANF 1 #define HAVE_RAW_DECL_FSEEKO 1 #define HAVE_RAW_DECL_FTELLO 1 #define HAVE_RAW_DECL_GETS 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_GETSUBOPT 1 #define HAVE_RAW_DECL_GRANTPT 1 #define HAVE_RAW_DECL_INITSTATE 1 #define HAVE_RAW_DECL_MKSTEMP 1 #define HAVE_RAW_DECL_PTSNAME 1 #define HAVE_RAW_DECL_RANDOM 1 #define HAVE_RAW_DECL_REALPATH 1 #define HAVE_RAW_DECL_SETSTATE 1 #define HAVE_RAW_DECL_SRANDOM 1 #define HAVE_RAW_DECL_STRTOD 1 #define HAVE_RAW_DECL_STRTOLL 1 #define HAVE_RAW_DECL_STRTOULL 1 #define HAVE_RAW_DECL_UNLOCKPT 1 #define GNULIB_TEST_STRDUP 1 #define my_strftime nstrftime #define HAVE_RAW_DECL_SELECT 1 #define HAVE_STRUCT_SOCKADDR_STORAGE 1 #define HAVE_SA_FAMILY_T 1 #define HAVE_STRUCT_SOCKADDR_STORAGE_SS_FAMILY 1 #define HAVE_RAW_DECL_SOCKET 1 #define HAVE_RAW_DECL_CONNECT 1 #define HAVE_RAW_DECL_ACCEPT 1 #define HAVE_RAW_DECL_BIND 1 #define HAVE_RAW_DECL_GETPEERNAME 1 #define HAVE_RAW_DECL_GETSOCKNAME 1 #define HAVE_RAW_DECL_GETSOCKOPT 1 #define HAVE_RAW_DECL_LISTEN 1 #define HAVE_RAW_DECL_RECV 1 #define HAVE_RAW_DECL_SEND 1 #define HAVE_RAW_DECL_RECVFROM 1 #define HAVE_RAW_DECL_SENDTO 1 #define HAVE_RAW_DECL_SETSOCKOPT 1 #define HAVE_RAW_DECL_SHUTDOWN 1 #define HAVE_RAW_DECL_FSTAT 1 #define HAVE_RAW_DECL_FSTATAT 1 #define HAVE_RAW_DECL_LSTAT 1 #define HAVE_RAW_DECL_MKFIFO 1 #define HAVE_RAW_DECL_MKNOD 1 #define HAVE_RAW_DECL_STAT 1 #define HAVE_STRUCT_TMS 1 #define HAVE_RAW_DECL_TIMES 1 #define HAVE_DECL_LOCALTIME_R 1 #define GNULIB_TEST_TIME_R 1 #define HAVE_DECL_TRUNC 0 #define GNULIB_TEST_TRUNC 1 #define HAVE_RAW_DECL_CHDIR 1 #define HAVE_RAW_DECL_CHOWN 1 #define HAVE_RAW_DECL_DUP 1 #define HAVE_RAW_DECL_DUP2 1 #define HAVE_RAW_DECL_FCHDIR 1 #define HAVE_RAW_DECL_FCHOWNAT 1 #define HAVE_RAW_DECL_FDATASYNC 1 #define HAVE_RAW_DECL_FSYNC 1 #define HAVE_RAW_DECL_FTRUNCATE 1 #define HAVE_RAW_DECL_GETCWD 1 #define HAVE_RAW_DECL_GETDTABLESIZE 1 #define HAVE_RAW_DECL_GETGROUPS 1 #define HAVE_RAW_DECL_GETHOSTNAME 1 #define HAVE_RAW_DECL_GETLOGIN 1 #define HAVE_RAW_DECL_GETLOGIN_R 1 #define HAVE_RAW_DECL_GETPAGESIZE 1 #define HAVE_RAW_DECL_ISATTY 1 #define HAVE_RAW_DECL_LCHOWN 1 #define HAVE_RAW_DECL_LINK 1 #define HAVE_RAW_DECL_LSEEK 1 #define HAVE_RAW_DECL_PIPE 1 #define HAVE_RAW_DECL_PREAD 1 #define HAVE_RAW_DECL_PWRITE 1 #define HAVE_RAW_DECL_READLINK 1 #define HAVE_RAW_DECL_RMDIR 1 #define HAVE_RAW_DECL_SLEEP 1 #define HAVE_RAW_DECL_SYMLINK 1 #define HAVE_RAW_DECL_TTYNAME_R 1 #define HAVE_RAW_DECL_UNLINK 1 #define HAVE_RAW_DECL_UNLINKAT 1 #define HAVE_RAW_DECL_USLEEP 1 #define GNULIB_UNISTR_U8_MBTOUC 1 #define GNULIB_UNISTR_U8_MBTOUC_UNSAFE 1 #define GNULIB_UNISTR_U8_MBTOUCR 1 #define GNULIB_UNISTR_U8_UCTOMB 1 #define HAVE_VSNPRINTF 1 #define GNULIB_TEST_VSNPRINTF 1 #define HAVE_RAW_DECL_BTOWC 1 #define HAVE_RAW_DECL_WCTOB 1 #define HAVE_RAW_DECL_MBSINIT 1 #define HAVE_RAW_DECL_MBRTOWC 1 #define HAVE_RAW_DECL_MBRLEN 1 #define HAVE_RAW_DECL_MBSRTOWCS 1 #define HAVE_RAW_DECL_WCRTOMB 1 #define HAVE_RAW_DECL_WCSRTOMBS 1 #define HAVE_RAW_DECL_WCWIDTH 1 #define HAVE_RAW_DECL_WMEMCHR 1 #define HAVE_RAW_DECL_WMEMCMP 1 #define HAVE_RAW_DECL_WMEMCPY 1 #define HAVE_RAW_DECL_WMEMMOVE 1 #define HAVE_RAW_DECL_WMEMSET 1 #define HAVE_RAW_DECL_WCSLEN 1 #define HAVE_RAW_DECL_WCSCPY 1 #define HAVE_RAW_DECL_WCSNCPY 1 #define HAVE_RAW_DECL_WCSCAT 1 #define HAVE_RAW_DECL_WCSNCAT 1 #define HAVE_RAW_DECL_WCSCMP 1 #define HAVE_RAW_DECL_WCSNCMP 1 #define HAVE_RAW_DECL_WCSCOLL 1 #define HAVE_RAW_DECL_WCSXFRM 1 #define HAVE_RAW_DECL_WCSCHR 1 #define HAVE_RAW_DECL_WCSRCHR 1 #define HAVE_RAW_DECL_WCSCSPN 1 #define HAVE_RAW_DECL_WCSSPN 1 #define HAVE_RAW_DECL_WCSPBRK 1 #define HAVE_RAW_DECL_WCSSTR 1 #define HAVE_RAW_DECL_WCSTOK 1 #define HAVE_RAW_DECL_WCSWIDTH 1 #define GNULIB_TEST_WCRTOMB 1 #define HAVE_TOWLOWER 1 #define HAVE_RAW_DECL_WCTYPE 1 #define HAVE_RAW_DECL_ISWCTYPE 1 #define HAVE_RAW_DECL_WCTRANS 1 #define HAVE_RAW_DECL_TOWCTRANS 1 #define GNULIB_TEST_WRITE 1 #define HAVE_STDINT_H 1 #define GNULIB_LOCK 1 #define HAVE_DLFCN_H 1 #define LT_OBJDIR ".libs/" #define HAVE_LIBLTDL 1 #define HOST_TYPE "sparc64-sun-solaris.2.9" #define SCM_WARN_DEPRECATED_DEFAULT "summary" #define GUILE_USE_64_CALLS 1 #define HAVE_MODULES 1 #define HAVE_POSIX 1 #define HAVE_NETWORKING 1 #define WORDS_BIGENDIAN 1 #define HAVE_LABELS_AS_VALUES /**/ #define SIZEOF_CHAR 1 #define SIZEOF_UNSIGNED_CHAR 1 #define SIZEOF_SHORT 2 #define SIZEOF_UNSIGNED_SHORT 2 #define SIZEOF_INT 4 #define SIZEOF_UNSIGNED_INT 4 #define SIZEOF_LONG 8 #define SIZEOF_UNSIGNED_LONG 8 #define SIZEOF_SIZE_T 8 #define SIZEOF_LONG_LONG 8 #define SIZEOF_UNSIGNED_LONG_LONG 8 #define SIZEOF___INT64 0 #define SIZEOF_UNSIGNED___INT64 0 #define SIZEOF_VOID_P 8 #define SIZEOF_INTPTR_T 8 #define SIZEOF_UINTPTR_T 8 #define SIZEOF_PTRDIFF_T 8 #define SIZEOF_SIZE_T 8 #define SIZEOF_OFF_T 8 #define HAVE_STDINT_H 1 #define HAVE_INTTYPES_H 1 #define SIZEOF_INTMAX_T 8 #define STDC_HEADERS 1 #define TIME_WITH_SYS_TIME 1 #define HAVE_SYS_WAIT_H 1 #define HAVE_DIRENT_H 1 #define HAVE_LIMITS_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_SYS_SELECT_H 1 #define HAVE_SYS_TIME_H 1 #define HAVE_SYS_TIMEB_H 1 #define HAVE_SYS_TIMES_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_UTIME_H 1 #define HAVE_TIME_H 1 #define HAVE_UNISTD_H 1 #define HAVE_UTIME_H 1 #define HAVE_PWD_H 1 #define HAVE_GRP_H 1 #define HAVE_SYS_UTSNAME_H 1 #define HAVE_SCHED_H 1 #define HAVE_SYS_SENDFILE_H 1 #define HAVE_STRUCT_IP_MREQ 1 #define HAVE_UNISTD_H 1 #define GETGROUPS_T gid_t #define RETSIGTYPE void #define HAVE_LIBM 1 #define HAVE_LIBNSL 1 #define HAVE_LIBSOCKET 1 #define HAVE_ASSERT_H 1 #define HAVE_CTERMID 1 #define HAVE_FTIME 1 #define HAVE_FTRUNCATE 1 #define HAVE_FCHOWN 1 #define HAVE_FCHMOD 1 #define HAVE_GETCWD 1 #define HAVE_GETEUID 1 #define HAVE_GETSID 1 #define HAVE_GETTIMEOFDAY 1 #define HAVE_GMTIME_R 1 #define HAVE_IOCTL 1 #define HAVE_LSTAT 1 #define HAVE_MKDIR 1 #define HAVE_MKNOD 1 #define HAVE_NICE 1 #define HAVE_READDIR_R 1 #define HAVE_READLINK 1 #define HAVE_RENAME 1 #define HAVE_RMDIR 1 #define HAVE_SETEGID 1 #define HAVE_SETEUID 1 #define HAVE_SETLOCALE 1 #define HAVE_SETPGID 1 #define HAVE_SETSID 1 #define HAVE_SIGACTION 1 #define HAVE_SIGINTERRUPT 1 #define HAVE_STRPTIME 1 #define HAVE_SYMLINK 1 #define HAVE_SYNC 1 #define HAVE_SYSCONF 1 #define HAVE_TCGETPGRP 1 #define HAVE_TCSETPGRP 1 #define HAVE_UNAME 1 #define HAVE_WAITPID 1 #define HAVE_STRDUP 1 #define HAVE_SYSTEM 1 #define HAVE_USLEEP 1 #define HAVE_ATEXIT 1 #define HAVE_CHOWN 1 #define HAVE_LINK 1 #define HAVE_FCNTL 1 #define HAVE_TTYNAME 1 #define HAVE_GETPWENT 1 #define HAVE_GETGRENT 1 #define HAVE_KILL 1 #define HAVE_GETPPID 1 #define HAVE_GETPGRP 1 #define HAVE_FORK 1 #define HAVE_SETITIMER 1 #define HAVE_GETITIMER 1 #define HAVE_STRCHR 1 #define HAVE_STRCMP 1 #define HAVE_INDEX 1 #define HAVE_BCOPY 1 #define HAVE_MEMCPY 1 #define HAVE_RINDEX 1 #define HAVE_TRUNCATE 1 #define HAVE_STRCOLL 1 #define HAVE_CRYPT_H 1 #define HAVE_NETDB_H 1 #define HAVE_PTHREAD_H 1 #define HAVE_SYS_PARAM_H 1 #define HAVE_SYS_RESOURCE_H 1 #define HAVE_SYS_FILE_H 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_CHROOT 1 #define HAVE_GETLOGIN 1 #define HAVE_CUSERID 1 #define HAVE_GETPRIORITY 1 #define HAVE_SETPRIORITY 1 #define HAVE_GETPASS 1 #define HAVE_SETHOSTNAME 1 #define HAVE_GETHOSTNAME 1 #define HAVE_DECL_SETHOSTNAME 0 #define HAVE_DECL_HSTRERROR 0 #define HAVE_DECL_CUSERID 1 #define HAVE_CRYPT 1 #define HAVE_LIBGMP 1 #define HAVE_DECL_MPZ_INITS 1 configure: exit 1
bug-guile <at> gnu.org
:bug#21285
; Package guile
.
(Sat, 22 Aug 2015 14:23:02 GMT) Full text and rfc822 format available.Message #8 received at 21285 <at> debbugs.gnu.org (full text, mbox):
From: Mark H Weaver <mhw <at> netris.org> To: Marcin Cieslak <saper <at> saper.info> Cc: 21285 <at> debbugs.gnu.org Subject: Re: bug#21285: configure: <uniconv.h> not found despite --with-libunistring-prefix Date: Sat, 22 Aug 2015 10:22:06 -0400
Marcin Cieslak <saper <at> saper.info> writes: > I cannot configure guile on an oldish Solaris SPARC machine > when giving --with-libunistring-prefix to the unistring location: [...] > I think this is because the -I flag is missing. [...] > --- BEGIN fragments of config.log --- full file follows --- > > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > It was created by GNU Guile configure 2.0.11, which was > generated by GNU Autoconf 2.69. Invocation command line was > > $ ../../src/guile-2.0.11/configure --build=sparc-sun-solaris.2.9 --host=sparc64-sun-solaris.2.9 --target=sparc64-sun-solaris.2.9 --prefix=/home/admini/saper/sparcv9 --with-libgmp-prefix=/home/admini/saper/sparcv9 --with-libintl-prefix=/home/admini/saper/sparcv9 --with-libreadline-prefix=/home/admini/saper/sparcv9 --with-libunistring-prefix=/home/admini/saper/sparcv9 --with-libltdl-prefix=/home/admini/saper/sparcv9 CC=/home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 CC_FOR_BUILD=/home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 BDW_GC_CFLAGS=-I/home/admini/saper/sparcv9/include BDW_GC_LIBS=-L/home/admini/saper/sparcv9/lib -lgc LIBFFI_CFLAGS=-I/home/admini/saper/sparcv9/include LIBFFI_LIBS=-L/home/admini/saper/sparcv9/lib -lffi AR=/usr/ccs/bin/ar LD=/usr/ccs/bin/ld NM=/usr > /ccs/bin/nm STRIP=/usr/ccs/bin/strip You may find that much of this complexity in the 'configure' command could be eliminated by taking the following steps: * export CPATH=/home/admini/saper/sparcv9/include * export LIBRARY_PATH=/home/admini/saper/sparcv9/lib * export PKG_CONFIG_PATH=/home/admini/saper/sparcv9/lib/pkgconfig * install 'pkg-config' and make sure it's in PATH That should allow you to simplify the command to this, if not further: ../../src/guile-2.0.11/configure --build=sparc-sun-solaris.2.9 --host=sparc64-sun-solaris.2.9 --target=sparc64-sun-solaris.2.9 --prefix=/home/admini/saper/sparcv9 CC="/home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3" CC_FOR_BUILD="/home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3" AR=/usr/ccs/bin/ar LD=/usr/ccs/bin/ld NM=/usr/ccs/bin/nm STRIP=/usr/ccs/bin/strip It should also work around the problem you're having. There may be additional difficulties related to the fact that you appear to be cross-compiling. Did you read the section "Cross building Guile" in our README? > /* snip */ > > configure:14672: checking for libunistring This doesn't appear to be the same 'configure' script that we distribute with guile-2.0.11. The line numbers are different. Did you regenerate it? > configure:14694: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lunistring >&5 > conftest.c:123:21: fatal error: uniconv.h: No such file or directory > #include <uniconv.h> > ^ > compilation terminated. I agree that this is likely a problem in the m4 code, which we import from gnulib, but for now, can you see if the above suggestions work for you and report back? Thanks, Mark
bug-guile <at> gnu.org
:bug#21285
; Package guile
.
(Mon, 14 Sep 2015 15:29:03 GMT) Full text and rfc822 format available.Message #11 received at 21285 <at> debbugs.gnu.org (full text, mbox):
From: Marcin Cieslak <saper <at> saper.info> To: Mark H Weaver <mhw <at> netris.org> Cc: 21285 <at> debbugs.gnu.org Subject: Re: bug#21285: configure: <uniconv.h> not found despite --with-libunistring-prefix Date: Mon, 14 Sep 2015 09:34:18 +0000
On Sat, 22 Aug 2015, Mark H Weaver wrote: > could be eliminated by taking the following steps: > > * export CPATH=/home/admini/saper/sparcv9/include > * export LIBRARY_PATH=/home/admini/saper/sparcv9/lib > * export PKG_CONFIG_PATH=/home/admini/saper/sparcv9/lib/pkgconfig > * install 'pkg-config' and make sure it's in PATH pkg-config requires glib which does not currently compile here due to iconv signature mismatch problem (the internal one). Because I compile 32-bit code with the "sparcv7" prefix and 64-bit code "sparcv9" prefix I'd need to maintain two pkg-config instances. Doable, but not a priority. Also I need to make sure that no global pkg-config is used, since this box has tons of leftover, unmaintained packages installed in /usr/local. And this seems more useful (sometimes) to report bugs - all options are explicitly listed on the command line, without any need to rely on $PATH or pkg-config. > There may be additional difficulties related to the fact that you appear > to be cross-compiling. Did you read the section "Cross building Guile" > in our README? That's not a true cross-compile, it's a so-called "multilib" configuration. Autoconf kind of knows sparc64-sun-solaris2.9 is the same platform as sparc-sun-solaris2.9. Setting --host to the sparc64-sun-solaris2.9 is actually only useful to identify the platform for the tools that identify their target on startup. (It does not seem to change much else, I have to supply "-m64" option to get a SPARCv9 build anyway). Also I remember getting this problem without setting --host or --build at all. > > > /* snip */ > > > > configure:14672: checking for libunistring > > This doesn't appear to be the same 'configure' script that we distribute > with guile-2.0.11. The line numbers are different. Did you regenerate > it? No, the line numbers are off, at least on the shells I have tried (/bin/sh, /usr/xpg4/bin/sh POSIX shell). Recent bash works better. > > configure:14694: /home/admini/saper/sparcv7/bin/gcc -m64 -mcpu=ultrasparc3 -o conftest -g -O2 conftest.c -lunistring >&5 > > conftest.c:123:21: fatal error: uniconv.h: No such file or directory > > #include <uniconv.h> > > ^ > > compilation terminated. > > I agree that this is likely a problem in the m4 code, which we import > from gnulib, but for now, can you see if the above suggestions work for > you and report back? I have some other issues with libunistring at the moment - it made it to compile and install but it does not seem to run properly. Right now I can't reproduce the above problem, but the configure complains about the lack of iconv support in libunistring, which is not true. But this is related to the libunistring not working correctly and is probably not related to guile. Once I solve the underlying libunistring issues (http://savannah.gnu.org/bugs/?45783, http://savannah.gnu.org/bugs/?45784 identified so far) will try guile's configure again and report back. ~Marcin
Marcin Cieslak <saper <at> saper.info>
to control <at> debbugs.gnu.org
.
(Mon, 14 Sep 2015 15:29:03 GMT) Full text and rfc822 format available.Marcin Cieslak <saper <at> saper.info>
to control <at> debbugs.gnu.org
.
(Mon, 14 Sep 2015 15:29:04 GMT) Full text and rfc822 format available.Debbugs Internal Request <help-debbugs <at> gnu.org>
to internal_control <at> debbugs.gnu.org
.
(Tue, 13 Oct 2015 11:24:05 GMT) Full text and rfc822 format available.
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.