[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Maxima-discuss] gcl compilation error
From: |
Camm Maguire |
Subject: |
Re: [Maxima-discuss] gcl compilation error |
Date: |
Tue, 26 Dec 2023 07:54:54 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
Greetings, and thanks for your report!
This is dying with SIGINT -- something is issuing an interrupt, as if by
Ctl-c at the lisp prompt, to the makefile before we even compile the
first C file. I do not know anything about flatpak. This may or may
not be the same as the apparent outer software running make, which is
likely where the signal originates. Your C compiler obviously works or
you would have not gotten this far. May I suggest discarding the outer
software whatever that may be, and launching a terminal or emacs, and in
a plain vanilla shell environment trying './configure && make'.
Take care,
g
T Rex <sixpalax@gmail.com> writes:
> Thank you for your response, I had sent an email to gcl-devel but I did not
> receive a response. As for the difficulty in compilation, it only occurs in
> the development environment provided by Flatpak. Outside of flatpak I have
> had a successful build.
>
> Attach the complete output of the compilation process and the config.log file
>
> El dom, 24 dic 2023 a la(s) 4:58 p.m., Richard Fateman (fateman@gmail.com)
> escribió:
>
> Hi Camm, Rex --
> I think this could be kept on gcl-devel without cc'ing Maxima list. If I'm
> reading this right it does not involve
> Maxima, at least yet :)
>
> Best wishes for Christmas, New years etc.
> RJF
>
> On Sun, Dec 24, 2023 at 9:29 AM Camm Maguire <camm@maguirefamily.org> wrote:
>
> Greetings! If you post your full compile and make logs I'll try to take
> a look.
>
> Take care,
>
> T Rex <sixpalax@gmail.com> writes:
>
> > I am trying to compile gcl for maxima with the following manifest for
> flatpak
> >
> > app-id: org.gcl.gcl
> > runtime: org.freedesktop.Platform
> > runtime-version: "23.08"
> > sdk: org.freedesktop.Sdk
> > command: gcl
> > modules:
> > - name: gcl
> > buildsystem: simple
> > build-commands:
> > - ./configure --prefix=/app/ --enable-ansi
> > - make -j2
> > #no-autogen: true
> > #builddir: true
> > sources:
> > - type: archive
> > path: ./gcl-2.6.14.tar.gz
> >
> --------------------------------------------------------------------------------------------------------
> >
> > At the compilation stage I get the error:
> >
> >
> -------------------------------------------------------------------------------------------------
> > echo '#include "make-decl.h"' > foo.c
> > cat typespec.ini main.ini alloc.ini gbc.ini bitop.ini eval.ini macros.ini
> lex.ini bds.ini frame.ini predicate.ini reference.ini assignment.ini bind.ini
> let.ini conditional.ini block.ini iteration.ini mapfun.ini prog.ini
> multival.ini catch.ini symbol.ini cfun.ini cmpaux.ini
> package.ini
> > big.ini number.ini num_pred.ini num_comp.ini num_arith.ini num_sfun.ini
> num_co.ini num_log.ini num_rand.ini earith.ini character.ini sequence.ini
> list.ini hash.ini array.ini string.ini regexpr.ini structure.ini toplevel.ini
> file.ini read.ini backq.ini print.ini
> format.ini
> > pathname.ini unixfsys.ini unixfasl.ini error.ini unixtime.ini unixsys.ini
> unixsave.ini funlink.ini fat_string.ini run_process.ini nfunlink.ini usig.ini
> usig2.ini utils.ini makefun.ini sockets.ini clxsocket.ini init_pari.ini
> nsocket.ini sfasl.ini prelink.ini gprof.ini
> gcl_readline.ini |sed
> > 's,DEFBFUN,DEFUN,g' >> foo.c
> > gcc -E -I../h foo.c | sed -n -e '/#/d' -e '/DO_/d' -e '/[a-zA-Z;]/p' >
> tmpini
> > ../xbin/move-if-changed mv tmpini ../h/new_decl.h
> > tmpini and ../h/new_decl.h were not the same.
> > ln tmpini ../h/new_decl.h
> > rm -f foo.c tmpini
> > make[1]: Leaving directory '/run/build/gcl/o'
> > Error: module gcl: El proceso hijo terminó con el código 2
> >
> > ---------------------------------------
> >
> > Does anyone have any idea what's happening?
> >
> > _______________________________________________
> > Maxima-discuss mailing list
> > Maxima-discuss@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/maxima-discuss
> >
>
> --
> Camm Maguire camm@maguirefamily.org
> ==========================================================================
> "The earth is but one country, and mankind its citizens." -- Baha'u'llah
>
> _______________________________________________
> Maxima-discuss mailing list
> Maxima-discuss@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/maxima-discuss
>
> Running: ./configure --prefix=/app/ --enable-ansi
> checking build system type... x86_64-pc-linux-gnu
> checking host system type... x86_64-pc-linux-gnu
> host=x86_64-pc-linux-gnu
> use=amd64-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 the compiler supports GNU C... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to enable C11 features... none needed
> checking how to run the C preprocessor... gcc -E
> checking for CFLAG -fsigned-char... yes
> checking for CFLAG -pipe... yes
> checking for CFLAG -fcommon... yes
> checking for CFLAG -fno-builtin-malloc... yes
> checking for CFLAG -fno-builtin-free... yes
> checking for CFLAG -fno-PIE... yes
> checking for CFLAG -fno-pie... yes
> checking for CFLAG -fno-PIC... yes
> checking for CFLAG -fno-pic... yes
> checking for CFLAG -Wall... yes
> checking for CFLAG -Wno-builtin-requires-header... no
> checking for CFLAG -Wno-empty-body... yes
> checking for CFLAG -Wno-self-assign... no
> checking for CFLAG -Wno-unused-but-set-variable... yes
> checking for LDFLAG -no-pie... yes
> checking for inline semantics... new
> checking for clang... no
> checking for gawk... gawk
> grep: warning: stray \ before -
> grep: warning: stray \ before -
> grep: warning: stray \ before -
> grep: warning: stray \ before -
> grep: warning: stray \ before -
> grep: warning: stray \ before -
> grep: warning: stray \ before -
> grep: warning: stray \ before -
> grep: warning: stray \ before -
> grep: warning: stray \ before -
> grep: warning: stray \ before -
> grep: warning: stray \ before -
> grep: warning: stray \ before -
> checking for makeinfo... makeinfo
> checking system version (for dynamic loading)... Linux-5.10.186-loc-os
> checking for setjmp.h... yes
> checking sizeof jmp_buf... 200
> checking for unistd.h... yes
> checking for sysconf in -lc... yes
> checking _SC_CLK_TCK... 0
> checking for gmp.h... yes
> checking for __gmpz_init in -lgmp... yes
> checking for external gmp version... good
> checking for leading underscore in object symbols... "no"
> checking "for GNU ld option -Map"... "yes"
> checking for size of gmp limbs... 8
> checking _SHORT_LIMB... no
> checking _LONG_LONG_LIMB... no
> checking for X... libraries , headers
> checking for main in -lX11... yes
> checking for xdr_double... no
> checking for xdr_double in -ltirpc... no
> checking for xdr_double in -lgssrpc... no
> checking for xdr_double in -lrpc... no
> checking for xdr_double in -loncrpc... no
> checking __builtin_clzl... yes
> checking __builtin_ctzl... yes
> checking __builtin___clear_cache... yes
> checking size of long... 8
> checking for time.h... yes
> checking for sys/time.h... yes
> checking size of time_t... 8
> checking for byte order... little
> checking for word order... little
> checking for pagewidth... 12
> checking for required object alignment... 8
> checking for C extension variable alignment... __attribute__ ((aligned (8)))
> checking for C extension noreturn function attribute... __attribute__
> ((noreturn))
> checking sizeof struct contblock... 16
> checking for sbrk... yes
> checking for ADDR_NO_RANDOMIZE constant... yes 40000
> checking for ADDR_COMPAT_LAYOUT constant... yes 200000
> checking for ADDR_LIMIT_3GB constant... yes 8000000
> checking for personality(ADDR_NO_RANDOMIZE) support... yes
> checking that sbrk is (now) non-random... yes
> checking CSTACK_DIRECTION... -1
> checking finding CSTACK_ALIGNMENT... 16
> checking CSTACK_ADDRESS... 0x7fffffffffff
> checking cstack bits... 48
> checking NEG_CSTACK_ADDRESS... no
> checking finding default linker script... got it
> checking output_arch... bfd_arch_i386
> configure: trying to adjust text start
> ./configure: line 7585: 1120 Segmentation fault ( $CC $LDFLAGS -Wl,-T
> gcl.script foo.c -o foo && ./foo ) > /dev/null 2>&1
> ./configure: line 7585: 1132 Segmentation fault ( $CC $LDFLAGS -Wl,-T
> gcl.script foo.c -o foo && ./foo ) > /dev/null 2>&1
> ./configure: line 7585: 1144 Segmentation fault ( $CC $LDFLAGS -Wl,-T
> gcl.script foo.c -o foo && ./foo ) > /dev/null 2>&1
> ./configure: line 7585: 1156 Segmentation fault ( $CC $LDFLAGS -Wl,-T
> gcl.script foo.c -o foo && ./foo ) > /dev/null 2>&1
> ./configure: line 7585: 1168 Segmentation fault ( $CC $LDFLAGS -Wl,-T
> gcl.script foo.c -o foo && ./foo ) > /dev/null 2>&1
> ./configure: line 7585: 1180 Segmentation fault ( $CC $LDFLAGS -Wl,-T
> gcl.script foo.c -o foo && ./foo ) > /dev/null 2>&1
> ./configure: line 7585: 1192 Segmentation fault ( $CC $LDFLAGS -Wl,-T
> gcl.script foo.c -o foo && ./foo ) > /dev/null 2>&1
> ./configure: line 7585: 1204 Segmentation fault ( $CC $LDFLAGS -Wl,-T
> gcl.script foo.c -o foo && ./foo ) > /dev/null 2>&1
> ./configure: line 7585: 1216 Segmentation fault ( $CC $LDFLAGS -Wl,-T
> gcl.script foo.c -o foo && ./foo ) > /dev/null 2>&1
> ./configure: line 7585: 1228 Segmentation fault ( $CC $LDFLAGS -Wl,-T
> gcl.script foo.c -o foo && ./foo ) > /dev/null 2>&1
> ./configure: line 7585: 1240 Segmentation fault ( $CC $LDFLAGS -Wl,-T
> gcl.script foo.c -o foo && ./foo ) > /dev/null 2>&1
> ./configure: line 7585: 1252 Segmentation fault ( $CC $LDFLAGS -Wl,-T
> gcl.script foo.c -o foo && ./foo ) > /dev/null 2>&1
> ./configure: line 7585: 1264 Segmentation fault ( $CC $LDFLAGS -Wl,-T
> gcl.script foo.c -o foo && ./foo ) > /dev/null 2>&1
> ./configure: line 7585: 1276 Segmentation fault ( $CC $LDFLAGS -Wl,-T
> gcl.script foo.c -o foo && ./foo ) > /dev/null 2>&1
> ./configure: line 7585: 1288 Segmentation fault ( $CC $LDFLAGS -Wl,-T
> gcl.script foo.c -o foo && ./foo ) > /dev/null 2>&1
> ./configure: line 7585: 1300 Segmentation fault ( $CC $LDFLAGS -Wl,-T
> gcl.script foo.c -o foo && ./foo ) > /dev/null 2>&1
> configure: min log text start 15
> configure: max log text start 29
> configure: lowering log text to 18000 to maximize data area
> checking our linker script... done
> checking for LDFLAG -Wl,-T,gcl.script... yes
> checking mem top... 0x8000000000000000
> checking finding upper mem half range... 0x4000000000000000
> checking sizeof long long int... no
> checking for dirent.h... yes
> checking for d_type... yes
> checking for getcwd... yes
> checking for getwd... yes
> checking for uname... yes
> checking for gettimeofday... yes
> checking for sys/ioctl.h... yes
> checking for elf.h... yes
> checking for elf_abi.h... no
> checking for sys/sockio.h... no
> checking for BSDgettimeofday... no
> checking for gettimeofday... (cached) yes
> checking for grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for gettimeofday declaration... present
> checking for sin in -lm... yes
> checking for main in -lmingwex... no
> checking for buggy maximum sscanf length... none
> checking for math.h... yes
> checking for complex.h... yes
> checking for values.h... yes
> checking for float.h... yes
> checking for isnormal... yes
> checking for isfinite... yes
> checking for sockets... checking for connect... yes
> checking for gethostbyname... yes
> checking for readline/readline.h... yes
> checking for rl_initialize in -lreadline... yes
> checking for el_getc in -lreadline... no
> checking for rl_completion_matches in -lreadline... yes
> checking RL_COMPLETION_ENTRY_FUNCTION_TYPE_FUNCTION... no
> checking RL_COMPLETION_ENTRY_FUNCTION_TYPE_RL_COMPENTRY_FUNC_T... yes
> checking RL_READLINE_NAME_TYPE_CHAR... no
> checking RL_READLINE_NAME_TYPE_CONST_CHAR... 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 for dis-asm.h... yes
> checking for init_disassemble_info in -lopcodes... yes
> checking for dlopen in -ldl... yes
> checking for asm/sigcontext.h... yes
> checking for asm/signal.h... yes
> checking for sigcontext...... sigcontext of signal.h
> checking for emacs... no
> checking emacs site lisp directory... /app/share/emacs/site-lisp/
> checking emacs default.el...
> checking emacs info/dir... /app/share/info/
> checking for tclsh... no
> checking for main in -llieee... no
> checking for tcl/tk... not found
> checking for sys/mman.h... yes
> checking for mprotect... yes
> checking for alloca.h... yes
> checking for size_t... yes
> checking for working alloca.h... yes
> checking for alloca... yes
> configure: creating ./config.status
> config.status: creating makedefc
> config.status: creating windows/gcl.iss
> config.status: creating windows/sysdir.bat
> config.status: creating windows/install.lsp
> config.status: creating h/gclincl.h
> makedefc
>
> # begin makedefs
>
> # use=amd64-linux
>
> # for main link of raw_gcl
> LIBS= -lX11 -lm -ldl -lgmp -lreadline
>
> # root for the installation, eg /usr/local
> # This would cause make install to create /usr/local/bin/gcl and
> # /usr/local/lib/gcl-2-??/* with some basic files.
> prefix=/app
>
> # where to place the info files
> INFO_DIR=/app/share/info/
>
> # where to put emacs lisp files.
> EMACS_SITE_LISP=/app/share/emacs/site-lisp/
>
> # the default.el file
> EMACS_DEFAULT_EL=
>
> # numerous TCL/TK variables culled from the tkConfig.sh and tclConfig.sh
> # if these are found.
> TK_CONFIG_PREFIX=unknown
> TK_LIBRARY=
> TCL_LIBRARY=
> TK_XINCLUDES=
> TK_INCLUDE=
> TCL_INCLUDE=
> TK_LIB_SPEC=
> TK_BUILD_LIB_SPEC=
> TK_XLIBSW=
> TK_XINCLUDES=
> TCL_LIB_SPEC=
> TCL_DL_LIBS=
> TCL_LIBS=
>
> PRELINK_CHECK=
>
>
> NOTIFY=
> CC=gcc
> GCL_CC=gcc
> CFLAGS=-pipe -g -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS
> -fexceptions -fstack-protector-strong -grecord-gcc-switches
> -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
> -fno-omit-frame-pointer -fsigned-char -pipe -fcommon -fno-builtin-malloc
> -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic -Wall -Wno-empty-body
> -Wno-unused-but-set-variable -O2 -I$(GCLDIR)/o
> LDFLAGS=-L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie
> -Wl,-T,../unixport/gcl.script
> FINAL_CFLAGS=-pipe -g -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS
> -fexceptions -fstack-protector-strong -grecord-gcc-switches
> -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
> -fno-omit-frame-pointer -fsigned-char -pipe -fcommon -fno-builtin-malloc
> -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic -Wall -Wno-empty-body
> -Wno-unused-but-set-variable
> NIFLAGS=-pipe -g -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS
> -fexceptions -fstack-protector-strong -grecord-gcc-switches
> -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
> -fno-omit-frame-pointer -fsigned-char -pipe -fcommon -fno-builtin-malloc
> -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic -Wall -Wno-empty-body
> -Wno-unused-but-set-variable -I$(GCLDIR)/o
> O3FLAGS=-O2
> O2FLAGS=-O
>
> RL_OBJS=gcl_readline.o
>
> RL_LIB=
>
> MAKEINFO=makeinfo
>
> FLISP=saved_ansi_gcl
> SYSTEM=ansi_gcl
> BUILD_BFD=
> GMPDIR=
> X_LIBS= -lX11
> X_CFLAGS=
>
> PROCESSOR_FLAGS=@PROCESSOR_FLAGS@
>
> EXTRA_LOBJS=
> LEADING_UNDERSCORE=
> GNU_LD=1
> AWK=gawk
> LIBBFD=
> LIBIBERTY=
> add-defs1 amd64-linux
> using amd64-linux.defs
> fgrep: warning: fgrep is obsolescent; using grep -F
> if the 'unknown' directories exist you may provide
> a second argument to ./add-defs of a local directory where things might be,
> or edit ./add-defs so that it can find them. Otherwise just continue
> and the portions with unknown will not be compiled.
> Running: make -j2
> (cd o && make ../h/new_decl.h)
> rm -f bin/gcl xbin/gcl
> MGCLDIR=`echo /run/build/gcl | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \
> GCLDIR=`echo /run/build/gcl` ; \
> make install-command "INSTALL_LIB_DIR=$GCLDIR" "prefix=$GCLDIR"
> "BINDIR=$MGCLDIR/unixport"
> make[1]: Entering directory '/run/build/gcl/o'
> make[1]: Entering directory '/run/build/gcl'
> gcc -o grab_defs grab_defs.c
> rm -f /run/build/gcl/bin/gcl
> (echo '#!/bin/sh' ; \
> echo exec /run/build/gcl/unixport/saved_ansi_gcl \\ ; \
> echo ' -dir' /run/build/gcl/unixport/ \\ ; \
> echo ' -libdir' /run/build/gcl/ \\ ; \
> echo ' -eval '\''(setq si::*allow-gzipped-file* t)'\' \\ ;\
> ! [ -d "unknown" ] || echo ' -eval '\''(setq si::*tk-library* '\"\"')'\'
> \\;\
> echo ' '\"\$@\" ) > /run/build/gcl/bin/gcl;
> echo '#' other options: -load "/tmp/foo.o" -load "jo.lsp" -eval '"(joe 3)"'
> >> /run/build/gcl/bin/gcl
> chmod a+x /run/build/gcl/bin/gcl
> rm -f /run/build/gcl/bin/gclm.bat
> if gcc --version | grep mingw >/dev/null 2>&1 ; then (echo '@SET cd='; \
> echo '@SET promp%prompt%'; \
> echo '@PROMPT SET cd'; \
> echo '@CALL>%temp%.\setdir.bat'; \
> echo '@'; \
> echo '% do not delete this line %'; \
> echo '@ECHO off'; \
> echo 'PROMPT %promp'; \
> echo 'FOR %%c IN (CALL DEL) DO %%c %temp%.\setdir.bat'; \
> echo 'set cwd=%cd%'; \
> echo 'set libdir=%cd%\..\lib\gcl-`cat majvers`.`cat minvers`'; \
> echo 'set unixportdir=%libdir%\unixport'; \
> echo 'path %cd%\..\mingw\bin;%PATH%'; \
> echo "start %unixportdir%\saved_ansi_gcl.exe -dir %unixportdir% -libdir
> %libdir% -eval \"(setq si::*allow-gzipped-file* t)\" %1 %2 %3 %4 %5 %6 %7 %8
> %9" ) > /run/build/gcl/bin/gclm.bat ; fi
> rm -f /run/build/gcl/bin/gclfinal.bat
> if gcc --version | grep -i mingw >/dev/null 2>&1 ; then (echo 'ECHO path
> %1\mingw\bin;%PATH% > gcli.bat'; \
> echo "ECHO start %1\lib\gcl-`cat majvers`.`cat
> minvers`\unixport\saved_ansi_gcl.exe -dir %1\lib\gcl-`cat majvers`.`cat
> minvers`\unixport -libdir %1\lib\gcl-`cat majvers`.`cat minvers` -eval
> \"(setq si::*allow-gzipped-file* t)\" %1 %2 %3 %4 %5 %6 %7 %8 %9 >> gcli.bat"
> ) > /run/build/gcl/bin/gclfinal.bat ; fi
> make[1]: Leaving directory '/run/build/gcl'
> (cd xbin ; cp ../bin/gcl .)
> gcc -I../h -I../gcl-tk -o ../bin/dpp ../bin/dpp.c
> cd cmpnew && make gcl_collectfn.o
> make[1]: Entering directory '/run/build/gcl/cmpnew'
> makefile:27: warning: ignoring prerequisites on suffix rule definition
> ../unixport/saved_pre_gcl ../unixport/ -compile gcl_collectfn.lsp
> make[1]: ../unixport/saved_pre_gcl: No such file or directory
> make[1]: *** [makefile:35: gcl_collectfn.o] Error 127
> make[1]: Leaving directory '/run/build/gcl/cmpnew'
> make: *** [makefile:111: cmpnew/gcl_collectfn.o] Error 2
> make: *** Waiting for unfinished jobs....
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E typespec.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > typespec.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E main.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > main.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E alloc.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > alloc.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E gbc.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > gbc.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E bitop.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > bitop.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E eval.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > eval.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E macros.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > macros.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E lex.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > lex.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E bds.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > bds.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E frame.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > frame.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E predicate.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > predicate.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E reference.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > reference.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E assignment.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > assignment.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E bind.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > bind.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E let.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > let.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E conditional.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > conditional.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E block.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > block.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E iteration.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > iteration.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E mapfun.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > mapfun.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E prog.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > prog.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E multival.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > multival.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E catch.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > catch.ini
> ../bin/dpp symbol
> dpp: symbol.d -> symbol.c
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E symbol.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[
> ]*):\"):g' | ./grab_defs > symbol.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E cfun.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > cfun.ini
> rm symbol.c
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E cmpaux.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > cmpaux.ini
> ../bin/dpp package
> dpp: package.d -> package.c
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E package.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[
> ]*):\"):g' | ./grab_defs > package.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E big.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > big.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E number.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > number.ini
> rm package.c
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E num_pred.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > num_pred.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E num_comp.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > num_comp.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E num_arith.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > num_arith.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E num_sfun.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > num_sfun.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E num_co.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > num_co.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E num_log.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > num_log.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E num_rand.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > num_rand.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E earith.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > earith.ini
> ../bin/dpp character
> dpp: character.d -> character.c
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E character.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[
> ]*):\"):g' | ./grab_defs > character.ini
> ../bin/dpp sequence
> dpp: sequence.d -> sequence.c
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E sequence.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[
> ]*):\"):g' | ./grab_defs > sequence.ini
> rm character.c
> ../bin/dpp list
> dpp: list.d -> list.c
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E list.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[
> ]*):\"):g' | ./grab_defs > list.ini
> rm sequence.c
> ../bin/dpp hash
> dpp: hash.d -> hash.c
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E hash.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[
> ]*):\"):g' | ./grab_defs > hash.ini
> rm list.c
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E array.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > array.ini
> rm hash.c
> ../bin/dpp string
> dpp: string.d -> string.c
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E string.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[
> ]*):\"):g' | ./grab_defs > string.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E regexpr.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > regexpr.ini
> rm string.c
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E structure.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > structure.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E toplevel.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > toplevel.ini
> ../bin/dpp file
> dpp: file.d -> file.c
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E file.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[
> ]*):\"):g' | ./grab_defs > file.ini
> ../bin/dpp read
> dpp: read.d -> read.c
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E read.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[
> ]*):\"):g' | ./grab_defs > read.ini
> rm file.c
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E backq.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > backq.ini
> rm read.c
> ../bin/dpp print
> dpp: print.d -> print.c
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E print.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[
> ]*):\"):g' | ./grab_defs > print.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E format.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > format.ini
> ../bin/dpp pathname
> dpp: pathname.d -> pathname.c
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E pathname.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[
> ]*):\"):g' | ./grab_defs > pathname.ini
> rm print.c
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E unixfsys.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > unixfsys.ini
> rm pathname.c
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E unixfasl.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > unixfasl.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E error.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > error.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E unixtime.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > unixtime.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E unixsys.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > unixsys.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E unixsave.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > unixsave.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E funlink.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > funlink.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E fat_string.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > fat_string.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E run_process.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > run_process.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E nfunlink.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > nfunlink.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E usig.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > usig.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E usig2.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > usig2.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E utils.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > utils.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E makefun.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > makefun.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E sockets.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > sockets.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E clxsocket.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > clxsocket.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E init_pari.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > init_pari.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E nsocket.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > nsocket.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E sfasl.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > sfasl.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E prelink.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > prelink.ini
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E gprof.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' -e 's:\"[ ]*):\"):g' |
> ./grab_defs > gprof.ini
> ../bin/dpp gcl_readline
> dpp: gcl_readline.d -> gcl_readline.c
> gcc -DINICOMP -DNO_DEFUN -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -O2 -I/run/build/gcl/o
> -I../h -I../gcl-tk -E gcl_readline.c |\
> sed -e 's,^.* DEFUNB,DEFUNB,g' -e 's/DEF,//g' | sed -e 's:\"[
> ]*):\"):g' | ./grab_defs > gcl_readline.ini
> rm gcl_readline.c
> echo '#include "make-decl.h"' > foo.c
> cat typespec.ini main.ini alloc.ini gbc.ini bitop.ini eval.ini macros.ini
> lex.ini bds.ini frame.ini predicate.ini reference.ini assignment.ini bind.ini
> let.ini conditional.ini block.ini iteration.ini mapfun.ini prog.ini
> multival.ini catch.ini symbol.ini cfun.ini cmpaux.ini package.ini big.ini
> number.ini num_pred.ini num_comp.ini num_arith.ini num_sfun.ini num_co.ini
> num_log.ini num_rand.ini earith.ini character.ini sequence.ini list.ini
> hash.ini array.ini string.ini regexpr.ini structure.ini toplevel.ini file.ini
> read.ini backq.ini print.ini format.ini pathname.ini unixfsys.ini
> unixfasl.ini error.ini unixtime.ini unixsys.ini unixsave.ini funlink.ini
> fat_string.ini run_process.ini nfunlink.ini usig.ini usig2.ini utils.ini
> makefun.ini sockets.ini clxsocket.ini init_pari.ini nsocket.ini sfasl.ini
> prelink.ini gprof.ini gcl_readline.ini |sed 's,DEFBFUN,DEFUN,g' >> foo.c
> gcc -E -I../h foo.c | sed -n -e '/#/d' -e '/DO_/d' -e '/[a-zA-Z;]/p' > tmpini
> ../xbin/move-if-changed mv tmpini ../h/new_decl.h
> tmpini and ../h/new_decl.h were not the same.
> ln tmpini ../h/new_decl.h
> rm -f foo.c tmpini
> make[1]: Leaving directory '/run/build/gcl/o'
> Error: module gcl: El proceso hijo terminó con el código 2
>
> 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.71. Invocation command line was
>
> $ ./configure --prefix=/app/ --enable-ansi
>
> ## --------- ##
> ## Platform. ##
> ## --------- ##
>
> hostname = ss
> uname -m = x86_64
> uname -r = 5.10.186-loc-os
> uname -s = Linux
> uname -v = #1 SMP PREEMPT Sat Jul 8 10:01:49 -03 2023
>
> /usr/bin/uname -p = unknown
> /bin/uname -X = unknown
>
> /bin/arch = x86_64
> /usr/bin/arch -k = unknown
> /usr/convex/getsysinfo = unknown
> /usr/bin/hostinfo = unknown
> /bin/machine = unknown
> /usr/bin/oslevel = unknown
> /bin/universe = unknown
>
> PATH: /app/bin/
> PATH: /usr/bin/
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:2759: looking for aux files: config.guess config.sub
> configure:2772: trying ./
> configure:2801: ./config.guess found
> configure:2801: ./config.sub found
> configure:2932: checking build system type
> configure:2947: result: x86_64-pc-linux-gnu
> configure:2967: checking host system type
> configure:2981: result: x86_64-pc-linux-gnu
> configure:3022: result: host=x86_64-pc-linux-gnu
> configure:3066: result: use=amd64-linux
> configure:3355: checking for gcc
> configure:3376: found /usr/bin/gcc
> configure:3387: result: gcc
> configure:3740: checking for C compiler version
> configure:3749: gcc --version >&5
> gcc (GCC) 13.2.0
> Copyright (C) 2023 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:3760: $? = 0
> configure:3749: gcc -v >&5
> Using built-in specs.
> COLLECT_GCC=gcc
> COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-unknown-linux-gnu/13.2.0/lto-wrapper
> Target: x86_64-unknown-linux-gnu
> Configured with: ../configure --prefix=/usr --exec-prefix=/usr
> --bindir=/usr/bin --sbindir=/usr/bin --sysconfdir=/etc --datadir=/usr/share
> --includedir=/usr/include --libdir=/usr/lib --libexecdir=/usr/libexec
> --localstatedir=/var --sharedstatedir=/usr/com --mandir=/usr/share/man
> --infodir=/usr/share/info --enable-deterministic-archives --enable-shared
> --build=x86_64-bootstrapper-linux-gnu --host=x86_64-unknown-linux-gnu
> lt_cv_sys_lib_dlsearch_path_spec=/usr/lib/x86_64-linux-gnu
> --target=x86_64-unknown-linux-gnu --disable-multilib --enable-multiarch
> --disable-bootstrap --with-build-sysroot=/cross-installation
> --enable-languages=c,c++,fortran,objc,obj-c++ --enable-default-pie
> --enable-default-ssp --with-isl --disable-libssp --enable-linker-build-id
> --disable-libstdcxx-filesystem-ts --enable-cet
> host_configargs=lt_cv_sys_lib_dlsearch_path_spec=/usr/lib/x86_64-linux-gnu
> target_configargs=lt_cv_sys_lib_dlsearch_path_spec=/usr/lib/x86_64-linux-gnu
> --with-tune=generic
> Thread model: posix
> Supported LTO compression algorithms: zlib
> gcc version 13.2.0 (GCC)
> configure:3760: $? = 0
> configure:3749: gcc -V >&5
> gcc: error: unrecognized command-line option '-V'
> gcc: fatal error: no input files
> compilation terminated.
> configure:3760: $? = 1
> configure:3749: gcc -qversion >&5
> gcc: error: unrecognized command-line option '-qversion'; did you mean
> '--version'?
> gcc: fatal error: no input files
> compilation terminated.
> configure:3760: $? = 1
> configure:3749: gcc -version >&5
> gcc: error: unrecognized command-line option '-version'
> gcc: fatal error: no input files
> compilation terminated.
> configure:3760: $? = 1
> configure:3780: checking whether the C compiler works
> configure:3802: gcc -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -L/app/lib -Wl,-z,relro,-z,now
> -Wl,--as-needed conftest.c >&5
> configure:3806: $? = 0
> configure:3856: result: yes
> configure:3859: checking for C compiler default output file name
> configure:3861: result: a.out
> configure:3867: checking for suffix of executables
> configure:3874: gcc -o conftest -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -L/app/lib -Wl,-z,relro,-z,now
> -Wl,--as-needed conftest.c >&5
> configure:3878: $? = 0
> configure:3901: result:
> configure:3923: checking whether we are cross compiling
> configure:3931: gcc -o conftest -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -L/app/lib -Wl,-z,relro,-z,now
> -Wl,--as-needed conftest.c >&5
> configure:3935: $? = 0
> configure:3942: ./conftest
> configure:3946: $? = 0
> configure:3961: result: no
> configure:3966: checking for suffix of object files
> configure:3989: gcc -c -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer conftest.c >&5
> configure:3993: $? = 0
> configure:4015: result: o
> configure:4019: checking whether the compiler supports GNU C
> configure:4039: gcc -c -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer conftest.c >&5
> configure:4039: $? = 0
> configure:4049: result: yes
> configure:4060: checking whether gcc accepts -g
> configure:4081: gcc -c -g conftest.c >&5
> configure:4081: $? = 0
> configure:4125: result: yes
> configure:4145: checking for gcc option to enable C11 features
> configure:4160: gcc -c -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer conftest.c >&5
> configure:4160: $? = 0
> configure:4178: result: none needed
> configure:4293: checking how to run the C preprocessor
> configure:4319: gcc -E conftest.c
> configure:4319: $? = 0
> configure:4334: gcc -E conftest.c
> conftest.c:12:10: fatal error: ac_nonexistent.h: No such file or directory
> 12 | #include <ac_nonexistent.h>
> | ^~~~~~~~~~~~~~~~~~
> compilation terminated.
> configure:4334: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | /* end confdefs.h. */
> | #include <ac_nonexistent.h>
> configure:4361: result: gcc -E
> configure:4375: gcc -E conftest.c
> configure:4375: $? = 0
> configure:4390: gcc -E conftest.c
> conftest.c:12:10: fatal error: ac_nonexistent.h: No such file or directory
> 12 | #include <ac_nonexistent.h>
> | ^~~~~~~~~~~~~~~~~~
> compilation terminated.
> configure:4390: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | /* end confdefs.h. */
> | #include <ac_nonexistent.h>
> configure:4424: checking for CFLAG -fsigned-char
> configure:4445: gcc -o conftest -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -Werror -fsigned-char -fsigned-char
> -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed conftest.c >&5
> configure:4445: $? = 0
> configure:4445: ./conftest
> configure:4445: $? = 0
> configure:4447: result: yes
> configure:4424: checking for CFLAG -pipe
> configure:4445: gcc -o conftest -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -Werror -pipe -pipe
> -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed conftest.c >&5
> configure:4445: $? = 0
> configure:4445: ./conftest
> configure:4445: $? = 0
> configure:4447: result: yes
> configure:4424: checking for CFLAG -fcommon
> configure:4445: gcc -o conftest -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -Werror -fcommon
> -fcommon -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed conftest.c >&5
> configure:4445: $? = 0
> configure:4445: ./conftest
> configure:4445: $? = 0
> configure:4447: result: yes
> configure:4424: checking for CFLAG -fno-builtin-malloc
> configure:4445: gcc -o conftest -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon -Werror
> -fno-builtin-malloc -fno-builtin-malloc -L/app/lib -Wl,-z,relro,-z,now
> -Wl,--as-needed conftest.c >&5
> configure:4445: $? = 0
> configure:4445: ./conftest
> configure:4445: $? = 0
> configure:4447: result: yes
> configure:4424: checking for CFLAG -fno-builtin-free
> configure:4445: gcc -o conftest -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -Werror -fno-builtin-free -fno-builtin-free -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed conftest.c >&5
> configure:4445: $? = 0
> configure:4445: ./conftest
> configure:4445: $? = 0
> configure:4447: result: yes
> configure:4424: checking for CFLAG -fno-PIE
> configure:4445: gcc -o conftest -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -Werror -fno-PIE -fno-PIE -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed conftest.c >&5
> configure:4445: $? = 0
> configure:4445: ./conftest
> configure:4445: $? = 0
> configure:4447: result: yes
> configure:4424: checking for CFLAG -fno-pie
> configure:4445: gcc -o conftest -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -Werror -fno-pie -fno-pie
> -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed conftest.c >&5
> configure:4445: $? = 0
> configure:4445: ./conftest
> configure:4445: $? = 0
> configure:4447: result: yes
> configure:4424: checking for CFLAG -fno-PIC
> configure:4445: gcc -o conftest -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -Werror -fno-PIC
> -fno-PIC -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed conftest.c >&5
> configure:4445: $? = 0
> configure:4445: ./conftest
> configure:4445: $? = 0
> configure:4447: result: yes
> configure:4424: checking for CFLAG -fno-pic
> configure:4445: gcc -o conftest -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -Werror
> -fno-pic -fno-pic -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed conftest.c
> >&5
> configure:4445: $? = 0
> configure:4445: ./conftest
> configure:4445: $? = 0
> configure:4447: result: yes
> configure:4424: checking for CFLAG -Wall
> configure:4445: gcc -o conftest -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Werror -Wall -Wall -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed
> conftest.c >&5
> configure:4445: $? = 0
> configure:4445: ./conftest
> configure:4445: $? = 0
> configure:4447: result: yes
> configure:4424: checking for CFLAG -Wno-builtin-requires-header
> configure:4445: gcc -o conftest -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Werror -Wno-builtin-requires-header -Wbuiltin-requires-header
> -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed conftest.c >&5
> gcc: error: unrecognized command-line option '-Wbuiltin-requires-header'
> configure:4445: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | /* end confdefs.h. */
> |
> | int
> | main (void)
> | {
> |
> | ;
> | return 0;
> | }
> configure:4450: result: no
> configure:4424: checking for CFLAG -Wno-empty-body
> configure:4445: gcc -o conftest -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Werror -Wno-empty-body -Wempty-body -L/app/lib -Wl,-z,relro,-z,now
> -Wl,--as-needed conftest.c >&5
> configure:4445: $? = 0
> configure:4445: ./conftest
> configure:4445: $? = 0
> configure:4447: result: yes
> configure:4424: checking for CFLAG -Wno-self-assign
> configure:4445: gcc -o conftest -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Werror -Wno-self-assign -Wself-assign -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed conftest.c >&5
> gcc: error: unrecognized command-line option '-Wself-assign'
> configure:4445: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | /* end confdefs.h. */
> |
> | int
> | main (void)
> | {
> |
> | ;
> | return 0;
> | }
> configure:4450: result: no
> configure:4424: checking for CFLAG -Wno-unused-but-set-variable
> configure:4445: gcc -o conftest -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Werror -Wno-unused-but-set-variable
> -Wunused-but-set-variable -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed
> conftest.c >&5
> configure:4445: $? = 0
> configure:4445: ./conftest
> configure:4445: $? = 0
> configure:4447: result: yes
> configure:4478: checking for LDFLAG -no-pie
> configure:4498: gcc -o conftest -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -Werror -no-pie conftest.c >&5
> configure:4498: $? = 0
> configure:4498: ./conftest
> configure:4498: $? = 0
> configure:4500: result: yes
> configure:4555: checking for inline semantics
> configure:4566: gcc -c -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> configure:4566: $? = 0
> configure:4569: result: new
> configure:4602: checking for clang
> configure:4630: gcc -o conftest -O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> configure:4630: $? = 0
> configure:4630: ./conftest
> configure:4630: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | /* end confdefs.h. */
> |
> | #ifdef __clang__
> | #define RET 0
> | #else
> | #define RET 1
> | #endif
> |
> | int
> | main (void)
> | {
> |
> | return RET;
> |
> | ;
> | return 0;
> | }
> configure:4640: result: no
> configure:4707: checking for gawk
> configure:4728: found /usr/bin/gawk
> configure:4739: result: gawk
> configure:4899: checking for makeinfo
> configure:4920: found /usr/bin/makeinfo
> configure:4931: result: makeinfo
> configure:4945: checking system version (for dynamic loading)
> configure:4967: result: Linux-5.10.186-loc-os
> configure:5032: checking for setjmp.h
> configure:5032: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/setjmp.h:25,
> from conftest.c:40:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:5032: $? = 0
> configure:5032: result: yes
> configure:5036: checking sizeof jmp_buf
> configure:5063: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:14:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:5063: $? = 0
> configure:5063: ./conftest
> configure:5063: $? = 0
> configure:5066: result: 200
> configure:5086: checking for unistd.h
> configure:5086: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:42:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:5086: $? = 0
> configure:5086: result: yes
> configure:5090: checking for sysconf in -lc
> configure:5113: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c -lc >&5
> configure:5113: $? = 0
> configure:5123: result: yes
> configure:5127: checking _SC_CLK_TCK
> configure:5155: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:16:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:5155: $? = 0
> configure:5155: ./conftest
> configure:5155: $? = 0
> configure:5163: result: 0
> configure:5184: checking for gmp.h
> configure:5184: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:41:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:5184: $? = 0
> configure:5184: result: yes
> configure:5188: checking for __gmpz_init in -lgmp
> configure:5211: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c -lgmp >&5
> configure:5211: $? = 0
> configure:5221: result: yes
> configure:5225: checking for external gmp version
> configure:5253: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/limits.h:26,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:205,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/syslimits.h:7,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:34,
> from /usr/include/x86_64-linux-gnu/gmp.h:56,
> from conftest.c:17:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:5253: $? = 0
> configure:5253: ./conftest
> configure:5253: $? = 0
> configure:5255: result: good
> configure:5315: checking for leading underscore in object symbols
> configure:5332: result: "no"
> configure:5337: checking "for GNU ld option -Map"
> configure:5342: result: "yes"
> configure:5355: checking for size of gmp limbs
> configure:5382: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:18:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> conftest.c: In function 'main':
> conftest.c:26:49: warning: format '%u' expects argument of type 'unsigned
> int', but argument 3 has type 'long unsigned int' [-Wformat=]
> 26 | fprintf(fp,"%u",sizeof(mp_limb_t));
> | ~^ ~~~~~~~~~~~~~~~~~
> | | |
> | | long unsigned int
> | unsigned int
> | %lu
> configure:5382: $? = 0
> configure:5382: ./conftest
> configure:5382: $? = 0
> configure:5395: result: 8
> configure:5398: checking _SHORT_LIMB
> configure:5427: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:19:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:5427: $? = 0
> configure:5427: ./conftest
> configure:5427: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | #define HAVE_SETJMP_H 1
> | #define SIZEOF_JMP_BUF 200
> | #define HAVE_UNISTD_H 1
> | #define HAVE_GMP_H 1
> | #define HAVE_GNU_LD 1
> | #define MP_LIMB_BYTES 8
> | /* end confdefs.h. */
> |
> | #include <stdio.h>
> | #include
> "/usr/include/x86_64-linux-gnu/gmp.h"
> |
> | int
> | main (void)
> | {
> |
> | #ifdef _SHORT_LIMB
> | return 0;
> | #else
> | return 1;
> | #endif
> |
> | ;
> | return 0;
> | }
> configure:5434: result: no
> configure:5442: checking _LONG_LONG_LIMB
> configure:5471: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:19:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:5471: $? = 0
> configure:5471: ./conftest
> configure:5471: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | #define HAVE_SETJMP_H 1
> | #define SIZEOF_JMP_BUF 200
> | #define HAVE_UNISTD_H 1
> | #define HAVE_GMP_H 1
> | #define HAVE_GNU_LD 1
> | #define MP_LIMB_BYTES 8
> | /* end confdefs.h. */
> |
> | #include <stdio.h>
> | #include
> "/usr/include/x86_64-linux-gnu/gmp.h"
> |
> | int
> | main (void)
> | {
> |
> | #ifdef _LONG_LONG_LIMB
> | return 0;
> | #else
> | return 1;
> | #endif
> |
> | ;
> | return 0;
> | }
> configure:5478: result: no
> configure:5506: checking for X
> configure:5544: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c -lX11 >&5
> In file included from /usr/include/x86_64-linux-gnu/sys/types.h:25,
> from /usr/include/X11/Xlib.h:38,
> from conftest.c:19:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:5544: $? = 0
> configure:5731: result: libraries , headers
> configure:5736: checking for main in -lX11
> configure:5756: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c -lX11 >&5
> conftest.c: In function 'main':
> conftest.c:22:1: warning: infinite recursion detected [-Winfinite-recursion]
> 22 | main (void)
> | ^~~~
> conftest.c:24:8: note: recursive call
> 24 | return main ();
> | ^~~~~~~
> configure:5756: $? = 0
> configure:5766: result: yes
> configure:6152: checking for xdr_double
> configure:6152: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/limits.h:26,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:205,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/syslimits.h:7,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:34,
> from conftest.c:27:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/../../../../x86_64-unknown-linux-gnu/bin/ld:
> /tmp/ccpRhcAx.o: in function `main':
> /run/build/gcl/conftest.c:47:(.text+0xe): undefined reference to `xdr_double'
> collect2: error: ld returned 1 exit status
> configure:6152: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | #define HAVE_SETJMP_H 1
> | #define SIZEOF_JMP_BUF 200
> | #define HAVE_UNISTD_H 1
> | #define HAVE_GMP_H 1
> | #define HAVE_GNU_LD 1
> | #define MP_LIMB_BYTES 8
> | #define GMP 1
> | #define HAVE_XGCL 1
> | /* end confdefs.h. */
> | /* Define xdr_double to an innocuous variant, in case <limits.h> declares
> xdr_double.
> | For example, HP-UX 11i <limits.h> declares gettimeofday. */
> | #define xdr_double innocuous_xdr_double
> |
> | /* System header to define __stub macros and hopefully few prototypes,
> | which can conflict with char xdr_double (); below. */
> |
> | #include <limits.h>
> | #undef xdr_double
> |
> | /* 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 xdr_double ();
> | /* 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_xdr_double || defined __stub___xdr_double
> | choke me
> | #endif
> |
> | int
> | main (void)
> | {
> | return xdr_double ();
> | ;
> | return 0;
> | }
> configure:6152: result: no
> configure:6157: checking for xdr_double in -ltirpc
> configure:6180: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c -ltirpc >&5
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/../../../../x86_64-unknown-linux-gnu/bin/ld:
> cannot find -ltirpc: No such file or directory
> collect2: error: ld returned 1 exit status
> configure:6180: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | #define HAVE_SETJMP_H 1
> | #define SIZEOF_JMP_BUF 200
> | #define HAVE_UNISTD_H 1
> | #define HAVE_GMP_H 1
> | #define HAVE_GNU_LD 1
> | #define MP_LIMB_BYTES 8
> | #define GMP 1
> | #define HAVE_XGCL 1
> | /* end confdefs.h. */
> |
> | /* Override any GCC internal prototype to avoid an error.
> | Use char because int might match the return type of a GCC
> | builtin and then its argument prototype would still apply. */
> | char xdr_double ();
> | int
> | main (void)
> | {
> | return xdr_double ();
> | ;
> | return 0;
> | }
> configure:6190: result: no
> configure:6196: checking for xdr_double in -lgssrpc
> configure:6219: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c -lgssrpc >&5
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/../../../../x86_64-unknown-linux-gnu/bin/ld:
> cannot find -lgssrpc: No such file or directory
> collect2: error: ld returned 1 exit status
> configure:6219: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | #define HAVE_SETJMP_H 1
> | #define SIZEOF_JMP_BUF 200
> | #define HAVE_UNISTD_H 1
> | #define HAVE_GMP_H 1
> | #define HAVE_GNU_LD 1
> | #define MP_LIMB_BYTES 8
> | #define GMP 1
> | #define HAVE_XGCL 1
> | /* end confdefs.h. */
> |
> | /* Override any GCC internal prototype to avoid an error.
> | Use char because int might match the return type of a GCC
> | builtin and then its argument prototype would still apply. */
> | char xdr_double ();
> | int
> | main (void)
> | {
> | return xdr_double ();
> | ;
> | return 0;
> | }
> configure:6229: result: no
> configure:6235: checking for xdr_double in -lrpc
> configure:6258: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c -lrpc >&5
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/../../../../x86_64-unknown-linux-gnu/bin/ld:
> cannot find -lrpc: No such file or directory
> collect2: error: ld returned 1 exit status
> configure:6258: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | #define HAVE_SETJMP_H 1
> | #define SIZEOF_JMP_BUF 200
> | #define HAVE_UNISTD_H 1
> | #define HAVE_GMP_H 1
> | #define HAVE_GNU_LD 1
> | #define MP_LIMB_BYTES 8
> | #define GMP 1
> | #define HAVE_XGCL 1
> | /* end confdefs.h. */
> |
> | /* Override any GCC internal prototype to avoid an error.
> | Use char because int might match the return type of a GCC
> | builtin and then its argument prototype would still apply. */
> | char xdr_double ();
> | int
> | main (void)
> | {
> | return xdr_double ();
> | ;
> | return 0;
> | }
> configure:6268: result: no
> configure:6274: checking for xdr_double in -loncrpc
> configure:6297: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c -loncrpc >&5
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/../../../../x86_64-unknown-linux-gnu/bin/ld:
> cannot find -loncrpc: No such file or directory
> collect2: error: ld returned 1 exit status
> configure:6297: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | #define HAVE_SETJMP_H 1
> | #define SIZEOF_JMP_BUF 200
> | #define HAVE_UNISTD_H 1
> | #define HAVE_GMP_H 1
> | #define HAVE_GNU_LD 1
> | #define MP_LIMB_BYTES 8
> | #define GMP 1
> | #define HAVE_XGCL 1
> | /* end confdefs.h. */
> |
> | /* Override any GCC internal prototype to avoid an error.
> | Use char because int might match the return type of a GCC
> | builtin and then its argument prototype would still apply. */
> | char xdr_double ();
> | int
> | main (void)
> | {
> | return xdr_double ();
> | ;
> | return 0;
> | }
> configure:6307: result: no
> configure:6335: checking __builtin_clzl
> configure:6366: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:21:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> conftest.c: In function 'main':
> conftest.c:30:17: warning: this 'if' clause does not guard...
> [-Wmisleading-indentation]
> 30 | if (__builtin_clzl(0)!=sizeof(long)*8)
> | ^~
> conftest.c:32:20: note: ...this statement, but the latter is misleadingly
> indented as if it were guarded by the 'if'
> 32 | for (u=1,j=sizeof(long)*8-1;j>=0;j--,u<<=1)
> | ^~~
> configure:6366: $? = 0
> configure:6366: ./conftest
> configure:6366: $? = 0
> configure:6368: result: yes
> configure:6382: checking __builtin_ctzl
> configure:6413: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:22:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> conftest.c: In function 'main':
> conftest.c:31:17: warning: this 'if' clause does not guard...
> [-Wmisleading-indentation]
> 31 | if (__builtin_ctzl(0)!=sizeof(long)*8)
> | ^~
> conftest.c:33:20: note: ...this statement, but the latter is misleadingly
> indented as if it were guarded by the 'if'
> 33 | for (u=1,j=0;j<sizeof(long)*8-1;j++,u<<=1)
> | ^~~
> configure:6413: $? = 0
> configure:6413: ./conftest
> configure:6413: $? = 0
> configure:6415: result: yes
> configure:6437: checking __builtin___clear_cache
> configure:6460: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:28:25: warning: 'v' is used uninitialized [-Wuninitialized]
> 28 | __builtin___clear_cache(v,ve);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> conftest.c:27:31: note: 'v' was declared here
> 27 | void *v,*ve;
> | ^
> conftest.c:28:25: warning: 've' is used uninitialized [-Wuninitialized]
> 28 | __builtin___clear_cache(v,ve);
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> conftest.c:27:34: note: 've' was declared here
> 27 | void *v,*ve;
> | ^~
> configure:6460: $? = 0
> configure:6460: ./conftest
> configure:6460: $? = 0
> configure:6465: result: yes
> configure:6487: checking size of long
> configure:6493: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:49:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:6493: $? = 0
> configure:6493: ./conftest
> configure:6493: $? = 0
> configure:6508: result: 8
> configure:6521: checking for time.h
> configure:6521: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:50:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:6521: $? = 0
> configure:6521: result: yes
> configure:6527: checking for sys/time.h
> configure:6527: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:51:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:6527: $? = 0
> configure:6527: result: yes
> configure:6539: checking size of time_t
> configure:6545: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from /usr/include/time.h:25,
> from conftest.c:26:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:6545: $? = 0
> configure:6545: ./conftest
> configure:6545: $? = 0
> configure:6561: result: 8
> configure:6579: checking for byte order
> configure:6604: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> configure:6604: $? = 0
> configure:6604: ./conftest
> configure:6604: $? = 0
> configure:6607: result: little
> configure:6623: checking for word order
> configure:6648: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> configure:6648: $? = 0
> configure:6648: ./conftest
> configure:6648: $? = 0
> configure:6650: result: little
> configure:6666: checking for pagewidth
> configure:6702: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:28:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> conftest.c: In function 'main':
> conftest.c:40:17: warning: this 'for' clause does not guard...
> [-Wmisleading-indentation]
> 40 | for (j=0;i>>=1;j++);
> | ^~~
> conftest.c:41:21: note: ...this statement, but the latter is misleadingly
> indented as if it were guarded by the 'for'
> 41 | j=j<12 ? 12 : j;
> | ^
> conftest.c:42:34: warning: format '%u' expects argument of type 'unsigned
> int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=]
> 42 | fprintf(fp,"%u",j);
> | ~^ ~
> | | |
> | | size_t {aka long unsigned int}
> | unsigned int
> | %lu
> configure:6702: $? = 0
> configure:6702: ./conftest
> configure:6702: $? = 0
> configure:6712: result: 12
> configure:6719: checking for required object alignment
> configure:6758: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:29:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> conftest.c: In function 'main':
> conftest.c:46:17: warning: this 'for' clause does not guard...
> [-Wmisleading-indentation]
> 46 | for (i=1;i && NOT_OBJECT_ALIGNED(i); i<<=1);
> | ^~~
> conftest.c:47:21: note: ...this statement, but the latter is misleadingly
> indented as if it were guarded by the 'for'
> 47 | if (!i) return -1;
> | ^~
> configure:6758: $? = 0
> configure:6758: ./conftest
> configure:6758: $? = 0
> configure:6761: result: 8
> configure:6774: checking for C extension variable alignment
> configure:6796: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> conftest.c: In function 'main':
> conftest.c:34:32: warning: unused variable 'v' [-Wunused-variable]
> 34 | char *v __attribute__ ((aligned (8)));
> | ^
> configure:6796: $? = 0
> configure:6796: ./conftest
> configure:6796: $? = 0
> configure:6806: result: __attribute__ ((aligned (8)))
> configure:6812: checking for C extension noreturn function attribute
> configure:6834: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> configure:6834: $? = 0
> configure:6834: ./conftest
> configure:6834: $? = 0
> configure:6844: result: __attribute__ ((noreturn))
> configure:6850: checking sizeof struct contblock
> configure:6882: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:32:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> conftest.c: In function 'main':
> conftest.c:47:29: warning: format '%u' expects argument of type 'unsigned
> int', but argument 3 has type 'long unsigned int' [-Wformat=]
> 47 | fprintf(f,"%u",sizeof(struct contblock));
> | ~^ ~~~~~~~~~~~~~~~~~~~~~~~~
> | | |
> | | long unsigned int
> | unsigned int
> | %lu
> configure:6882: $? = 0
> configure:6882: ./conftest
> configure:6882: $? = 0
> configure:6893: result: 16
> configure:6899: checking for sbrk
> configure:6926: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:33:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> conftest.c: In function 'main':
> conftest.c:41:17: warning: this 'if' clause does not guard...
> [-Wmisleading-indentation]
> 41 | if (!(f=fopen("conftest1","w")))
> | ^~
> conftest.c:43:20: note: ...this statement, but the latter is misleadingly
> indented as if it were guarded by the 'if'
> 43 | fprintf(f,"%p",sbrk(0));
> | ^~~~~~~
> configure:6926: $? = 0
> configure:6926: ./conftest
> configure:6926: $? = 0
> configure:6928: result: yes
> configure:6947: checking for ADDR_NO_RANDOMIZE constant
> configure:6974: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from /usr/include/x86_64-linux-gnu/sys/personality.h:23,
> from conftest.c:33:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:6974: $? = 0
> configure:6974: ./conftest
> configure:6974: $? = 0
> configure:6977: result: yes 40000
> configure:6992: checking for ADDR_COMPAT_LAYOUT constant
> configure:7019: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from /usr/include/x86_64-linux-gnu/sys/personality.h:23,
> from conftest.c:33:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:7019: $? = 0
> configure:7019: ./conftest
> configure:7019: $? = 0
> configure:7022: result: yes 200000
> configure:7037: checking for ADDR_LIMIT_3GB constant
> configure:7064: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from /usr/include/x86_64-linux-gnu/sys/personality.h:23,
> from conftest.c:33:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:7064: $? = 0
> configure:7064: ./conftest
> configure:7064: $? = 0
> configure:7067: result: yes 8000000
> configure:7082: checking for personality(ADDR_NO_RANDOMIZE) support
> configure:7102: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:33:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:7102: $? = 0
> configure:7102: ./conftest
> configure:7102: $? = 0
> configure:7104: result: yes
> configure:7118: checking that sbrk is (now) non-random
> configure:7145: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:34:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> conftest.c: In function 'main':
> conftest.c:41:25: warning: this 'if' clause does not guard...
> [-Wmisleading-indentation]
> 41 | if (!(f=fopen("conftest1","w")))
> | ^~
> conftest.c:43:28: note: ...this statement, but the latter is misleadingly
> indented as if it were guarded by the 'if'
> 43 | fprintf(f,"%p",sbrk(0));
> | ^~~~~~~
> configure:7145: $? = 0
> configure:7145: ./conftest
> configure:7145: $? = 0
> configure:7181: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:34:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:7181: $? = 0
> configure:7181: ./conftest
> configure:7181: $? = 0
> configure:7193: result: yes
> configure:7206: checking CSTACK_DIRECTION
> configure:7230: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:34:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:7230: $? = 0
> configure:7230: ./conftest
> configure:7230: $? = 0
> configure:7243: result: -1
> configure:7246: checking finding CSTACK_ALIGNMENT
> configure:7276: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:35:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:7276: $? = 0
> configure:7276: ./conftest
> configure:7276: $? = 0
> configure:7289: result: 16
> configure:7302: checking CSTACK_ADDRESS
> configure:7337: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:36:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:7337: $? = 0
> configure:7337: ./conftest
> configure:7337: $? = 0
> configure:7350: result: 0x7fffffffffff
> configure:7353: checking cstack bits
> configure:7390: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:37:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:7390: $? = 0
> configure:7390: ./conftest
> configure:7390: $? = 0
> configure:7403: result: 48
> configure:7406: checking NEG_CSTACK_ADDRESS
> configure:7428: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:38:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:7428: $? = 0
> configure:7428: ./conftest
> configure:7428: $? = 255
> configure: program exited with status 255
> 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | #define HAVE_SETJMP_H 1
> | #define SIZEOF_JMP_BUF 200
> | #define HAVE_UNISTD_H 1
> | #define HAVE_GMP_H 1
> | #define HAVE_GNU_LD 1
> | #define MP_LIMB_BYTES 8
> | #define GMP 1
> | #define HAVE_XGCL 1
> | #define HAVE_CLZL 1
> | #define HAVE_CTZL 1
> | #define HAVE_BUILTIN_CLEAR_CACHE 1
> | #define SIZEOF_LONG 8
> | #define HAVE_TIME_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define SIZEOF_TIME_T 8
> | #define PAGEWIDTH 12
> | #define OBJ_ALIGNMENT 8
> | #define OBJ_ALIGN __attribute__ ((aligned (8)))
> | #define NO_RETURN __attribute__ ((noreturn))
> | #define SIZEOF_CONTBLOCK 16
> | #define CAN_UNRANDOMIZE_SBRK 1
> | #define CSTACK_DIRECTION -1
> | #define CSTACK_ALIGNMENT 16
> | #define CSTACK_ADDRESS 0x7fffffffffff
> | #define CSTACK_BITS 48
> | /* end confdefs.h. */
> |
> | #include <stdio.h>
> | #include <stdlib.h>
> | int
> | main(int argc,char **argv,char **envp) {
> | #ifdef CAN_UNRANDOMIZE_SBRK
> | #include "h/unrandomize.h"
> | #endif
> | return (long)0x7fffffffffff<0 ? 0 : -1;
> | }
> configure:7437: result: no
> configure:7465: checking finding default linker script
> configure:7474: result: got it
> configure:7477: checking output_arch
> configure:7484: result: bfd_arch_i386
> configure:7491: trying to adjust text start
> configure:7514: min log text start 15
> configure:7516: max log text start 29
> configure:7537: lowering log text to 18000 to maximize data area
> configure:7556: checking our linker script
> configure:7560: result: done
> configure:4478: checking for LDFLAG -Wl,-T,gcl.script
> configure:4498: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Werror -Wl,-T,gcl.script
> conftest.c >&5
> configure:4498: $? = 0
> configure:4498: ./conftest
> configure:4498: $? = 0
> configure:4500: result: yes
> configure:7589: checking mem top
> configure:7629: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:40:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> conftest.c: In function 'main':
> conftest.c:49:17: warning: this 'for' clause does not guard...
> [-Wmisleading-indentation]
> 49 | for (i=2,k=1;i;k=i,i<<=1);
> | ^~~
> conftest.c:50:21: note: ...this statement, but the latter is misleadingly
> indented as if it were guarded by the 'for'
> 50 | l=0x7fffffffffff;
> | ^
> conftest.c:52:21: warning: this 'for' clause does not guard...
> [-Wmisleading-indentation]
> 52 | for (i=j=k;j && i<l;j>>=1,i|=j);
> | ^~~
> conftest.c:53:25: note: ...this statement, but the latter is misleadingly
> indented as if it were guarded by the 'for'
> 53 | if (j<(k>>3)) i=0;
> | ^~
> configure:7629: $? = 0
> configure:7629: ./conftest
> configure:7629: $? = 0
> configure:7639: result: 0x8000000000000000
> configure:7643: checking finding upper mem half range
> configure:7673: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:40:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> conftest.c: In function 'main':
> conftest.c:49:21: warning: this 'for' clause does not guard...
> [-Wmisleading-indentation]
> 49 | for (j=1;j && !(j& 0x8000000000000000);j<<=1);
> | ^~~
> conftest.c:50:25: note: ...this statement, but the latter is misleadingly
> indented as if it were guarded by the 'for'
> 50 | fprintf(fp,"0x%lx",j>>1);
> | ^~~~~~~
> configure:7673: $? = 0
> configure:7673: ./conftest
> configure:7673: $? = 0
> configure:7683: result: 0x4000000000000000
> configure:7708: checking sizeof long long int
> configure:7733: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:44:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:7733: $? = 0
> configure:7733: ./conftest
> configure:7733: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | #define HAVE_SETJMP_H 1
> | #define SIZEOF_JMP_BUF 200
> | #define HAVE_UNISTD_H 1
> | #define HAVE_GMP_H 1
> | #define HAVE_GNU_LD 1
> | #define MP_LIMB_BYTES 8
> | #define GMP 1
> | #define HAVE_XGCL 1
> | #define HAVE_CLZL 1
> | #define HAVE_CTZL 1
> | #define HAVE_BUILTIN_CLEAR_CACHE 1
> | #define SIZEOF_LONG 8
> | #define HAVE_TIME_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define SIZEOF_TIME_T 8
> | #define PAGEWIDTH 12
> | #define OBJ_ALIGNMENT 8
> | #define OBJ_ALIGN __attribute__ ((aligned (8)))
> | #define NO_RETURN __attribute__ ((noreturn))
> | #define SIZEOF_CONTBLOCK 16
> | #define CAN_UNRANDOMIZE_SBRK 1
> | #define CSTACK_DIRECTION -1
> | #define CSTACK_ALIGNMENT 16
> | #define CSTACK_ADDRESS 0x7fffffffffff
> | #define CSTACK_BITS 48
> | #define OUTPUT_ARCH bfd_arch_i386
> | #define OBJNULL NULL
> | #define MEM_TOP 0x8000000000000000
> | #define MEM_RANGE 0x4000000000000000
> | #define IM_FIX_BASE 0x8000000000000000UL
> | #define IM_FIX_LIM 0x4000000000000000UL
> | /* end confdefs.h. */
> |
> | #include <stdio.h>
> |
> | int
> | main (void)
> | {
> |
> | if (sizeof(long long int) == 2*sizeof(long)) return 0;
> | return 1;
> |
> | ;
> | return 0;
> | }
> configure:7740: result: no
> configure:7752: checking for dirent.h
> configure:7752: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:69:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:7752: $? = 0
> configure:7752: result: yes
> configure:7756: checking for d_type
> configure:7782: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c >&5
> In file included from /usr/include/dirent.h:25,
> from conftest.c:45:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:7782: $? = 0
> configure:7782: ./conftest
> configure:7782: $? = 0
> configure:7784: result: yes
> configure:7831: checking for getcwd
> configure:7831: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/limits.h:26,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:205,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/syslimits.h:7,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:34,
> from conftest.c:53:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:7831: $? = 0
> configure:7831: result: yes
> configure:7838: checking for getwd
> configure:7838: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/limits.h:26,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:205,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/syslimits.h:7,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:34,
> from conftest.c:54:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/../../../../x86_64-unknown-linux-gnu/bin/ld:
> /tmp/cclgwtwI.o: in function `main':
> /run/build/gcl/conftest.c:74:(.text+0xe): warning: the `getwd' function is
> dangerous and should not be used.
> configure:7838: $? = 0
> configure:7838: result: yes
> configure:7845: checking for uname
> configure:7845: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/limits.h:26,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:205,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/syslimits.h:7,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:34,
> from conftest.c:55:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:7845: $? = 0
> configure:7845: result: yes
> configure:7855: checking for gettimeofday
> configure:7855: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/limits.h:26,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:205,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/syslimits.h:7,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:34,
> from conftest.c:55:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:7855: $? = 0
> configure:7855: result: yes
> configure:7866: checking for sys/ioctl.h
> configure:7866: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:74:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:7866: $? = 0
> configure:7866: result: yes
> configure:7875: checking for elf.h
> configure:7875: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:75:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:7875: $? = 0
> configure:7875: result: yes
> configure:7881: checking for elf_abi.h
> configure:7881: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:76:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> conftest.c:78:10: fatal error: elf_abi.h: No such file or directory
> 78 | #include <elf_abi.h>
> | ^~~~~~~~~~~
> compilation terminated.
> configure:7881: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | #define HAVE_SETJMP_H 1
> | #define SIZEOF_JMP_BUF 200
> | #define HAVE_UNISTD_H 1
> | #define HAVE_GMP_H 1
> | #define HAVE_GNU_LD 1
> | #define MP_LIMB_BYTES 8
> | #define GMP 1
> | #define HAVE_XGCL 1
> | #define HAVE_CLZL 1
> | #define HAVE_CTZL 1
> | #define HAVE_BUILTIN_CLEAR_CACHE 1
> | #define SIZEOF_LONG 8
> | #define HAVE_TIME_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define SIZEOF_TIME_T 8
> | #define PAGEWIDTH 12
> | #define OBJ_ALIGNMENT 8
> | #define OBJ_ALIGN __attribute__ ((aligned (8)))
> | #define NO_RETURN __attribute__ ((noreturn))
> | #define SIZEOF_CONTBLOCK 16
> | #define CAN_UNRANDOMIZE_SBRK 1
> | #define CSTACK_DIRECTION -1
> | #define CSTACK_ALIGNMENT 16
> | #define CSTACK_ADDRESS 0x7fffffffffff
> | #define CSTACK_BITS 48
> | #define OUTPUT_ARCH bfd_arch_i386
> | #define OBJNULL NULL
> | #define MEM_TOP 0x8000000000000000
> | #define MEM_RANGE 0x4000000000000000
> | #define IM_FIX_BASE 0x8000000000000000UL
> | #define IM_FIX_LIM 0x4000000000000000UL
> | #define HAVE_DIRENT_H 1
> | #define HAVE_D_TYPE 1
> | #define ANSI_COMMON_LISP 1
> | #define HAVE_GETCWD 1
> | #define HAVE_GETWD 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_ELF_H 1
> | /* end confdefs.h. */
> | #include <stddef.h>
> | #ifdef HAVE_STDIO_H
> | # include <stdio.h>
> | #endif
> | #ifdef HAVE_STDLIB_H
> | # include <stdlib.h>
> | #endif
> | #ifdef HAVE_STRING_H
> | # include <string.h>
> | #endif
> | #ifdef HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #ifdef HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #ifdef HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #ifdef HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #ifdef HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #ifdef HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #include <elf_abi.h>
> configure:7881: result: no
> configure:7889: checking for sys/sockio.h
> configure:7889: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:76:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> conftest.c:78:10: fatal error: sys/sockio.h: No such file or directory
> 78 | #include <sys/sockio.h>
> | ^~~~~~~~~~~~~~
> compilation terminated.
> configure:7889: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | #define HAVE_SETJMP_H 1
> | #define SIZEOF_JMP_BUF 200
> | #define HAVE_UNISTD_H 1
> | #define HAVE_GMP_H 1
> | #define HAVE_GNU_LD 1
> | #define MP_LIMB_BYTES 8
> | #define GMP 1
> | #define HAVE_XGCL 1
> | #define HAVE_CLZL 1
> | #define HAVE_CTZL 1
> | #define HAVE_BUILTIN_CLEAR_CACHE 1
> | #define SIZEOF_LONG 8
> | #define HAVE_TIME_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define SIZEOF_TIME_T 8
> | #define PAGEWIDTH 12
> | #define OBJ_ALIGNMENT 8
> | #define OBJ_ALIGN __attribute__ ((aligned (8)))
> | #define NO_RETURN __attribute__ ((noreturn))
> | #define SIZEOF_CONTBLOCK 16
> | #define CAN_UNRANDOMIZE_SBRK 1
> | #define CSTACK_DIRECTION -1
> | #define CSTACK_ALIGNMENT 16
> | #define CSTACK_ADDRESS 0x7fffffffffff
> | #define CSTACK_BITS 48
> | #define OUTPUT_ARCH bfd_arch_i386
> | #define OBJNULL NULL
> | #define MEM_TOP 0x8000000000000000
> | #define MEM_RANGE 0x4000000000000000
> | #define IM_FIX_BASE 0x8000000000000000UL
> | #define IM_FIX_LIM 0x4000000000000000UL
> | #define HAVE_DIRENT_H 1
> | #define HAVE_D_TYPE 1
> | #define ANSI_COMMON_LISP 1
> | #define HAVE_GETCWD 1
> | #define HAVE_GETWD 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_ELF_H 1
> | /* end confdefs.h. */
> | #include <stddef.h>
> | #ifdef HAVE_STDIO_H
> | # include <stdio.h>
> | #endif
> | #ifdef HAVE_STDLIB_H
> | # include <stdlib.h>
> | #endif
> | #ifdef HAVE_STRING_H
> | # include <string.h>
> | #endif
> | #ifdef HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #ifdef HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #ifdef HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #ifdef HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #ifdef HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #ifdef HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | #include <sys/sockio.h>
> configure:7889: result: no
> configure:7909: checking for BSDgettimeofday
> configure:7909: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/limits.h:26,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:205,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/syslimits.h:7,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:34,
> from conftest.c:57:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/../../../../x86_64-unknown-linux-gnu/bin/ld:
> /tmp/ccRSgvS0.o: in function `main':
> /run/build/gcl/conftest.c:77:(.text+0xe): undefined reference to
> `BSDgettimeofday'
> collect2: error: ld returned 1 exit status
> configure:7909: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | #define HAVE_SETJMP_H 1
> | #define SIZEOF_JMP_BUF 200
> | #define HAVE_UNISTD_H 1
> | #define HAVE_GMP_H 1
> | #define HAVE_GNU_LD 1
> | #define MP_LIMB_BYTES 8
> | #define GMP 1
> | #define HAVE_XGCL 1
> | #define HAVE_CLZL 1
> | #define HAVE_CTZL 1
> | #define HAVE_BUILTIN_CLEAR_CACHE 1
> | #define SIZEOF_LONG 8
> | #define HAVE_TIME_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define SIZEOF_TIME_T 8
> | #define PAGEWIDTH 12
> | #define OBJ_ALIGNMENT 8
> | #define OBJ_ALIGN __attribute__ ((aligned (8)))
> | #define NO_RETURN __attribute__ ((noreturn))
> | #define SIZEOF_CONTBLOCK 16
> | #define CAN_UNRANDOMIZE_SBRK 1
> | #define CSTACK_DIRECTION -1
> | #define CSTACK_ALIGNMENT 16
> | #define CSTACK_ADDRESS 0x7fffffffffff
> | #define CSTACK_BITS 48
> | #define OUTPUT_ARCH bfd_arch_i386
> | #define OBJNULL NULL
> | #define MEM_TOP 0x8000000000000000
> | #define MEM_RANGE 0x4000000000000000
> | #define IM_FIX_BASE 0x8000000000000000UL
> | #define IM_FIX_LIM 0x4000000000000000UL
> | #define HAVE_DIRENT_H 1
> | #define HAVE_D_TYPE 1
> | #define ANSI_COMMON_LISP 1
> | #define HAVE_GETCWD 1
> | #define HAVE_GETWD 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. */
> |
> | #include <limits.h>
> | #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 (void)
> | {
> | return BSDgettimeofday ();
> | ;
> | return 0;
> | }
> configure:7909: result: no
> configure:7916: checking for gettimeofday
> configure:7916: result: yes
> configure:7929: checking for grep that handles long lines and -e
> configure:7993: result: /usr/bin/grep
> configure:7998: checking for egrep
> configure:8066: result: /usr/bin/grep -E
> configure:8079: checking for gettimeofday declaration
> configure:8081: result: present
> configure:8096: checking for sin in -lm
> configure:8119: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c -lm
> >&5
> conftest.c:54:6: warning: conflicting types for built-in function 'sin';
> expected 'double(double)' [-Wbuiltin-declaration-mismatch]
> 54 | char sin ();
> | ^~~
> conftest.c:1:1: note: 'sin' is declared in header '<math.h>'
> 1 | /* confdefs.h */
> configure:8119: $? = 0
> configure:8129: result: yes
> configure:8138: checking for main in -lmingwex
> configure:8158: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c
> -lmingwex -lm >&5
> conftest.c: In function 'main':
> conftest.c:53:1: warning: infinite recursion detected [-Winfinite-recursion]
> 53 | main (void)
> | ^~~~
> conftest.c:55:8: note: recursive call
> 55 | return main ();
> | ^~~~~~~
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/../../../../x86_64-unknown-linux-gnu/bin/ld:
> cannot find -lmingwex: No such file or directory
> collect2: error: ld returned 1 exit status
> configure:8158: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | #define HAVE_SETJMP_H 1
> | #define SIZEOF_JMP_BUF 200
> | #define HAVE_UNISTD_H 1
> | #define HAVE_GMP_H 1
> | #define HAVE_GNU_LD 1
> | #define MP_LIMB_BYTES 8
> | #define GMP 1
> | #define HAVE_XGCL 1
> | #define HAVE_CLZL 1
> | #define HAVE_CTZL 1
> | #define HAVE_BUILTIN_CLEAR_CACHE 1
> | #define SIZEOF_LONG 8
> | #define HAVE_TIME_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define SIZEOF_TIME_T 8
> | #define PAGEWIDTH 12
> | #define OBJ_ALIGNMENT 8
> | #define OBJ_ALIGN __attribute__ ((aligned (8)))
> | #define NO_RETURN __attribute__ ((noreturn))
> | #define SIZEOF_CONTBLOCK 16
> | #define CAN_UNRANDOMIZE_SBRK 1
> | #define CSTACK_DIRECTION -1
> | #define CSTACK_ALIGNMENT 16
> | #define CSTACK_ADDRESS 0x7fffffffffff
> | #define CSTACK_BITS 48
> | #define OUTPUT_ARCH bfd_arch_i386
> | #define OBJNULL NULL
> | #define MEM_TOP 0x8000000000000000
> | #define MEM_RANGE 0x4000000000000000
> | #define IM_FIX_BASE 0x8000000000000000UL
> | #define IM_FIX_LIM 0x4000000000000000UL
> | #define HAVE_DIRENT_H 1
> | #define HAVE_D_TYPE 1
> | #define ANSI_COMMON_LISP 1
> | #define HAVE_GETCWD 1
> | #define HAVE_GETWD 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_ELF_H 1
> | /* end confdefs.h. */
> |
> |
> | int
> | main (void)
> | {
> | return main ();
> | ;
> | return 0;
> | }
> configure:8168: result: no
> configure:8178: checking for buggy maximum sscanf length
> configure:8211: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c
> -lm >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:51:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> conftest.c: In function 'main':
> conftest.c:60:23: warning: unused variable 'endptr' [-Wunused-variable]
> 60 | char *endptr;
> | ^~~~~~
> configure:8211: $? = 0
> configure:8211: ./conftest
> configure:8211: $? = 0
> configure:8213: result: none
> configure:8256: checking for math.h
> configure:8256: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:76:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:8256: $? = 0
> configure:8256: result: yes
> configure:8268: checking for complex.h
> configure:8268: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:78:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:8268: $? = 0
> configure:8268: result: yes
> configure:8284: checking for values.h
> configure:8284: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:80:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:8284: $? = 0
> configure:8284: result: yes
> configure:8300: checking for float.h
> configure:8300: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:82:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:8300: $? = 0
> configure:8300: result: yes
> configure:8316: checking for isnormal
> configure:8342: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c
> -lm >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/math.h:27,
> from conftest.c:60:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:8342: $? = 0
> configure:8342: ./conftest
> configure:8342: $? = 0
> configure:8346: result: yes
> configure:8394: checking for isfinite
> configure:8420: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c
> -lm >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/math.h:27,
> from conftest.c:61:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:8420: $? = 0
> configure:8420: ./conftest
> configure:8420: $? = 0
> configure:8424: result: yes
> configure:8489: checking for sockets
> configure:8492: checking for connect
> configure:8492: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c
> -lm >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/limits.h:26,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:205,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/syslimits.h:7,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:34,
> from conftest.c:67:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:8492: $? = 0
> configure:8492: result: yes
> configure:8555: checking for gethostbyname
> configure:8555: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c
> -lm >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/limits.h:26,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:205,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/syslimits.h:7,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:34,
> from conftest.c:67:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:8555: $? = 0
> configure:8555: result: yes
> configure:8615: checking for readline/readline.h
> configure:8615: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:60:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:8615: $? = 0
> configure:8615: result: yes
> configure:8621: checking for rl_initialize in -lreadline
> configure:8644: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c
> -lreadline -lm >&5
> configure:8644: $? = 0
> configure:8654: result: yes
> configure:8661: checking for el_getc in -lreadline
> configure:8684: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c
> -lreadline -lm >&5
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/../../../../x86_64-unknown-linux-gnu/bin/ld:
> /tmp/ccVXzBdm.o: in function `main':
> /run/build/gcl/conftest.c:70:(.text+0xe): undefined reference to `el_getc'
> collect2: error: ld returned 1 exit status
> configure:8684: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | #define HAVE_SETJMP_H 1
> | #define SIZEOF_JMP_BUF 200
> | #define HAVE_UNISTD_H 1
> | #define HAVE_GMP_H 1
> | #define HAVE_GNU_LD 1
> | #define MP_LIMB_BYTES 8
> | #define GMP 1
> | #define HAVE_XGCL 1
> | #define HAVE_CLZL 1
> | #define HAVE_CTZL 1
> | #define HAVE_BUILTIN_CLEAR_CACHE 1
> | #define SIZEOF_LONG 8
> | #define HAVE_TIME_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define SIZEOF_TIME_T 8
> | #define PAGEWIDTH 12
> | #define OBJ_ALIGNMENT 8
> | #define OBJ_ALIGN __attribute__ ((aligned (8)))
> | #define NO_RETURN __attribute__ ((noreturn))
> | #define SIZEOF_CONTBLOCK 16
> | #define CAN_UNRANDOMIZE_SBRK 1
> | #define CSTACK_DIRECTION -1
> | #define CSTACK_ALIGNMENT 16
> | #define CSTACK_ADDRESS 0x7fffffffffff
> | #define CSTACK_BITS 48
> | #define OUTPUT_ARCH bfd_arch_i386
> | #define OBJNULL NULL
> | #define MEM_TOP 0x8000000000000000
> | #define MEM_RANGE 0x4000000000000000
> | #define IM_FIX_BASE 0x8000000000000000UL
> | #define IM_FIX_LIM 0x4000000000000000UL
> | #define HAVE_DIRENT_H 1
> | #define HAVE_D_TYPE 1
> | #define ANSI_COMMON_LISP 1
> | #define HAVE_GETCWD 1
> | #define HAVE_GETWD 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_ELF_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_COMPLEX_H 1
> | #define HAVE_COMPLEX_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 USE_READLINE 1
> | /* end confdefs.h. */
> |
> | /* Override any GCC internal prototype to avoid an error.
> | Use char because int might match the return type of a GCC
> | builtin and then its argument prototype would still apply. */
> | char el_getc ();
> | int
> | main (void)
> | {
> | return el_getc ();
> | ;
> | return 0;
> | }
> configure:8694: result: no
> configure:8704: checking for rl_completion_matches in -lreadline
> configure:8727: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c
> -lreadline -lm >&5
> configure:8727: $? = 0
> configure:8737: result: yes
> configure:8749: checking RL_COMPLETION_ENTRY_FUNCTION_TYPE_FUNCTION
> configure:8766: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:65:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> conftest.c:67:51: warning: 'Function' is deprecated
> [-Wdeprecated-declarations]
> 67 | extern Function
> *rl_completion_entry_function __attribute__((weak));
> | ^~~~~~
> conftest.c:67:68: error: conflicting types for
> 'rl_completion_entry_function'; have 'int (*)()'
> 67 | extern Function
> *rl_completion_entry_function __attribute__((weak));
> |
> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> In file included from conftest.c:66:
> /usr/include/readline/readline.h:676:29: note: previous declaration of
> 'rl_completion_entry_function' with type 'char * (*)(const char *, int)'
> 676 | extern rl_compentry_func_t *rl_completion_entry_function;
> | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
> configure:8766: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | #define HAVE_SETJMP_H 1
> | #define SIZEOF_JMP_BUF 200
> | #define HAVE_UNISTD_H 1
> | #define HAVE_GMP_H 1
> | #define HAVE_GNU_LD 1
> | #define MP_LIMB_BYTES 8
> | #define GMP 1
> | #define HAVE_XGCL 1
> | #define HAVE_CLZL 1
> | #define HAVE_CTZL 1
> | #define HAVE_BUILTIN_CLEAR_CACHE 1
> | #define SIZEOF_LONG 8
> | #define HAVE_TIME_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define SIZEOF_TIME_T 8
> | #define PAGEWIDTH 12
> | #define OBJ_ALIGNMENT 8
> | #define OBJ_ALIGN __attribute__ ((aligned (8)))
> | #define NO_RETURN __attribute__ ((noreturn))
> | #define SIZEOF_CONTBLOCK 16
> | #define CAN_UNRANDOMIZE_SBRK 1
> | #define CSTACK_DIRECTION -1
> | #define CSTACK_ALIGNMENT 16
> | #define CSTACK_ADDRESS 0x7fffffffffff
> | #define CSTACK_BITS 48
> | #define OUTPUT_ARCH bfd_arch_i386
> | #define OBJNULL NULL
> | #define MEM_TOP 0x8000000000000000
> | #define MEM_RANGE 0x4000000000000000
> | #define IM_FIX_BASE 0x8000000000000000UL
> | #define IM_FIX_LIM 0x4000000000000000UL
> | #define HAVE_DIRENT_H 1
> | #define HAVE_D_TYPE 1
> | #define ANSI_COMMON_LISP 1
> | #define HAVE_GETCWD 1
> | #define HAVE_GETWD 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_ELF_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_COMPLEX_H 1
> | #define HAVE_COMPLEX_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 USE_READLINE 1
> | #define HAVE_DECL_RL_COMPLETION_MATCHES 1
> | #define HAVE_RL_COMPENTRY_FUNC_T 1
> | /* end confdefs.h. */
> |
> | #include <stdio.h>
> | #include
> <readline/readline.h>
> | extern Function
> *rl_completion_entry_function __attribute__((weak));
> |
> | int
> | main (void)
> | {
> |
> | ;
> | return 0;
> | }
> configure:8774: result: no
> configure:8776: checking RL_COMPLETION_ENTRY_FUNCTION_TYPE_RL_COMPENTRY_FUNC_T
> configure:8793: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:65:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:8793: $? = 0
> configure:8798: result: yes
> configure:8809: checking RL_READLINE_NAME_TYPE_CHAR
> configure:8826: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:66:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> conftest.c:68:64: error: conflicting types for 'rl_readline_name'; have 'char
> *'
> 68 | extern char
> *rl_readline_name __attribute__((weak));
> |
> ^~~~~~~~~~~~~~~~
> In file included from conftest.c:67:
> /usr/include/readline/readline.h:541:20: note: previous declaration of
> 'rl_readline_name' with type 'const char *'
> 541 | extern const char *rl_readline_name;
> | ^~~~~~~~~~~~~~~~
> configure:8826: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | #define HAVE_SETJMP_H 1
> | #define SIZEOF_JMP_BUF 200
> | #define HAVE_UNISTD_H 1
> | #define HAVE_GMP_H 1
> | #define HAVE_GNU_LD 1
> | #define MP_LIMB_BYTES 8
> | #define GMP 1
> | #define HAVE_XGCL 1
> | #define HAVE_CLZL 1
> | #define HAVE_CTZL 1
> | #define HAVE_BUILTIN_CLEAR_CACHE 1
> | #define SIZEOF_LONG 8
> | #define HAVE_TIME_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define SIZEOF_TIME_T 8
> | #define PAGEWIDTH 12
> | #define OBJ_ALIGNMENT 8
> | #define OBJ_ALIGN __attribute__ ((aligned (8)))
> | #define NO_RETURN __attribute__ ((noreturn))
> | #define SIZEOF_CONTBLOCK 16
> | #define CAN_UNRANDOMIZE_SBRK 1
> | #define CSTACK_DIRECTION -1
> | #define CSTACK_ALIGNMENT 16
> | #define CSTACK_ADDRESS 0x7fffffffffff
> | #define CSTACK_BITS 48
> | #define OUTPUT_ARCH bfd_arch_i386
> | #define OBJNULL NULL
> | #define MEM_TOP 0x8000000000000000
> | #define MEM_RANGE 0x4000000000000000
> | #define IM_FIX_BASE 0x8000000000000000UL
> | #define IM_FIX_LIM 0x4000000000000000UL
> | #define HAVE_DIRENT_H 1
> | #define HAVE_D_TYPE 1
> | #define ANSI_COMMON_LISP 1
> | #define HAVE_GETCWD 1
> | #define HAVE_GETWD 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_ELF_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_COMPLEX_H 1
> | #define HAVE_COMPLEX_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 USE_READLINE 1
> | #define HAVE_DECL_RL_COMPLETION_MATCHES 1
> | #define HAVE_RL_COMPENTRY_FUNC_T 1
> | #define RL_COMPLETION_ENTRY_FUNCTION_TYPE_RL_COMPENTRY_FUNC_T 1
> | /* end confdefs.h. */
> |
> | #include <stdio.h>
> | #include <readline/readline.h>
> | extern char *rl_readline_name
> __attribute__((weak));
> |
> | int
> | main (void)
> | {
> |
> | ;
> | return 0;
> | }
> configure:8834: result: no
> configure:8836: checking RL_READLINE_NAME_TYPE_CONST_CHAR
> configure:8853: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:66:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:8853: $? = 0
> configure:8858: result: yes
> configure:8882: checking For network code for nsocket.c
> configure:8916: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c
> -lm >&5
> In file included from /usr/include/x86_64-linux-gnu/sys/time.h:21,
> from conftest.c:67:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:8916: $? = 0
> configure:8921: result: yes
> configure:8931: checking check for listen using fcntl
> configure:8952: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/stdio.h:27,
> from conftest.c:68:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:8952: $? = 0
> configure:8957: result: yes
> configure:8966: checking for profil
> configure:8966: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c
> -lm >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/limits.h:26,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:205,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/syslimits.h:7,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:34,
> from conftest.c:75:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:8966: $? = 0
> configure:8966: result: yes
> configure:8977: checking for setenv
> configure:8977: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c
> -lm >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/limits.h:26,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:205,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/syslimits.h:7,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:34,
> from conftest.c:75:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:8977: $? = 0
> configure:8977: result: yes
> configure:9000: checking for _cleanup
> configure:9000: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c
> -lm >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/limits.h:26,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:205,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/syslimits.h:7,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:34,
> from conftest.c:76:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/../../../../x86_64-unknown-linux-gnu/bin/ld:
> /tmp/ccoXgruc.o: in function `main':
> /run/build/gcl/conftest.c:96:(.text+0xe): undefined reference to `_cleanup'
> collect2: error: ld returned 1 exit status
> configure:9000: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | #define HAVE_SETJMP_H 1
> | #define SIZEOF_JMP_BUF 200
> | #define HAVE_UNISTD_H 1
> | #define HAVE_GMP_H 1
> | #define HAVE_GNU_LD 1
> | #define MP_LIMB_BYTES 8
> | #define GMP 1
> | #define HAVE_XGCL 1
> | #define HAVE_CLZL 1
> | #define HAVE_CTZL 1
> | #define HAVE_BUILTIN_CLEAR_CACHE 1
> | #define SIZEOF_LONG 8
> | #define HAVE_TIME_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define SIZEOF_TIME_T 8
> | #define PAGEWIDTH 12
> | #define OBJ_ALIGNMENT 8
> | #define OBJ_ALIGN __attribute__ ((aligned (8)))
> | #define NO_RETURN __attribute__ ((noreturn))
> | #define SIZEOF_CONTBLOCK 16
> | #define CAN_UNRANDOMIZE_SBRK 1
> | #define CSTACK_DIRECTION -1
> | #define CSTACK_ALIGNMENT 16
> | #define CSTACK_ADDRESS 0x7fffffffffff
> | #define CSTACK_BITS 48
> | #define OUTPUT_ARCH bfd_arch_i386
> | #define OBJNULL NULL
> | #define MEM_TOP 0x8000000000000000
> | #define MEM_RANGE 0x4000000000000000
> | #define IM_FIX_BASE 0x8000000000000000UL
> | #define IM_FIX_LIM 0x4000000000000000UL
> | #define HAVE_DIRENT_H 1
> | #define HAVE_D_TYPE 1
> | #define ANSI_COMMON_LISP 1
> | #define HAVE_GETCWD 1
> | #define HAVE_GETWD 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_ELF_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_COMPLEX_H 1
> | #define HAVE_COMPLEX_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 USE_READLINE 1
> | #define HAVE_DECL_RL_COMPLETION_MATCHES 1
> | #define HAVE_RL_COMPENTRY_FUNC_T 1
> | #define RL_COMPLETION_ENTRY_FUNCTION_TYPE_RL_COMPENTRY_FUNC_T 1
> | #define RL_READLINE_NAME_TYPE_CONST_CHAR 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. */
> |
> | #include <limits.h>
> | #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 (void)
> | {
> | return _cleanup ();
> | ;
> | return 0;
> | }
> configure:9000: result: no
> configure:9011: checking FIONBIO vs. O_NONBLOCK for nonblocking I/O
> configure:9037: result: O_NONBLOCK
> configure:9043: checking check for SV_ONSTACK
> configure:9059: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/signal.h:25,
> from conftest.c:70:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> conftest.c:71:25: error: 'SV_ONSTACK' undeclared here (not in a function);
> did you mean 'SS_ONSTACK'?
> 71 | int joe=SV_ONSTACK;
> | ^~~~~~~~~~
> | SS_ONSTACK
> configure:9059: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | #define HAVE_SETJMP_H 1
> | #define SIZEOF_JMP_BUF 200
> | #define HAVE_UNISTD_H 1
> | #define HAVE_GMP_H 1
> | #define HAVE_GNU_LD 1
> | #define MP_LIMB_BYTES 8
> | #define GMP 1
> | #define HAVE_XGCL 1
> | #define HAVE_CLZL 1
> | #define HAVE_CTZL 1
> | #define HAVE_BUILTIN_CLEAR_CACHE 1
> | #define SIZEOF_LONG 8
> | #define HAVE_TIME_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define SIZEOF_TIME_T 8
> | #define PAGEWIDTH 12
> | #define OBJ_ALIGNMENT 8
> | #define OBJ_ALIGN __attribute__ ((aligned (8)))
> | #define NO_RETURN __attribute__ ((noreturn))
> | #define SIZEOF_CONTBLOCK 16
> | #define CAN_UNRANDOMIZE_SBRK 1
> | #define CSTACK_DIRECTION -1
> | #define CSTACK_ALIGNMENT 16
> | #define CSTACK_ADDRESS 0x7fffffffffff
> | #define CSTACK_BITS 48
> | #define OUTPUT_ARCH bfd_arch_i386
> | #define OBJNULL NULL
> | #define MEM_TOP 0x8000000000000000
> | #define MEM_RANGE 0x4000000000000000
> | #define IM_FIX_BASE 0x8000000000000000UL
> | #define IM_FIX_LIM 0x4000000000000000UL
> | #define HAVE_DIRENT_H 1
> | #define HAVE_D_TYPE 1
> | #define ANSI_COMMON_LISP 1
> | #define HAVE_GETCWD 1
> | #define HAVE_GETWD 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_ELF_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_COMPLEX_H 1
> | #define HAVE_COMPLEX_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 USE_READLINE 1
> | #define HAVE_DECL_RL_COMPLETION_MATCHES 1
> | #define HAVE_RL_COMPENTRY_FUNC_T 1
> | #define RL_COMPLETION_ENTRY_FUNCTION_TYPE_RL_COMPENTRY_FUNC_T 1
> | #define RL_READLINE_NAME_TYPE_CONST_CHAR 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 (void)
> | {
> |
> | ;
> | return 0;
> | }
> configure:9068: result: no
> configure:9073: checking check for SIGSYS
> configure:9089: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/signal.h:25,
> from conftest.c:70:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:9089: $? = 0
> configure:9095: result: yes
> configure:9104: checking check for SIGEMT
> configure:9120: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/signal.h:25,
> from conftest.c:71:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> conftest.c:72:25: error: 'SIGEMT' undeclared here (not in a function); did
> you mean 'SIGINT'?
> 72 | int joe=SIGEMT;
> | ^~~~~~
> | SIGINT
> configure:9120: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | #define HAVE_SETJMP_H 1
> | #define SIZEOF_JMP_BUF 200
> | #define HAVE_UNISTD_H 1
> | #define HAVE_GMP_H 1
> | #define HAVE_GNU_LD 1
> | #define MP_LIMB_BYTES 8
> | #define GMP 1
> | #define HAVE_XGCL 1
> | #define HAVE_CLZL 1
> | #define HAVE_CTZL 1
> | #define HAVE_BUILTIN_CLEAR_CACHE 1
> | #define SIZEOF_LONG 8
> | #define HAVE_TIME_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define SIZEOF_TIME_T 8
> | #define PAGEWIDTH 12
> | #define OBJ_ALIGNMENT 8
> | #define OBJ_ALIGN __attribute__ ((aligned (8)))
> | #define NO_RETURN __attribute__ ((noreturn))
> | #define SIZEOF_CONTBLOCK 16
> | #define CAN_UNRANDOMIZE_SBRK 1
> | #define CSTACK_DIRECTION -1
> | #define CSTACK_ALIGNMENT 16
> | #define CSTACK_ADDRESS 0x7fffffffffff
> | #define CSTACK_BITS 48
> | #define OUTPUT_ARCH bfd_arch_i386
> | #define OBJNULL NULL
> | #define MEM_TOP 0x8000000000000000
> | #define MEM_RANGE 0x4000000000000000
> | #define IM_FIX_BASE 0x8000000000000000UL
> | #define IM_FIX_LIM 0x4000000000000000UL
> | #define HAVE_DIRENT_H 1
> | #define HAVE_D_TYPE 1
> | #define ANSI_COMMON_LISP 1
> | #define HAVE_GETCWD 1
> | #define HAVE_GETWD 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_ELF_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_COMPLEX_H 1
> | #define HAVE_COMPLEX_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 USE_READLINE 1
> | #define HAVE_DECL_RL_COMPLETION_MATCHES 1
> | #define HAVE_RL_COMPENTRY_FUNC_T 1
> | #define RL_COMPLETION_ENTRY_FUNCTION_TYPE_RL_COMPENTRY_FUNC_T 1
> | #define RL_READLINE_NAME_TYPE_CONST_CHAR 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 (void)
> | {
> |
> | ;
> | return 0;
> | }
> configure:9129: result: no
> configure:9134: checking for sigaltstack
> configure:9134: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c
> -lm >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/limits.h:26,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:205,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/syslimits.h:7,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:34,
> from conftest.c:77:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:9134: $? = 0
> configure:9134: result: yes
> configure:9141: checking for feenableexcept
> configure:9141: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c
> -lm >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/limits.h:26,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:205,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/syslimits.h:7,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:34,
> from conftest.c:78:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:9141: $? = 0
> configure:9141: result: yes
> configure:9151: checking for dis-asm.h
> configure:9151: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:98:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:9151: $? = 0
> configure:9151: result: yes
> configure:9156: checking for init_disassemble_info in -lopcodes
> configure:9179: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c
> -lopcodes -lm >&5
> configure:9179: $? = 0
> configure:9189: result: yes
> configure:9199: checking for dlopen in -ldl
> configure:9222: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c
> -ldl -lopcodes -lm >&5
> configure:9222: $? = 0
> configure:9232: result: yes
> configure:9245: checking for asm/sigcontext.h
> configure:9245: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:100:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:9245: $? = 0
> configure:9245: result: yes
> configure:9252: checking for asm/signal.h
> configure:9252: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:101:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:9252: $? = 0
> configure:9252: result: yes
> configure:9259: checking for sigcontext...
> configure:9276: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/signal.h:25,
> from conftest.c:77:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> conftest.c: In function 'main':
> conftest.c:83:35: warning: unused variable 'foo' [-Wunused-variable]
> 83 | struct sigcontext foo;
> | ^~~
> configure:9276: $? = 0
> configure:9281: result: sigcontext of signal.h
> configure:9326: checking for emacs
> configure:9364: result: no
> configure:9384: checking emacs site lisp directory
> configure:9393: result: /app/share/emacs/site-lisp/
> configure:9409: checking emacs default.el
> configure:9421: result:
> configure:9439: checking emacs info/dir
> configure:9449: result: /app/share/info/
> configure:9482: checking for tclsh
> configure:9518: result: no
> configure:9593: checking for main in -llieee
> configure:9613: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c
> -llieee -lm -ldl >&5
> conftest.c: In function 'main':
> conftest.c:80:1: warning: infinite recursion detected [-Winfinite-recursion]
> 80 | main (void)
> | ^~~~
> conftest.c:82:8: note: recursive call
> 82 | return main ();
> | ^~~~~~~
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/../../../../x86_64-unknown-linux-gnu/bin/ld:
> cannot find -llieee: No such file or directory
> collect2: error: ld returned 1 exit status
> configure:9613: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | #define HAVE_SETJMP_H 1
> | #define SIZEOF_JMP_BUF 200
> | #define HAVE_UNISTD_H 1
> | #define HAVE_GMP_H 1
> | #define HAVE_GNU_LD 1
> | #define MP_LIMB_BYTES 8
> | #define GMP 1
> | #define HAVE_XGCL 1
> | #define HAVE_CLZL 1
> | #define HAVE_CTZL 1
> | #define HAVE_BUILTIN_CLEAR_CACHE 1
> | #define SIZEOF_LONG 8
> | #define HAVE_TIME_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define SIZEOF_TIME_T 8
> | #define PAGEWIDTH 12
> | #define OBJ_ALIGNMENT 8
> | #define OBJ_ALIGN __attribute__ ((aligned (8)))
> | #define NO_RETURN __attribute__ ((noreturn))
> | #define SIZEOF_CONTBLOCK 16
> | #define CAN_UNRANDOMIZE_SBRK 1
> | #define CSTACK_DIRECTION -1
> | #define CSTACK_ALIGNMENT 16
> | #define CSTACK_ADDRESS 0x7fffffffffff
> | #define CSTACK_BITS 48
> | #define OUTPUT_ARCH bfd_arch_i386
> | #define OBJNULL NULL
> | #define MEM_TOP 0x8000000000000000
> | #define MEM_RANGE 0x4000000000000000
> | #define IM_FIX_BASE 0x8000000000000000UL
> | #define IM_FIX_LIM 0x4000000000000000UL
> | #define HAVE_DIRENT_H 1
> | #define HAVE_D_TYPE 1
> | #define ANSI_COMMON_LISP 1
> | #define HAVE_GETCWD 1
> | #define HAVE_GETWD 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_ELF_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_COMPLEX_H 1
> | #define HAVE_COMPLEX_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 USE_READLINE 1
> | #define HAVE_DECL_RL_COMPLETION_MATCHES 1
> | #define HAVE_RL_COMPENTRY_FUNC_T 1
> | #define RL_COMPLETION_ENTRY_FUNCTION_TYPE_RL_COMPENTRY_FUNC_T 1
> | #define RL_READLINE_NAME_TYPE_CONST_CHAR 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_ASM_SIGCONTEXT_H 1
> | #define HAVE_ASM_SIGNAL_H 1
> | #define SIGNAL_H_HAS_SIGCONTEXT 1
> | /* end confdefs.h. */
> |
> |
> | int
> | main (void)
> | {
> | return main ();
> | ;
> | return 0;
> | }
> configure:9623: result: no
> configure:9660: checking for tcl/tk
> configure:9666: result: not found
> configure:9684: checking for sys/mman.h
> configure:9684: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:103:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:9684: $? = 0
> configure:9684: result: yes
> configure:9688: checking for mprotect
> configure:9688: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c
> -lm -ldl >&5
> In file included from
> /usr/include/x86_64-linux-gnu/bits/libc-header-start.h:33,
> from /usr/include/limits.h:26,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:205,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/syslimits.h:7,
> from
> /usr/lib/gcc/x86_64-unknown-linux-gnu/13.2.0/include/limits.h:34,
> from conftest.c:85:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:9688: $? = 0
> configure:9688: result: yes
> configure:9698: checking for alloca.h
> configure:9698: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:105:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:9698: $? = 0
> configure:9698: result: yes
> configure:9705: checking for size_t
> configure:9705: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:106:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:9705: $? = 0
> configure:9705: gcc -c -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable conftest.c >&5
> In file included from /usr/include/unistd.h:25,
> from conftest.c:106:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> conftest.c: In function 'main':
> conftest.c:111:21: error: expected expression before ')' token
> 111 | if (sizeof ((size_t)))
> | ^
> configure:9705: $? = 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 HOST_CPU "X86_64"
> | #define HOST_KERNEL "LINUX"
> | #define HOST_SYSTEM "GNU"
> | #define HAVE_SETJMP_H 1
> | #define SIZEOF_JMP_BUF 200
> | #define HAVE_UNISTD_H 1
> | #define HAVE_GMP_H 1
> | #define HAVE_GNU_LD 1
> | #define MP_LIMB_BYTES 8
> | #define GMP 1
> | #define HAVE_XGCL 1
> | #define HAVE_CLZL 1
> | #define HAVE_CTZL 1
> | #define HAVE_BUILTIN_CLEAR_CACHE 1
> | #define SIZEOF_LONG 8
> | #define HAVE_TIME_H 1
> | #define HAVE_SYS_TIME_H 1
> | #define SIZEOF_TIME_T 8
> | #define PAGEWIDTH 12
> | #define OBJ_ALIGNMENT 8
> | #define OBJ_ALIGN __attribute__ ((aligned (8)))
> | #define NO_RETURN __attribute__ ((noreturn))
> | #define SIZEOF_CONTBLOCK 16
> | #define CAN_UNRANDOMIZE_SBRK 1
> | #define CSTACK_DIRECTION -1
> | #define CSTACK_ALIGNMENT 16
> | #define CSTACK_ADDRESS 0x7fffffffffff
> | #define CSTACK_BITS 48
> | #define OUTPUT_ARCH bfd_arch_i386
> | #define OBJNULL NULL
> | #define MEM_TOP 0x8000000000000000
> | #define MEM_RANGE 0x4000000000000000
> | #define IM_FIX_BASE 0x8000000000000000UL
> | #define IM_FIX_LIM 0x4000000000000000UL
> | #define HAVE_DIRENT_H 1
> | #define HAVE_D_TYPE 1
> | #define ANSI_COMMON_LISP 1
> | #define HAVE_GETCWD 1
> | #define HAVE_GETWD 1
> | #define HAVE_SYS_IOCTL_H 1
> | #define HAVE_ELF_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_MATH_H 1
> | #define HAVE_COMPLEX_H 1
> | #define HAVE_COMPLEX_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 USE_READLINE 1
> | #define HAVE_DECL_RL_COMPLETION_MATCHES 1
> | #define HAVE_RL_COMPENTRY_FUNC_T 1
> | #define RL_COMPLETION_ENTRY_FUNCTION_TYPE_RL_COMPENTRY_FUNC_T 1
> | #define RL_READLINE_NAME_TYPE_CONST_CHAR 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_ASM_SIGCONTEXT_H 1
> | #define HAVE_ASM_SIGNAL_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 <stddef.h>
> | #ifdef HAVE_STDIO_H
> | # include <stdio.h>
> | #endif
> | #ifdef HAVE_STDLIB_H
> | # include <stdlib.h>
> | #endif
> | #ifdef HAVE_STRING_H
> | # include <string.h>
> | #endif
> | #ifdef HAVE_INTTYPES_H
> | # include <inttypes.h>
> | #endif
> | #ifdef HAVE_STDINT_H
> | # include <stdint.h>
> | #endif
> | #ifdef HAVE_STRINGS_H
> | # include <strings.h>
> | #endif
> | #ifdef HAVE_SYS_TYPES_H
> | # include <sys/types.h>
> | #endif
> | #ifdef HAVE_SYS_STAT_H
> | # include <sys/stat.h>
> | #endif
> | #ifdef HAVE_UNISTD_H
> | # include <unistd.h>
> | #endif
> | int
> | main (void)
> | {
> | if (sizeof ((size_t)))
> | return 0;
> | ;
> | return 0;
> | }
> configure:9705: result: yes
> configure:9717: checking for working alloca.h
> configure:9735: gcc -o conftest -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer -fsigned-char -pipe -fcommon
> -fno-builtin-malloc -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic
> -Wall -Wno-empty-body -Wno-unused-but-set-variable -L/app/lib
> -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie -Wl,-T,gcl.script conftest.c
> -lm -ldl >&5
> In file included from /usr/include/alloca.h:21,
> from conftest.c:80:
> /usr/include/features.h:414:4: warning: #warning _FORTIFY_SOURCE requires
> compiling with optimization (-O) [-Wcpp]
> 414 | # warning _FORTIFY_SOURCE requires compiling with optimization (-O)
> | ^~~~~~~
> configure:9735: $? = 0
> configure:9744: result: yes
> configure:9752: checking for alloca
> configure:9797: result: yes
> configure:10005: creating ./config.status
>
> ## ---------------------- ##
> ## Running config.status. ##
> ## ---------------------- ##
>
> This file was extended by config.status, which was
> generated by GNU Autoconf 2.71. Invocation command line was
>
> CONFIG_FILES =
> CONFIG_HEADERS =
> CONFIG_LINKS =
> CONFIG_COMMANDS =
> $ ./config.status
>
> on ss
>
> config.status:929: creating makedefc
> config.status:929: creating windows/gcl.iss
> config.status:929: creating windows/sysdir.bat
> config.status:929: creating windows/install.lsp
> config.status:929: creating h/gclincl.h
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_build=x86_64-pc-linux-gnu
> ac_cv_c_compiler_gnu=yes
> ac_cv_env_CC_set=
> ac_cv_env_CC_value=
> ac_cv_env_CFLAGS_set=set
> ac_cv_env_CFLAGS_value='-O2 -pipe -g -Wp,-D_FORTIFY_SOURCE=2
> -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong
> -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
> -fcf-protection -fno-omit-frame-pointer '
> 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=set
> ac_cv_env_LDFLAGS_value='-L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed '
> 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_profil=yes
> ac_cv_func_setenv=yes
> ac_cv_func_sigaltstack=yes
> ac_cv_func_uname=yes
> ac_cv_func_xdr_double=no
> ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
> ac_cv_header_alloca_h=yes
> ac_cv_header_asm_sigcontext_h=yes
> ac_cv_header_asm_signal_h=yes
> 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_math_h=yes
> ac_cv_header_readline_readline_h=yes
> ac_cv_header_setjmp_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_time_h=yes
> ac_cv_header_time_h=yes
> ac_cv_header_unistd_h=yes
> ac_cv_header_values_h=yes
> ac_cv_host=x86_64-pc-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_gssrpc_xdr_double=no
> ac_cv_lib_lieee_main=no
> ac_cv_lib_m_sin=yes
> ac_cv_lib_mingwex_main=no
> ac_cv_lib_oncrpc_xdr_double=no
> ac_cv_lib_opcodes_init_disassemble_info=yes
> ac_cv_lib_readline_el_getc=no
> ac_cv_lib_readline_rl_completion_matches=yes
> ac_cv_lib_readline_rl_initialize=yes
> ac_cv_lib_rpc_xdr_double=no
> ac_cv_lib_tirpc_xdr_double=no
> ac_cv_objext=o
> ac_cv_path_EGREP='/usr/bin/grep -E'
> ac_cv_path_GREP=/usr/bin/grep
> ac_cv_prog_AWK=gawk
> ac_cv_prog_CPP='gcc -E'
> ac_cv_prog_MAKEINFO=makeinfo
> ac_cv_prog_TCLSH=
> ac_cv_prog_ac_ct_CC=gcc
> ac_cv_prog_cc_c11=
> ac_cv_prog_cc_g=yes
> ac_cv_prog_cc_stdc=
> ac_cv_sizeof_long=8
> ac_cv_sizeof_time_t=8
> ac_cv_type_size_t=yes
> ac_cv_working_alloca_h=yes
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> ALLOCA=''
> AWK='gawk'
> BUILD_BFD=''
> CC='gcc'
> CFLAGS='-pipe -g -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS
> -fexceptions -fstack-protector-strong -grecord-gcc-switches
> -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
> -fno-omit-frame-pointer -fsigned-char -pipe -fcommon -fno-builtin-malloc
> -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic -Wall -Wno-empty-body
> -Wno-unused-but-set-variable -O2 -I$(GCLDIR)/o'
> CLSTANDARD='ANSI'
> CPP='gcc -E'
> CPPFLAGS=''
> DEFS='-DHAVE_CONFIG_H'
> DOUBLE_BIGENDIAN=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EGREP='/usr/bin/grep -E'
> EMACS=''
> EMACS_DEFAULT_EL=''
> EMACS_SITE_LISP='/app/share/emacs/site-lisp/'
> EXEEXT=''
> EXTRA_LOBJS=''
> FINAL_CFLAGS='-pipe -g -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS
> -fexceptions -fstack-protector-strong -grecord-gcc-switches
> -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
> -fno-omit-frame-pointer -fsigned-char -pipe -fcommon -fno-builtin-malloc
> -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic -Wall -Wno-empty-body
> -Wno-unused-but-set-variable '
> FLISP='saved_ansi_gcl'
> GCL_CC='gcc '
> GMP='1'
> GMPDIR=''
> GNU_LD='1'
> GREP='/usr/bin/grep'
> HAVE_LONG_LONG=''
> HAVE_MALLOC_ZONE_MEMALIGN=''
> HAVE_OUTPUT_BFD=''
> HAVE_PUTENV=''
> HAVE_SETENV=''
> HAVE_SIGEMT=''
> HAVE_SIGSYS=''
> HAVE_SV_ONSTACK=''
> INFO_DIR='/app/share/info/'
> LDFLAGS='-L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed -no-pie
> -Wl,-T,../unixport/gcl.script'
> LEADING_UNDERSCORE=''
> LIBBFD=''
> LIBIBERTY=''
> LIBOBJS=''
> LIBS=' -lX11 -lm -ldl -lgmp -lreadline'
> LTLIBOBJS=''
> MAKEINFO='makeinfo'
> NIFLAGS='-pipe -g -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS
> -fexceptions -fstack-protector-strong -grecord-gcc-switches
> -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection
> -fno-omit-frame-pointer -fsigned-char -pipe -fcommon -fno-builtin-malloc
> -fno-builtin-free -fno-PIE -fno-pie -fno-PIC -fno-pic -Wall -Wno-empty-body
> -Wno-unused-but-set-variable -I$(GCLDIR)/o'
> NOTIFY=''
> NO_PROFILE=''
> O2FLAGS='-O'
> O3FLAGS='-O2 '
> OBJEXT='o'
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_URL=''
> PACKAGE_VERSION=''
> PAGEWIDTH='12'
> PATH_SEPARATOR=':'
> PRELINK_CHECK=''
> RL_LIB=''
> RL_OBJS='gcl_readline.o'
> SHELL='/bin/sh'
> SYSTEM='ansi_gcl'
> TCLSH=''
> TCL_DL_LIBS=''
> TCL_INCLUDE=''
> TCL_LIBRARY=''
> TCL_LIBS=''
> TCL_LIB_SPEC=''
> TK_BUILD_LIB_SPEC=''
> TK_CONFIG_PREFIX='unknown'
> TK_INCLUDE=''
> TK_LIBRARY=''
> TK_LIB_SPEC=''
> TK_XINCLUDES=''
> TK_XLIBSW=''
> USE_CLEANUP=''
> VERSION='2.6.14'
> WORDS_BIGENDIAN=''
> XMKMF=''
> X_CFLAGS=''
> X_LIBS=' -lX11'
> ac_ct_CC='gcc'
> bindir='${exec_prefix}/bin'
> build='x86_64-pc-linux-gnu'
> build_alias=''
> build_cpu='x86_64'
> build_os='linux-gnu'
> build_vendor='pc'
> datadir='${datarootdir}'
> datarootdir='${prefix}/share'
> docdir='${datarootdir}/doc/${PACKAGE}'
> dvidir='${docdir}'
> exec_prefix='${prefix}'
> host='x86_64-pc-linux-gnu'
> host_alias=''
> host_cpu='x86_64'
> host_os='linux-gnu'
> host_vendor='pc'
> 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='/app'
> program_transform_name='s,x,x,'
> psdir='${docdir}'
> runstatedir='${localstatedir}/run'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> target_alias=''
> use='amd64-linux'
>
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
>
> /* confdefs.h */
> #define PACKAGE_NAME ""
> #define PACKAGE_TARNAME ""
> #define PACKAGE_VERSION ""
> #define PACKAGE_STRING ""
> #define PACKAGE_BUGREPORT ""
> #define PACKAGE_URL ""
> #define HOST_CPU "X86_64"
> #define HOST_KERNEL "LINUX"
> #define HOST_SYSTEM "GNU"
> #define HAVE_SETJMP_H 1
> #define SIZEOF_JMP_BUF 200
> #define HAVE_UNISTD_H 1
> #define HAVE_GMP_H 1
> #define HAVE_GNU_LD 1
> #define MP_LIMB_BYTES 8
> #define GMP 1
> #define HAVE_XGCL 1
> #define HAVE_CLZL 1
> #define HAVE_CTZL 1
> #define HAVE_BUILTIN_CLEAR_CACHE 1
> #define SIZEOF_LONG 8
> #define HAVE_TIME_H 1
> #define HAVE_SYS_TIME_H 1
> #define SIZEOF_TIME_T 8
> #define PAGEWIDTH 12
> #define OBJ_ALIGNMENT 8
> #define OBJ_ALIGN __attribute__ ((aligned (8)))
> #define NO_RETURN __attribute__ ((noreturn))
> #define SIZEOF_CONTBLOCK 16
> #define CAN_UNRANDOMIZE_SBRK 1
> #define CSTACK_DIRECTION -1
> #define CSTACK_ALIGNMENT 16
> #define CSTACK_ADDRESS 0x7fffffffffff
> #define CSTACK_BITS 48
> #define OUTPUT_ARCH bfd_arch_i386
> #define OBJNULL NULL
> #define MEM_TOP 0x8000000000000000
> #define MEM_RANGE 0x4000000000000000
> #define IM_FIX_BASE 0x8000000000000000UL
> #define IM_FIX_LIM 0x4000000000000000UL
> #define HAVE_DIRENT_H 1
> #define HAVE_D_TYPE 1
> #define ANSI_COMMON_LISP 1
> #define HAVE_GETCWD 1
> #define HAVE_GETWD 1
> #define HAVE_SYS_IOCTL_H 1
> #define HAVE_ELF_H 1
> #define HAVE_MATH_H 1
> #define HAVE_MATH_H 1
> #define HAVE_COMPLEX_H 1
> #define HAVE_COMPLEX_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 USE_READLINE 1
> #define HAVE_DECL_RL_COMPLETION_MATCHES 1
> #define HAVE_RL_COMPENTRY_FUNC_T 1
> #define RL_COMPLETION_ENTRY_FUNCTION_TYPE_RL_COMPENTRY_FUNC_T 1
> #define RL_READLINE_NAME_TYPE_CONST_CHAR 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_ASM_SIGCONTEXT_H 1
> #define HAVE_ASM_SIGNAL_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
>
--
Camm Maguire camm@maguirefamily.org
==========================================================================
"The earth is but one country, and mankind its citizens." -- Baha'u'llah