+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/elk-3.99.8nb3/work.log
+ su pbulk -c '"$@"' make /opt/local/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/elk-3.99.8nb3/work.log
=> Bootstrap dependency digest>=20211023: found digest-20220214
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for elk-3.99.8nb3
/opt/local/bin/bmake  all-recursive
Making all in include
Making all in src
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-autoload.lo -MD -MP -MF .deps/libelk_la-autoload.Tpo -c -o libelk_la-autoload.lo `test -f 'autoload.c' || echo './'`autoload.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-autoload.lo -MD -MP -MF .deps/libelk_la-autoload.Tpo -c autoload.c  -fPIC -DPIC -o .libs/libelk_la-autoload.o
autoload.c:37:6: warning: no previous prototype for 'Init_Auto' [-Wmissing-prototypes]
   37 | void Init_Auto (void) {
      |      ^~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-autoload.lo -MD -MP -MF .deps/libelk_la-autoload.Tpo -c autoload.c -o libelk_la-autoload.o >/dev/null 2>&1
mv -f .deps/libelk_la-autoload.Tpo .deps/libelk_la-autoload.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-bignum.lo -MD -MP -MF .deps/libelk_la-bignum.Tpo -c -o libelk_la-bignum.lo `test -f 'bignum.c' || echo './'`bignum.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-bignum.lo -MD -MP -MF .deps/libelk_la-bignum.Tpo -c bignum.c  -fPIC -DPIC -o .libs/libelk_la-bignum.o
bignum.c:62:8: warning: no previous prototype for 'Copy_Bignum' [-Wmissing-prototypes]
   62 | Object Copy_Bignum (Object x) {
      |        ^~~~~~~~~~~
bignum.c:76:8: warning: no previous prototype for 'Copy_S_Bignum' [-Wmissing-prototypes]
   76 | Object Copy_S_Bignum (struct S_Bignum *s) {
      |        ^~~~~~~~~~~~~
bignum.c:110:8: warning: no previous prototype for 'Reduce_Bignum' [-Wmissing-prototypes]
  110 | Object Reduce_Bignum (Object x) {
      |        ^~~~~~~~~~~~~
bignum.c:196:6: warning: no previous prototype for 'Print_Bignum' [-Wmissing-prototypes]
  196 | void Print_Bignum (Object port, Object x) {
      |      ^~~~~~~~~~~~
In file included from ../include/kernel.h:47,
                 from bignum.c:37:
bignum.c: In function 'Print_Bignum':
../include/stkmem.h:57:26: warning: variable '_Check_Alloca_Begin' set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
bignum.c:201:5: note: in expansion of macro 'Alloca_Begin'
  201 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
bignum.c: In function 'Bignum_To_String':
../include/stkmem.h:57:26: warning: variable '_Check_Alloca_Begin' set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
bignum.c:243:5: note: in expansion of macro 'Alloca_Begin'
  243 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
bignum.c: At top level:
bignum.c:290:5: warning: no previous prototype for 'Bignum_To_Integer' [-Wmissing-prototypes]
  290 | int Bignum_To_Integer (Object x) {
      |     ^~~~~~~~~~~~~~~~~
bignum.c:485:5: warning: no previous prototype for 'Bignum_Mantissa_Cmp' [-Wmissing-prototypes]
  485 | int Bignum_Mantissa_Cmp (register struct S_Bignum *x,
      |     ^~~~~~~~~~~~~~~~~~~
bignum.c:504:5: warning: no previous prototype for 'Bignum_Cmp' [-Wmissing-prototypes]
  504 | int Bignum_Cmp (register struct S_Bignum *x, register struct S_Bignum *y) {
      |     ^~~~~~~~~~
bignum.c:538:8: warning: no previous prototype for 'General_Bignum_Plus_Minus' [-Wmissing-prototypes]
  538 | Object General_Bignum_Plus_Minus (Object x, Object y, int neg) {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/kernel.h:47,
                 from bignum.c:37:
bignum.c: In function 'Bignum_Divide':
../include/stkmem.h:57:26: warning: variable '_Check_Alloca_Begin' set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
bignum.c:739:5: note: in expansion of macro 'Alloca_Begin'
  739 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-bignum.lo -MD -MP -MF .deps/libelk_la-bignum.Tpo -c bignum.c -o libelk_la-bignum.o >/dev/null 2>&1
mv -f .deps/libelk_la-bignum.Tpo .deps/libelk_la-bignum.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-bool.lo -MD -MP -MF .deps/libelk_la-bool.Tpo -c -o libelk_la-bool.lo `test -f 'bool.c' || echo './'`bool.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-bool.lo -MD -MP -MF .deps/libelk_la-bool.Tpo -c bool.c  -fPIC -DPIC -o .libs/libelk_la-bool.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-bool.lo -MD -MP -MF .deps/libelk_la-bool.Tpo -c bool.c -o libelk_la-bool.o >/dev/null 2>&1
mv -f .deps/libelk_la-bool.Tpo .deps/libelk_la-bool.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-char.lo -MD -MP -MF .deps/libelk_la-char.Tpo -c -o libelk_la-char.lo `test -f 'char.c' || echo './'`char.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-char.lo -MD -MP -MF .deps/libelk_la-char.Tpo -c char.c  -fPIC -DPIC -o .libs/libelk_la-char.o
char.c:99:5: warning: no previous prototype for 'General_Chrcmp' [-Wmissing-prototypes]
   99 | int General_Chrcmp (Object c1, Object c2, register int ci) {
      |     ^~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-char.lo -MD -MP -MF .deps/libelk_la-char.Tpo -c char.c -o libelk_la-char.o >/dev/null 2>&1
mv -f .deps/libelk_la-char.Tpo .deps/libelk_la-char.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-cont.lo -MD -MP -MF .deps/libelk_la-cont.Tpo -c -o libelk_la-cont.lo `test -f 'cont.c' || echo './'`cont.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-cont.lo -MD -MP -MF .deps/libelk_la-cont.Tpo -c cont.c  -fPIC -DPIC -o .libs/libelk_la-cont.o
cont.c:105:5: warning: no previous prototype for 'Check_Stack_Grows_Down' [-Wmissing-prototypes]
  105 | int Check_Stack_Grows_Down () {
      |     ^~~~~~~~~~~~~~~~~~~~~~
cont.c:115:14: warning: no previous prototype for 'Stack_Size' [-Wmissing-prototypes]
  115 | unsigned int Stack_Size () {
      |              ^~~~~~~~~~
cont.c: In function 'Stack_Size':
cont.c:117:18: warning: initialization discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
  117 |     char *pfoo = &foo;
      |                  ^
cont.c: At top level:
cont.c:122:6: warning: no previous prototype for 'Grow_Stack' [-Wmissing-prototypes]
  122 | void Grow_Stack (struct S_Control *cp, Object val) {
      |      ^~~~~~~~~~
cont.c: In function 'Grow_Stack':
cont.c:127:13: warning: passing argument 1 of 'memset' discards 'volatile' qualifier from pointer target type [-Wdiscarded-qualifiers]
  127 |     memset (buf, 0, 1);
      |             ^~~
In file included from /usr/include/string.h:34,
                 from cont.c:33:
/usr/include/iso/string_iso.h:72:21: note: expected 'void *' but argument is of type 'volatile char *'
   72 | extern void *memset(void *, int, size_t);
      |                     ^~~~~~
cont.c: At top level:
cont.c:324:6: warning: no previous prototype for 'Add_Wind' [-Wmissing-prototypes]
  324 | void Add_Wind (register WIND *w, Object in, Object out) {
      |      ^~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-cont.lo -MD -MP -MF .deps/libelk_la-cont.Tpo -c cont.c -o libelk_la-cont.o >/dev/null 2>&1
mv -f .deps/libelk_la-cont.Tpo .deps/libelk_la-cont.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-cstring.lo -MD -MP -MF .deps/libelk_la-cstring.Tpo -c -o libelk_la-cstring.lo `test -f 'cstring.c' || echo './'`cstring.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-cstring.lo -MD -MP -MF .deps/libelk_la-cstring.Tpo -c cstring.c  -fPIC -DPIC -o .libs/libelk_la-cstring.o
cstring.c:49:6: warning: no previous prototype for 'Init_Cstring' [-Wmissing-prototypes]
   49 | void Init_Cstring() {  /* Preallocate memory to avoid fragmentation */
      |      ^~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-cstring.lo -MD -MP -MF .deps/libelk_la-cstring.Tpo -c cstring.c -o libelk_la-cstring.o >/dev/null 2>&1
mv -f .deps/libelk_la-cstring.Tpo .deps/libelk_la-cstring.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-debug.lo -MD -MP -MF .deps/libelk_la-debug.Tpo -c -o libelk_la-debug.lo `test -f 'debug.c' || echo './'`debug.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-debug.lo -MD -MP -MF .deps/libelk_la-debug.Tpo -c debug.c  -fPIC -DPIC -o .libs/libelk_la-debug.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-debug.lo -MD -MP -MF .deps/libelk_la-debug.Tpo -c debug.c -o libelk_la-debug.o >/dev/null 2>&1
mv -f .deps/libelk_la-debug.Tpo .deps/libelk_la-debug.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-dump.lo -MD -MP -MF .deps/libelk_la-dump.Tpo -c -o libelk_la-dump.lo `test -f 'dump.c' || echo './'`dump.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-dump.lo -MD -MP -MF .deps/libelk_la-dump.Tpo -c dump.c  -fPIC -DPIC -o .libs/libelk_la-dump.o
dump.c:57:6: warning: no previous prototype for 'Init_Dump' [-Wmissing-prototypes]
   57 | void Init_Dump () {
      |      ^~~~~~~~~
In file included from dump.c:113:
dump-elf.c: In function 'P_Dump':
dump-elf.c:47:13: warning: implicit declaration of function 'strcmp' [-Wimplicit-function-declaration]
   47 |         if (strcmp (sectstr+osecthdr[_i].sh_name, (name)) == 0) break;\
      |             ^~~~~~
dump-elf.c:141:5: note: in expansion of macro 'FIND_SECTHDR'
  141 |     FIND_SECTHDR (".bss", obssndx);
      |     ^~~~~~~~~~~~
dump-elf.c:93:9: warning: variable 'mdebugndx' set but not used [-Wunused-but-set-variable]
   93 |     int mdebugndx;
      |         ^~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-dump.lo -MD -MP -MF .deps/libelk_la-dump.Tpo -c dump.c -o libelk_la-dump.o >/dev/null 2>&1
mv -f .deps/libelk_la-dump.Tpo .deps/libelk_la-dump.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-env.lo -MD -MP -MF .deps/libelk_la-env.Tpo -c -o libelk_la-env.lo `test -f 'env.c' || echo './'`env.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-env.lo -MD -MP -MF .deps/libelk_la-env.Tpo -c env.c  -fPIC -DPIC -o .libs/libelk_la-env.o
env.c:47:6: warning: no previous prototype for 'Init_Env' [-Wmissing-prototypes]
   47 | void Init_Env () {
      |      ^~~~~~~~
env.c:66:6: warning: no previous prototype for 'Push_Frame' [-Wmissing-prototypes]
   66 | void Push_Frame (Object frame) {
      |      ^~~~~~~~~~
env.c:74:6: warning: no previous prototype for 'Pop_Frame' [-Wmissing-prototypes]
   74 | void Pop_Frame () {
      |      ^~~~~~~~~
env.c:82:6: warning: no previous prototype for 'Switch_Environment' [-Wmissing-prototypes]
   82 | void Switch_Environment (Object to) {
      |      ^~~~~~~~~~~~~~~~~~
env.c:152:8: warning: no previous prototype for 'Define_Procedure' [-Wmissing-prototypes]
  152 | Object Define_Procedure (Object form, Object body, Object sym) {
      |        ^~~~~~~~~~~~~~~~
env.c:166:8: warning: no previous prototype for 'General_Define' [-Wmissing-prototypes]
  166 | Object General_Define (Object argl, Object sym) {
      |        ^~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-env.lo -MD -MP -MF .deps/libelk_la-env.Tpo -c env.c -o libelk_la-env.o >/dev/null 2>&1
mv -f .deps/libelk_la-env.Tpo .deps/libelk_la-env.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-error.lo -MD -MP -MF .deps/libelk_la-error.Tpo -c -o libelk_la-error.lo `test -f 'error.c' || echo './'`error.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-error.lo -MD -MP -MF .deps/libelk_la-error.Tpo -c error.c  -fPIC -DPIC -o .libs/libelk_la-error.o
error.c:55:6: warning: no previous prototype for 'Init_Error' [-Wmissing-prototypes]
   55 | void Init_Error () {
      |      ^~~~~~~~~~
error.c:107:6: warning: no previous prototype for 'Uncatchable_Error' [-Wmissing-prototypes]
  107 | void Uncatchable_Error (char *errmsg) {
      |      ^~~~~~~~~~~~~~~~~
error.c:158:6: warning: no previous prototype for 'Err_Handler' [-Wmissing-prototypes]
  158 | void Err_Handler (Object sym, Object fmt, int argc, Object *argv) {
      |      ^~~~~~~~~~~
error.c:181:6: warning: no previous prototype for 'Reset' [-Wmissing-prototypes]
  181 | void Reset () {
      |      ^~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-error.lo -MD -MP -MF .deps/libelk_la-error.Tpo -c error.c -o libelk_la-error.o >/dev/null 2>&1
mv -f .deps/libelk_la-error.Tpo .deps/libelk_la-error.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-exception.lo -MD -MP -MF .deps/libelk_la-exception.Tpo -c -o libelk_la-exception.lo `test -f 'exception.c' || echo './'`exception.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-exception.lo -MD -MP -MF .deps/libelk_la-exception.Tpo -c exception.c  -fPIC -DPIC -o .libs/libelk_la-exception.o
exception.c:58:6: warning: no previous prototype for 'Init_Exception' [-Wmissing-prototypes]
   58 | void Init_Exception () {
      |      ^~~~~~~~~~~~~~
exception.c:77:6: warning: no previous prototype for 'Intr_Handler' [-Wmissing-prototypes]
   77 | void Intr_Handler (int sig) {
      |      ^~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-exception.lo -MD -MP -MF .deps/libelk_la-exception.Tpo -c exception.c -o libelk_la-exception.o >/dev/null 2>&1
mv -f .deps/libelk_la-exception.Tpo .deps/libelk_la-exception.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-feature.lo -MD -MP -MF .deps/libelk_la-feature.Tpo -c -o libelk_la-feature.lo `test -f 'feature.c' || echo './'`feature.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-feature.lo -MD -MP -MF .deps/libelk_la-feature.Tpo -c feature.c  -fPIC -DPIC -o .libs/libelk_la-feature.o
feature.c:39:6: warning: no previous prototype for 'Init_Features' [-Wmissing-prototypes]
   39 | void Init_Features () {
      |      ^~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-feature.lo -MD -MP -MF .deps/libelk_la-feature.Tpo -c feature.c -o libelk_la-feature.o >/dev/null 2>&1
mv -f .deps/libelk_la-feature.Tpo .deps/libelk_la-feature.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-heap.lo -MD -MP -MF .deps/libelk_la-heap.Tpo -c -o libelk_la-heap.lo `test -f 'heap.c' || echo './'`heap.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-heap.lo -MD -MP -MF .deps/libelk_la-heap.Tpo -c heap.c  -fPIC -DPIC -o .libs/libelk_la-heap.o
heap.c:46:6: warning: no previous prototype for 'Init_Heap' [-Wmissing-prototypes]
   46 | void Init_Heap () {
      |      ^~~~~~~~~
heap.c:64:6: warning: no previous prototype for 'Call_Before_GC' [-Wmissing-prototypes]
   64 | void Call_Before_GC () {
      |      ^~~~~~~~~~~~~~
heap.c:80:6: warning: no previous prototype for 'Call_After_GC' [-Wmissing-prototypes]
   80 | void Call_After_GC () {
      |      ^~~~~~~~~~~~~
heap.c:87:6: warning: no previous prototype for 'Visit_GC_List' [-Wmissing-prototypes]
   87 | void Visit_GC_List (GCNODE *list, intptr_t delta) {
      |      ^~~~~~~~~~~~~
heap.c:104:6: warning: no previous prototype for 'Visit_Wind' [-Wmissing-prototypes]
  104 | void Visit_Wind (WIND *list, intptr_t delta) {
      |      ^~~~~~~~~~
In file included from heap.c:151:
heap-gen.c: In function 'ProtectCluster':
heap-gen.c:352:40: warning: pointer targets in passing argument 2 of 'DetermineCluster' differ in signedness [-Wpointer-sign]
  352 |     if (!len) DetermineCluster (&addr, &len);
      |                                        ^~~~
      |                                        |
      |                                        unsigned int *
heap-gen.c:326:51: note: expected 'int *' but argument is of type 'unsigned int *'
  326 | static void DetermineCluster (gcptr_t *addr, int *len) {
      |                                              ~~~~~^~~
heap-gen.c: In function 'UnprotectCluster':
heap-gen.c:376:40: warning: pointer targets in passing argument 2 of 'DetermineCluster' differ in signedness [-Wpointer-sign]
  376 |     if (!len) DetermineCluster (&addr, &len);
      |                                        ^~~~
      |                                        |
      |                                        unsigned int *
heap-gen.c:326:51: note: expected 'int *' but argument is of type 'unsigned int *'
  326 | static void DetermineCluster (gcptr_t *addr, int *len) {
      |                                              ~~~~~^~~
heap-gen.c: At top level:
heap-gen.c:481:6: warning: no previous prototype for 'Make_Heap' [-Wmissing-prototypes]
  481 | void Make_Heap (int size) {
      |      ^~~~~~~~~
heap-gen.c: In function 'Make_Heap':
heap-gen.c:497:49: warning: comparison of integer expressions of different signedness: 'addrarith_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
  497 |     if ((bytes_per_pp = sysconf (_SC_PAGESIZE)) == -1)
      |                                                 ^~
heap-gen.c: At top level:
heap-gen.c:754:6: warning: no previous prototype for 'Free_Heap' [-Wmissing-prototypes]
  754 | void Free_Heap () {
      |      ^~~~~~~~~
heap-gen.c: In function 'Alloc_Object':
heap-gen.c:875:8: warning: type of 'size' defaults to 'int' [-Wimplicit-int]
  875 | Object Alloc_Object (size, type, konst) {
      |        ^~~~~~~~~~~~
heap-gen.c:875:8: warning: type of 'type' defaults to 'int' [-Wimplicit-int]
heap-gen.c:875:8: warning: type of 'konst' defaults to 'int' [-Wimplicit-int]
heap-gen.c: At top level:
heap-gen.c:1242:12: warning: 'ScanCluster' was used with no prototype before its definition [-Wmissing-prototypes]
 1242 | static int ScanCluster (gcptr_t addr) {
      |            ^~~~~~~~~~~
heap-gen.c:1284:12: warning: 'Scanner' was used with no prototype before its definition [-Wmissing-prototypes]
 1284 | static int Scanner (pageno_t npages) {
      |            ^~~~~~~
heap-gen.c:1419:13: warning: 'TerminateGC' was used with no prototype before its definition [-Wmissing-prototypes]
 1419 | static void TerminateGC () {
      |             ^~~~~~~~~~~
heap-gen.c: In function 'TerminateGC':
heap-gen.c:1457:54: warning: comparison of integer expressions of different signedness: 'pageno_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
 1457 |     if (PERCENT (allocated_pages, old_logical_pages) >= tuneable_force_total) {
      |                                                      ^~
heap-gen.c:1466:43: warning: comparison of integer expressions of different signedness: 'pageno_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
 1466 |         if (HEAPPERCENT (allocated_pages) >= tuneable_newly_expand)
      |                                           ^~
heap-gen.c: In function 'General_Collect':
heap-gen.c:1589:43: warning: comparison of integer expressions of different signedness: 'pageno_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
 1589 |         if (HEAPPERCENT (forwarded_pages) > tuneable_force_expand)
      |                                           ^
heap-gen.c: At top level:
heap-gen.c:1647:6: warning: no previous prototype for 'Generational_GC_Finalize' [-Wmissing-prototypes]
 1647 | void Generational_GC_Finalize () {
      |      ^~~~~~~~~~~~~~~~~~~~~~~~
heap-gen.c:1652:6: warning: no previous prototype for 'Generational_GC_Reinitialize' [-Wmissing-prototypes]
 1652 | void Generational_GC_Reinitialize () {
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
heap-gen.c:1659:8: warning: no previous prototype for 'Internal_GC_Status' [-Wmissing-prototypes]
 1659 | Object Internal_GC_Status (int strat, int flags) {
      |        ^~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-heap.lo -MD -MP -MF .deps/libelk_la-heap.Tpo -c heap.c -o libelk_la-heap.o >/dev/null 2>&1
mv -f .deps/libelk_la-heap.Tpo .deps/libelk_la-heap.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-io.lo -MD -MP -MF .deps/libelk_la-io.Tpo -c -o libelk_la-io.lo `test -f 'io.c' || echo './'`io.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-io.lo -MD -MP -MF .deps/libelk_la-io.Tpo -c io.c  -fPIC -DPIC -o .libs/libelk_la-io.o
io.c:56:6: warning: no previous prototype for 'Init_Io' [-Wmissing-prototypes]
   56 | void Init_Io () {
      |      ^~~~~~~
io.c:137:8: warning: no previous prototype for 'Get_File_Name' [-Wmissing-prototypes]
  137 | Object Get_File_Name (Object name) {
      |        ^~~~~~~~~~~~~
io.c:150:7: warning: no previous prototype for 'Internal_Tilde_Expand' [-Wmissing-prototypes]
  150 | char *Internal_Tilde_Expand (register char *s, register char **dirp) {
      |       ^~~~~~~~~~~~~~~~~~~~~
io.c: In function 'Internal_Tilde_Expand':
io.c:153:25: warning: nested extern declaration of 'getpwnam' [-Wnested-externs]
  153 |     struct passwd *pw, *getpwnam();
      |                         ^~~~~~~~
io.c: At top level:
io.c:176:8: warning: no previous prototype for 'General_File_Operation' [-Wmissing-prototypes]
  176 | Object General_File_Operation (Object s, register int op) {
      |        ^~~~~~~~~~~~~~~~~~~~~~
In file included from ../include/kernel.h:47,
                 from io.c:47:
io.c: In function 'General_File_Operation':
../include/stkmem.h:57:26: warning: variable '_Check_Alloca_Begin' set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
io.c:179:5: note: in expansion of macro 'Alloca_Begin'
  179 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
io.c: At top level:
io.c:219:6: warning: no previous prototype for 'Close_All_Files' [-Wmissing-prototypes]
  219 | void Close_All_Files () {
      |      ^~~~~~~~~~~~~~~
io.c:229:8: warning: no previous prototype for 'Open_File' [-Wmissing-prototypes]
  229 | Object Open_File (char *name, int flags, int err) {
      |        ^~~~~~~~~
In file included from ../include/kernel.h:47,
                 from io.c:47:
io.c: In function 'Open_File':
../include/stkmem.h:57:26: warning: variable '_Check_Alloca_Begin' set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
io.c:234:5: note: in expansion of macro 'Alloca_Begin'
  234 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
io.c: In function 'General_Open_File':
../include/stkmem.h:57:26: warning: variable '_Check_Alloca_Begin' set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
io.c:269:5: note: in expansion of macro 'Alloca_Begin'
  269 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
io.c: At top level:
io.c:330:8: warning: no previous prototype for 'General_Close_Port' [-Wmissing-prototypes]
  330 | Object General_Close_Port (Object port) {
      |        ^~~~~~~~~~~~~~~~~~
io.c:378:8: warning: no previous prototype for 'General_Call_With' [-Wmissing-prototypes]
  378 | Object General_Call_With (Object name, int flags, Object proc) {
      |        ^~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-io.lo -MD -MP -MF .deps/libelk_la-io.Tpo -c io.c -o libelk_la-io.o >/dev/null 2>&1
mv -f .deps/libelk_la-io.Tpo .deps/libelk_la-io.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-libelk.lo -MD -MP -MF .deps/libelk_la-libelk.Tpo -c -o libelk_la-libelk.lo `test -f 'libelk.c' || echo './'`libelk.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-libelk.lo -MD -MP -MF .deps/libelk_la-libelk.Tpo -c libelk.c  -fPIC -DPIC -o .libs/libelk_la-libelk.o
libelk.c:155:6: warning: no previous prototype for 'Check_If_Dump_Works' [-Wmissing-prototypes]
  155 | void Check_If_Dump_Works () {
      |      ^~~~~~~~~~~~~~~~~~~
libelk.c:361:6: warning: no previous prototype for 'Usage' [-Wmissing-prototypes]
  361 | void Usage () {
      |      ^~~~~
libelk.c:370:6: warning: no previous prototype for 'Init_Everything' [-Wmissing-prototypes]
  370 | void Init_Everything () {
      |      ^~~~~~~~~~~~~~~
libelk.c:395:6: warning: no previous prototype for 'Get_Stack_Limit' [-Wmissing-prototypes]
  395 | void Get_Stack_Limit () {
      |      ^~~~~~~~~~~~~~~
libelk.c:411:5: warning: no previous prototype for 'Executable' [-Wmissing-prototypes]
  411 | int Executable (char *fn) {
      |     ^~~~~~~~~~
libelk.c:418:7: warning: no previous prototype for 'Find_Executable' [-Wmissing-prototypes]
  418 | char *Find_Executable (char *fn) {
      |       ^~~~~~~~~~~~~~~
libelk.c: In function 'Find_Executable':
libelk.c:419:24: warning: nested extern declaration of 'getenv' [-Wnested-externs]
  419 |     char *path, *dir, *getenv();
      |                        ^~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-libelk.lo -MD -MP -MF .deps/libelk_la-libelk.Tpo -c libelk.c -o libelk_la-libelk.o >/dev/null 2>&1
mv -f .deps/libelk_la-libelk.Tpo .deps/libelk_la-libelk.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-list.lo -MD -MP -MF .deps/libelk_la-list.Tpo -c -o libelk_la-list.lo `test -f 'list.c' || echo './'`list.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-list.lo -MD -MP -MF .deps/libelk_la-list.Tpo -c list.c  -fPIC -DPIC -o .libs/libelk_la-list.o
list.c:86:8: warning: no previous prototype for 'Cxr' [-Wmissing-prototypes]
   86 | Object Cxr (Object x, register char *pat, register unsigned int len) {
      |        ^~~
list.c:175:8: warning: no previous prototype for 'General_Member' [-Wmissing-prototypes]
  175 | Object General_Member (Object key, Object list, register int comp) {
      |        ^~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-list.lo -MD -MP -MF .deps/libelk_la-list.Tpo -c list.c -o libelk_la-list.o >/dev/null 2>&1
mv -f .deps/libelk_la-list.Tpo .deps/libelk_la-list.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-load.lo -MD -MP -MF .deps/libelk_la-load.Tpo -c -o libelk_la-load.lo `test -f 'load.c' || echo './'`load.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-load.lo -MD -MP -MF .deps/libelk_la-load.Tpo -c load.c  -fPIC -DPIC -o .libs/libelk_la-load.o
load.c:47:6: warning: no previous prototype for 'Init_Load' [-Wmissing-prototypes]
   47 | void Init_Load () {
      |      ^~~~~~~~~
load.c:56:6: warning: no previous prototype for 'Init_Loadpath' [-Wmissing-prototypes]
   56 | void Init_Loadpath (char *s) {     /* No GC possible here */
      |      ^~~~~~~~~~~~~
load.c:74:5: warning: no previous prototype for 'Has_Suffix' [-Wmissing-prototypes]
   74 | int Has_Suffix (Object name, char const *suffix) {
      |     ^~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-load.lo -MD -MP -MF .deps/libelk_la-load.Tpo -c load.c -o libelk_la-load.o >/dev/null 2>&1
mv -f .deps/libelk_la-load.Tpo .deps/libelk_la-load.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-loadlib.lo -MD -MP -MF .deps/libelk_la-loadlib.Tpo -c -o libelk_la-loadlib.lo `test -f 'loadlib.c' || echo './'`loadlib.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-loadlib.lo -MD -MP -MF .deps/libelk_la-loadlib.Tpo -c loadlib.c  -fPIC -DPIC -o .libs/libelk_la-loadlib.o
loadlib.c:68:6: warning: no previous prototype for 'Dlopen_File' [-Wmissing-prototypes]
   68 | void Dlopen_File (char *obj) {
      |      ^~~~~~~~~~~
loadlib.c:251:6: warning: no previous prototype for 'Load_Library' [-Wmissing-prototypes]
  251 | void Load_Library (Object libs) {
      |      ^~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-loadlib.lo -MD -MP -MF .deps/libelk_la-loadlib.Tpo -c loadlib.c -o libelk_la-loadlib.o >/dev/null 2>&1
mv -f .deps/libelk_la-loadlib.Tpo .deps/libelk_la-loadlib.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-malloc.lo -MD -MP -MF .deps/libelk_la-malloc.Tpo -c -o libelk_la-malloc.lo `test -f 'malloc.c' || echo './'`malloc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-malloc.lo -MD -MP -MF .deps/libelk_la-malloc.Tpo -c malloc.c  -fPIC -DPIC -o .libs/libelk_la-malloc.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-malloc.lo -MD -MP -MF .deps/libelk_la-malloc.Tpo -c malloc.c -o libelk_la-malloc.o >/dev/null 2>&1
mv -f .deps/libelk_la-malloc.Tpo .deps/libelk_la-malloc.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-math.lo -MD -MP -MF .deps/libelk_la-math.Tpo -c -o libelk_la-math.lo `test -f 'math.c' || echo './'`math.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-math.lo -MD -MP -MF .deps/libelk_la-math.Tpo -c math.c  -fPIC -DPIC -o .libs/libelk_la-math.o
math.c:47:6: warning: no previous prototype for 'Init_Math' [-Wmissing-prototypes]
   47 | void Init_Math () {
      |      ^~~~~~~~~
math.c:83:8: warning: no previous prototype for 'Fixnum_To_String' [-Wmissing-prototypes]
   83 | Object Fixnum_To_String (Object x, int radix) {
      |        ^~~~~~~~~~~~~~~~
math.c:305:5: warning: no previous prototype for 'Get_Index' [-Wmissing-prototypes]
  305 | int Get_Index (Object n, Object obj) {
      |     ^~~~~~~~~
math.c:341:5: warning: no previous prototype for 'Fixnum_Add' [-Wmissing-prototypes]
  341 | int Fixnum_Add (int a, int b, int *fits) {
      |     ^~~~~~~~~~
math.c:353:5: warning: no previous prototype for 'Fixnum_Sub' [-Wmissing-prototypes]
  353 | int Fixnum_Sub (int a, int b, int *fits) {
      |     ^~~~~~~~~~
math.c:370:8: warning: no previous prototype for 'Fixnum_Multiply' [-Wmissing-prototypes]
  370 | Object Fixnum_Multiply (int a, int b) {
      |        ^~~~~~~~~~~~~~~
math.c:530:5: warning: no previous prototype for 'Generic_Equal' [-Wmissing-prototypes]
  530 | int Generic_##name (Object x, Object y) {\
      |     ^~~~~~~~
math.c:592:1: note: in expansion of macro 'General_Generic_Compare'
  592 | General_Generic_Compare (Equal, ==)
      | ^~~~~~~~~~~~~~~~~~~~~~~
math.c:530:5: warning: no previous prototype for 'Generic_Less' [-Wmissing-prototypes]
  530 | int Generic_##name (Object x, Object y) {\
      |     ^~~~~~~~
math.c:593:1: note: in expansion of macro 'General_Generic_Compare'
  593 | General_Generic_Compare (Less, <)
      | ^~~~~~~~~~~~~~~~~~~~~~~
math.c:530:5: warning: no previous prototype for 'Generic_Greater' [-Wmissing-prototypes]
  530 | int Generic_##name (Object x, Object y) {\
      |     ^~~~~~~~
math.c:594:1: note: in expansion of macro 'General_Generic_Compare'
  594 | General_Generic_Compare (Greater, >)
      | ^~~~~~~~~~~~~~~~~~~~~~~
math.c:530:5: warning: no previous prototype for 'Generic_Eq_Less' [-Wmissing-prototypes]
  530 | int Generic_##name (Object x, Object y) {\
      |     ^~~~~~~~
math.c:595:1: note: in expansion of macro 'General_Generic_Compare'
  595 | General_Generic_Compare (Eq_Less, <=)
      | ^~~~~~~~~~~~~~~~~~~~~~~
math.c:530:5: warning: no previous prototype for 'Generic_Eq_Greater' [-Wmissing-prototypes]
  530 | int Generic_##name (Object x, Object y) {\
      |     ^~~~~~~~
math.c:596:1: note: in expansion of macro 'General_Generic_Compare'
  596 | General_Generic_Compare (Eq_Greater, >=)
      | ^~~~~~~~~~~~~~~~~~~~~~~
math.c:598:8: warning: no previous prototype for 'General_Compare' [-Wmissing-prototypes]
  598 | Object General_Compare (int argc, Object *argv, register int (*op)()) {
      |        ^~~~~~~~~~~~~~~
math.c:693:27: warning: no previous prototype for 'Generic_Plus' [-Wmissing-prototypes]
  693 | General_Generic_Operator (Generic_Plus,  +, Fixnum_Add, Bignum_Plus)
      |                           ^~~~~~~~~~~~
math.c:630:62: note: in definition of macro 'General_Generic_Operator'
  630 | #define General_Generic_Operator(name,op,fixop,bigop) Object name (Object x,\
      |                                                              ^~~~
math.c:694:27: warning: no previous prototype for 'Generic_Minus' [-Wmissing-prototypes]
  694 | General_Generic_Operator (Generic_Minus, -, Fixnum_Sub, Bignum_Minus)
      |                           ^~~~~~~~~~~~~
math.c:630:62: note: in definition of macro 'General_Generic_Operator'
  630 | #define General_Generic_Operator(name,op,fixop,bigop) Object name (Object x,\
      |                                                              ^~~~
math.c:706:8: warning: no previous prototype for 'General_Operator' [-Wmissing-prototypes]
  706 | Object General_Operator (int argc, Object *argv, Object start,
      |        ^~~~~~~~~~~~~~~~
math.c:744:8: warning: no previous prototype for 'Generic_Multiply' [-Wmissing-prototypes]
  744 | Object Generic_Multiply (Object x, Object y) {
      |        ^~~~~~~~~~~~~~~~
math.c:798:8: warning: no previous prototype for 'Generic_Divide' [-Wmissing-prototypes]
  798 | Object Generic_Divide (Object x, Object y) {
      |        ^~~~~~~~~~~~~~
math.c:883:8: warning: no previous prototype for 'General_Integer_Divide' [-Wmissing-prototypes]
  883 | Object General_Integer_Divide (Object x, Object y, int rem) {
      |        ^~~~~~~~~~~~~~~~~~~~~~
math.c:922:8: warning: no previous prototype for 'Exact_Quotient' [-Wmissing-prototypes]
  922 | Object Exact_Quotient (Object x, Object y) {
      |        ^~~~~~~~~~~~~~
math.c:926:8: warning: no previous prototype for 'Exact_Remainder' [-Wmissing-prototypes]
  926 | Object Exact_Remainder (Object x, Object y) {
      |        ^~~~~~~~~~~~~~~
math.c:930:8: warning: no previous prototype for 'Exact_Modulo' [-Wmissing-prototypes]
  930 | Object Exact_Modulo (Object x, Object y) {
      |        ^~~~~~~~~~~~
math.c:946:8: warning: no previous prototype for 'With_Exact_Ints' [-Wmissing-prototypes]
  946 | Object With_Exact_Ints (Object x, Object y, Object (*fun)()) {
      |        ^~~~~~~~~~~~~~~
math.c:984:8: warning: no previous prototype for 'Exact_Gcd' [-Wmissing-prototypes]
  984 | Object Exact_Gcd (Object x, Object y) {
      |        ^~~~~~~~~
math.c:1008:8: warning: no previous prototype for 'General_Gcd' [-Wmissing-prototypes]
 1008 | Object General_Gcd (Object x, Object y) {
      |        ^~~~~~~~~~~
math.c:1016:8: warning: no previous prototype for 'Exact_Lcm' [-Wmissing-prototypes]
 1016 | Object Exact_Lcm (Object x, Object y) {
      |        ^~~~~~~~~
math.c:1032:8: warning: no previous prototype for 'General_Lcm' [-Wmissing-prototypes]
 1032 | Object General_Lcm (Object x, Object y) {
      |        ^~~~~~~~~~~
math.c:1091:8: warning: no previous prototype for 'General_Function' [-Wmissing-prototypes]
 1091 | Object General_Function (Object x, Object y, double (*fun)()) {
      |        ^~~~~~~~~~~~~~~~
math.c:1129:8: warning: no previous prototype for 'Min' [-Wmissing-prototypes]
 1129 | Object Min (Object x, Object y) {
      |        ^~~
math.c:1138:8: warning: no previous prototype for 'Max' [-Wmissing-prototypes]
 1138 | Object Max (Object x, Object y) {
      |        ^~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-math.lo -MD -MP -MF .deps/libelk_la-math.Tpo -c math.c -o libelk_la-math.o >/dev/null 2>&1
mv -f .deps/libelk_la-math.Tpo .deps/libelk_la-math.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-onfork.lo -MD -MP -MF .deps/libelk_la-onfork.Tpo -c -o libelk_la-onfork.lo `test -f 'onfork.c' || echo './'`onfork.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-onfork.lo -MD -MP -MF .deps/libelk_la-onfork.Tpo -c onfork.c  -fPIC -DPIC -o .libs/libelk_la-onfork.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-onfork.lo -MD -MP -MF .deps/libelk_la-onfork.Tpo -c onfork.c -o libelk_la-onfork.o >/dev/null 2>&1
mv -f .deps/libelk_la-onfork.Tpo .deps/libelk_la-onfork.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-prim.lo -MD -MP -MF .deps/libelk_la-prim.Tpo -c -o libelk_la-prim.lo `test -f 'prim.c' || echo './'`prim.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-prim.lo -MD -MP -MF .deps/libelk_la-prim.Tpo -c prim.c  -fPIC -DPIC -o .libs/libelk_la-prim.o
prim.c:423:6: warning: no previous prototype for 'Init_Prim' [-Wmissing-prototypes]
  423 | void Init_Prim () {
      |      ^~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-prim.lo -MD -MP -MF .deps/libelk_la-prim.Tpo -c prim.c -o libelk_la-prim.o >/dev/null 2>&1
mv -f .deps/libelk_la-prim.Tpo .deps/libelk_la-prim.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-print.lo -MD -MP -MF .deps/libelk_la-print.Tpo -c -o libelk_la-print.lo `test -f 'print.c' || echo './'`print.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-print.lo -MD -MP -MF .deps/libelk_la-print.Tpo -c print.c  -fPIC -DPIC -o .libs/libelk_la-print.o
print.c:65:6: warning: no previous prototype for 'Init_Print' [-Wmissing-prototypes]
   65 | void Init_Print () {
      |      ^~~~~~~~~~
print.c:72:5: warning: no previous prototype for 'Print_Length' [-Wmissing-prototypes]
   72 | int Print_Length () {
      |     ^~~~~~~~~~~~
print.c:79:5: warning: no previous prototype for 'Print_Depth' [-Wmissing-prototypes]
   79 | int Print_Depth () {
      |     ^~~~~~~~~~~
print.c:86:6: warning: no previous prototype for 'Print_Char' [-Wmissing-prototypes]
   86 | void Print_Char (Object port, register int c) {
      |      ^~~~~~~~~~
print.c:157:8: warning: no previous prototype for 'General_Print' [-Wmissing-prototypes]
  157 | Object General_Print (int argc, Object *argv, int raw) {
      |        ^~~~~~~~~~~~~
print.c: In function 'Discard_Output':
print.c:214:11: warning: implicit declaration of function 'ioctl'; did you mean 'iscntrl'? [-Wimplicit-function-declaration]
  214 |     (void)ioctl (fileno (f), TIOCFLUSH, (char *)0);
      |           ^~~~~
      |           iscntrl
print.c:214:11: warning: nested extern declaration of 'ioctl' [-Wnested-externs]
In file included from ../include/kernel.h:47,
                 from print.c:48:
print.c: In function 'Format':
../include/stkmem.h:57:26: warning: variable '_Check_Alloca_Begin' set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
print.c:597:5: note: in expansion of macro 'Alloca_Begin'
  597 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-print.lo -MD -MP -MF .deps/libelk_la-print.Tpo -c print.c -o libelk_la-print.o >/dev/null 2>&1
mv -f .deps/libelk_la-print.Tpo .deps/libelk_la-print.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-proc.lo -MD -MP -MF .deps/libelk_la-proc.Tpo -c -o libelk_la-proc.lo `test -f 'proc.c' || echo './'`proc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-proc.lo -MD -MP -MF .deps/libelk_la-proc.Tpo -c proc.c  -fPIC -DPIC -o .libs/libelk_la-proc.o
proc.c:79:6: warning: no previous prototype for 'Init_Proc' [-Wmissing-prototypes]
   79 | void Init_Proc () {
      |      ^~~~~~~~~
proc.c: In function 'P_Primitive_To_String':
proc.c:105:40: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
  105 |     return Make_String (PRIM(x)->name, strlen(PRIM(x)->name));
      |                                        ^~~~~~
proc.c:105:40: warning: incompatible implicit declaration of built-in function 'strlen'
proc.c:35:1: note: include '<string.h>' or provide a declaration of 'strlen'
   34 | #include "kernel.h"
  +++ |+#include <string.h>
   35 | 
proc.c: In function 'P_Compound_To_String':
proc.c:116:37: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'void *' [-Wformat=]
  116 |         sprintf (buf, "#<compound %lu>", POINTER(x));
      |                                   ~~^
      |                                     |
      |                                     long unsigned int
      |                                   %p
proc.c:117:34: warning: incompatible implicit declaration of built-in function 'strlen'
  117 |         return Make_String (buf, strlen(buf));
      |                                  ^~~~~~
proc.c:117:34: note: include '<string.h>' or provide a declaration of 'strlen'
proc.c: In function 'P_Macro_To_String':
proc.c:130:34: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'void *' [-Wformat=]
  130 |         sprintf (buf, "#<macro %lu>", POINTER(x));
      |                                ~~^
      |                                  |
      |                                  long unsigned int
      |                                %p
proc.c:131:34: warning: incompatible implicit declaration of built-in function 'strlen'
  131 |         return Make_String (buf, strlen(buf));
      |                                  ^~~~~~
proc.c:131:34: note: include '<string.h>' or provide a declaration of 'strlen'
proc.c: At top level:
proc.c:136:8: warning: no previous prototype for 'Make_Compound' [-Wmissing-prototypes]
  136 | Object Make_Compound () {
      |        ^~~~~~~~~~~~~
proc.c:260:8: warning: no previous prototype for 'Funcall_Primitive' [-Wmissing-prototypes]
  260 | Object Funcall_Primitive (Object fun, Object argl, int eval) {
      |        ^~~~~~~~~~~~~~~~~
In file included from ../include/kernel.h:47,
                 from proc.c:34:
proc.c: In function 'Funcall_Primitive':
../include/stkmem.h:57:26: warning: variable '_Check_Alloca_Begin' set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
proc.c:268:5: note: in expansion of macro 'Alloca_Begin'
  268 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
proc.c: At top level:
proc.c:369:8: warning: no previous prototype for 'Funcall_Compound' [-Wmissing-prototypes]
  369 | Object Funcall_Compound (Object fun, Object argl, int eval) {
      |        ^~~~~~~~~~~~~~~~
In file included from ../include/kernel.h:47,
                 from proc.c:34:
proc.c: In function 'Funcall_Compound':
../include/stkmem.h:57:26: warning: variable '_Check_Alloca_Begin' set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
proc.c:376:5: note: in expansion of macro 'Alloca_Begin'
  376 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
proc.c: At top level:
proc.c:462:6: warning: no previous prototype for 'Check_Formals' [-Wmissing-prototypes]
  462 | void Check_Formals (Object x, int *min, int *max) {
      |      ^~~~~~~~~~~~~
proc.c:509:8: warning: no previous prototype for 'General_Map' [-Wmissing-prototypes]
  509 | Object General_Map (int argc, Object *argv, register int accum) {
      |        ^~~~~~~~~~~
In file included from ../include/kernel.h:47,
                 from proc.c:34:
proc.c: In function 'General_Map':
../include/stkmem.h:57:26: warning: variable '_Check_Alloca_Begin' set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
proc.c:515:5: note: in expansion of macro 'Alloca_Begin'
  515 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
proc.c: At top level:
proc.c:558:8: warning: no previous prototype for 'Make_Macro' [-Wmissing-prototypes]
  558 | Object Make_Macro () {
      |        ^~~~~~~~~~
proc.c:585:8: warning: no previous prototype for 'Macro_Expand' [-Wmissing-prototypes]
  585 | Object Macro_Expand (Object mac, Object argl) {
      |        ^~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-proc.lo -MD -MP -MF .deps/libelk_la-proc.Tpo -c proc.c -o libelk_la-proc.o >/dev/null 2>&1
mv -f .deps/libelk_la-proc.Tpo .deps/libelk_la-proc.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-promise.lo -MD -MP -MF .deps/libelk_la-promise.Tpo -c -o libelk_la-promise.lo `test -f 'promise.c' || echo './'`promise.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-promise.lo -MD -MP -MF .deps/libelk_la-promise.Tpo -c promise.c  -fPIC -DPIC -o .libs/libelk_la-promise.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-promise.lo -MD -MP -MF .deps/libelk_la-promise.Tpo -c promise.c -o libelk_la-promise.o >/dev/null 2>&1
mv -f .deps/libelk_la-promise.Tpo .deps/libelk_la-promise.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-read.lo -MD -MP -MF .deps/libelk_la-read.Tpo -c -o libelk_la-read.lo `test -f 'read.c' || echo './'`read.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-read.lo -MD -MP -MF .deps/libelk_la-read.Tpo -c read.c  -fPIC -DPIC -o .libs/libelk_la-read.o
read.c:85:6: warning: no previous prototype for 'Init_Read' [-Wmissing-prototypes]
   85 | void Init_Read () {
      |      ^~~~~~~~~
read.c: In function 'Discard_Input':
read.c:155:11: warning: implicit declaration of function 'ioctl'; did you mean 'iscntrl'? [-Wimplicit-function-declaration]
  155 |     (void)ioctl (fileno (f), TIOCFLUSH, (char *)0);
      |           ^~~~~
      |           iscntrl
read.c:155:11: warning: nested extern declaration of 'ioctl' [-Wnested-externs]
read.c: At top level:
read.c:305:8: warning: no previous prototype for 'Read_Atom' [-Wmissing-prototypes]
  305 | Object Read_Atom (Object port, int konst) {
      |        ^~~~~~~~~
read.c:314:8: warning: no previous prototype for 'Read_Special' [-Wmissing-prototypes]
  314 | Object Read_Special (Object port, int konst) {
      |        ^~~~~~~~~~~~
read.c:400:8: warning: no previous prototype for 'Read_Sequence' [-Wmissing-prototypes]
  400 | Object Read_Sequence (Object port, int vec, int konst, int start_chr) {
      |        ^~~~~~~~~~~~~
read.c:454:8: warning: no previous prototype for 'Read_String' [-Wmissing-prototypes]
  454 | Object Read_String (Object port, int konst) {
      |        ^~~~~~~~~~~
read.c:494:8: warning: no previous prototype for 'Read_Sharp' [-Wmissing-prototypes]
  494 | Object Read_Sharp (Object port, int konst) {
      |        ^~~~~~~~~~
read.c:512:8: warning: no previous prototype for 'Read_True' [-Wmissing-prototypes]
  512 | Object Read_True (Object port, int chr, int konst) {
      |        ^~~~~~~~~
read.c:517:8: warning: no previous prototype for 'Read_False' [-Wmissing-prototypes]
  517 | Object Read_False (Object port, int chr, int konst) {
      |        ^~~~~~~~~~
read.c:522:8: warning: no previous prototype for 'Read_Void' [-Wmissing-prototypes]
  522 | Object Read_Void (Object port, int chr, int konst) {
      |        ^~~~~~~~~
read.c:530:8: warning: no previous prototype for 'Read_Kludge' [-Wmissing-prototypes]
  530 | Object Read_Kludge (Object port, int chr, int konst) {
      |        ^~~~~~~~~~~
read.c:535:8: warning: no previous prototype for 'Read_Vector_Paren' [-Wmissing-prototypes]
  535 | Object Read_Vector_Paren (Object port, int chr, int konst) {
      |        ^~~~~~~~~~~~~~~~~
read.c:540:8: warning: no previous prototype for 'Read_Vector_Bracket' [-Wmissing-prototypes]
  540 | Object Read_Vector_Bracket (Object port, int chr, int konst) {
      |        ^~~~~~~~~~~~~~~~~~~
read.c:545:8: warning: no previous prototype for 'Read_Radix' [-Wmissing-prototypes]
  545 | Object Read_Radix (Object port, int chr, int konst) {
      |        ^~~~~~~~~~
read.c:571:8: warning: no previous prototype for 'Read_Char' [-Wmissing-prototypes]
  571 | Object Read_Char (Object port, int chr, int konst) {
      |        ^~~~~~~~~
read.c: In function 'Parse_Number':
read.c:677:36: warning: implicit declaration of function 'index' [-Wimplicit-function-declaration]
  677 |         } else if (radix == 16 && !index ("0123456789abcdefABCDEF", c)) {
      |                                    ^~~~~
read.c:677:36: warning: incompatible implicit declaration of built-in function 'index'
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-read.lo -MD -MP -MF .deps/libelk_la-read.Tpo -c read.c -o libelk_la-read.o >/dev/null 2>&1
mv -f .deps/libelk_la-read.Tpo .deps/libelk_la-read.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-special.lo -MD -MP -MF .deps/libelk_la-special.Tpo -c -o libelk_la-special.lo `test -f 'special.c' || echo './'`special.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-special.lo -MD -MP -MF .deps/libelk_la-special.Tpo -c special.c  -fPIC -DPIC -o .libs/libelk_la-special.o
special.c:42:6: warning: no previous prototype for 'Init_Special' [-Wmissing-prototypes]
   42 | void Init_Special () {
      |      ^~~~~~~~~~~~
special.c:50:8: warning: no previous prototype for 'Quasiquote' [-Wmissing-prototypes]
   50 | Object Quasiquote (Object x, int level) {
      |        ^~~~~~~~~~
special.c:279:8: warning: no previous prototype for 'General_Junction' [-Wmissing-prototypes]
  279 | Object General_Junction (Object argl, register int and) {
      |        ^~~~~~~~~~~~~~~~
special.c:366:8: warning: no previous prototype for 'General_Let' [-Wmissing-prototypes]
  366 | Object General_Let (Object argl, int disc) {
      |        ^~~~~~~~~~~
special.c:426:8: warning: no previous prototype for 'Named_Let' [-Wmissing-prototypes]
  426 | Object Named_Let (Object argl) {
      |        ^~~~~~~~~
special.c:495:8: warning: no previous prototype for 'Internal_Fluid_Let' [-Wmissing-prototypes]
  495 | Object Internal_Fluid_Let (Object bindings, Object argl) {
      |        ^~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-special.lo -MD -MP -MF .deps/libelk_la-special.Tpo -c special.c -o libelk_la-special.o >/dev/null 2>&1
mv -f .deps/libelk_la-special.Tpo .deps/libelk_la-special.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-stab.lo -MD -MP -MF .deps/libelk_la-stab.Tpo -c -o libelk_la-stab.lo `test -f 'stab.c' || echo './'`stab.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-stab.lo -MD -MP -MF .deps/libelk_la-stab.Tpo -c stab.c  -fPIC -DPIC -o .libs/libelk_la-stab.o
stab.c:98:6: warning: no previous prototype for 'Call_Initializers' [-Wmissing-prototypes]
   98 | void Call_Initializers (SYMTAB *tab, char *addr, int which) {
      |      ^~~~~~~~~~~~~~~~~
stab.c:152:6: warning: no previous prototype for 'Call_Finalizers' [-Wmissing-prototypes]
  152 | void Call_Finalizers () {
      |      ^~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-stab.lo -MD -MP -MF .deps/libelk_la-stab.Tpo -c stab.c -o libelk_la-stab.o >/dev/null 2>&1
mv -f .deps/libelk_la-stab.Tpo .deps/libelk_la-stab.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-stab-elf.lo -MD -MP -MF .deps/libelk_la-stab-elf.Tpo -c -o libelk_la-stab-elf.lo `test -f 'stab-elf.c' || echo './'`stab-elf.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-stab-elf.lo -MD -MP -MF .deps/libelk_la-stab-elf.Tpo -c stab-elf.c  -fPIC -DPIC -o .libs/libelk_la-stab-elf.o
stab-elf.c:45:1: warning: no previous prototype for 'Snarf_Symbols' [-Wmissing-prototypes]
   45 | Snarf_Symbols (int lf)
      | ^~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-stab-elf.lo -MD -MP -MF .deps/libelk_la-stab-elf.Tpo -c stab-elf.c -o libelk_la-stab-elf.o >/dev/null 2>&1
mv -f .deps/libelk_la-stab-elf.Tpo .deps/libelk_la-stab-elf.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-stkmem.lo -MD -MP -MF .deps/libelk_la-stkmem.Tpo -c -o libelk_la-stkmem.lo `test -f 'stkmem.c' || echo './'`stkmem.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-stkmem.lo -MD -MP -MF .deps/libelk_la-stkmem.Tpo -c stkmem.c  -fPIC -DPIC -o .libs/libelk_la-stkmem.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-stkmem.lo -MD -MP -MF .deps/libelk_la-stkmem.Tpo -c stkmem.c -o libelk_la-stkmem.o >/dev/null 2>&1
mv -f .deps/libelk_la-stkmem.Tpo .deps/libelk_la-stkmem.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-string.lo -MD -MP -MF .deps/libelk_la-string.Tpo -c -o libelk_la-string.lo `test -f 'string.c' || echo './'`string.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-string.lo -MD -MP -MF .deps/libelk_la-string.Tpo -c string.c  -fPIC -DPIC -o .libs/libelk_la-string.o
string.c:42:6: warning: no previous prototype for 'Init_String' [-Wmissing-prototypes]
   42 | void Init_String () {
      |      ^~~~~~~~~~~
In file included from ../include/kernel.h:47,
                 from string.c:36:
string.c: In function 'P_String_To_Number':
../include/stkmem.h:57:26: warning: variable '_Check_Alloca_Begin' set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
string.c:107:5: note: in expansion of macro 'Alloca_Begin'
  107 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
string.c: At top level:
string.c:251:8: warning: no previous prototype for 'General_Substringp' [-Wmissing-prototypes]
  251 | Object General_Substringp (Object s1, Object s2, register int ci) {
      |        ^~~~~~~~~~~~~~~~~~
string.c:281:5: warning: no previous prototype for 'General_Strcmp' [-Wmissing-prototypes]
  281 | int General_Strcmp (Object s1, Object s2, register int ci) {
      |     ^~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-string.lo -MD -MP -MF .deps/libelk_la-string.Tpo -c string.c -o libelk_la-string.o >/dev/null 2>&1
mv -f .deps/libelk_la-string.Tpo .deps/libelk_la-string.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-symbol.lo -MD -MP -MF .deps/libelk_la-symbol.Tpo -c -o libelk_la-symbol.lo `test -f 'symbol.c' || echo './'`symbol.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-symbol.lo -MD -MP -MF .deps/libelk_la-symbol.Tpo -c symbol.c  -fPIC -DPIC -o .libs/libelk_la-symbol.o
symbol.c:55:6: warning: no previous prototype for 'Init_Symbol' [-Wmissing-prototypes]
   55 | void Init_Symbol () {
      |      ^~~~~~~~~~~
symbol.c:72:8: warning: no previous prototype for 'Make_Symbol' [-Wmissing-prototypes]
   72 | Object Make_Symbol (Object name) {
      |        ^~~~~~~~~~~
symbol.c:96:8: warning: no previous prototype for 'Obarray_Lookup' [-Wmissing-prototypes]
   96 | Object Obarray_Lookup (register char const *str, register unsigned int len) {
      |        ^~~~~~~~~~~~~~
In file included from ../include/kernel.h:47,
                 from symbol.c:36:
symbol.c: In function 'CI_Intern':
../include/stkmem.h:57:26: warning: variable '_Check_Alloca_Begin' set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
symbol.c:118:5: note: in expansion of macro 'Alloca_Begin'
  118 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-symbol.lo -MD -MP -MF .deps/libelk_la-symbol.Tpo -c symbol.c -o libelk_la-symbol.o >/dev/null 2>&1
mv -f .deps/libelk_la-symbol.Tpo .deps/libelk_la-symbol.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-terminate.lo -MD -MP -MF .deps/libelk_la-terminate.Tpo -c -o libelk_la-terminate.lo `test -f 'terminate.c' || echo './'`terminate.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-terminate.lo -MD -MP -MF .deps/libelk_la-terminate.Tpo -c terminate.c  -fPIC -DPIC -o .libs/libelk_la-terminate.o
terminate.c:42:6: warning: no previous prototype for 'Init_Terminate' [-Wmissing-prototypes]
   42 | void Init_Terminate () {
      |      ^~~~~~~~~~~~~~
terminate.c:171:6: warning: no previous prototype for 'Call_Terminators' [-Wmissing-prototypes]
  171 | void Call_Terminators () {
      |      ^~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-terminate.lo -MD -MP -MF .deps/libelk_la-terminate.Tpo -c terminate.c -o libelk_la-terminate.o >/dev/null 2>&1
mv -f .deps/libelk_la-terminate.Tpo .deps/libelk_la-terminate.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-type.lo -MD -MP -MF .deps/libelk_la-type.Tpo -c -o libelk_la-type.lo `test -f 'type.c' || echo './'`type.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-type.lo -MD -MP -MF .deps/libelk_la-type.Tpo -c type.c  -fPIC -DPIC -o .libs/libelk_la-type.o
type.c:104:6: warning: no previous prototype for 'Init_Type' [-Wmissing-prototypes]
  104 | void Init_Type() {
      |      ^~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-type.lo -MD -MP -MF .deps/libelk_la-type.Tpo -c type.c -o libelk_la-type.o >/dev/null 2>&1
mv -f .deps/libelk_la-type.Tpo .deps/libelk_la-type.Plo
/usr/bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_la-vector.lo -MD -MP -MF .deps/libelk_la-vector.Tpo -c -o libelk_la-vector.lo `test -f 'vector.c' || echo './'`vector.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-vector.lo -MD -MP -MF .deps/libelk_la-vector.Tpo -c vector.c  -fPIC -DPIC -o .libs/libelk_la-vector.o
vector.c:39:8: warning: no previous prototype for 'General_Make_Vector' [-Wmissing-prototypes]
   39 | Object General_Make_Vector (unsigned int len, Object fill, int konst) {
      |        ^~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_la-vector.lo -MD -MP -MF .deps/libelk_la-vector.Tpo -c vector.c -o libelk_la-vector.o >/dev/null 2>&1
mv -f .deps/libelk_la-vector.Tpo .deps/libelk_la-vector.Plo
/usr/bin/bash ../libtool --tag=CC    --mode=link gcc -I/usr/include/libelf  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include  -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-R/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/opt/local/lib -Wl,-R/opt/local/lib -liconv -lintl -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o libelk.la -rpath /opt/local/lib libelk_la-autoload.lo libelk_la-bignum.lo  libelk_la-bool.lo libelk_la-char.lo libelk_la-cont.lo  libelk_la-cstring.lo libelk_la-debug.lo libelk_la-dump.lo  libelk_la-env.lo libelk_la-error.lo libelk_la-exception.lo  libelk_la-feature.lo libelk_la-heap.lo libelk_la-io.lo  libelk_la-libelk.lo libelk_la-list.lo libelk_la-load.lo  libelk_la-loadlib.lo libelk_la-malloc.lo libelk_la-math.lo  libelk_la-onfork.lo libelk_la-prim.lo libelk_la-print.lo  libelk_la-proc.lo libelk_la-promise.lo libelk_la-read.lo  libelk_la-special.lo libelk_la-stab.lo libelk_la-stab-elf.lo   libelk_la-stkmem.lo libelk_la-string.lo  libelk_la-symbol.lo libelk_la-terminate.lo libelk_la-type.lo  libelk_la-vector.lo  -lm -lelf 
libtool: link: gcc -shared  -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,libelk.so.0 -o .libs/libelk.so.0.0.0  .libs/libelk_la-autoload.o .libs/libelk_la-bignum.o .libs/libelk_la-bool.o .libs/libelk_la-char.o .libs/libelk_la-cont.o .libs/libelk_la-cstring.o .libs/libelk_la-debug.o .libs/libelk_la-dump.o .libs/libelk_la-env.o .libs/libelk_la-error.o .libs/libelk_la-exception.o .libs/libelk_la-feature.o .libs/libelk_la-heap.o .libs/libelk_la-io.o .libs/libelk_la-libelk.o .libs/libelk_la-list.o .libs/libelk_la-load.o .libs/libelk_la-loadlib.o .libs/libelk_la-malloc.o .libs/libelk_la-math.o .libs/libelk_la-onfork.o .libs/libelk_la-prim.o .libs/libelk_la-print.o .libs/libelk_la-proc.o .libs/libelk_la-promise.o .libs/libelk_la-read.o .libs/libelk_la-special.o .libs/libelk_la-stab.o .libs/libelk_la-stab-elf.o .libs/libelk_la-stkmem.o .libs/libelk_la-string.o .libs/libelk_la-symbol.o .libs/libelk_la-terminate.o .libs/libelk_la-type.o .libs/libelk_la-vector.o   -R/home/pbulk/build/lang/elk/work/.buildlink/lib -R/home/pbulk/build/lang/elk/work/.buildlink/lib -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/home/pbulk/build/lang/elk/work/.buildlink/lib /home/pbulk/build/lang/elk/work/.buildlink/lib/libintl.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libiconv.so -lm -lelf  -O2 -msave-args -Wl,-rpath -Wl,/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-rpath -Wl,/opt/local/lib  
libtool: link: (cd ".libs" && rm -f "libelk.so.0" && ln -s "libelk.so.0.0.0" "libelk.so.0")
libtool: link: (cd ".libs" && rm -f "libelk.so" && ln -s "libelk.so.0.0.0" "libelk.so")
libtool: link: ar cr .libs/libelk.a  libelk_la-autoload.o libelk_la-bignum.o libelk_la-bool.o libelk_la-char.o libelk_la-cont.o libelk_la-cstring.o libelk_la-debug.o libelk_la-dump.o libelk_la-env.o libelk_la-error.o libelk_la-exception.o libelk_la-feature.o libelk_la-heap.o libelk_la-io.o libelk_la-libelk.o libelk_la-list.o libelk_la-load.o libelk_la-loadlib.o libelk_la-malloc.o libelk_la-math.o libelk_la-onfork.o libelk_la-prim.o libelk_la-print.o libelk_la-proc.o libelk_la-promise.o libelk_la-read.o libelk_la-special.o libelk_la-stab.o libelk_la-stab-elf.o libelk_la-stkmem.o libelk_la-string.o libelk_la-symbol.o libelk_la-terminate.o libelk_la-type.o libelk_la-vector.o
libtool: link: ranlib .libs/libelk.a
libtool: link: ( cd ".libs" && rm -f "libelk.la" && ln -s "../libelk.la" "libelk.la" )
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
mv -f .deps/main.Tpo .deps/main.Po
/usr/bin/bash ../libtool --tag=CC    --mode=link gcc  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include   -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-R/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/opt/local/lib -Wl,-R/opt/local/lib -liconv -lintl -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o elk main.o ../src/libelk.la 
libtool: link: gcc -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/home/pbulk/build/lang/elk/work/.buildlink/include -Wl,-rpath -Wl,/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-rpath -Wl,/opt/local/lib -o .libs/elk main.o  -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/home/pbulk/build/lang/elk/work/.buildlink/lib ../src/.libs/libelk.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libintl.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libiconv.so -lm -lelf -R/opt/local/lib -R/home/pbulk/build/lang/elk/work/.buildlink/lib
Making all in lib
Making all in misc
/usr/bin/bash ../../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT bitstring.lo -MD -MP -MF .deps/bitstring.Tpo -c -o bitstring.lo bitstring.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT bitstring.lo -MD -MP -MF .deps/bitstring.Tpo -c bitstring.c  -fPIC -DPIC -o .libs/bitstring.o
bitstring.c:558:6: warning: no previous prototype for 'elk_init_lib_bitstring' [-Wmissing-prototypes]
  558 | void elk_init_lib_bitstring() {
      |      ^~~~~~~~~~~~~~~~~~~~~~
bitstring.c: In function 'P_Int_To_Bitstring':
bitstring.c:162:55: warning: '%lu' directive writing between 1 and 20 bytes into a region of size between 10 and 19 [-Wformat-overflow=]
  162 |         sprintf(buf, "length %u too small for integer %lu", len, ul);
      |                                                       ^~~
bitstring.c:162:22: note: directive argument in the range [1, 18446744073709551615]
  162 |         sprintf(buf, "length %u too small for integer %lu", len, ul);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bitstring.c:162:9: note: 'sprintf' output between 33 and 61 bytes into a destination of size 50
  162 |         sprintf(buf, "length %u too small for integer %lu", len, ul);
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT bitstring.lo -MD -MP -MF .deps/bitstring.Tpo -c bitstring.c -o bitstring.o >/dev/null 2>&1
mv -f .deps/bitstring.Tpo .deps/bitstring.Plo
/usr/bin/bash ../../libtool --tag=CC    --mode=link gcc  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include  -module -avoid-version -no-undefined -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-R/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/opt/local/lib -Wl,-R/opt/local/lib -liconv -lintl -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o bitstring.la -rpath /opt/local/lib/elk bitstring.lo ../../src/libelk.la 
libtool: link: gcc -shared  -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,bitstring.so -o .libs/bitstring.so  .libs/bitstring.o   -R/home/pbulk/build/lang/elk/work/elk-3.99.8/src/.libs -R/home/pbulk/build/lang/elk/work/.buildlink/lib -R/opt/local/lib -R/home/pbulk/build/lang/elk/work/.buildlink/lib -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/home/pbulk/build/lang/elk/work/.buildlink/lib ../../src/.libs/libelk.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libintl.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libiconv.so -lm -lelf  -O2 -msave-args -Wl,-rpath -Wl,/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-rpath -Wl,/opt/local/lib  
libtool: link: ar cr .libs/bitstring.a  bitstring.o
libtool: link: ranlib .libs/bitstring.a
libtool: link: ( cd ".libs" && rm -f "bitstring.la" && ln -s "../bitstring.la" "bitstring.la" )
/usr/bin/bash ../../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT elk-eval.lo -MD -MP -MF .deps/elk-eval.Tpo -c -o elk-eval.lo elk-eval.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT elk-eval.lo -MD -MP -MF .deps/elk-eval.Tpo -c elk-eval.c  -fPIC -DPIC -o .libs/elk-eval.o
elk-eval.c:75:7: warning: no previous prototype for 'Elk_Eval' [-Wmissing-prototypes]
   75 | char *Elk_Eval(char *expr) {
      |       ^~~~~~~~
elk-eval.c:87:6: warning: no previous prototype for 'elk_init_eval' [-Wmissing-prototypes]
   87 | void elk_init_eval() {
      |      ^~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT elk-eval.lo -MD -MP -MF .deps/elk-eval.Tpo -c elk-eval.c -o elk-eval.o >/dev/null 2>&1
mv -f .deps/elk-eval.Tpo .deps/elk-eval.Plo
/usr/bin/bash ../../libtool --tag=CC    --mode=link gcc  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include  -module -avoid-version -no-undefined -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-R/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/opt/local/lib -Wl,-R/opt/local/lib -liconv -lintl -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o elk-eval.la -rpath /opt/local/lib/elk elk-eval.lo ../../src/libelk.la 
libtool: link: gcc -shared  -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,elk-eval.so -o .libs/elk-eval.so  .libs/elk-eval.o   -R/home/pbulk/build/lang/elk/work/elk-3.99.8/src/.libs -R/home/pbulk/build/lang/elk/work/.buildlink/lib -R/opt/local/lib -R/home/pbulk/build/lang/elk/work/.buildlink/lib -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/home/pbulk/build/lang/elk/work/.buildlink/lib ../../src/.libs/libelk.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libintl.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libiconv.so -lm -lelf  -O2 -msave-args -Wl,-rpath -Wl,/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-rpath -Wl,/opt/local/lib  
libtool: link: ar cr .libs/elk-eval.a  elk-eval.o
libtool: link: ranlib .libs/elk-eval.a
libtool: link: ( cd ".libs" && rm -f "elk-eval.la" && ln -s "../elk-eval.la" "elk-eval.la" )
/usr/bin/bash ../../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT hack.lo -MD -MP -MF .deps/hack.Tpo -c -o hack.lo hack.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT hack.lo -MD -MP -MF .deps/hack.Tpo -c hack.c  -fPIC -DPIC -o .libs/hack.o
hack.c:42:6: warning: no previous prototype for 'elk_init_lib_hack' [-Wmissing-prototypes]
   42 | void elk_init_lib_hack () {
      |      ^~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT hack.lo -MD -MP -MF .deps/hack.Tpo -c hack.c -o hack.o >/dev/null 2>&1
mv -f .deps/hack.Tpo .deps/hack.Plo
/usr/bin/bash ../../libtool --tag=CC    --mode=link gcc  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -module -avoid-version -no-undefined  -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-R/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/opt/local/lib -Wl,-R/opt/local/lib -liconv -lintl -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o hack.la -rpath /opt/local/lib/elk hack.lo ../../src/libelk.la 
libtool: link: gcc -shared  -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,hack.so -o .libs/hack.so  .libs/hack.o   -R/home/pbulk/build/lang/elk/work/elk-3.99.8/src/.libs -R/home/pbulk/build/lang/elk/work/.buildlink/lib -R/opt/local/lib -R/home/pbulk/build/lang/elk/work/.buildlink/lib -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/home/pbulk/build/lang/elk/work/.buildlink/lib ../../src/.libs/libelk.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libintl.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libiconv.so -lm -lelf  -O2 -msave-args -Wl,-rpath -Wl,/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-rpath -Wl,/opt/local/lib  
libtool: link: ar cr .libs/hack.a  hack.o
libtool: link: ranlib .libs/hack.a
libtool: link: ( cd ".libs" && rm -f "hack.la" && ln -s "../hack.la" "hack.la" )
/usr/bin/bash ../../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT regexp.lo -MD -MP -MF .deps/regexp.Tpo -c -o regexp.lo regexp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT regexp.lo -MD -MP -MF .deps/regexp.Tpo -c regexp.c  -fPIC -DPIC -o .libs/regexp.o
regexp.c:240:6: warning: no previous prototype for 'elk_init_lib_regexp' [-Wmissing-prototypes]
  240 | void elk_init_lib_regexp() {
      |      ^~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT regexp.lo -MD -MP -MF .deps/regexp.Tpo -c regexp.c -o regexp.o >/dev/null 2>&1
mv -f .deps/regexp.Tpo .deps/regexp.Plo
/usr/bin/bash ../../libtool --tag=CC    --mode=link gcc  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include  -module -avoid-version -no-undefined -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-R/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/opt/local/lib -Wl,-R/opt/local/lib -liconv -lintl -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o regexp.la -rpath /opt/local/lib/elk regexp.lo ../../src/libelk.la 
libtool: link: gcc -shared  -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,regexp.so -o .libs/regexp.so  .libs/regexp.o   -R/home/pbulk/build/lang/elk/work/elk-3.99.8/src/.libs -R/home/pbulk/build/lang/elk/work/.buildlink/lib -R/opt/local/lib -R/home/pbulk/build/lang/elk/work/.buildlink/lib -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/home/pbulk/build/lang/elk/work/.buildlink/lib ../../src/.libs/libelk.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libintl.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libiconv.so -lm -lelf  -O2 -msave-args -Wl,-rpath -Wl,/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-rpath -Wl,/opt/local/lib  
libtool: link: ar cr .libs/regexp.a  regexp.o
libtool: link: ranlib .libs/regexp.a
libtool: link: ( cd ".libs" && rm -f "regexp.la" && ln -s "../regexp.la" "regexp.la" )
/usr/bin/bash ../../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c -o debug.lo debug.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c  -fPIC -DPIC -o .libs/debug.o
debug.c:41:6: warning: no previous prototype for 'elk_init_lib_debug' [-Wmissing-prototypes]
   41 | void elk_init_lib_debug () {
      |      ^~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c debug.c -o debug.o >/dev/null 2>&1
mv -f .deps/debug.Tpo .deps/debug.Plo
/usr/bin/bash ../../libtool --tag=CC    --mode=link gcc  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -module -avoid-version -no-undefined  -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-R/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/opt/local/lib -Wl,-R/opt/local/lib -liconv -lintl -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o debug.la -rpath /opt/local/lib/elk debug.lo ../../src/libelk.la 
libtool: link: gcc -shared  -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,debug.so -o .libs/debug.so  .libs/debug.o   -R/home/pbulk/build/lang/elk/work/elk-3.99.8/src/.libs -R/home/pbulk/build/lang/elk/work/.buildlink/lib -R/opt/local/lib -R/home/pbulk/build/lang/elk/work/.buildlink/lib -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/home/pbulk/build/lang/elk/work/.buildlink/lib ../../src/.libs/libelk.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libintl.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libiconv.so -lm -lelf  -O2 -msave-args -Wl,-rpath -Wl,/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-rpath -Wl,/opt/local/lib  
libtool: link: ar cr .libs/debug.a  debug.o
libtool: link: ranlib .libs/debug.a
libtool: link: ( cd ".libs" && rm -f "debug.la" && ln -s "../debug.la" "debug.la" )
/usr/bin/bash ../../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT gdbm.lo -MD -MP -MF .deps/gdbm.Tpo -c -o gdbm.lo gdbm.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT gdbm.lo -MD -MP -MF .deps/gdbm.Tpo -c gdbm.c  -fPIC -DPIC -o .libs/gdbm.o
gdbm.c:132:5: warning: no previous prototype for 'Gdbm_fh_Equal' [-Wmissing-prototypes]
  132 | int Gdbm_fh_Equal (Object a, Object b) {
      |     ^~~~~~~~~~~~~
gdbm.c:138:5: warning: no previous prototype for 'Gdbm_fh_Print' [-Wmissing-prototypes]
  138 | int Gdbm_fh_Print (Object fh, Object port, int raw, int depth, int len) {
      |     ^~~~~~~~~~~~~
gdbm.c:143:8: warning: no previous prototype for 'P_Gdbm_filep' [-Wmissing-prototypes]
  143 | Object P_Gdbm_filep (Object x) {
      |        ^~~~~~~~~~~~
gdbm.c:152:8: warning: no previous prototype for 'P_Gdbm_Open' [-Wmissing-prototypes]
  152 | Object P_Gdbm_Open (int argc, Object *argv) {
      |        ^~~~~~~~~~~
gdbm.c: In function 'P_Gdbm_Open':
gdbm.c:159:51: warning: passing argument 5 of 'gdbm_open' from incompatible pointer type [-Wincompatible-pointer-types]
  159 |         argc == 4 ? Get_Integer (argv[3]) : 0644, Fatal_Func);
      |                                                   ^~~~~~~~~~
      |                                                   |
      |                                                   void (*)(char *)
In file included from gdbm.c:98:
/home/pbulk/build/lang/elk/work/.buildlink/include/gdbm.h:127:8: note: expected 'void (*)(const char *)' but argument is of type 'void (*)(char *)'
  127 |        void (*)(const char *));
      |        ^~~~~~~~~~~~~~~~~~~~~~
gdbm.c: At top level:
gdbm.c:172:6: warning: no previous prototype for 'Check_Fh' [-Wmissing-prototypes]
  172 | void Check_Fh (Object fh) {
      |      ^~~~~~~~
gdbm.c:178:8: warning: no previous prototype for 'P_Gdbm_Close' [-Wmissing-prototypes]
  178 | Object P_Gdbm_Close (Object fh) {
      |        ^~~~~~~~~~~~
gdbm.c:187:8: warning: no previous prototype for 'P_Gdbm_Store' [-Wmissing-prototypes]
  187 | Object P_Gdbm_Store (Object fh, Object key, Object content, Object flag) {
      |        ^~~~~~~~~~~~
gdbm.c:223:8: warning: no previous prototype for 'P_Gdbm_Fetch' [-Wmissing-prototypes]
  223 | Object P_Gdbm_Fetch (Object fh, Object key) {
      |        ^~~~~~~~~~~~
gdbm.c:227:8: warning: no previous prototype for 'P_Gdbm_Nextkey' [-Wmissing-prototypes]
  227 | Object P_Gdbm_Nextkey (Object fh, Object key) {
      |        ^~~~~~~~~~~~~~
gdbm.c:231:8: warning: no previous prototype for 'P_Gdbm_Delete' [-Wmissing-prototypes]
  231 | Object P_Gdbm_Delete (Object fh, Object key) {
      |        ^~~~~~~~~~~~~
gdbm.c:245:8: warning: no previous prototype for 'P_Gdbm_Firstkey' [-Wmissing-prototypes]
  245 | Object P_Gdbm_Firstkey (Object fh) {
      |        ^~~~~~~~~~~~~~~
gdbm.c:260:8: warning: no previous prototype for 'P_Gdbm_Reorganize' [-Wmissing-prototypes]
  260 | Object P_Gdbm_Reorganize (Object fh) {
      |        ^~~~~~~~~~~~~~~~~
gdbm.c:268:8: warning: no previous prototype for 'P_Gdbm_Error' [-Wmissing-prototypes]
  268 | Object P_Gdbm_Error () {
      |        ^~~~~~~~~~~~
gdbm.c:272:8: warning: no previous prototype for 'P_Gdbm_Error_Text' [-Wmissing-prototypes]
  272 | Object P_Gdbm_Error_Text () {
      |        ^~~~~~~~~~~~~~~~~
gdbm.c:276:6: warning: no previous prototype for 'elk_init_lib_gdbm' [-Wmissing-prototypes]
  276 | void elk_init_lib_gdbm () {
      |      ^~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT gdbm.lo -MD -MP -MF .deps/gdbm.Tpo -c gdbm.c -o gdbm.o >/dev/null 2>&1
mv -f .deps/gdbm.Tpo .deps/gdbm.Plo
/usr/bin/bash ../../libtool --tag=CC    --mode=link gcc  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -module -avoid-version -no-undefined  -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-R/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/opt/local/lib -Wl,-R/opt/local/lib -liconv -lintl -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o gdbm.la -rpath /opt/local/lib/elk gdbm.lo ../../src/libelk.la -lgdbm 
libtool: link: gcc -shared  -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,gdbm.so -o .libs/gdbm.so  .libs/gdbm.o   -R/home/pbulk/build/lang/elk/work/elk-3.99.8/src/.libs -R/home/pbulk/build/lang/elk/work/.buildlink/lib -R/opt/local/lib -R/home/pbulk/build/lang/elk/work/.buildlink/lib -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/home/pbulk/build/lang/elk/work/.buildlink/lib ../../src/.libs/libelk.so -lm -lelf /home/pbulk/build/lang/elk/work/.buildlink/lib/libgdbm.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libintl.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libiconv.so  -O2 -msave-args -Wl,-rpath -Wl,/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-rpath -Wl,/opt/local/lib  
libtool: link: ar cr .libs/gdbm.a  gdbm.o
libtool: link: ranlib .libs/gdbm.a
libtool: link: ( cd ".libs" && rm -f "gdbm.la" && ln -s "../gdbm.la" "gdbm.la" )
/usr/bin/bash ../../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT record.lo -MD -MP -MF .deps/record.Tpo -c -o record.lo record.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT record.lo -MD -MP -MF .deps/record.Tpo -c record.c  -fPIC -DPIC -o .libs/record.o
record.c:159:6: warning: no previous prototype for 'elk_init_lib_record' [-Wmissing-prototypes]
  159 | void elk_init_lib_record () {
      |      ^~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT record.lo -MD -MP -MF .deps/record.Tpo -c record.c -o record.o >/dev/null 2>&1
mv -f .deps/record.Tpo .deps/record.Plo
/usr/bin/bash ../../libtool --tag=CC    --mode=link gcc  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include  -module -avoid-version -no-undefined -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-R/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/opt/local/lib -Wl,-R/opt/local/lib -liconv -lintl -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o record.la -rpath /opt/local/lib/elk record.lo ../../src/libelk.la 
libtool: link: gcc -shared  -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,record.so -o .libs/record.so  .libs/record.o   -R/home/pbulk/build/lang/elk/work/elk-3.99.8/src/.libs -R/home/pbulk/build/lang/elk/work/.buildlink/lib -R/opt/local/lib -R/home/pbulk/build/lang/elk/work/.buildlink/lib -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/home/pbulk/build/lang/elk/work/.buildlink/lib ../../src/.libs/libelk.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libintl.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libiconv.so -lm -lelf  -O2 -msave-args -Wl,-rpath -Wl,/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-rpath -Wl,/opt/local/lib  
libtool: link: ar cr .libs/record.a  record.o
libtool: link: ranlib .libs/record.a
libtool: link: ( cd ".libs" && rm -f "record.la" && ln -s "../record.la" "record.la" )
/usr/bin/bash ../../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT struct.lo -MD -MP -MF .deps/struct.Tpo -c -o struct.lo struct.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT struct.lo -MD -MP -MF .deps/struct.Tpo -c struct.c  -fPIC -DPIC -o .libs/struct.o
struct.c:133:6: warning: no previous prototype for 'elk_init_lib_struct' [-Wmissing-prototypes]
  133 | void elk_init_lib_struct () {
      |      ^~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT struct.lo -MD -MP -MF .deps/struct.Tpo -c struct.c -o struct.o >/dev/null 2>&1
mv -f .deps/struct.Tpo .deps/struct.Plo
/usr/bin/bash ../../libtool --tag=CC    --mode=link gcc  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include  -module -avoid-version -no-undefined -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-R/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/opt/local/lib -Wl,-R/opt/local/lib -liconv -lintl -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o struct.la -rpath /opt/local/lib/elk struct.lo ../../src/libelk.la 
libtool: link: gcc -shared  -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,struct.so -o .libs/struct.so  .libs/struct.o   -R/home/pbulk/build/lang/elk/work/elk-3.99.8/src/.libs -R/home/pbulk/build/lang/elk/work/.buildlink/lib -R/opt/local/lib -R/home/pbulk/build/lang/elk/work/.buildlink/lib -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/home/pbulk/build/lang/elk/work/.buildlink/lib ../../src/.libs/libelk.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libintl.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libiconv.so -lm -lelf  -O2 -msave-args -Wl,-rpath -Wl,/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-rpath -Wl,/opt/local/lib  
libtool: link: ar cr .libs/struct.a  struct.o
libtool: link: ranlib .libs/struct.a
libtool: link: ( cd ".libs" && rm -f "struct.la" && ln -s "../struct.la" "struct.la" )
/usr/bin/bash ../../libtool --tag=CXX    --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT newhandler.lo -MD -MP -MF .deps/newhandler.Tpo -c -o newhandler.lo newhandler.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT newhandler.lo -MD -MP -MF .deps/newhandler.Tpo -c newhandler.cpp  -fPIC -DPIC -o .libs/newhandler.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT newhandler.lo -MD -MP -MF .deps/newhandler.Tpo -c newhandler.cpp -o newhandler.o >/dev/null 2>&1
mv -f .deps/newhandler.Tpo .deps/newhandler.Plo
/usr/bin/bash ../../libtool --tag=CXX    --mode=link g++   -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -module -avoid-version -no-undefined -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-R/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/opt/local/lib -Wl,-R/opt/local/lib -liconv -lintl -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o newhandler.la -rpath /opt/local/lib/elk newhandler.lo ../../src/libelk.la 
libtool: link: g++ -shared  -fPIC -DPIC  .libs/newhandler.o   -Wl,-R -Wl,/home/pbulk/build/lang/elk/work/elk-3.99.8/src/.libs -Wl,-R -Wl,/home/pbulk/build/lang/elk/work/.buildlink/lib -Wl,-R -Wl,/opt/local/lib -Wl,-R -Wl,/home/pbulk/build/lang/elk/work/.buildlink/lib -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/home/pbulk/build/lang/elk/work/.buildlink/lib ../../src/.libs/libelk.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libintl.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libiconv.so -lm -lelf  -O2 -msave-args -Wl,-rpath -Wl,/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-rpath -Wl,/opt/local/lib   -Wl,-h -Wl,newhandler.so -o .libs/newhandler.so
libtool: link: ar cr .libs/newhandler.a  newhandler.o
libtool: link: ranlib .libs/newhandler.a
libtool: link: ( cd ".libs" && rm -f "newhandler.la" && ln -s "../newhandler.la" "newhandler.la" )
Making all in unix
/usr/bin/bash ../../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo error.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c  -fPIC -DPIC -o .libs/error.o
error.c:108:6: warning: no previous prototype for 'elk_init_unix_error' [-Wmissing-prototypes]
  108 | void elk_init_unix_error() {
      |      ^~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -o error.o >/dev/null 2>&1
mv -f .deps/error.Tpo .deps/error.Plo
/usr/bin/bash ../../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT fdescr.lo -MD -MP -MF .deps/fdescr.Tpo -c -o fdescr.lo fdescr.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT fdescr.lo -MD -MP -MF .deps/fdescr.Tpo -c fdescr.c  -fPIC -DPIC -o .libs/fdescr.o
fdescr.c:191:5: warning: no previous prototype for 'Num_Filedescriptors' [-Wmissing-prototypes]
  191 | int Num_Filedescriptors() {
      |     ^~~~~~~~~~~~~~~~~~~
fdescr.c: In function 'P_Ttyname':
fdescr.c:286:18: warning: nested extern declaration of 'ttyname' [-Wnested-externs]
  286 |     extern char *ttyname();
      |                  ^~~~~~~
fdescr.c: At top level:
fdescr.c:295:6: warning: no previous prototype for 'elk_init_unix_fdescr' [-Wmissing-prototypes]
  295 | void elk_init_unix_fdescr() {
      |      ^~~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT fdescr.lo -MD -MP -MF .deps/fdescr.Tpo -c fdescr.c -o fdescr.o >/dev/null 2>&1
mv -f .deps/fdescr.Tpo .deps/fdescr.Plo
/usr/bin/bash ../../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT file.lo -MD -MP -MF .deps/file.Tpo -c -o file.lo file.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c  -fPIC -DPIC -o .libs/file.o
In file included from ../../include/scheme.h:43,
                 from unix.h:47,
                 from file.c:31:
file.c: In function 'P_Readlink':
../../include/stkmem.h:57:26: warning: variable '_Check_Alloca_Begin' set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
file.c:238:5: note: in expansion of macro 'Alloca_Begin'
  238 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
file.c: At top level:
file.c:287:6: warning: no previous prototype for 'elk_init_unix_file' [-Wmissing-prototypes]
  287 | void elk_init_unix_file() {
      |      ^~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c -o file.o >/dev/null 2>&1
mv -f .deps/file.Tpo .deps/file.Plo
/usr/bin/bash ../../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c -o lock.lo lock.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c lock.c  -fPIC -DPIC -o .libs/lock.o
lock.c:111:6: warning: no previous prototype for 'elk_init_unix_lock' [-Wmissing-prototypes]
  111 | void elk_init_unix_lock() {
      |      ^~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c lock.c -o lock.o >/dev/null 2>&1
mv -f .deps/lock.Tpo .deps/lock.Plo
/usr/bin/bash ../../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo misc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c  -fPIC -DPIC -o .libs/misc.o
misc.c: In function 'P_Getpass':
misc.c:38:18: warning: nested extern declaration of 'getpass' [-Wnested-externs]
   38 |     extern char *getpass();
      |                  ^~~~~~~
misc.c: At top level:
misc.c:48:6: warning: no previous prototype for 'elk_init_unix_misc' [-Wmissing-prototypes]
   48 | void elk_init_unix_misc() {
      |      ^~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -o misc.o >/dev/null 2>&1
mv -f .deps/misc.Tpo .deps/misc.Plo
/usr/bin/bash ../../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT passwd.lo -MD -MP -MF .deps/passwd.Tpo -c -o passwd.lo passwd.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT passwd.lo -MD -MP -MF .deps/passwd.Tpo -c passwd.c  -fPIC -DPIC -o .libs/passwd.o
passwd.c:176:6: warning: no previous prototype for 'elk_init_unix_passwd' [-Wmissing-prototypes]
  176 | void elk_init_unix_passwd() {
      |      ^~~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT passwd.lo -MD -MP -MF .deps/passwd.Tpo -c passwd.c -o passwd.o >/dev/null 2>&1
mv -f .deps/passwd.Tpo .deps/passwd.Plo
/usr/bin/bash ../../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT process.lo -MD -MP -MF .deps/process.Tpo -c -o process.lo process.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT process.lo -MD -MP -MF .deps/process.Tpo -c process.c  -fPIC -DPIC -o .libs/process.o
In file included from ../../include/scheme.h:43,
                 from unix.h:47,
                 from process.c:31:
process.c: In function 'General_Exec':
../../include/stkmem.h:57:26: warning: variable '_Check_Alloca_Begin' set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
process.c:86:5: note: in expansion of macro 'Alloca_Begin'
   86 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
process.c: In function 'P_Getenv':
process.c:158:18: warning: nested extern declaration of 'getenv' [-Wnested-externs]
  158 |     extern char *getenv();
      |                  ^~~~~~
process.c: In function 'P_Getlogin':
process.c:165:18: warning: nested extern declaration of 'getlogin' [-Wnested-externs]
  165 |     extern char *getlogin();
      |                  ^~~~~~~~
In file included from ../../include/scheme.h:43,
                 from unix.h:47,
                 from process.c:31:
process.c: In function 'P_Getgroups':
../../include/stkmem.h:57:26: warning: variable '_Check_Alloca_Begin' set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
process.c:186:5: note: in expansion of macro 'Alloca_Begin'
  186 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
process.c: In function 'P_Working_Directory':
../../include/stkmem.h:57:26: warning: variable '_Check_Alloca_Begin' set but not used [-Wunused-but-set-variable]
   57 | #define Alloca_Begin int _Check_Alloca_Begin
      |                          ^~~~~~~~~~~~~~~~~~~
process.c:333:5: note: in expansion of macro 'Alloca_Begin'
  333 |     Alloca_Begin;
      |     ^~~~~~~~~~~~
process.c: At top level:
process.c:370:6: warning: no previous prototype for 'elk_init_unix_process' [-Wmissing-prototypes]
  370 | void elk_init_unix_process() {
      |      ^~~~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT process.lo -MD -MP -MF .deps/process.Tpo -c process.c -o process.o >/dev/null 2>&1
mv -f .deps/process.Tpo .deps/process.Plo
/usr/bin/bash ../../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c -o signal.lo signal.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c signal.c  -fPIC -DPIC -o .libs/signal.o
signal.c:228:6: warning: no previous prototype for 'General_Handler' [-Wmissing-prototypes]
  228 | void General_Handler(int sig) {
      |      ^~~~~~~~~~~~~~~
signal.c:261:6: warning: no previous prototype for 'Add_To_Mask' [-Wmissing-prototypes]
  261 | void Add_To_Mask(int sig) {
      |      ^~~~~~~~~~~
signal.c:271:6: warning: no previous prototype for 'Remove_From_Mask' [-Wmissing-prototypes]
  271 | void Remove_From_Mask(int sig) {
      |      ^~~~~~~~~~~~~~~~
signal.c:335:6: warning: no previous prototype for 'elk_init_unix_signal' [-Wmissing-prototypes]
  335 | void elk_init_unix_signal() {
      |      ^~~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c signal.c -o signal.o >/dev/null 2>&1
mv -f .deps/signal.Tpo .deps/signal.Plo
/usr/bin/bash ../../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT system.lo -MD -MP -MF .deps/system.Tpo -c -o system.lo system.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT system.lo -MD -MP -MF .deps/system.Tpo -c system.c  -fPIC -DPIC -o .libs/system.o
system.c:206:6: warning: no previous prototype for 'elk_init_unix_system' [-Wmissing-prototypes]
  206 | void elk_init_unix_system() {
      |      ^~~~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT system.lo -MD -MP -MF .deps/system.Tpo -c system.c -o system.o >/dev/null 2>&1
mv -f .deps/system.Tpo .deps/system.Plo
/usr/bin/bash ../../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT temp.lo -MD -MP -MF .deps/temp.Tpo -c -o temp.lo temp.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT temp.lo -MD -MP -MF .deps/temp.Tpo -c temp.c  -fPIC -DPIC -o .libs/temp.o
temp.c: In function 'P_Tempname':
temp.c:55:18: warning: nested extern declaration of 'tempnam' [-Wnested-externs]
   55 |     extern char *tempnam();
      |                  ^~~~~~~
temp.c: At top level:
temp.c:122:6: warning: no previous prototype for 'elk_init_unix_temp' [-Wmissing-prototypes]
  122 | void elk_init_unix_temp() {
      |      ^~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT temp.lo -MD -MP -MF .deps/temp.Tpo -c temp.c -o temp.o >/dev/null 2>&1
mv -f .deps/temp.Tpo .deps/temp.Plo
/usr/bin/bash ../../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT time.lo -MD -MP -MF .deps/time.Tpo -c -o time.lo time.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT time.lo -MD -MP -MF .deps/time.Tpo -c time.c  -fPIC -DPIC -o .libs/time.o
time.c:170:6: warning: no previous prototype for 'elk_init_unix_time' [-Wmissing-prototypes]
  170 | void elk_init_unix_time() {
      |      ^~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT time.lo -MD -MP -MF .deps/time.Tpo -c time.c -o time.o >/dev/null 2>&1
mv -f .deps/time.Tpo .deps/time.Plo
/usr/bin/bash ../../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT unix.lo -MD -MP -MF .deps/unix.Tpo -c -o unix.lo unix.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT unix.lo -MD -MP -MF .deps/unix.Tpo -c unix.c  -fPIC -DPIC -o .libs/unix.o
unix.c:66:6: warning: no previous prototype for 'elk_init_unix_unix' [-Wmissing-prototypes]
   66 | void elk_init_unix_unix() {
      |      ^~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT unix.lo -MD -MP -MF .deps/unix.Tpo -c unix.c -o unix.o >/dev/null 2>&1
mv -f .deps/unix.Tpo .deps/unix.Plo
/usr/bin/bash ../../libtool --tag=CC    --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT wait.lo -MD -MP -MF .deps/wait.Tpo -c -o wait.lo wait.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT wait.lo -MD -MP -MF .deps/wait.Tpo -c wait.c  -fPIC -DPIC -o .libs/wait.o
wait.c:167:6: warning: no previous prototype for 'elk_init_unix_wait' [-Wmissing-prototypes]
  167 | void elk_init_unix_wait() {
      |      ^~~~~~~~~~~~~~~~~~
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT wait.lo -MD -MP -MF .deps/wait.Tpo -c wait.c -o wait.o >/dev/null 2>&1
mv -f .deps/wait.Tpo .deps/wait.Plo
/usr/bin/bash ../../libtool --tag=CC    --mode=link gcc  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -module -avoid-version -no-undefined  -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-R/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/opt/local/lib -Wl,-R/opt/local/lib -liconv -lintl -L/usr/lib/amd64 -Wl,-R/usr/lib/amd64 -o unix.la -rpath /opt/local/lib/elk error.lo fdescr.lo file.lo lock.lo misc.lo  passwd.lo process.lo signal.lo system.lo temp.lo time.lo  unix.lo wait.lo  ../../src/libelk.la 
libtool: link: gcc -shared  -fPIC -DPIC -Wl,-z -Wl,text -Wl,-h -Wl,unix.so -o .libs/unix.so  .libs/error.o .libs/fdescr.o .libs/file.o .libs/lock.o .libs/misc.o .libs/passwd.o .libs/process.o .libs/signal.o .libs/system.o .libs/temp.o .libs/time.o .libs/unix.o .libs/wait.o   -R/home/pbulk/build/lang/elk/work/elk-3.99.8/src/.libs -R/home/pbulk/build/lang/elk/work/.buildlink/lib -R/opt/local/lib -R/home/pbulk/build/lang/elk/work/.buildlink/lib -L/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -L/home/pbulk/build/lang/elk/work/.buildlink/lib ../../src/.libs/libelk.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libintl.so /home/pbulk/build/lang/elk/work/.buildlink/lib/libiconv.so -lm -lelf  -O2 -msave-args -Wl,-rpath -Wl,/opt/local/gcc10/lib/gcc/x86_64-sun-solaris2.11/10.4.0 -Wl,-rpath -Wl,/opt/local/lib  
libtool: link: ar cr .libs/unix.a  error.o fdescr.o file.o lock.o misc.o passwd.o process.o signal.o system.o temp.o time.o unix.o wait.o
libtool: link: ranlib .libs/unix.a
libtool: link: ( cd ".libs" && rm -f "unix.la" && ln -s "../unix.la" "unix.la" )
Making all in xlib
/usr/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include  -I/opt/local/include -I/usr/include -DSCM_DIR="\"/opt/local/share/elk\"" -DLIB_DIR="\"/opt/local/lib/elk\"" -INONE -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -I/opt/local/include -I/usr/include -MT libelk_xlib_la-client.lo -MD -MP -MF .deps/libelk_xlib_la-client.Tpo -c -o libelk_xlib_la-client.lo `test -f 'client.c' || echo './'`client.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/opt/local/share/elk\" -DLIB_DIR=\"/opt/local/lib/elk\" -INONE -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -D_FORTIFY_SOURCE=2 -MT libelk_xlib_la-client.lo -MD -MP -MF .deps/libelk_xlib_la-client.Tpo -c client.c  -fPIC -DPIC -o .libs/libelk_xlib_la-client.o
In file included from client.c:31:
xlib.h:33:10: fatal error: X11/X.h: No such file or directory
   33 | #include <X11/X.h>
      |          ^~~~~~~~~
compilation terminated.
*** Error code 1

Stop.
bmake[3]: stopped in /home/pbulk/build/lang/elk/work/elk-3.99.8/lib/xlib
*** Error code 1

Stop.
bmake[2]: stopped in /home/pbulk/build/lang/elk/work/elk-3.99.8/lib
*** Error code 1

Stop.
bmake[1]: stopped in /home/pbulk/build/lang/elk/work/elk-3.99.8
*** Error code 1

Stop.
bmake: stopped in /home/pbulk/build/lang/elk/work/elk-3.99.8
*** Error code 1

Stop.
bmake[1]: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/lang/elk
*** Error code 1

Stop.
bmake: stopped in /data/jenkins/workspace/pkgsrc-trunk-x86_64/lang/elk