Hello, I guess that today I cannot reproduce what I was thinking it was succcessful in regards to machine type. So I get again machine not recognized, for both amd64-linux and 386-linux
I am attaching configure.output and config.log Jean On Wed, Dec 28, 2016 at 07:10:07PM -0500, Camm Maguire wrote: > Greetings, and thanks! Could you please post full configure and make > output like last time? > > Take care, > > Jean Louis <bugs@gnu.support> writes: > > > Thank you. I have now pulled list_order branch, and passed through > > machine error, and now getting this one: > > > > make[2]: Entering directory '/sources/gnu/gcl/gcl/unixport' > > ar: ../o/gcllib.a: No such file or directory > > ls: cannot access '../o/*.o': No such file or directory > > ls: cannot access '../lsp/*.o': No such file or directory > > ls: cannot access '../xgcl-2/*.o': No such file or directory > > ls: cannot access '../cmpnew/*.o': No such file or directory > > ls: cannot access 'gcl_recompile?*.o': No such file or directory > > ls: cannot access '../mod/*.o': No such file or directory > > ls: cannot access '../pcl/*.o': No such file or directory > > ls: cannot access '../clcs/*.o': No such file or directory > > make[2]: *** No rule to make target '../o/gcllib.a', needed by 'libgclp.a'. > > Stop. > > make[2]: Leaving directory '/sources/gnu/gcl/gcl/unixport' > > make[1]: *** [makefile:75: final] Error 2 > > make[1]: Leaving directory '/sources/gnu/gcl/gcl/unixport' > > make: *** [makefile:41: system] Error 2 > > > > > > On Wed, Dec 28, 2016 at 04:31:12PM -0500, Camm Maguire wrote: > >> Greetings, and thanks for your report! Your machine type was not > >> guessed properly. Most likely you want either > >> --enable-machine=amd64-linux or --enable-machine=386-linux until I fix > >> this. I'm assuming this is the master branch. > >> > >> Please note that the master branch configure script is several fixes > >> behind the 2.6.13 release candidate in branch 'list_order'. I've just > >> about merged these. > >> > >> Take care, > >> > >> Jean Louis <bugs@gnu.support> writes: > >> > >> > Hello, > >> > > >> > I did not see that "machine is not found", the configure and make > >> > output are attached. > >> > > >> > Jean > >> > > >> > On Wed, Dec 21, 2016 at 04:25:51PM -0500, Camm Maguire wrote: > >> >> Greetings, and thanks for your report! Please post the full configure > >> >> and make output. > >> >> > >> >> Take care, > >> >> > >> >> Jean Louis <bugs@gnu.support> writes: > >> >> > >> >> > Hello, > >> >> > > >> >> > I need help on building gcl. > >> >> > > >> >> > I am using the version from git, and do not have a previous version of > >> >> > gcl on my system. The errors are shown below as being in the unixport > >> >> > directory. > >> >> > > >> >> > Jean Louis > >> >> > > >> >> > $ ./configure --prefix=/package/prog/gcl --enable-readline > >> >> > --enable-machine=amd64-linux > >> >> > > >> >> > ## --------- ## > >> >> > ## Platform. ## > >> >> > ## --------- ## > >> >> > > >> >> > hostname = protected.rcdrun.com > >> >> > uname -m = x86_64 > >> >> > uname -r = 4.8.2-gnugnu.support > >> >> > uname -s = Linux > >> >> > uname -v = #2 SMP PREEMPT Fri Nov 18 12:38:46 CET 2016 > >> >> > > >> >> > errors: > >> >> > > >> >> > <DEV> root [ /sources/gnu/gcl/gcl ]# make > >> >> > (cd bin; make all) > >> >> > make[1]: Entering directory '/sources/gnu/gcl/gcl/bin' > >> >> > make[1]: Nothing to be done for 'all'. > >> >> > make[1]: Leaving directory '/sources/gnu/gcl/gcl/bin' > >> >> > make mpfiles > >> >> > make[1]: Entering directory '/sources/gnu/gcl/gcl' > >> >> > make[1]: Nothing to be done for 'mpfiles'. > >> >> > make[1]: Leaving directory '/sources/gnu/gcl/gcl' > >> >> > rm -f o/cmpinclude.h ; cp h/cmpinclude.h o > >> >> > (cd o; make all) > >> >> > make[1]: Entering directory '/sources/gnu/gcl/gcl/o' > >> >> > make[1]: Nothing to be done for 'all'. > >> >> > make[1]: Leaving directory '/sources/gnu/gcl/gcl/o' > >> >> > make h/cmpinclude.h > >> >> > make[1]: Entering directory '/sources/gnu/gcl/gcl' > >> >> > make[1]: 'h/cmpinclude.h' is up to date. > >> >> > make[1]: Leaving directory '/sources/gnu/gcl/gcl' > >> >> > rm -f o/cmpinclude.h ; cp h/cmpinclude.h o > >> >> > cd unixport && make saved_pre_gcl > >> >> > make[1]: Entering directory '/sources/gnu/gcl/gcl/unixport' > >> >> > ls: cannot access '../lsp/*.o': No such file or directory > >> >> > ls: cannot access '../xgcl-2/*.o': No such file or directory > >> >> > ls: cannot access '../cmpnew/*.o': No such file or directory > >> >> > ls: cannot access 'gcl_recompile?*.o': No such file or directory > >> >> > ls: cannot access '../mod/*.o': No such file or directory > >> >> > ls: cannot access '../pcl/*.o': No such file or directory > >> >> > ls: cannot access '../clcs/*.o': No such file or directory > >> >> > make[1]: *** No rule to make target 'saved_pre_gcl'. Stop. > >> >> > make[1]: Leaving directory '/sources/gnu/gcl/gcl/unixport' > >> >> > make: *** [makefile:78: unixport/saved_pre_gcl] Error 2
checking for gawk... gawk checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu host=x86_64-unknown-linux-gnu enable_machine=386-linux use=386-linux checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking how to run the C preprocessor... gcc -E checking for CFLAG -Wno-unused-but-set-variable... yes checking for egrep... (cached) /bin/grep -E checking for makeinfo... makeinfo checking system version (for dynamic loading)... Linux-4.8.2-gnugnu.support checking for unistd.h... (cached) yes checking for sysconf in -lc... yes checking for _SC_CLK_TCK... 100 checking gmp.h usability... yes checking gmp.h presence... yes checking for gmp.h... yes checking for __gmpz_init in -lgmp... yes checking for external gmp version... ok checking for size of gmp limbs... 8 checking _SHORT_LIMB... no checking _LONG_LONG_LIMB... no checking for leading underscore in object symbols... no checking for GNU ld option -Map... yes checking for X... libraries , headers checking for main in -lX11... yes checking X11/Xlib.h usability... yes checking X11/Xlib.h presence... yes checking for X11/Xlib.h... yes checking X11/Xutil.h usability... yes checking X11/Xutil.h presence... yes checking for X11/Xutil.h... yes checking X11/Xlibint.h usability... yes checking X11/Xlibint.h presence... yes checking for X11/Xlibint.h... yes checking X11/Xresource.h usability... yes checking X11/Xresource.h presence... yes checking for X11/Xresource.h... yes checking X11/keysym.h usability... yes checking X11/keysym.h presence... yes checking for X11/keysym.h... yes checking can compile xgcl... yes checking __builtin_clzl... yes checking __builtin_ctzl... yes checking __builtin___clear_cache... yes checking size of long... 8 checking size of int... 4 checking size of short... 2 checking size of char... 1 checking for number of bits in char... 8 checking for byte order... little checking for word order... little checking for sbrk... yes checking for ADDR_COMPAT_LAYOUT constant... yes 200000 checking for ADDR_LIMIT_3GB constant... yes 8000000 checking for ADDR_NO_RANDOMIZE constant... yes 40000 checking for personality(ADDR_NO_RANDOMIZE) support... yes checking that sbrk is (now) non-random... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking complex.h usability... yes checking complex.h presence... yes checking for complex.h... yes checking for required object alignment... 8 checking for C extension variable alignment... __attribute__ ((aligned (8))) checking sizeof struct contblock... 16 checking for pagewidth... 12 checking DBEGIN... 0x623000 checking CSTACK_ADDRESS... 0x7ffdbfffffff checking cstack bits... 48 checking NEG_CSTACK_ADDRESS... no checking finding CSTACK_ALIGNMENT... 32 checking CSTACK_DIRECTION... -1 checking finding default linker script... got it configure: trying to adjust text start configure: min log text start -1 configure: max log text start 29 configure: lowering log text to 0 to maximize data area checking our linker script... done checking for fast NULL_OR_ON_CSTACK macro... no checking mem top... 0x8000000000000000 checking finding upper mem half range... 0x4000000000000000 checking sizeof long long int... no checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking for d_type... yes checking for pathname gcc compilation bug... yes checking for getcwd... yes checking for getwd... yes checking for rename... yes checking for uname... yes checking for gettimeofday... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking elf.h usability... yes checking elf.h presence... yes checking for elf.h... yes checking elf_abi.h usability... no checking elf_abi.h presence... no checking for elf_abi.h... no checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking for BSDgettimeofday... no checking for gettimeofday... (cached) yes checking for gettimeofday declaration... present checking for sin in -lm... yes checking for main in -lmingwex... no checking values.h usability... yes checking values.h presence... yes checking for values.h... yes checking float.h usability... yes checking float.h presence... yes checking for float.h... yes checking for isnormal... yes checking for isfinite... yes checking for INFINITY... yes checking for NAN... yes checking for sockets... checking for connect... yes checking for gethostbyname... yes checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking for main in -lreadline... yes checking for rl_completion_matches in -lreadline... yes checking For network code for nsocket.c... yes checking check for listen using fcntl... yes checking for profil... yes checking for setenv... yes checking for _cleanup... no checking FIONBIO vs. O_NONBLOCK for nonblocking I/O... O_NONBLOCK checking check for SV_ONSTACK... no checking check for SIGSYS... yes checking check for SIGEMT... no checking for sigaltstack... yes checking for feenableexcept... yes checking dis-asm.h usability... yes checking dis-asm.h presence... yes checking for dis-asm.h... yes checking for init_disassemble_info in -lopcodes... yes checking for dlopen in -ldl... yes checking for print_insn_i386... yes checking asm/sigcontext.h usability... yes checking asm/sigcontext.h presence... yes checking for asm/sigcontext.h... yes checking asm/signal.h usability... no checking asm/signal.h presence... yes checking for asm/signal.h... no checking for sigcontext...... sigcontext in signal.h checking for emacs... /usr/bin/emacs checking emacs site lisp directory... /package/prog/gcl/share/emacs/site-lisp checking emacs default.el... ./default.el checking emacs info/dir... /package/prog/gcl/share/info/ checking for tcl/tk... checking for tclsh... tclsh checking for main in -llieee... no Builtin TK not requested not found checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for mprotect... yes checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes Unable to guess machine type use configure --enable-machine=XXX, for XXX such that h/XXX.defs exists, ie in h/386-bsd.defs h/386-kfreebsd.defs h/386-linux.defs h/386-macosx.defs h/FreeBSD.defs h/NeXT.defs h/NeXT30-m68k.defs h/NeXT32-i386.defs h/NeXT32-m68k.defs h/NetBSD.defs h/OpenBSD.defs h/alpha-osf1.defs h/dec3100.defs h/dos-go32.defs h/gnuwin95.defs h/hp300-bsd.defs h/hp300.defs h/hp800.defs h/irix5.defs h/irix6.defs h/linux.defs h/mac2.defs h/mingw.defs h/mp386.defs h/ncr.defs h/powerpc-macosx.defs h/rios-aix3.defs h/rios.defs h/rt_aix.defs h/sgi.defs h/sgi4d.defs h/solaris-i386.defs h/solaris.defs h/sun2r3.defs h/sun3-os4.defs h/sun3.defs h/sun386i.defs h/sun4.defs h/symmetry.defs h/u370_aix.defs h/vax.defs
This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by configure, which was generated by GNU Autoconf 2.69. Invocation command line was $ ./configure --prefix=/package/prog/gcl --enable-readline --enable-machine=386-linux ## --------- ## ## Platform. ## ## --------- ## hostname = protected.rcdrun.com uname -m = x86_64 uname -r = 4.8.2-gnugnu.support uname -s = Linux uname -v = #2 SMP PREEMPT Fri Nov 18 12:38:46 CET 2016 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /root/bin PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /bin PATH: /usr/bin PATH: /sbin PATH: /usr/sbin PATH: /opt/texlive/2015/bin/x86_64-linux PATH: /opt/jdk/bin PATH: /opt/qt4/bin PATH: /opt/qt5/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2681: checking for gawk configure:2697: found /usr/bin/gawk configure:2708: result: gawk configure:2753: checking build system type configure:2767: result: x86_64-unknown-linux-gnu configure:2787: checking host system type configure:2800: result: x86_64-unknown-linux-gnu configure:2840: result: host=x86_64-unknown-linux-gnu configure:3217: result: use=386-linux configure:3282: checking for gcc configure:3298: found /usr/bin/gcc configure:3309: result: gcc configure:3538: checking for C compiler version configure:3547: gcc --version >&5 gcc (GCC) 5.3.0 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:3558: $? = 0 configure:3547: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../configure --prefix=/usr --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib Thread model: posix gcc version 5.3.0 (GCC) configure:3558: $? = 0 configure:3547: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:3558: $? = 1 configure:3547: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:3558: $? = 1 configure:3578: checking whether the C compiler works configure:3600: gcc conftest.c >&5 configure:3604: $? = 0 configure:3652: result: yes configure:3655: checking for C compiler default output file name configure:3657: result: a.out configure:3663: checking for suffix of executables configure:3670: gcc -o conftest conftest.c >&5 configure:3674: $? = 0 configure:3696: result: configure:3718: checking whether we are cross compiling configure:3726: gcc -o conftest conftest.c >&5 configure:3730: $? = 0 configure:3737: ./conftest configure:3741: $? = 0 configure:3756: result: no configure:3761: checking for suffix of object files configure:3783: gcc -c conftest.c >&5 configure:3787: $? = 0 configure:3808: result: o configure:3812: checking whether we are using the GNU C compiler configure:3831: gcc -c conftest.c >&5 configure:3831: $? = 0 configure:3840: result: yes configure:3849: checking whether gcc accepts -g configure:3869: gcc -c -g conftest.c >&5 configure:3869: $? = 0 configure:3910: result: yes configure:3927: checking for gcc option to accept ISO C89 configure:3990: gcc -c conftest.c >&5 configure:3990: $? = 0 configure:4003: result: none needed configure:4029: checking how to run the C preprocessor configure:4060: gcc -E conftest.c configure:4060: $? = 0 configure:4074: gcc -E conftest.c conftest.c:17:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4074: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4099: result: gcc -E configure:4119: gcc -E conftest.c configure:4119: $? = 0 configure:4133: gcc -E conftest.c conftest.c:17:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:4133: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4162: checking for grep that handles long lines and -e configure:4220: result: /bin/grep configure:4225: checking for egrep configure:4287: result: /bin/grep -E configure:4292: checking for ANSI C header files configure:4312: gcc -c conftest.c >&5 configure:4312: $? = 0 configure:4385: gcc -o conftest conftest.c >&5 configure:4385: $? = 0 configure:4385: ./conftest configure:4385: $? = 0 configure:4396: result: yes configure:4409: checking for sys/types.h configure:4409: gcc -c conftest.c >&5 configure:4409: $? = 0 configure:4409: result: yes configure:4409: checking for sys/stat.h configure:4409: gcc -c conftest.c >&5 configure:4409: $? = 0 configure:4409: result: yes configure:4409: checking for stdlib.h configure:4409: gcc -c conftest.c >&5 configure:4409: $? = 0 configure:4409: result: yes configure:4409: checking for string.h configure:4409: gcc -c conftest.c >&5 configure:4409: $? = 0 configure:4409: result: yes configure:4409: checking for memory.h configure:4409: gcc -c conftest.c >&5 configure:4409: $? = 0 configure:4409: result: yes configure:4409: checking for strings.h configure:4409: gcc -c conftest.c >&5 configure:4409: $? = 0 configure:4409: result: yes configure:4409: checking for inttypes.h configure:4409: gcc -c conftest.c >&5 configure:4409: $? = 0 configure:4409: result: yes configure:4409: checking for stdint.h configure:4409: gcc -c conftest.c >&5 configure:4409: $? = 0 configure:4409: result: yes configure:4409: checking for unistd.h configure:4409: gcc -c conftest.c >&5 configure:4409: $? = 0 configure:4409: result: yes configure:4422: checking minix/config.h usability configure:4422: gcc -c conftest.c >&5 conftest.c:60:26: fatal error: minix/config.h: No such file or directory compilation terminated. configure:4422: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define 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:4422: result: no configure:4422: checking minix/config.h presence configure:4422: gcc -E conftest.c conftest.c:27:26: fatal error: minix/config.h: No such file or directory compilation terminated. configure:4422: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define 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:4422: result: no configure:4422: checking for minix/config.h configure:4422: result: no configure:4443: checking whether it is safe to define __EXTENSIONS__ configure:4461: gcc -c conftest.c >&5 configure:4461: $? = 0 configure:4468: result: yes configure:4530: checking for gcc configure:4557: result: gcc configure:4786: checking for C compiler version configure:4795: gcc --version >&5 gcc (GCC) 5.3.0 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:4806: $? = 0 configure:4795: gcc -v >&5 Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-unknown-linux-gnu/5.3.0/lto-wrapper Target: x86_64-unknown-linux-gnu Configured with: ../configure --prefix=/usr --enable-languages=c,c++ --disable-multilib --disable-bootstrap --with-system-zlib Thread model: posix gcc version 5.3.0 (GCC) configure:4806: $? = 0 configure:4795: gcc -V >&5 gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:4806: $? = 1 configure:4795: gcc -qversion >&5 gcc: error: unrecognized command line option '-qversion' gcc: fatal error: no input files compilation terminated. configure:4806: $? = 1 configure:4810: checking whether we are using the GNU C compiler configure:4838: result: yes configure:4847: checking whether gcc accepts -g configure:4908: result: yes configure:4925: checking for gcc option to accept ISO C89 configure:5001: result: none needed configure:5026: checking how to run the C preprocessor configure:5096: result: gcc -E configure:5116: gcc -E conftest.c configure:5116: $? = 0 configure:5130: gcc -E conftest.c conftest.c:32:28: fatal error: ac_nonexistent.h: No such file or directory compilation terminated. configure:5130: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5189: checking for CFLAG -Wno-unused-but-set-variable configure:5201: gcc -o conftest -Wno-unused-but-set-variable conftest.c >&5 configure:5201: $? = 0 configure:5201: ./conftest configure:5201: $? = 0 configure:5202: result: yes configure:5395: checking for egrep configure:5457: result: /bin/grep -E configure:5466: checking for makeinfo configure:5482: found /usr/bin/makeinfo configure:5493: result: makeinfo configure:5507: checking system version (for dynamic loading) configure:5529: result: Linux-4.8.2-gnugnu.support configure:5559: checking for unistd.h configure:5559: result: yes configure:5561: checking for sysconf in -lc configure:5632: gcc -o conftest conftest.c -lc >&5 configure:5632: $? = 0 configure:5641: result: yes configure:5644: checking for _SC_CLK_TCK configure:5671: gcc -o conftest conftest.c >&5 configure:5671: $? = 0 configure:5671: ./conftest configure:5671: $? = 0 configure:5685: result: 100 configure:5707: checking gmp.h usability configure:5707: gcc -c conftest.c >&5 configure:5707: $? = 0 configure:5707: result: yes configure:5707: checking gmp.h presence configure:5707: gcc -E conftest.c configure:5707: $? = 0 configure:5707: result: yes configure:5707: checking for gmp.h configure:5707: result: yes configure:5709: checking for __gmpz_init in -lgmp configure:5734: gcc -o conftest conftest.c -lgmp >&5 configure:5734: $? = 0 configure:5743: result: yes configure:5746: checking for external gmp version configure:5773: gcc -o conftest conftest.c >&5 configure:5773: $? = 0 configure:5773: ./conftest configure:5773: $? = 0 configure:5774: result: ok configure:5845: checking for size of gmp limbs configure:5872: gcc -o conftest conftest.c >&5 configure:5872: $? = 0 configure:5872: ./conftest configure:5872: $? = 0 configure:5886: result: 8 configure:5889: checking _SHORT_LIMB configure:5917: gcc -o conftest conftest.c >&5 configure:5917: $? = 0 configure:5917: ./conftest configure:5917: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HZ 100 | #define MP_LIMB_BYTES 8 | /* end confdefs.h. */ | | #include <stdio.h> | #include "/usr/include/gmp.h" | | int | main () | { | | #ifdef _SHORT_LIMB | return 0; | #else | return 1; | #endif | | ; | return 0; | } configure:5923: result: no configure:5931: checking _LONG_LONG_LIMB configure:5959: gcc -o conftest conftest.c >&5 configure:5959: $? = 0 configure:5959: ./conftest configure:5959: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HZ 100 | #define MP_LIMB_BYTES 8 | /* end confdefs.h. */ | | #include <stdio.h> | #include "/usr/include/gmp.h" | | int | main () | { | | #ifdef _LONG_LONG_LIMB | return 0; | #else | return 1; | #endif | | ; | return 0; | } configure:5965: result: no configure:5989: checking for leading underscore in object symbols configure:6006: result: no configure:6010: checking for GNU ld option -Map configure:6015: result: yes configure:6035: checking for X configure:6143: gcc -E conftest.c configure:6143: $? = 0 configure:6174: gcc -o conftest conftest.c -lX11 >&5 configure:6174: $? = 0 configure:6224: result: libraries , headers configure:6234: checking for main in -lX11 configure:6253: gcc -o conftest conftest.c -lX11 >&5 configure:6253: $? = 0 configure:6262: result: yes configure:6270: checking X11/Xlib.h usability configure:6270: gcc -c conftest.c >&5 configure:6270: $? = 0 configure:6270: result: yes configure:6270: checking X11/Xlib.h presence configure:6270: gcc -E conftest.c configure:6270: $? = 0 configure:6270: result: yes configure:6270: checking for X11/Xlib.h configure:6270: result: yes configure:6278: checking X11/Xutil.h usability configure:6278: gcc -c conftest.c >&5 configure:6278: $? = 0 configure:6278: result: yes configure:6278: checking X11/Xutil.h presence configure:6278: gcc -E conftest.c configure:6278: $? = 0 configure:6278: result: yes configure:6278: checking for X11/Xutil.h configure:6278: result: yes configure:6286: checking X11/Xlibint.h usability configure:6286: gcc -c conftest.c >&5 configure:6286: $? = 0 configure:6286: result: yes configure:6286: checking X11/Xlibint.h presence configure:6286: gcc -E conftest.c configure:6286: $? = 0 configure:6286: result: yes configure:6286: checking for X11/Xlibint.h configure:6286: result: yes configure:6294: checking X11/Xresource.h usability configure:6294: gcc -c conftest.c >&5 configure:6294: $? = 0 configure:6294: result: yes configure:6294: checking X11/Xresource.h presence configure:6294: gcc -E conftest.c configure:6294: $? = 0 configure:6294: result: yes configure:6294: checking for X11/Xresource.h configure:6294: result: yes configure:6302: checking X11/keysym.h usability configure:6302: gcc -c conftest.c >&5 configure:6302: $? = 0 configure:6302: result: yes configure:6302: checking X11/keysym.h presence configure:6302: gcc -E conftest.c configure:6302: $? = 0 configure:6302: result: yes configure:6302: checking for X11/keysym.h configure:6302: result: yes configure:6311: checking can compile xgcl configure:6321: result: yes configure:6453: checking __builtin_clzl configure:6477: gcc -o conftest conftest.c >&5 configure:6477: $? = 0 configure:6477: ./conftest configure:6477: $? = 0 configure:6478: result: yes configure:6492: checking __builtin_ctzl configure:6516: gcc -o conftest conftest.c >&5 configure:6516: $? = 0 configure:6516: ./conftest configure:6516: $? = 0 configure:6517: result: yes configure:6539: checking __builtin___clear_cache configure:6554: gcc -c conftest.c >&5 configure:6554: $? = 0 configure:6558: result: yes configure:6577: checking size of long configure:6582: gcc -o conftest conftest.c >&5 configure:6582: $? = 0 configure:6582: ./conftest configure:6582: $? = 0 configure:6596: result: 8 configure:6610: checking size of int configure:6615: gcc -o conftest conftest.c >&5 configure:6615: $? = 0 configure:6615: ./conftest configure:6615: $? = 0 configure:6629: result: 4 configure:6643: checking size of short configure:6648: gcc -o conftest conftest.c >&5 configure:6648: $? = 0 configure:6648: ./conftest configure:6648: $? = 0 configure:6662: result: 2 configure:6676: checking size of char configure:6681: gcc -o conftest conftest.c >&5 configure:6681: $? = 0 configure:6681: ./conftest configure:6681: $? = 0 configure:6695: result: 1 configure:6731: gcc -o conftest conftest.c >&5 configure:6731: $? = 0 configure:6731: ./conftest configure:6731: $? = 0 configure:6771: gcc -o conftest conftest.c >&5 configure:6771: $? = 0 configure:6771: ./conftest configure:6771: $? = 0 configure:6811: gcc -o conftest conftest.c >&5 configure:6811: $? = 0 configure:6811: ./conftest configure:6811: $? = 0 configure:6851: gcc -o conftest conftest.c >&5 configure:6851: $? = 0 configure:6851: ./conftest configure:6851: $? = 0 configure:6891: gcc -o conftest conftest.c >&5 configure:6891: $? = 0 configure:6891: ./conftest configure:6891: $? = 0 configure:6931: gcc -o conftest conftest.c >&5 configure:6931: $? = 0 configure:6931: ./conftest configure:6931: $? = 0 configure:6971: gcc -o conftest conftest.c >&5 configure:6971: $? = 0 configure:6971: ./conftest configure:6971: $? = 0 configure:7011: gcc -o conftest conftest.c >&5 configure:7011: $? = 0 configure:7011: ./conftest configure:7011: $? = 0 configure:7051: gcc -o conftest conftest.c >&5 configure:7051: $? = 0 configure:7051: ./conftest configure:7051: $? = 0 configure:7091: gcc -o conftest conftest.c >&5 configure:7091: $? = 0 configure:7091: ./conftest configure:7091: $? = 0 configure:7132: gcc -o conftest conftest.c >&5 configure:7132: $? = 0 configure:7132: ./conftest configure:7132: $? = 0 configure:7172: gcc -o conftest conftest.c >&5 configure:7172: $? = 0 configure:7172: ./conftest configure:7172: $? = 0 configure:7212: gcc -o conftest conftest.c >&5 configure:7212: $? = 0 configure:7212: ./conftest configure:7212: $? = 0 configure:7253: gcc -o conftest conftest.c >&5 configure:7253: $? = 0 configure:7253: ./conftest configure:7253: $? = 0 configure:7293: gcc -o conftest conftest.c >&5 configure:7293: $? = 0 configure:7293: ./conftest configure:7293: $? = 0 configure:7309: checking for number of bits in char configure:7336: gcc -o conftest conftest.c >&5 configure:7336: $? = 0 configure:7336: ./conftest configure:7336: $? = 0 configure:7338: result: 8 configure:7353: checking for byte order configure:7380: gcc -o conftest conftest.c >&5 configure:7380: $? = 0 configure:7380: ./conftest configure:7380: $? = 0 configure:7381: result: little configure:7397: checking for word order configure:7423: gcc -o conftest conftest.c >&5 configure:7423: $? = 0 configure:7423: ./conftest configure:7423: $? = 0 configure:7424: result: little configure:7443: checking for sbrk configure:7472: gcc -o conftest conftest.c >&5 configure:7472: $? = 0 configure:7472: ./conftest configure:7472: $? = 0 configure:7474: result: yes configure:7493: checking for ADDR_COMPAT_LAYOUT constant configure:7521: gcc -o conftest conftest.c >&5 configure:7521: $? = 0 configure:7521: ./conftest configure:7521: $? = 0 configure:7523: result: yes 200000 configure:7540: checking for ADDR_LIMIT_3GB constant configure:7568: gcc -o conftest conftest.c >&5 configure:7568: $? = 0 configure:7568: ./conftest configure:7568: $? = 0 configure:7570: result: yes 8000000 configure:7587: checking for ADDR_NO_RANDOMIZE constant configure:7615: gcc -o conftest conftest.c >&5 configure:7615: $? = 0 configure:7615: ./conftest configure:7615: $? = 0 configure:7617: result: yes 40000 configure:7634: checking for personality(ADDR_NO_RANDOMIZE) support configure:7653: gcc -o conftest conftest.c >&5 configure:7653: $? = 0 configure:7653: ./conftest configure:7653: $? = 0 configure:7654: result: yes configure:7668: checking that sbrk is (now) non-random configure:7693: gcc -o conftest conftest.c >&5 configure:7693: $? = 0 configure:7693: ./conftest configure:7693: $? = 0 configure:7726: gcc -o conftest conftest.c >&5 configure:7726: $? = 0 configure:7726: ./conftest configure:7726: $? = 0 configure:7737: result: yes configure:7754: checking math.h usability configure:7754: gcc -c conftest.c >&5 configure:7754: $? = 0 configure:7754: result: yes configure:7754: checking math.h presence configure:7754: gcc -E conftest.c configure:7754: $? = 0 configure:7754: result: yes configure:7754: checking for math.h configure:7754: result: yes configure:7766: checking complex.h usability configure:7766: gcc -c conftest.c >&5 configure:7766: $? = 0 configure:7766: result: yes configure:7766: checking complex.h presence configure:7766: gcc -E conftest.c configure:7766: $? = 0 configure:7766: result: yes configure:7766: checking for complex.h configure:7766: result: yes configure:7779: checking for required object alignment configure:7815: gcc -o conftest conftest.c >&5 In file included from conftest.c:71:0: ./h/object.h: In function 'emsg': ./h/object.h:471:5: warning: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] v=alloca(n); ^ ./h/object.h:471:5: warning: incompatible implicit declaration of built-in function 'alloca' configure:7815: $? = 0 configure:7815: ./conftest configure:7815: $? = 0 configure:7817: result: 8 configure:7832: checking for C extension variable alignment configure:7853: gcc -o conftest conftest.c >&5 configure:7853: $? = 0 configure:7853: ./conftest configure:7853: $? = 0 configure:7862: result: __attribute__ ((aligned (8))) configure:7874: checking sizeof struct contblock configure:7953: gcc -o conftest conftest.c >&5 In file included from conftest.c:72:0: h/object.h: In function 'emsg': h/object.h:471:5: warning: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] v=alloca(n); ^ h/object.h:471:5: warning: incompatible implicit declaration of built-in function 'alloca' configure:7953: $? = 0 configure:7953: ./conftest configure:7953: $? = 0 configure:7963: result: 16 configure:7973: checking for pagewidth configure:8006: gcc -o conftest conftest.c >&5 configure:8006: $? = 0 configure:8006: ./conftest configure:8006: $? = 0 configure:8015: result: 12 configure:8024: checking DBEGIN configure:8065: gcc -o conftest conftest.c >&5 configure:8065: $? = 0 configure:8065: ./conftest configure:8065: $? = 0 configure:8075: result: 0x623000 configure:8101: gcc -o conftest conftest.c >&5 configure:8101: $? = 0 configure:8101: ./conftest configure:8101: $? = 0 configure:8120: checking CSTACK_ADDRESS configure:8162: gcc -o conftest conftest.c >&5 conftest.c: In function 'foo': conftest.c:72:15: warning: function returns address of local variable [-Wreturn-local-addr] return (void *)&i; ^ conftest.c: In function 'main': conftest.c:87:11: warning: comparison between pointer and integer if (foo()>i) i-=j; ^ configure:8162: $? = 0 configure:8162: ./conftest configure:8162: $? = 0 configure:8176: result: 0x7ffdbfffffff configure:8179: checking cstack bits configure:8221: gcc -o conftest conftest.c >&5 conftest.c: In function 'foo': conftest.c:74:15: warning: function returns address of local variable [-Wreturn-local-addr] return (void *)&i; ^ conftest.c: In function 'main': conftest.c:90:11: warning: comparison between pointer and integer if (foo()>i) i-=j; ^ configure:8221: $? = 0 configure:8221: ./conftest configure:8221: $? = 0 configure:8235: result: 48 configure:8238: checking NEG_CSTACK_ADDRESS configure:8261: gcc -o conftest conftest.c >&5 conftest.c:79:3: error: expected identifier or '(' before 'return' return 0; ^ conftest.c:80:1: error: expected identifier or '(' before '}' token } ^ configure:8261: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HZ 100 | #define MP_LIMB_BYTES 8 | #define GMP 1 | #define HAVE_GNU_LD 1 | #define HAVE_XGCL 1 | #define HAVE_CLZL 1 | #define HAVE_CTZL 1 | #define HAVE_BUILTIN_CLEAR_CACHE 1 | #define SIZEOF_LONG 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_CHAR 1 | #define LM9BITS 55 | #define LM13BITS 51 | #define LM27BITS 37 | #define LM16BITS 48 | #define HM1BITS 31 | #define HM2BITS 30 | #define HM7BITS 25 | #define HM9BITS 23 | #define HM10BITS 22 | #define HM5BITS 27 | #define QM3BITS 13 | #define QM4BITS 12 | #define LM4BITS 60 | #define LM24BITS 40 | #define LM3BITS 61 | #define CHAR_SIZE 8 | #define CAN_UNRANDOMIZE_SBRK 1 | #define HAVE_MATH_H 1 | #define HAVE_COMPLEX_H 1 | #define OBJ_ALIGNMENT 8 | #define OBJ_ALIGN __attribute__ ((aligned (8))) | #define SIZEOF_CONTBLOCK 16 | #define PAGEWIDTH 12 | #define CSTACK_ADDRESS 0x7ffdbfffffff | #define CSTACK_BITS 48 | /* end confdefs.h. */ | | #include <stdio.h> | | int | main () | { | | return (long)0x7ffdbfffffff<0 ? 0 : -1; | } | ; | return 0; | } configure:8269: result: no configure:8279: checking finding CSTACK_ALIGNMENT configure:8311: gcc -o conftest conftest.c >&5 conftest.c: In function 'main': conftest.c:79:4: warning: implicit declaration of function 'alloca' [-Wimplicit-function-declaration] b=alloca(sizeof(b)); ^ conftest.c:79:4: warning: incompatible implicit declaration of built-in function 'alloca' configure:8311: $? = 0 configure:8311: ./conftest configure:8311: $? = 0 configure:8325: result: 32 configure:8328: checking CSTACK_DIRECTION configure:8362: gcc -o conftest conftest.c >&5 conftest.c: In function 'foo': conftest.c:75:9: warning: function returns address of local variable [-Wreturn-local-addr] return (void *)&i; ^ configure:8362: $? = 0 configure:8362: ./conftest configure:8362: $? = 0 configure:8376: result: -1 configure:8384: checking finding default linker script configure:8393: result: got it configure:8395: trying to adjust text start configure:8418: min log text start -1 configure:8420: max log text start 29 configure:8441: lowering log text to 0 to maximize data area configure:8466: checking our linker script configure:8470: result: done configure:8501: checking for fast NULL_OR_ON_CSTACK macro configure:8526: gcc -o conftest -Wl,-T gcl.script conftest.c >&5 configure:8526: $? = 0 configure:8526: ./conftest configure:8526: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HZ 100 | #define MP_LIMB_BYTES 8 | #define GMP 1 | #define HAVE_GNU_LD 1 | #define HAVE_XGCL 1 | #define HAVE_CLZL 1 | #define HAVE_CTZL 1 | #define HAVE_BUILTIN_CLEAR_CACHE 1 | #define SIZEOF_LONG 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_CHAR 1 | #define LM9BITS 55 | #define LM13BITS 51 | #define LM27BITS 37 | #define LM16BITS 48 | #define HM1BITS 31 | #define HM2BITS 30 | #define HM7BITS 25 | #define HM9BITS 23 | #define HM10BITS 22 | #define HM5BITS 27 | #define QM3BITS 13 | #define QM4BITS 12 | #define LM4BITS 60 | #define LM24BITS 40 | #define LM3BITS 61 | #define CHAR_SIZE 8 | #define CAN_UNRANDOMIZE_SBRK 1 | #define HAVE_MATH_H 1 | #define HAVE_COMPLEX_H 1 | #define OBJ_ALIGNMENT 8 | #define OBJ_ALIGN __attribute__ ((aligned (8))) | #define SIZEOF_CONTBLOCK 16 | #define PAGEWIDTH 12 | #define CSTACK_ADDRESS 0x7ffdbfffffff | #define CSTACK_BITS 48 | #define CSTACK_ALIGNMENT 32 | #define CSTACK_DIRECTION -1 | #define OBJNULL NULL | #define CSSIZE -1 | /* end confdefs.h. */ | | #include <stdio.h> | | int | main () | { | | return ((long)0x623000>=0 && | ((long)0x623000+(long)(524288<<12)) >=0 && | ((long)0x7ffdbfffffff<0)) ? 0 : 1; | | ; | return 0; | } configure:8542: result: no configure:8548: checking mem top configure:8588: gcc -o conftest -Wl,-T gcl.script conftest.c >&5 configure:8588: $? = 0 configure:8588: ./conftest configure:8588: $? = 0 configure:8597: result: 0x8000000000000000 configure:8600: checking finding upper mem half range configure:8629: gcc -o conftest -Wl,-T gcl.script conftest.c >&5 configure:8629: $? = 0 configure:8629: ./conftest configure:8629: $? = 0 configure:8638: result: 0x4000000000000000 configure:8671: checking sizeof long long int configure:8695: gcc -o conftest -Wl,-T gcl.script conftest.c >&5 configure:8695: $? = 0 configure:8695: ./conftest configure:8695: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HZ 100 | #define MP_LIMB_BYTES 8 | #define GMP 1 | #define HAVE_GNU_LD 1 | #define HAVE_XGCL 1 | #define HAVE_CLZL 1 | #define HAVE_CTZL 1 | #define HAVE_BUILTIN_CLEAR_CACHE 1 | #define SIZEOF_LONG 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_CHAR 1 | #define LM9BITS 55 | #define LM13BITS 51 | #define LM27BITS 37 | #define LM16BITS 48 | #define HM1BITS 31 | #define HM2BITS 30 | #define HM7BITS 25 | #define HM9BITS 23 | #define HM10BITS 22 | #define HM5BITS 27 | #define QM3BITS 13 | #define QM4BITS 12 | #define LM4BITS 60 | #define LM24BITS 40 | #define LM3BITS 61 | #define CHAR_SIZE 8 | #define CAN_UNRANDOMIZE_SBRK 1 | #define HAVE_MATH_H 1 | #define HAVE_COMPLEX_H 1 | #define OBJ_ALIGNMENT 8 | #define OBJ_ALIGN __attribute__ ((aligned (8))) | #define SIZEOF_CONTBLOCK 16 | #define PAGEWIDTH 12 | #define CSTACK_ADDRESS 0x7ffdbfffffff | #define CSTACK_BITS 48 | #define CSTACK_ALIGNMENT 32 | #define CSTACK_DIRECTION -1 | #define OBJNULL NULL | #define CSSIZE -1 | #define MEM_TOP 0x8000000000000000 | #define MEM_RANGE 0x4000000000000000 | #define IM_FIX_BASE 0x8000000000000000 | #define IM_FIX_LIM 0x4000000000000000 | /* end confdefs.h. */ | | #include <stdio.h> | | int | main () | { | | if (sizeof(long long int) == 2*sizeof(long)) return 0; | return 1; | | ; | return 0; | } configure:8701: result: no configure:8714: checking dirent.h usability configure:8714: gcc -c conftest.c >&5 configure:8714: $? = 0 configure:8714: result: yes configure:8714: checking dirent.h presence configure:8714: gcc -E conftest.c configure:8714: $? = 0 configure:8714: result: yes configure:8714: checking for dirent.h configure:8714: result: yes configure:8719: checking for d_type configure:8741: gcc -o conftest -Wl,-T gcl.script conftest.c >&5 configure:8741: $? = 0 configure:8741: ./conftest configure:8741: $? = 0 configure:8742: result: yes configure:8777: checking for pathname gcc compilation bug configure:8826: gcc -o conftest -O3 -fomit-frame-pointer -Wl,-T gcl.script conftest.c >&5 conftest.c: In function 'foo': conftest.c:91:8: warning: implicit declaration of function 'type_of' [-Wimplicit-function-declaration] if (type_of(wrd) == t_string) { ^ conftest.c:91:24: error: 't_string' undeclared (first use in this function) if (type_of(wrd) == t_string) { ^ conftest.c:91:24: note: each undeclared identifier is reported only once for each function it appears in conftest.c:93:12: warning: implicit declaration of function 'isupper' [-Wimplicit-function-declaration] if (isupper(wrd->st.st_self[i])) seen_upper=1; ^ conftest.c:94:12: warning: implicit declaration of function 'islower' [-Wimplicit-function-declaration] if (islower(wrd->st.st_self[i])) seen_lower=1; ^ conftest.c: In function 'main': conftest.c:108:11: warning: implicit declaration of function 'set_type_of' [-Wimplicit-function-declaration] set_type_of(p,t_string); ^ conftest.c:108:25: error: 't_string' undeclared (first use in this function) set_type_of(p,t_string); ^ configure:8826: $? = 1 configure: program exited with status 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HZ 100 | #define MP_LIMB_BYTES 8 | #define GMP 1 | #define HAVE_GNU_LD 1 | #define HAVE_XGCL 1 | #define HAVE_CLZL 1 | #define HAVE_CTZL 1 | #define HAVE_BUILTIN_CLEAR_CACHE 1 | #define SIZEOF_LONG 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_CHAR 1 | #define LM9BITS 55 | #define LM13BITS 51 | #define LM27BITS 37 | #define LM16BITS 48 | #define HM1BITS 31 | #define HM2BITS 30 | #define HM7BITS 25 | #define HM9BITS 23 | #define HM10BITS 22 | #define HM5BITS 27 | #define QM3BITS 13 | #define QM4BITS 12 | #define LM4BITS 60 | #define LM24BITS 40 | #define LM3BITS 61 | #define CHAR_SIZE 8 | #define CAN_UNRANDOMIZE_SBRK 1 | #define HAVE_MATH_H 1 | #define HAVE_COMPLEX_H 1 | #define OBJ_ALIGNMENT 8 | #define OBJ_ALIGN __attribute__ ((aligned (8))) | #define SIZEOF_CONTBLOCK 16 | #define PAGEWIDTH 12 | #define CSTACK_ADDRESS 0x7ffdbfffffff | #define CSTACK_BITS 48 | #define CSTACK_ALIGNMENT 32 | #define CSTACK_DIRECTION -1 | #define OBJNULL NULL | #define CSSIZE -1 | #define MEM_TOP 0x8000000000000000 | #define MEM_RANGE 0x4000000000000000 | #define IM_FIX_BASE 0x8000000000000000 | #define IM_FIX_LIM 0x4000000000000000 | #define HAVE_DIRENT_H 1 | #define HAVE_D_TYPE 1 | /* end confdefs.h. */ | | #include <stdio.h> | #include <complex.h> | #define EXTER | #include "/usr/include/gmp.h" | #include "./h/enum.h" | #include "./h/lu.h" | | int foo(object wrd) { | | int i,seen_upper=0,seen_lower=0; | | if (type_of(wrd) == t_string) { | for (i=0; i<wrd->st.st_fillp; i++) { | if (isupper(wrd->st.st_self[i])) seen_upper=1; | if (islower(wrd->st.st_self[i])) seen_lower=1; | } | } | | return seen_upper*seen_lower; | | } | | int | main() { | | union lispunion b; | object p=&b; | | set_type_of(p,t_string); | p->st.st_self="FOO"; | p->st.st_fillp=3; | | return foo(p); | | } | | configure:8830: result: yes configure:8921: checking for getcwd configure:8921: gcc -o conftest -Wl,-T gcl.script conftest.c >&5 configure:8921: $? = 0 configure:8921: result: yes configure:8932: checking for getwd configure:8932: gcc -o conftest -Wl,-T gcl.script conftest.c >&5 /tmp/ccdFOfkW.o: In function `main': conftest.c:(.text+0xa): warning: the `getwd' function is dangerous and should not be used. configure:8932: $? = 0 configure:8932: result: yes configure:8943: checking for rename configure:8943: gcc -o conftest -Wl,-T gcl.script conftest.c >&5 configure:8943: $? = 0 configure:8943: result: yes configure:8952: checking for uname configure:8952: gcc -o conftest -Wl,-T gcl.script conftest.c >&5 configure:8952: $? = 0 configure:8952: result: yes configure:8961: checking for gettimeofday configure:8961: gcc -o conftest -Wl,-T gcl.script conftest.c >&5 configure:8961: $? = 0 configure:8961: result: yes configure:8974: checking sys/ioctl.h usability configure:8974: gcc -c conftest.c >&5 configure:8974: $? = 0 configure:8974: result: yes configure:8974: checking sys/ioctl.h presence configure:8974: gcc -E conftest.c configure:8974: $? = 0 configure:8974: result: yes configure:8974: checking for sys/ioctl.h configure:8974: result: yes configure:8989: checking elf.h usability configure:8989: gcc -c conftest.c >&5 configure:8989: $? = 0 configure:8989: result: yes configure:8989: checking elf.h presence configure:8989: gcc -E conftest.c configure:8989: $? = 0 configure:8989: result: yes configure:8989: checking for elf.h configure:8989: result: yes configure:8989: checking elf_abi.h usability configure:8989: gcc -c conftest.c >&5 conftest.c:117:21: fatal error: elf_abi.h: No such file or directory compilation terminated. configure:8989: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HZ 100 | #define MP_LIMB_BYTES 8 | #define GMP 1 | #define HAVE_GNU_LD 1 | #define HAVE_XGCL 1 | #define HAVE_CLZL 1 | #define HAVE_CTZL 1 | #define HAVE_BUILTIN_CLEAR_CACHE 1 | #define SIZEOF_LONG 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_CHAR 1 | #define LM9BITS 55 | #define LM13BITS 51 | #define LM27BITS 37 | #define LM16BITS 48 | #define HM1BITS 31 | #define HM2BITS 30 | #define HM7BITS 25 | #define HM9BITS 23 | #define HM10BITS 22 | #define HM5BITS 27 | #define QM3BITS 13 | #define QM4BITS 12 | #define LM4BITS 60 | #define LM24BITS 40 | #define LM3BITS 61 | #define CHAR_SIZE 8 | #define CAN_UNRANDOMIZE_SBRK 1 | #define HAVE_MATH_H 1 | #define HAVE_COMPLEX_H 1 | #define OBJ_ALIGNMENT 8 | #define OBJ_ALIGN __attribute__ ((aligned (8))) | #define SIZEOF_CONTBLOCK 16 | #define PAGEWIDTH 12 | #define CSTACK_ADDRESS 0x7ffdbfffffff | #define CSTACK_BITS 48 | #define CSTACK_ALIGNMENT 32 | #define CSTACK_DIRECTION -1 | #define OBJNULL NULL | #define CSSIZE -1 | #define MEM_TOP 0x8000000000000000 | #define MEM_RANGE 0x4000000000000000 | #define IM_FIX_BASE 0x8000000000000000 | #define IM_FIX_LIM 0x4000000000000000 | #define HAVE_DIRENT_H 1 | #define HAVE_D_TYPE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_RENAME 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_ELF_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 <elf_abi.h> configure:8989: result: no configure:8989: checking elf_abi.h presence configure:8989: gcc -E conftest.c conftest.c:84:21: fatal error: elf_abi.h: No such file or directory compilation terminated. configure:8989: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HZ 100 | #define MP_LIMB_BYTES 8 | #define GMP 1 | #define HAVE_GNU_LD 1 | #define HAVE_XGCL 1 | #define HAVE_CLZL 1 | #define HAVE_CTZL 1 | #define HAVE_BUILTIN_CLEAR_CACHE 1 | #define SIZEOF_LONG 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_CHAR 1 | #define LM9BITS 55 | #define LM13BITS 51 | #define LM27BITS 37 | #define LM16BITS 48 | #define HM1BITS 31 | #define HM2BITS 30 | #define HM7BITS 25 | #define HM9BITS 23 | #define HM10BITS 22 | #define HM5BITS 27 | #define QM3BITS 13 | #define QM4BITS 12 | #define LM4BITS 60 | #define LM24BITS 40 | #define LM3BITS 61 | #define CHAR_SIZE 8 | #define CAN_UNRANDOMIZE_SBRK 1 | #define HAVE_MATH_H 1 | #define HAVE_COMPLEX_H 1 | #define OBJ_ALIGNMENT 8 | #define OBJ_ALIGN __attribute__ ((aligned (8))) | #define SIZEOF_CONTBLOCK 16 | #define PAGEWIDTH 12 | #define CSTACK_ADDRESS 0x7ffdbfffffff | #define CSTACK_BITS 48 | #define CSTACK_ALIGNMENT 32 | #define CSTACK_DIRECTION -1 | #define OBJNULL NULL | #define CSSIZE -1 | #define MEM_TOP 0x8000000000000000 | #define MEM_RANGE 0x4000000000000000 | #define IM_FIX_BASE 0x8000000000000000 | #define IM_FIX_LIM 0x4000000000000000 | #define HAVE_DIRENT_H 1 | #define HAVE_D_TYPE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_RENAME 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_ELF_H 1 | /* end confdefs.h. */ | #include <elf_abi.h> configure:8989: result: no configure:8989: checking for elf_abi.h configure:8989: result: no configure:9002: checking sys/sockio.h usability configure:9002: gcc -c conftest.c >&5 conftest.c:117:24: fatal error: sys/sockio.h: No such file or directory compilation terminated. configure:9002: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HZ 100 | #define MP_LIMB_BYTES 8 | #define GMP 1 | #define HAVE_GNU_LD 1 | #define HAVE_XGCL 1 | #define HAVE_CLZL 1 | #define HAVE_CTZL 1 | #define HAVE_BUILTIN_CLEAR_CACHE 1 | #define SIZEOF_LONG 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_CHAR 1 | #define LM9BITS 55 | #define LM13BITS 51 | #define LM27BITS 37 | #define LM16BITS 48 | #define HM1BITS 31 | #define HM2BITS 30 | #define HM7BITS 25 | #define HM9BITS 23 | #define HM10BITS 22 | #define HM5BITS 27 | #define QM3BITS 13 | #define QM4BITS 12 | #define LM4BITS 60 | #define LM24BITS 40 | #define LM3BITS 61 | #define CHAR_SIZE 8 | #define CAN_UNRANDOMIZE_SBRK 1 | #define HAVE_MATH_H 1 | #define HAVE_COMPLEX_H 1 | #define OBJ_ALIGNMENT 8 | #define OBJ_ALIGN __attribute__ ((aligned (8))) | #define SIZEOF_CONTBLOCK 16 | #define PAGEWIDTH 12 | #define CSTACK_ADDRESS 0x7ffdbfffffff | #define CSTACK_BITS 48 | #define CSTACK_ALIGNMENT 32 | #define CSTACK_DIRECTION -1 | #define OBJNULL NULL | #define CSSIZE -1 | #define MEM_TOP 0x8000000000000000 | #define MEM_RANGE 0x4000000000000000 | #define IM_FIX_BASE 0x8000000000000000 | #define IM_FIX_LIM 0x4000000000000000 | #define HAVE_DIRENT_H 1 | #define HAVE_D_TYPE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_RENAME 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_ELF_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/sockio.h> configure:9002: result: no configure:9002: checking sys/sockio.h presence configure:9002: gcc -E conftest.c conftest.c:84:24: fatal error: sys/sockio.h: No such file or directory compilation terminated. configure:9002: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HZ 100 | #define MP_LIMB_BYTES 8 | #define GMP 1 | #define HAVE_GNU_LD 1 | #define HAVE_XGCL 1 | #define HAVE_CLZL 1 | #define HAVE_CTZL 1 | #define HAVE_BUILTIN_CLEAR_CACHE 1 | #define SIZEOF_LONG 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_CHAR 1 | #define LM9BITS 55 | #define LM13BITS 51 | #define LM27BITS 37 | #define LM16BITS 48 | #define HM1BITS 31 | #define HM2BITS 30 | #define HM7BITS 25 | #define HM9BITS 23 | #define HM10BITS 22 | #define HM5BITS 27 | #define QM3BITS 13 | #define QM4BITS 12 | #define LM4BITS 60 | #define LM24BITS 40 | #define LM3BITS 61 | #define CHAR_SIZE 8 | #define CAN_UNRANDOMIZE_SBRK 1 | #define HAVE_MATH_H 1 | #define HAVE_COMPLEX_H 1 | #define OBJ_ALIGNMENT 8 | #define OBJ_ALIGN __attribute__ ((aligned (8))) | #define SIZEOF_CONTBLOCK 16 | #define PAGEWIDTH 12 | #define CSTACK_ADDRESS 0x7ffdbfffffff | #define CSTACK_BITS 48 | #define CSTACK_ALIGNMENT 32 | #define CSTACK_DIRECTION -1 | #define OBJNULL NULL | #define CSSIZE -1 | #define MEM_TOP 0x8000000000000000 | #define MEM_RANGE 0x4000000000000000 | #define IM_FIX_BASE 0x8000000000000000 | #define IM_FIX_LIM 0x4000000000000000 | #define HAVE_DIRENT_H 1 | #define HAVE_D_TYPE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_RENAME 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_ELF_H 1 | /* end confdefs.h. */ | #include <sys/sockio.h> configure:9002: result: no configure:9002: checking for sys/sockio.h configure:9002: result: no configure:9025: checking for BSDgettimeofday configure:9025: gcc -o conftest -Wl,-T gcl.script conftest.c >&5 /tmp/ccL3qQNk.o: In function `main': conftest.c:(.text+0xa): undefined reference to `BSDgettimeofday' collect2: error: ld returned 1 exit status configure:9025: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HZ 100 | #define MP_LIMB_BYTES 8 | #define GMP 1 | #define HAVE_GNU_LD 1 | #define HAVE_XGCL 1 | #define HAVE_CLZL 1 | #define HAVE_CTZL 1 | #define HAVE_BUILTIN_CLEAR_CACHE 1 | #define SIZEOF_LONG 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_CHAR 1 | #define LM9BITS 55 | #define LM13BITS 51 | #define LM27BITS 37 | #define LM16BITS 48 | #define HM1BITS 31 | #define HM2BITS 30 | #define HM7BITS 25 | #define HM9BITS 23 | #define HM10BITS 22 | #define HM5BITS 27 | #define QM3BITS 13 | #define QM4BITS 12 | #define LM4BITS 60 | #define LM24BITS 40 | #define LM3BITS 61 | #define CHAR_SIZE 8 | #define CAN_UNRANDOMIZE_SBRK 1 | #define HAVE_MATH_H 1 | #define HAVE_COMPLEX_H 1 | #define OBJ_ALIGNMENT 8 | #define OBJ_ALIGN __attribute__ ((aligned (8))) | #define SIZEOF_CONTBLOCK 16 | #define PAGEWIDTH 12 | #define CSTACK_ADDRESS 0x7ffdbfffffff | #define CSTACK_BITS 48 | #define CSTACK_ALIGNMENT 32 | #define CSTACK_DIRECTION -1 | #define OBJNULL NULL | #define CSSIZE -1 | #define MEM_TOP 0x8000000000000000 | #define MEM_RANGE 0x4000000000000000 | #define IM_FIX_BASE 0x8000000000000000 | #define IM_FIX_LIM 0x4000000000000000 | #define HAVE_DIRENT_H 1 | #define HAVE_D_TYPE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_RENAME 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_ELF_H 1 | /* end confdefs.h. */ | /* Define BSDgettimeofday to an innocuous variant, in case <limits.h> declares BSDgettimeofday. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define BSDgettimeofday innocuous_BSDgettimeofday | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char BSDgettimeofday (); 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 BSDgettimeofday | | /* 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 BSDgettimeofday (); | /* 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_BSDgettimeofday || defined __stub___BSDgettimeofday | choke me | #endif | | int | main () | { | return BSDgettimeofday (); | ; | return 0; | } configure:9025: result: no configure:9031: checking for gettimeofday configure:9031: result: yes configure:9043: checking for gettimeofday declaration configure:9053: result: present configure:9067: checking for sin in -lm configure:9092: gcc -o conftest -Wl,-T gcl.script conftest.c -lm >&5 conftest.c:91:6: warning: conflicting types for built-in function 'sin' char sin (); ^ configure:9092: $? = 0 configure:9101: result: yes configure:9110: checking for main in -lmingwex configure:9129: gcc -o conftest -Wl,-T gcl.script conftest.c -lmingwex -lm >&5 /usr/bin/ld: cannot find -lmingwex collect2: error: ld returned 1 exit status configure:9129: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HZ 100 | #define MP_LIMB_BYTES 8 | #define GMP 1 | #define HAVE_GNU_LD 1 | #define HAVE_XGCL 1 | #define HAVE_CLZL 1 | #define HAVE_CTZL 1 | #define HAVE_BUILTIN_CLEAR_CACHE 1 | #define SIZEOF_LONG 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_CHAR 1 | #define LM9BITS 55 | #define LM13BITS 51 | #define LM27BITS 37 | #define LM16BITS 48 | #define HM1BITS 31 | #define HM2BITS 30 | #define HM7BITS 25 | #define HM9BITS 23 | #define HM10BITS 22 | #define HM5BITS 27 | #define QM3BITS 13 | #define QM4BITS 12 | #define LM4BITS 60 | #define LM24BITS 40 | #define LM3BITS 61 | #define CHAR_SIZE 8 | #define CAN_UNRANDOMIZE_SBRK 1 | #define HAVE_MATH_H 1 | #define HAVE_COMPLEX_H 1 | #define OBJ_ALIGNMENT 8 | #define OBJ_ALIGN __attribute__ ((aligned (8))) | #define SIZEOF_CONTBLOCK 16 | #define PAGEWIDTH 12 | #define CSTACK_ADDRESS 0x7ffdbfffffff | #define CSTACK_BITS 48 | #define CSTACK_ALIGNMENT 32 | #define CSTACK_DIRECTION -1 | #define OBJNULL NULL | #define CSSIZE -1 | #define MEM_TOP 0x8000000000000000 | #define MEM_RANGE 0x4000000000000000 | #define IM_FIX_BASE 0x8000000000000000 | #define IM_FIX_LIM 0x4000000000000000 | #define HAVE_DIRENT_H 1 | #define HAVE_D_TYPE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_RENAME 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_ELF_H 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:9138: result: no configure:9215: checking values.h usability configure:9215: gcc -c conftest.c >&5 configure:9215: $? = 0 configure:9215: result: yes configure:9215: checking values.h presence configure:9215: gcc -E conftest.c configure:9215: $? = 0 configure:9215: result: yes configure:9215: checking for values.h configure:9215: result: yes configure:9233: checking float.h usability configure:9233: gcc -c conftest.c >&5 configure:9233: $? = 0 configure:9233: result: yes configure:9233: checking float.h presence configure:9233: gcc -E conftest.c configure:9233: $? = 0 configure:9233: result: yes configure:9233: checking for float.h configure:9233: result: yes configure:9251: checking for isnormal configure:9275: gcc -o conftest -Wl,-T gcl.script conftest.c -lm >&5 configure:9275: $? = 0 configure:9275: ./conftest configure:9275: $? = 0 configure:9278: result: yes configure:9323: checking for isfinite configure:9347: gcc -o conftest -Wl,-T gcl.script conftest.c -lm >&5 configure:9347: $? = 0 configure:9347: ./conftest configure:9347: $? = 0 configure:9350: result: yes configure:9396: checking for INFINITY configure:9420: gcc -o conftest -Wl,-T gcl.script conftest.c -lm >&5 configure:9420: $? = 0 configure:9420: ./conftest configure:9420: $? = 0 configure:9421: result: yes configure:9469: checking for NAN configure:9493: gcc -o conftest -Wl,-T gcl.script conftest.c -lm >&5 configure:9493: $? = 0 configure:9493: ./conftest configure:9493: $? = 0 configure:9494: result: yes configure:9560: checking for sockets configure:9563: checking for connect configure:9563: gcc -o conftest -Wl,-T gcl.script conftest.c -lm >&5 configure:9563: $? = 0 configure:9563: result: yes configure:9621: checking for gethostbyname configure:9621: gcc -o conftest -Wl,-T gcl.script conftest.c -lm >&5 configure:9621: $? = 0 configure:9621: result: yes configure:9667: checking readline/readline.h usability configure:9667: gcc -c conftest.c >&5 configure:9667: $? = 0 configure:9667: result: yes configure:9667: checking readline/readline.h presence configure:9667: gcc -E conftest.c configure:9667: $? = 0 configure:9667: result: yes configure:9667: checking for readline/readline.h configure:9667: result: yes configure:9672: checking for main in -lreadline configure:9691: gcc -o conftest -Wl,-T gcl.script conftest.c -lreadline -lm >&5 configure:9691: $? = 0 configure:9700: result: yes configure:9720: checking for rl_completion_matches in -lreadline configure:9745: gcc -o conftest -Wl,-T gcl.script conftest.c -lreadline -lm >&5 configure:9745: $? = 0 configure:9754: result: yes configure:9770: checking For network code for nsocket.c configure:9803: gcc -o conftest -Wl,-T gcl.script conftest.c -lm >&5 configure:9803: $? = 0 configure:9807: result: yes configure:9817: checking check for listen using fcntl configure:9836: gcc -c conftest.c >&5 configure:9836: $? = 0 configure:9840: result: yes configure:9851: checking for profil configure:9851: gcc -o conftest -Wl,-T gcl.script conftest.c -lm >&5 configure:9851: $? = 0 configure:9851: result: yes configure:9861: checking for setenv configure:9861: gcc -o conftest -Wl,-T gcl.script conftest.c -lm >&5 configure:9861: $? = 0 configure:9861: result: yes configure:9882: checking for _cleanup configure:9882: gcc -o conftest -Wl,-T gcl.script conftest.c -lm >&5 /tmp/ccEpTFZz.o: In function `main': conftest.c:(.text+0xa): undefined reference to `_cleanup' collect2: error: ld returned 1 exit status configure:9882: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HZ 100 | #define MP_LIMB_BYTES 8 | #define GMP 1 | #define HAVE_GNU_LD 1 | #define HAVE_XGCL 1 | #define HAVE_CLZL 1 | #define HAVE_CTZL 1 | #define HAVE_BUILTIN_CLEAR_CACHE 1 | #define SIZEOF_LONG 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_CHAR 1 | #define LM9BITS 55 | #define LM13BITS 51 | #define LM27BITS 37 | #define LM16BITS 48 | #define HM1BITS 31 | #define HM2BITS 30 | #define HM7BITS 25 | #define HM9BITS 23 | #define HM10BITS 22 | #define HM5BITS 27 | #define QM3BITS 13 | #define QM4BITS 12 | #define LM4BITS 60 | #define LM24BITS 40 | #define LM3BITS 61 | #define CHAR_SIZE 8 | #define CAN_UNRANDOMIZE_SBRK 1 | #define HAVE_MATH_H 1 | #define HAVE_COMPLEX_H 1 | #define OBJ_ALIGNMENT 8 | #define OBJ_ALIGN __attribute__ ((aligned (8))) | #define SIZEOF_CONTBLOCK 16 | #define PAGEWIDTH 12 | #define CSTACK_ADDRESS 0x7ffdbfffffff | #define CSTACK_BITS 48 | #define CSTACK_ALIGNMENT 32 | #define CSTACK_DIRECTION -1 | #define OBJNULL NULL | #define CSSIZE -1 | #define MEM_TOP 0x8000000000000000 | #define MEM_RANGE 0x4000000000000000 | #define IM_FIX_BASE 0x8000000000000000 | #define IM_FIX_LIM 0x4000000000000000 | #define HAVE_DIRENT_H 1 | #define HAVE_D_TYPE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_RENAME 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_ELF_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ISNORMAL 1 | #define HAVE_ISFINITE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE 1 | #define HAVE_DECL_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_COMPENTRY_FUNC_T 1 | #define HAVE_NSOCKET 1 | #define LISTEN_USE_FCNTL 1 | #define HAVE_SETENV 1 | /* end confdefs.h. */ | /* Define _cleanup to an innocuous variant, in case <limits.h> declares _cleanup. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define _cleanup innocuous__cleanup | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char _cleanup (); 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 _cleanup | | /* 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 _cleanup (); | /* 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__cleanup || defined __stub____cleanup | choke me | #endif | | int | main () | { | return _cleanup (); | ; | return 0; | } configure:9882: result: no configure:9892: checking FIONBIO vs. O_NONBLOCK for nonblocking I/O configure:9918: result: O_NONBLOCK configure:9924: checking check for SV_ONSTACK configure:9939: gcc -c conftest.c >&5 conftest.c:98:9: error: 'SV_ONSTACK' undeclared here (not in a function) int joe=SV_ONSTACK; ^ configure:9939: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HZ 100 | #define MP_LIMB_BYTES 8 | #define GMP 1 | #define HAVE_GNU_LD 1 | #define HAVE_XGCL 1 | #define HAVE_CLZL 1 | #define HAVE_CTZL 1 | #define HAVE_BUILTIN_CLEAR_CACHE 1 | #define SIZEOF_LONG 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_CHAR 1 | #define LM9BITS 55 | #define LM13BITS 51 | #define LM27BITS 37 | #define LM16BITS 48 | #define HM1BITS 31 | #define HM2BITS 30 | #define HM7BITS 25 | #define HM9BITS 23 | #define HM10BITS 22 | #define HM5BITS 27 | #define QM3BITS 13 | #define QM4BITS 12 | #define LM4BITS 60 | #define LM24BITS 40 | #define LM3BITS 61 | #define CHAR_SIZE 8 | #define CAN_UNRANDOMIZE_SBRK 1 | #define HAVE_MATH_H 1 | #define HAVE_COMPLEX_H 1 | #define OBJ_ALIGNMENT 8 | #define OBJ_ALIGN __attribute__ ((aligned (8))) | #define SIZEOF_CONTBLOCK 16 | #define PAGEWIDTH 12 | #define CSTACK_ADDRESS 0x7ffdbfffffff | #define CSTACK_BITS 48 | #define CSTACK_ALIGNMENT 32 | #define CSTACK_DIRECTION -1 | #define OBJNULL NULL | #define CSSIZE -1 | #define MEM_TOP 0x8000000000000000 | #define MEM_RANGE 0x4000000000000000 | #define IM_FIX_BASE 0x8000000000000000 | #define IM_FIX_LIM 0x4000000000000000 | #define HAVE_DIRENT_H 1 | #define HAVE_D_TYPE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_RENAME 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_ELF_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ISNORMAL 1 | #define HAVE_ISFINITE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE 1 | #define HAVE_DECL_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_COMPENTRY_FUNC_T 1 | #define HAVE_NSOCKET 1 | #define LISTEN_USE_FCNTL 1 | #define HAVE_SETENV 1 | /* end confdefs.h. */ | #include <signal.h> | int joe=SV_ONSTACK; | | int | main () | { | | ; | return 0; | } configure:9947: result: no configure:9952: checking check for SIGSYS configure:9967: gcc -c conftest.c >&5 configure:9967: $? = 0 configure:9972: result: yes configure:9981: checking check for SIGEMT configure:9996: gcc -c conftest.c >&5 conftest.c:99:9: error: 'SIGEMT' undeclared here (not in a function) int joe=SIGEMT; ^ configure:9996: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HZ 100 | #define MP_LIMB_BYTES 8 | #define GMP 1 | #define HAVE_GNU_LD 1 | #define HAVE_XGCL 1 | #define HAVE_CLZL 1 | #define HAVE_CTZL 1 | #define HAVE_BUILTIN_CLEAR_CACHE 1 | #define SIZEOF_LONG 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_CHAR 1 | #define LM9BITS 55 | #define LM13BITS 51 | #define LM27BITS 37 | #define LM16BITS 48 | #define HM1BITS 31 | #define HM2BITS 30 | #define HM7BITS 25 | #define HM9BITS 23 | #define HM10BITS 22 | #define HM5BITS 27 | #define QM3BITS 13 | #define QM4BITS 12 | #define LM4BITS 60 | #define LM24BITS 40 | #define LM3BITS 61 | #define CHAR_SIZE 8 | #define CAN_UNRANDOMIZE_SBRK 1 | #define HAVE_MATH_H 1 | #define HAVE_COMPLEX_H 1 | #define OBJ_ALIGNMENT 8 | #define OBJ_ALIGN __attribute__ ((aligned (8))) | #define SIZEOF_CONTBLOCK 16 | #define PAGEWIDTH 12 | #define CSTACK_ADDRESS 0x7ffdbfffffff | #define CSTACK_BITS 48 | #define CSTACK_ALIGNMENT 32 | #define CSTACK_DIRECTION -1 | #define OBJNULL NULL | #define CSSIZE -1 | #define MEM_TOP 0x8000000000000000 | #define MEM_RANGE 0x4000000000000000 | #define IM_FIX_BASE 0x8000000000000000 | #define IM_FIX_LIM 0x4000000000000000 | #define HAVE_DIRENT_H 1 | #define HAVE_D_TYPE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_RENAME 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_ELF_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ISNORMAL 1 | #define HAVE_ISFINITE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE 1 | #define HAVE_DECL_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_COMPENTRY_FUNC_T 1 | #define HAVE_NSOCKET 1 | #define LISTEN_USE_FCNTL 1 | #define HAVE_SETENV 1 | #define HAVE_SIGSYS 1 | /* end confdefs.h. */ | #include <signal.h> | int joe=SIGEMT; | | int | main () | { | | ; | return 0; | } configure:10004: result: no configure:10011: checking for sigaltstack configure:10011: gcc -o conftest -Wl,-T gcl.script conftest.c -lm >&5 configure:10011: $? = 0 configure:10011: result: yes configure:10022: checking for feenableexcept configure:10022: gcc -o conftest -Wl,-T gcl.script conftest.c -lm >&5 configure:10022: $? = 0 configure:10022: result: yes configure:10034: checking dis-asm.h usability configure:10034: gcc -c conftest.c >&5 configure:10034: $? = 0 configure:10034: result: yes configure:10034: checking dis-asm.h presence configure:10034: gcc -E conftest.c configure:10034: $? = 0 configure:10034: result: yes configure:10034: checking for dis-asm.h configure:10034: result: yes configure:10040: checking for init_disassemble_info in -lopcodes configure:10065: gcc -o conftest -Wl,-T gcl.script conftest.c -lopcodes -lm >&5 configure:10065: $? = 0 configure:10074: result: yes configure:10085: checking for dlopen in -ldl configure:10110: gcc -o conftest -Wl,-T gcl.script conftest.c -ldl -lopcodes -lm >&5 configure:10110: $? = 0 configure:10119: result: yes configure:10125: checking for print_insn_i386 configure:10125: gcc -o conftest -Wl,-T gcl.script conftest.c -lopcodes -lm >&5 configure:10125: $? = 0 configure:10125: result: yes configure:10144: checking asm/sigcontext.h usability configure:10144: gcc -c conftest.c >&5 configure:10144: $? = 0 configure:10144: result: yes configure:10144: checking asm/sigcontext.h presence configure:10144: gcc -E conftest.c configure:10144: $? = 0 configure:10144: result: yes configure:10144: checking for asm/sigcontext.h configure:10144: result: yes configure:10156: checking asm/signal.h usability configure:10156: gcc -c conftest.c >&5 In file included from /usr/include/asm/signal.h:6:0, from conftest.c:137: /usr/include/linux/time.h:9:8: error: redefinition of 'struct timespec' struct timespec { ^ In file included from /usr/include/sys/select.h:43:0, from /usr/include/sys/types.h:219, from conftest.c:106: /usr/include/time.h:120:8: note: originally defined here struct timespec ^ In file included from /usr/include/asm/signal.h:6:0, from conftest.c:137: /usr/include/linux/time.h:15:8: error: redefinition of 'struct timeval' struct timeval { ^ In file included from /usr/include/sys/select.h:45:0, from /usr/include/sys/types.h:219, from conftest.c:106: /usr/include/bits/time.h:30:8: note: originally defined here struct timeval ^ In file included from conftest.c:137:0: /usr/include/asm/signal.h:15:23: error: conflicting types for 'sigset_t' typedef unsigned long sigset_t; ^ In file included from /usr/include/sys/types.h:219:0, from conftest.c:106: /usr/include/sys/select.h:37:20: note: previous declaration of 'sigset_t' was here typedef __sigset_t sigset_t; ^ configure:10156: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HZ 100 | #define MP_LIMB_BYTES 8 | #define GMP 1 | #define HAVE_GNU_LD 1 | #define HAVE_XGCL 1 | #define HAVE_CLZL 1 | #define HAVE_CTZL 1 | #define HAVE_BUILTIN_CLEAR_CACHE 1 | #define SIZEOF_LONG 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_CHAR 1 | #define LM9BITS 55 | #define LM13BITS 51 | #define LM27BITS 37 | #define LM16BITS 48 | #define HM1BITS 31 | #define HM2BITS 30 | #define HM7BITS 25 | #define HM9BITS 23 | #define HM10BITS 22 | #define HM5BITS 27 | #define QM3BITS 13 | #define QM4BITS 12 | #define LM4BITS 60 | #define LM24BITS 40 | #define LM3BITS 61 | #define CHAR_SIZE 8 | #define CAN_UNRANDOMIZE_SBRK 1 | #define HAVE_MATH_H 1 | #define HAVE_COMPLEX_H 1 | #define OBJ_ALIGNMENT 8 | #define OBJ_ALIGN __attribute__ ((aligned (8))) | #define SIZEOF_CONTBLOCK 16 | #define PAGEWIDTH 12 | #define CSTACK_ADDRESS 0x7ffdbfffffff | #define CSTACK_BITS 48 | #define CSTACK_ALIGNMENT 32 | #define CSTACK_DIRECTION -1 | #define OBJNULL NULL | #define CSSIZE -1 | #define MEM_TOP 0x8000000000000000 | #define MEM_RANGE 0x4000000000000000 | #define IM_FIX_BASE 0x8000000000000000 | #define IM_FIX_LIM 0x4000000000000000 | #define HAVE_DIRENT_H 1 | #define HAVE_D_TYPE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_RENAME 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_ELF_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ISNORMAL 1 | #define HAVE_ISFINITE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE 1 | #define HAVE_DECL_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_COMPENTRY_FUNC_T 1 | #define HAVE_NSOCKET 1 | #define LISTEN_USE_FCNTL 1 | #define HAVE_SETENV 1 | #define HAVE_SIGSYS 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_FEENABLEEXCEPT 1 | #define HAVE_DIS_ASM_H 1 | #define HAVE_LIBOPCODES 1 | #define HAVE_PRINT_INSN_I386 1 | #define HAVE_ASM_SIGCONTEXT_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 <asm/signal.h> configure:10156: result: no configure:10156: checking asm/signal.h presence configure:10156: gcc -E conftest.c configure:10156: $? = 0 configure:10156: result: yes configure:10156: WARNING: asm/signal.h: present but cannot be compiled configure:10156: WARNING: asm/signal.h: check for missing prerequisite headers? configure:10156: WARNING: asm/signal.h: see the Autoconf documentation configure:10156: WARNING: asm/signal.h: section "Present But Cannot Be Compiled" configure:10156: WARNING: asm/signal.h: proceeding with the compiler's result configure:10156: checking for asm/signal.h configure:10156: result: no configure:10166: checking for sigcontext... configure:10182: gcc -c conftest.c >&5 configure:10182: $? = 0 configure:10188: result: sigcontext in signal.h configure:10259: checking for emacs configure:10277: found /usr/bin/emacs configure:10289: result: /usr/bin/emacs configure:10312: checking emacs site lisp directory configure:10321: result: /package/prog/gcl/share/emacs/site-lisp configure:10337: checking emacs default.el configure:10349: result: ./default.el configure:10367: checking emacs info/dir configure:10376: result: /package/prog/gcl/share/info/ configure:10380: checking for tcl/tk configure:10388: checking for tclsh configure:10404: found /usr/bin/tclsh configure:10416: result: tclsh configure:10495: checking for main in -llieee configure:10514: gcc -o conftest -Wl,-T gcl.script conftest.c -llieee -lm -ldl >&5 /usr/bin/ld: cannot find -llieee collect2: error: ld returned 1 exit status configure:10514: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HZ 100 | #define MP_LIMB_BYTES 8 | #define GMP 1 | #define HAVE_GNU_LD 1 | #define HAVE_XGCL 1 | #define HAVE_CLZL 1 | #define HAVE_CTZL 1 | #define HAVE_BUILTIN_CLEAR_CACHE 1 | #define SIZEOF_LONG 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_CHAR 1 | #define LM9BITS 55 | #define LM13BITS 51 | #define LM27BITS 37 | #define LM16BITS 48 | #define HM1BITS 31 | #define HM2BITS 30 | #define HM7BITS 25 | #define HM9BITS 23 | #define HM10BITS 22 | #define HM5BITS 27 | #define QM3BITS 13 | #define QM4BITS 12 | #define LM4BITS 60 | #define LM24BITS 40 | #define LM3BITS 61 | #define CHAR_SIZE 8 | #define CAN_UNRANDOMIZE_SBRK 1 | #define HAVE_MATH_H 1 | #define HAVE_COMPLEX_H 1 | #define OBJ_ALIGNMENT 8 | #define OBJ_ALIGN __attribute__ ((aligned (8))) | #define SIZEOF_CONTBLOCK 16 | #define PAGEWIDTH 12 | #define CSTACK_ADDRESS 0x7ffdbfffffff | #define CSTACK_BITS 48 | #define CSTACK_ALIGNMENT 32 | #define CSTACK_DIRECTION -1 | #define OBJNULL NULL | #define CSSIZE -1 | #define MEM_TOP 0x8000000000000000 | #define MEM_RANGE 0x4000000000000000 | #define IM_FIX_BASE 0x8000000000000000 | #define IM_FIX_LIM 0x4000000000000000 | #define HAVE_DIRENT_H 1 | #define HAVE_D_TYPE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_RENAME 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_ELF_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ISNORMAL 1 | #define HAVE_ISFINITE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE 1 | #define HAVE_DECL_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_COMPENTRY_FUNC_T 1 | #define HAVE_NSOCKET 1 | #define LISTEN_USE_FCNTL 1 | #define HAVE_SETENV 1 | #define HAVE_SIGSYS 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_FEENABLEEXCEPT 1 | #define HAVE_DIS_ASM_H 1 | #define HAVE_LIBOPCODES 1 | #define HAVE_PRINT_INSN_I386 1 | #define HAVE_ASM_SIGCONTEXT_H 1 | #define SIGNAL_H_HAS_SIGCONTEXT 1 | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:10523: result: no configure:10574: result: Builtin TK not requested configure:10582: result: not found configure:10599: checking sys/mman.h usability configure:10599: gcc -c conftest.c >&5 configure:10599: $? = 0 configure:10599: result: yes configure:10599: checking sys/mman.h presence configure:10599: gcc -E conftest.c configure:10599: $? = 0 configure:10599: result: yes configure:10599: checking for sys/mman.h configure:10599: result: yes configure:10606: checking for mprotect configure:10606: gcc -o conftest -Wl,-T gcl.script conftest.c -lm -ldl >&5 configure:10606: $? = 0 configure:10606: result: yes configure:10621: checking alloca.h usability configure:10621: gcc -c conftest.c >&5 configure:10621: $? = 0 configure:10621: result: yes configure:10621: checking alloca.h presence configure:10621: gcc -E conftest.c configure:10621: $? = 0 configure:10621: result: yes configure:10621: checking for alloca.h configure:10621: result: yes configure:10631: checking for size_t configure:10631: gcc -c conftest.c >&5 configure:10631: $? = 0 configure:10631: gcc -c conftest.c >&5 conftest.c: In function 'main': conftest.c:144:21: error: expected expression before ')' token if (sizeof ((size_t))) ^ configure:10631: $? = 1 configure: failed program was: | /* confdefs.h */ | #define PACKAGE_NAME "" | #define PACKAGE_TARNAME "" | #define PACKAGE_VERSION "" | #define PACKAGE_STRING "" | #define PACKAGE_BUGREPORT "" | #define PACKAGE_URL "" | #define HOLEDIV 4 | #define VSSIZE 262144 | #define BDSSIZE 4096 | #define IHSSIZE 16384 | #define FRSSIZE 4096 | #define HOST_CPU "X86_64" | #define HOST_KERNEL "LINUX" | #define HOST_SYSTEM "GNU" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HZ 100 | #define MP_LIMB_BYTES 8 | #define GMP 1 | #define HAVE_GNU_LD 1 | #define HAVE_XGCL 1 | #define HAVE_CLZL 1 | #define HAVE_CTZL 1 | #define HAVE_BUILTIN_CLEAR_CACHE 1 | #define SIZEOF_LONG 8 | #define SIZEOF_INT 4 | #define SIZEOF_SHORT 2 | #define SIZEOF_CHAR 1 | #define LM9BITS 55 | #define LM13BITS 51 | #define LM27BITS 37 | #define LM16BITS 48 | #define HM1BITS 31 | #define HM2BITS 30 | #define HM7BITS 25 | #define HM9BITS 23 | #define HM10BITS 22 | #define HM5BITS 27 | #define QM3BITS 13 | #define QM4BITS 12 | #define LM4BITS 60 | #define LM24BITS 40 | #define LM3BITS 61 | #define CHAR_SIZE 8 | #define CAN_UNRANDOMIZE_SBRK 1 | #define HAVE_MATH_H 1 | #define HAVE_COMPLEX_H 1 | #define OBJ_ALIGNMENT 8 | #define OBJ_ALIGN __attribute__ ((aligned (8))) | #define SIZEOF_CONTBLOCK 16 | #define PAGEWIDTH 12 | #define CSTACK_ADDRESS 0x7ffdbfffffff | #define CSTACK_BITS 48 | #define CSTACK_ALIGNMENT 32 | #define CSTACK_DIRECTION -1 | #define OBJNULL NULL | #define CSSIZE -1 | #define MEM_TOP 0x8000000000000000 | #define MEM_RANGE 0x4000000000000000 | #define IM_FIX_BASE 0x8000000000000000 | #define IM_FIX_LIM 0x4000000000000000 | #define HAVE_DIRENT_H 1 | #define HAVE_D_TYPE 1 | #define HAVE_GETCWD 1 | #define HAVE_GETWD 1 | #define HAVE_RENAME 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_ELF_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_VALUES_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_FLOAT_H 1 | #define HAVE_ISNORMAL 1 | #define HAVE_ISFINITE 1 | #define HAVE_READLINE_READLINE_H 1 | #define HAVE_READLINE 1 | #define HAVE_DECL_RL_COMPLETION_MATCHES 1 | #define HAVE_RL_COMPENTRY_FUNC_T 1 | #define HAVE_NSOCKET 1 | #define LISTEN_USE_FCNTL 1 | #define HAVE_SETENV 1 | #define HAVE_SIGSYS 1 | #define HAVE_SIGALTSTACK 1 | #define HAVE_FEENABLEEXCEPT 1 | #define HAVE_DIS_ASM_H 1 | #define HAVE_LIBOPCODES 1 | #define HAVE_PRINT_INSN_I386 1 | #define HAVE_ASM_SIGCONTEXT_H 1 | #define SIGNAL_H_HAS_SIGCONTEXT 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_MPROTECT 1 | #define HAVE_ALLOCA_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 () | { | if (sizeof ((size_t))) | return 0; | ; | return 0; | } configure:10631: result: yes configure:10644: checking for working alloca.h configure:10661: gcc -o conftest -Wl,-T gcl.script conftest.c -lm -ldl >&5 configure:10661: $? = 0 configure:10669: result: yes configure:10677: checking for alloca configure:10714: gcc -o conftest -Wl,-T gcl.script conftest.c -lm -ldl >&5 configure:10714: $? = 0 configure:10722: result: yes ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=x86_64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_LIBS_set= ac_cv_env_LIBS_value= ac_cv_env_XMKMF_set= ac_cv_env_XMKMF_value= ac_cv_env_build_alias_set= ac_cv_env_build_alias_value= ac_cv_env_host_alias_set= ac_cv_env_host_alias_value= ac_cv_env_target_alias_set= ac_cv_env_target_alias_value= ac_cv_func_BSDgettimeofday=no ac_cv_func__cleanup=no ac_cv_func_alloca_works=yes ac_cv_func_connect=yes ac_cv_func_feenableexcept=yes ac_cv_func_getcwd=yes ac_cv_func_gethostbyname=yes ac_cv_func_gettimeofday=yes ac_cv_func_getwd=yes ac_cv_func_mprotect=yes ac_cv_func_print_insn_i386=yes ac_cv_func_profil=yes ac_cv_func_rename=yes ac_cv_func_setenv=yes ac_cv_func_sigaltstack=yes ac_cv_func_uname=yes ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' ac_cv_header_X11_Xlib_h=yes ac_cv_header_X11_Xlibint_h=yes ac_cv_header_X11_Xresource_h=yes ac_cv_header_X11_Xutil_h=yes ac_cv_header_X11_keysym_h=yes ac_cv_header_alloca_h=yes ac_cv_header_asm_sigcontext_h=yes ac_cv_header_asm_signal_h=no ac_cv_header_complex_h=yes ac_cv_header_dirent_h=yes ac_cv_header_dis_asm_h=yes ac_cv_header_elf_abi_h=no ac_cv_header_elf_h=yes ac_cv_header_float_h=yes ac_cv_header_gmp_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_math_h=yes ac_cv_header_memory_h=yes ac_cv_header_minix_config_h=no ac_cv_header_readline_readline_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_ioctl_h=yes ac_cv_header_sys_mman_h=yes ac_cv_header_sys_sockio_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_header_values_h=yes ac_cv_host=x86_64-unknown-linux-gnu ac_cv_lib_X11_main=yes ac_cv_lib_c_sysconf=yes ac_cv_lib_dl_dlopen=yes ac_cv_lib_gmp___gmpz_init=yes ac_cv_lib_lieee_main=no ac_cv_lib_m_sin=yes ac_cv_lib_mingwex_main=no ac_cv_lib_opcodes_init_disassemble_info=yes ac_cv_lib_readline_main=yes ac_cv_lib_readline_rl_completion_matches=yes ac_cv_objext=o ac_cv_path_EGREP='/bin/grep -E' ac_cv_path_EMACS=/usr/bin/emacs ac_cv_path_GREP=/bin/grep ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_MAKEINFO=makeinfo ac_cv_prog_TCLSH=tclsh ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_safe_to_define___extensions__=yes ac_cv_sizeof_char=1 ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_short=2 ac_cv_type_size_t=yes ac_cv_working_alloca_h=yes ## ----------------- ## ## Output variables. ## ## ----------------- ## ALLOCA='' AWK='gawk' BUILD_BFD='' CC='gcc' CFLAGS=' -fsigned-char -pipe -Wall -Wno-unused-but-set-variable -O3 -fomit-frame-pointer -I$(GCLDIR)/o' CLSTANDARD='CLtL1' CPP='gcc -E' CPPFLAGS='' DEFS='' DOUBLE_BIGENDIAN='' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/bin/grep -E' EMACS='/usr/bin/emacs' EMACS_DEFAULT_EL='./default.el' EMACS_SITE_LISP='/package/prog/gcl/share/emacs/site-lisp' EXEEXT='' EXTRA_LOBJS='' FINAL_CFLAGS=' -fsigned-char -pipe -Wall -Wno-unused-but-set-variable ' FLISP='saved_gcl' GMP='1' GMPDIR='gmp4' GNU_LD='1' GREP='/bin/grep' HAVE_LONG_LONG='' HAVE_PUTENV='' HAVE_SETENV='' HAVE_SIGEMT='' HAVE_SIGSYS='' HAVE_SV_ONSTACK='' INFO_DIR='/package/prog/gcl/share/info/' LDFLAGS=' -Wl,-T gcl.script ' LD_STACK_FLAGS='' LEADING_UNDERSCORE='' LIBOBJS='' LIBS='-Wl,-T ../unixport/gcl.script -lX11 -lgmp -lreadline -ldl -lm -ldl' LISPFLAGS='' LTLIBOBJS='' MAKEINFO='makeinfo' NIFLAGS=' -fsigned-char -pipe -Wall -Wno-unused-but-set-variable -I$(GCLDIR)/o' NOTIFY='yes' NO_PROFILE='' O2FLAGS='-O' O3FLAGS='-Os -fomit-frame-pointer' OBJEXT='o' PACKAGE_BUGREPORT='' PACKAGE_NAME='' PACKAGE_STRING='' PACKAGE_TARNAME='' PACKAGE_URL='' PACKAGE_VERSION='' PAGEWIDTH='12' PARGCLDIR='' PATHNAME_BUG='t' PATH_SEPARATOR=':' PROCESSOR_FLAGS='' RL_LIB='' RL_OBJS='gcl_readline' SHELL='/bin/sh' SYSTEM='gcl' TCLSH='tclsh' TCL_DEFS='' TCL_DL_LIBS='' TCL_INCLUDE='' TCL_LIBRARY='' TCL_LIBS='' TCL_LIB_SPEC='' TCL_STUB_LIBS='' TK_BUILD_LIB_SPEC='' TK_CONFIG_PREFIX='unknown' TK_DEFS='' TK_INCLUDE='' TK_LIBRARY='' TK_LIBS='' TK_LIB_SPEC='' TK_XINCLUDES='' TK_XLIBSW='' USE_CLEANUP='' VERSION='2.7.0' WORDS_BIGENDIAN='' XMKMF='' X_CFLAGS='' X_LIBS=' -lX11' ac_ct_CC='gcc' bindir='${exec_prefix}/bin' build='x86_64-unknown-linux-gnu' build_alias='' build_cpu='x86_64' build_os='linux-gnu' build_vendor='unknown' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE}' dvidir='${docdir}' exec_prefix='NONE' host='x86_64-unknown-linux-gnu' host_alias='' host_cpu='x86_64' host_os='linux-gnu' host_vendor='unknown' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' mandir='${datarootdir}/man' oldincludedir='/usr/include' pdfdir='${docdir}' prefix='/package/prog/gcl' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' sysconfdir='${prefix}/etc' target_alias='' use='386-linux' ## ----------- ## ## confdefs.h. ## ## ----------- ## /* confdefs.h */ #define PACKAGE_NAME "" #define PACKAGE_TARNAME "" #define PACKAGE_VERSION "" #define PACKAGE_STRING "" #define PACKAGE_BUGREPORT "" #define PACKAGE_URL "" #define HOLEDIV 4 #define VSSIZE 262144 #define BDSSIZE 4096 #define IHSSIZE 16384 #define FRSSIZE 4096 #define HOST_CPU "X86_64" #define HOST_KERNEL "LINUX" #define HOST_SYSTEM "GNU" #define STDC_HEADERS 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRING_H 1 #define HAVE_MEMORY_H 1 #define HAVE_STRINGS_H 1 #define HAVE_INTTYPES_H 1 #define HAVE_STDINT_H 1 #define HAVE_UNISTD_H 1 #define __EXTENSIONS__ 1 #define _ALL_SOURCE 1 #define _GNU_SOURCE 1 #define _POSIX_PTHREAD_SEMANTICS 1 #define _TANDEM_SOURCE 1 #define HZ 100 #define MP_LIMB_BYTES 8 #define GMP 1 #define HAVE_GNU_LD 1 #define HAVE_XGCL 1 #define HAVE_CLZL 1 #define HAVE_CTZL 1 #define HAVE_BUILTIN_CLEAR_CACHE 1 #define SIZEOF_LONG 8 #define SIZEOF_INT 4 #define SIZEOF_SHORT 2 #define SIZEOF_CHAR 1 #define LM9BITS 55 #define LM13BITS 51 #define LM27BITS 37 #define LM16BITS 48 #define HM1BITS 31 #define HM2BITS 30 #define HM7BITS 25 #define HM9BITS 23 #define HM10BITS 22 #define HM5BITS 27 #define QM3BITS 13 #define QM4BITS 12 #define LM4BITS 60 #define LM24BITS 40 #define LM3BITS 61 #define CHAR_SIZE 8 #define CAN_UNRANDOMIZE_SBRK 1 #define HAVE_MATH_H 1 #define HAVE_COMPLEX_H 1 #define OBJ_ALIGNMENT 8 #define OBJ_ALIGN __attribute__ ((aligned (8))) #define SIZEOF_CONTBLOCK 16 #define PAGEWIDTH 12 #define CSTACK_ADDRESS 0x7ffdbfffffff #define CSTACK_BITS 48 #define CSTACK_ALIGNMENT 32 #define CSTACK_DIRECTION -1 #define OBJNULL NULL #define CSSIZE -1 #define MEM_TOP 0x8000000000000000 #define MEM_RANGE 0x4000000000000000 #define IM_FIX_BASE 0x8000000000000000 #define IM_FIX_LIM 0x4000000000000000 #define HAVE_DIRENT_H 1 #define HAVE_D_TYPE 1 #define HAVE_GETCWD 1 #define HAVE_GETWD 1 #define HAVE_RENAME 1 #define HAVE_SYS_IOCTL_H 1 #define HAVE_ELF_H 1 #define HAVE_VALUES_H 1 #define HAVE_VALUES_H 1 #define HAVE_FLOAT_H 1 #define HAVE_FLOAT_H 1 #define HAVE_ISNORMAL 1 #define HAVE_ISFINITE 1 #define HAVE_READLINE_READLINE_H 1 #define HAVE_READLINE 1 #define HAVE_DECL_RL_COMPLETION_MATCHES 1 #define HAVE_RL_COMPENTRY_FUNC_T 1 #define HAVE_NSOCKET 1 #define LISTEN_USE_FCNTL 1 #define HAVE_SETENV 1 #define HAVE_SIGSYS 1 #define HAVE_SIGALTSTACK 1 #define HAVE_FEENABLEEXCEPT 1 #define HAVE_DIS_ASM_H 1 #define HAVE_LIBOPCODES 1 #define HAVE_PRINT_INSN_I386 1 #define HAVE_ASM_SIGCONTEXT_H 1 #define SIGNAL_H_HAS_SIGCONTEXT 1 #define HAVE_SYS_MMAN_H 1 #define HAVE_MPROTECT 1 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA_H 1 #define HAVE_ALLOCA 1 configure: exit 0
_______________________________________________ Gcl-devel mailing list Gcl-devel@gnu.org https://lists.gnu.org/mailman/listinfo/gcl-devel