+ case "${usergroup_phase}" in
+ local run_cmd
+ run_cmd=run_su
+ shift
+ run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent WRKLOG=/tmp/bulklog/elk-3.99.8nb3/work.log
+ su pbulk -c '"$@"' make /usr/pkg/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
/usr/pkg/bin/bmake  all-recursive
Making all in include
Making all in src
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void Init_Auto (void) {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 Object Copy_Bignum (Object x) {
        ^
bignum.c:76:8: warning: no previous prototype for 'Copy_S_Bignum' [-Wmissing-prototypes]
 Object Copy_S_Bignum (struct S_Bignum *s) {
        ^
bignum.c:110:8: warning: no previous prototype for 'Reduce_Bignum' [-Wmissing-prototypes]
 Object Reduce_Bignum (Object x) {
        ^
bignum.c:196:6: warning: no previous prototype for 'Print_Bignum' [-Wmissing-prototypes]
 void Print_Bignum (Object port, Object x) {
      ^
In file included from ../include/kernel.h:47:0,
                 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]
 #define Alloca_Begin int _Check_Alloca_Begin
                          ^
bignum.c:201:5: note: in expansion of macro 'Alloca_Begin'
     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]
 #define Alloca_Begin int _Check_Alloca_Begin
                          ^
bignum.c:243:5: note: in expansion of macro 'Alloca_Begin'
     Alloca_Begin;
     ^
bignum.c: At top level:
bignum.c:290:5: warning: no previous prototype for 'Bignum_To_Integer' [-Wmissing-prototypes]
 int Bignum_To_Integer (Object x) {
     ^
bignum.c:485:5: warning: no previous prototype for 'Bignum_Mantissa_Cmp' [-Wmissing-prototypes]
 int Bignum_Mantissa_Cmp (register struct S_Bignum *x,
     ^
bignum.c:504:5: warning: no previous prototype for 'Bignum_Cmp' [-Wmissing-prototypes]
 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]
 Object General_Bignum_Plus_Minus (Object x, Object y, int neg) {
        ^
In file included from ../include/kernel.h:47:0,
                 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]
 #define Alloca_Begin int _Check_Alloca_Begin
                          ^
bignum.c:739:5: note: in expansion of macro 'Alloca_Begin'
     Alloca_Begin;
     ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 int General_Chrcmp (Object c1, Object c2, register int ci) {
     ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 int Check_Stack_Grows_Down () {
     ^
cont.c:115:14: warning: no previous prototype for 'Stack_Size' [-Wmissing-prototypes]
 unsigned int Stack_Size () {
              ^
cont.c: In function 'Stack_Size':
cont.c:117:18: warning: initialization discards 'volatile' qualifier from pointer target type [enabled by default]
     char *pfoo = &foo;
                  ^
cont.c: At top level:
cont.c:122:6: warning: no previous prototype for 'Grow_Stack' [-Wmissing-prototypes]
 void Grow_Stack (struct S_Control *cp, Object val) {
      ^
cont.c: In function 'Grow_Stack':
cont.c:127:5: warning: passing argument 1 of 'memset' discards 'volatile' qualifier from pointer target type [enabled by default]
     memset (buf, 0, 1);
     ^
In file included from /usr/include/features.h:375:0,
                 from /usr/include/string.h:25,
                 from cont.c:33:
/usr/include/bits/string3.h:76:1: note: expected 'void *' but argument is of type 'volatile char *'
 __NTH (memset (void *__dest, int __ch, size_t __len))
 ^
cont.c: At top level:
cont.c:324:6: warning: no previous prototype for 'Add_Wind' [-Wmissing-prototypes]
 void Add_Wind (register WIND *w, Object in, Object out) {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void Init_Cstring() {  /* Preallocate memory to avoid fragmentation */
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -MT libelk_la-dump.lo -MD -MP -MF .deps/libelk_la-dump.Tpo -c dump.c  -fPIC -DPIC -o .libs/libelk_la-dump.o
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void Init_Env () {
      ^
env.c:66:6: warning: no previous prototype for 'Push_Frame' [-Wmissing-prototypes]
 void Push_Frame (Object frame) {
      ^
env.c:74:6: warning: no previous prototype for 'Pop_Frame' [-Wmissing-prototypes]
 void Pop_Frame () {
      ^
env.c:82:6: warning: no previous prototype for 'Switch_Environment' [-Wmissing-prototypes]
 void Switch_Environment (Object to) {
      ^
env.c:152:8: warning: no previous prototype for 'Define_Procedure' [-Wmissing-prototypes]
 Object Define_Procedure (Object form, Object body, Object sym) {
        ^
env.c:166:8: warning: no previous prototype for 'General_Define' [-Wmissing-prototypes]
 Object General_Define (Object argl, Object sym) {
        ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void Init_Error () {
      ^
error.c:107:6: warning: no previous prototype for 'Uncatchable_Error' [-Wmissing-prototypes]
 void Uncatchable_Error (char *errmsg) {
      ^
error.c:158:6: warning: no previous prototype for 'Err_Handler' [-Wmissing-prototypes]
 void Err_Handler (Object sym, Object fmt, int argc, Object *argv) {
      ^
error.c:181:6: warning: no previous prototype for 'Reset' [-Wmissing-prototypes]
 void Reset () {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void Init_Exception () {
      ^
exception.c:77:6: warning: no previous prototype for 'Intr_Handler' [-Wmissing-prototypes]
 void Intr_Handler (int sig) {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void Init_Features () {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void Init_Heap () {
      ^
heap.c:64:6: warning: no previous prototype for 'Call_Before_GC' [-Wmissing-prototypes]
 void Call_Before_GC () {
      ^
heap.c:80:6: warning: no previous prototype for 'Call_After_GC' [-Wmissing-prototypes]
 void Call_After_GC () {
      ^
heap.c:87:6: warning: no previous prototype for 'Visit_GC_List' [-Wmissing-prototypes]
 void Visit_GC_List (GCNODE *list, intptr_t delta) {
      ^
heap.c:104:6: warning: no previous prototype for 'Visit_Wind' [-Wmissing-prototypes]
 void Visit_Wind (WIND *list, intptr_t delta) {
      ^
In file included from heap.c:151:0:
heap-gen.c: In function 'ProtectCluster':
heap-gen.c:352:5: warning: pointer targets in passing argument 2 of 'DetermineCluster' differ in signedness [-Wpointer-sign]
     if (!len) DetermineCluster (&addr, &len);
     ^
heap-gen.c:326:13: note: expected 'int *' but argument is of type 'unsigned int *'
 static void DetermineCluster (gcptr_t *addr, int *len) {
             ^
heap-gen.c: In function 'UnprotectCluster':
heap-gen.c:376:5: warning: pointer targets in passing argument 2 of 'DetermineCluster' differ in signedness [-Wpointer-sign]
     if (!len) DetermineCluster (&addr, &len);
     ^
heap-gen.c:326:13: note: expected 'int *' but argument is of type 'unsigned int *'
 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]
 void Make_Heap (int size) {
      ^
heap-gen.c: In function 'Make_Heap':
heap-gen.c:497:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     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]
 void Free_Heap () {
      ^
heap-gen.c:1242:12: warning: 'ScanCluster' was used with no prototype before its definition [-Wmissing-prototypes]
 static int ScanCluster (gcptr_t addr) {
            ^
heap-gen.c:1284:12: warning: 'Scanner' was used with no prototype before its definition [-Wmissing-prototypes]
 static int Scanner (pageno_t npages) {
            ^
heap-gen.c:1419:13: warning: 'TerminateGC' was used with no prototype before its definition [-Wmissing-prototypes]
 static void TerminateGC () {
             ^
heap-gen.c: In function 'TerminateGC':
heap-gen.c:1457:54: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     if (PERCENT (allocated_pages, old_logical_pages) >= tuneable_force_total) {
                                                      ^
heap-gen.c:1466:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         if (HEAPPERCENT (allocated_pages) >= tuneable_newly_expand)
                                           ^
heap-gen.c: In function 'General_Collect':
heap-gen.c:1589:43: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         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]
 void Generational_GC_Finalize () {
      ^
heap-gen.c:1652:6: warning: no previous prototype for 'Generational_GC_Reinitialize' [-Wmissing-prototypes]
 void Generational_GC_Reinitialize () {
      ^
heap-gen.c:1659:8: warning: no previous prototype for 'Internal_GC_Status' [-Wmissing-prototypes]
 Object Internal_GC_Status (int strat, int flags) {
        ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void Init_Io () {
      ^
io.c:137:8: warning: no previous prototype for 'Get_File_Name' [-Wmissing-prototypes]
 Object Get_File_Name (Object name) {
        ^
io.c:150:7: warning: no previous prototype for 'Internal_Tilde_Expand' [-Wmissing-prototypes]
 char *Internal_Tilde_Expand (register char *s, register char **dirp) {
       ^
io.c: In function 'Internal_Tilde_Expand':
io.c:153:12: warning: nested extern declaration of 'getpwnam' [-Wnested-externs]
     struct passwd *pw, *getpwnam();
            ^
io.c: At top level:
io.c:176:8: warning: no previous prototype for 'General_File_Operation' [-Wmissing-prototypes]
 Object General_File_Operation (Object s, register int op) {
        ^
In file included from ../include/kernel.h:47:0,
                 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]
 #define Alloca_Begin int _Check_Alloca_Begin
                          ^
io.c:179:5: note: in expansion of macro 'Alloca_Begin'
     Alloca_Begin;
     ^
io.c: At top level:
io.c:219:6: warning: no previous prototype for 'Close_All_Files' [-Wmissing-prototypes]
 void Close_All_Files () {
      ^
io.c:229:8: warning: no previous prototype for 'Open_File' [-Wmissing-prototypes]
 Object Open_File (char *name, int flags, int err) {
        ^
In file included from ../include/kernel.h:47:0,
                 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]
 #define Alloca_Begin int _Check_Alloca_Begin
                          ^
io.c:234:5: note: in expansion of macro 'Alloca_Begin'
     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]
 #define Alloca_Begin int _Check_Alloca_Begin
                          ^
io.c:269:5: note: in expansion of macro 'Alloca_Begin'
     Alloca_Begin;
     ^
io.c: At top level:
io.c:330:8: warning: no previous prototype for 'General_Close_Port' [-Wmissing-prototypes]
 Object General_Close_Port (Object port) {
        ^
io.c:378:8: warning: no previous prototype for 'General_Call_With' [-Wmissing-prototypes]
 Object General_Call_With (Object name, int flags, Object proc) {
        ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void Check_If_Dump_Works () {
      ^
libelk.c: In function 'Elk_Init':
libelk.c:287:13: warning: assignment discards 'volatile' qualifier from pointer target type [enabled by default]
     stkbase = &foo;
             ^
libelk.c: At top level:
libelk.c:361:6: warning: no previous prototype for 'Usage' [-Wmissing-prototypes]
 void Usage () {
      ^
libelk.c:370:6: warning: no previous prototype for 'Init_Everything' [-Wmissing-prototypes]
 void Init_Everything () {
      ^
libelk.c:395:6: warning: no previous prototype for 'Get_Stack_Limit' [-Wmissing-prototypes]
 void Get_Stack_Limit () {
      ^
libelk.c:411:5: warning: no previous prototype for 'Executable' [-Wmissing-prototypes]
 int Executable (char *fn) {
     ^
libelk.c:418:7: warning: no previous prototype for 'Find_Executable' [-Wmissing-prototypes]
 char *Find_Executable (char *fn) {
       ^
libelk.c: In function 'Find_Executable':
libelk.c:419:5: warning: nested extern declaration of 'getenv' [-Wnested-externs]
     char *path, *dir, *getenv();
     ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 Object Cxr (Object x, register char *pat, register unsigned int len) {
        ^
list.c:175:8: warning: no previous prototype for 'General_Member' [-Wmissing-prototypes]
 Object General_Member (Object key, Object list, register int comp) {
        ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void Init_Load () {
      ^
load.c:56:6: warning: no previous prototype for 'Init_Loadpath' [-Wmissing-prototypes]
 void Init_Loadpath (char *s) {     /* No GC possible here */
      ^
load.c:74:5: warning: no previous prototype for 'Has_Suffix' [-Wmissing-prototypes]
 int Has_Suffix (Object name, char const *suffix) {
     ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void Dlopen_File (char *obj) {
      ^
loadlib.c:251:6: warning: no previous prototype for 'Load_Library' [-Wmissing-prototypes]
 void Load_Library (Object libs) {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void Init_Math () {
      ^
math.c:83:8: warning: no previous prototype for 'Fixnum_To_String' [-Wmissing-prototypes]
 Object Fixnum_To_String (Object x, int radix) {
        ^
math.c:305:5: warning: no previous prototype for 'Get_Index' [-Wmissing-prototypes]
 int Get_Index (Object n, Object obj) {
     ^
math.c:341:5: warning: no previous prototype for 'Fixnum_Add' [-Wmissing-prototypes]
 int Fixnum_Add (int a, int b, int *fits) {
     ^
math.c:353:5: warning: no previous prototype for 'Fixnum_Sub' [-Wmissing-prototypes]
 int Fixnum_Sub (int a, int b, int *fits) {
     ^
math.c:370:8: warning: no previous prototype for 'Fixnum_Multiply' [-Wmissing-prototypes]
 Object Fixnum_Multiply (int a, int b) {
        ^
math.c:530:5: warning: no previous prototype for 'Generic_Equal' [-Wmissing-prototypes]
 int Generic_##name (Object x, Object y) {\
     ^
math.c:592:1: note: in expansion of macro 'General_Generic_Compare'
 General_Generic_Compare (Equal, ==)
 ^
math.c:530:5: warning: no previous prototype for 'Generic_Less' [-Wmissing-prototypes]
 int Generic_##name (Object x, Object y) {\
     ^
math.c:593:1: note: in expansion of macro 'General_Generic_Compare'
 General_Generic_Compare (Less, <)
 ^
math.c:530:5: warning: no previous prototype for 'Generic_Greater' [-Wmissing-prototypes]
 int Generic_##name (Object x, Object y) {\
     ^
math.c:594:1: note: in expansion of macro 'General_Generic_Compare'
 General_Generic_Compare (Greater, >)
 ^
math.c:530:5: warning: no previous prototype for 'Generic_Eq_Less' [-Wmissing-prototypes]
 int Generic_##name (Object x, Object y) {\
     ^
math.c:595:1: note: in expansion of macro 'General_Generic_Compare'
 General_Generic_Compare (Eq_Less, <=)
 ^
math.c:530:5: warning: no previous prototype for 'Generic_Eq_Greater' [-Wmissing-prototypes]
 int Generic_##name (Object x, Object y) {\
     ^
math.c:596:1: note: in expansion of macro 'General_Generic_Compare'
 General_Generic_Compare (Eq_Greater, >=)
 ^
math.c:598:8: warning: no previous prototype for 'General_Compare' [-Wmissing-prototypes]
 Object General_Compare (int argc, Object *argv, register int (*op)()) {
        ^
math.c:693:27: warning: no previous prototype for 'Generic_Plus' [-Wmissing-prototypes]
 General_Generic_Operator (Generic_Plus,  +, Fixnum_Add, Bignum_Plus)
                           ^
math.c:630:62: note: in definition of macro 'General_Generic_Operator'
 #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]
 General_Generic_Operator (Generic_Minus, -, Fixnum_Sub, Bignum_Minus)
                           ^
math.c:630:62: note: in definition of macro 'General_Generic_Operator'
 #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]
 Object General_Operator (int argc, Object *argv, Object start,
        ^
math.c:744:8: warning: no previous prototype for 'Generic_Multiply' [-Wmissing-prototypes]
 Object Generic_Multiply (Object x, Object y) {
        ^
math.c:798:8: warning: no previous prototype for 'Generic_Divide' [-Wmissing-prototypes]
 Object Generic_Divide (Object x, Object y) {
        ^
math.c:883:8: warning: no previous prototype for 'General_Integer_Divide' [-Wmissing-prototypes]
 Object General_Integer_Divide (Object x, Object y, int rem) {
        ^
math.c:922:8: warning: no previous prototype for 'Exact_Quotient' [-Wmissing-prototypes]
 Object Exact_Quotient (Object x, Object y) {
        ^
math.c:926:8: warning: no previous prototype for 'Exact_Remainder' [-Wmissing-prototypes]
 Object Exact_Remainder (Object x, Object y) {
        ^
math.c:930:8: warning: no previous prototype for 'Exact_Modulo' [-Wmissing-prototypes]
 Object Exact_Modulo (Object x, Object y) {
        ^
math.c:946:8: warning: no previous prototype for 'With_Exact_Ints' [-Wmissing-prototypes]
 Object With_Exact_Ints (Object x, Object y, Object (*fun)()) {
        ^
math.c:984:8: warning: no previous prototype for 'Exact_Gcd' [-Wmissing-prototypes]
 Object Exact_Gcd (Object x, Object y) {
        ^
math.c:1008:8: warning: no previous prototype for 'General_Gcd' [-Wmissing-prototypes]
 Object General_Gcd (Object x, Object y) {
        ^
math.c:1016:8: warning: no previous prototype for 'Exact_Lcm' [-Wmissing-prototypes]
 Object Exact_Lcm (Object x, Object y) {
        ^
math.c:1032:8: warning: no previous prototype for 'General_Lcm' [-Wmissing-prototypes]
 Object General_Lcm (Object x, Object y) {
        ^
math.c:1091:8: warning: no previous prototype for 'General_Function' [-Wmissing-prototypes]
 Object General_Function (Object x, Object y, double (*fun)()) {
        ^
math.c:1129:8: warning: no previous prototype for 'Min' [-Wmissing-prototypes]
 Object Min (Object x, Object y) {
        ^
math.c:1138:8: warning: no previous prototype for 'Max' [-Wmissing-prototypes]
 Object Max (Object x, Object y) {
        ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void Init_Prim () {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void Init_Print () {
      ^
print.c:72:5: warning: no previous prototype for 'Print_Length' [-Wmissing-prototypes]
 int Print_Length () {
     ^
print.c:79:5: warning: no previous prototype for 'Print_Depth' [-Wmissing-prototypes]
 int Print_Depth () {
     ^
print.c:86:6: warning: no previous prototype for 'Print_Char' [-Wmissing-prototypes]
 void Print_Char (Object port, register int c) {
      ^
print.c:157:8: warning: no previous prototype for 'General_Print' [-Wmissing-prototypes]
 Object General_Print (int argc, Object *argv, int raw) {
        ^
In file included from ../include/kernel.h:47:0,
                 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]
 #define Alloca_Begin int _Check_Alloca_Begin
                          ^
print.c:597:5: note: in expansion of macro 'Alloca_Begin'
     Alloca_Begin;
     ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void Init_Proc () {
      ^
In file included from ../include/kernel.h:40:0,
                 from proc.c:34:
proc.c: In function 'P_Primitive_To_String':
../include/object.h:140:30: warning: implicit declaration of function 'strlen' [-Wimplicit-function-declaration]
 #define PRIM(x)     ((struct S_Primitive *)POINTER(x))
                              ^
proc.c:105:25: note: in expansion of macro 'PRIM'
     return Make_String (PRIM(x)->name, strlen(PRIM(x)->name));
                         ^
proc.c:105:40: warning: incompatible implicit declaration of built-in function 'strlen' [enabled by default]
     return Make_String (PRIM(x)->name, strlen(PRIM(x)->name));
                                        ^
proc.c: In function 'P_Compound_To_String':
proc.c:116:9: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'void *' [-Wformat=]
         sprintf (buf, "#<compound %lu>", POINTER(x));
         ^
proc.c:117:34: warning: incompatible implicit declaration of built-in function 'strlen' [enabled by default]
         return Make_String (buf, strlen(buf));
                                  ^
proc.c: In function 'P_Macro_To_String':
proc.c:130:9: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'void *' [-Wformat=]
         sprintf (buf, "#<macro %lu>", POINTER(x));
         ^
proc.c:131:34: warning: incompatible implicit declaration of built-in function 'strlen' [enabled by default]
         return Make_String (buf, strlen(buf));
                                  ^
proc.c: At top level:
proc.c:136:8: warning: no previous prototype for 'Make_Compound' [-Wmissing-prototypes]
 Object Make_Compound () {
        ^
proc.c:260:8: warning: no previous prototype for 'Funcall_Primitive' [-Wmissing-prototypes]
 Object Funcall_Primitive (Object fun, Object argl, int eval) {
        ^
In file included from ../include/kernel.h:47:0,
                 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]
 #define Alloca_Begin int _Check_Alloca_Begin
                          ^
proc.c:268:5: note: in expansion of macro 'Alloca_Begin'
     Alloca_Begin;
     ^
proc.c: At top level:
proc.c:369:8: warning: no previous prototype for 'Funcall_Compound' [-Wmissing-prototypes]
 Object Funcall_Compound (Object fun, Object argl, int eval) {
        ^
In file included from ../include/kernel.h:47:0,
                 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]
 #define Alloca_Begin int _Check_Alloca_Begin
                          ^
proc.c:376:5: note: in expansion of macro 'Alloca_Begin'
     Alloca_Begin;
     ^
proc.c: At top level:
proc.c:462:6: warning: no previous prototype for 'Check_Formals' [-Wmissing-prototypes]
 void Check_Formals (Object x, int *min, int *max) {
      ^
proc.c:509:8: warning: no previous prototype for 'General_Map' [-Wmissing-prototypes]
 Object General_Map (int argc, Object *argv, register int accum) {
        ^
In file included from ../include/kernel.h:47:0,
                 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]
 #define Alloca_Begin int _Check_Alloca_Begin
                          ^
proc.c:515:5: note: in expansion of macro 'Alloca_Begin'
     Alloca_Begin;
     ^
proc.c: At top level:
proc.c:558:8: warning: no previous prototype for 'Make_Macro' [-Wmissing-prototypes]
 Object Make_Macro () {
        ^
proc.c:585:8: warning: no previous prototype for 'Macro_Expand' [-Wmissing-prototypes]
 Object Macro_Expand (Object mac, Object argl) {
        ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void Init_Read () {
      ^
read.c:305:8: warning: no previous prototype for 'Read_Atom' [-Wmissing-prototypes]
 Object Read_Atom (Object port, int konst) {
        ^
read.c:314:8: warning: no previous prototype for 'Read_Special' [-Wmissing-prototypes]
 Object Read_Special (Object port, int konst) {
        ^
read.c:400:8: warning: no previous prototype for 'Read_Sequence' [-Wmissing-prototypes]
 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]
 Object Read_String (Object port, int konst) {
        ^
read.c:494:8: warning: no previous prototype for 'Read_Sharp' [-Wmissing-prototypes]
 Object Read_Sharp (Object port, int konst) {
        ^
read.c:512:8: warning: no previous prototype for 'Read_True' [-Wmissing-prototypes]
 Object Read_True (Object port, int chr, int konst) {
        ^
read.c:517:8: warning: no previous prototype for 'Read_False' [-Wmissing-prototypes]
 Object Read_False (Object port, int chr, int konst) {
        ^
read.c:522:8: warning: no previous prototype for 'Read_Void' [-Wmissing-prototypes]
 Object Read_Void (Object port, int chr, int konst) {
        ^
read.c:530:8: warning: no previous prototype for 'Read_Kludge' [-Wmissing-prototypes]
 Object Read_Kludge (Object port, int chr, int konst) {
        ^
read.c:535:8: warning: no previous prototype for 'Read_Vector_Paren' [-Wmissing-prototypes]
 Object Read_Vector_Paren (Object port, int chr, int konst) {
        ^
read.c:540:8: warning: no previous prototype for 'Read_Vector_Bracket' [-Wmissing-prototypes]
 Object Read_Vector_Bracket (Object port, int chr, int konst) {
        ^
read.c:545:8: warning: no previous prototype for 'Read_Radix' [-Wmissing-prototypes]
 Object Read_Radix (Object port, int chr, int konst) {
        ^
read.c:571:8: warning: no previous prototype for 'Read_Char' [-Wmissing-prototypes]
 Object Read_Char (Object port, int chr, int konst) {
        ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void Init_Special () {
      ^
special.c:50:8: warning: no previous prototype for 'Quasiquote' [-Wmissing-prototypes]
 Object Quasiquote (Object x, int level) {
        ^
special.c:279:8: warning: no previous prototype for 'General_Junction' [-Wmissing-prototypes]
 Object General_Junction (Object argl, register int and) {
        ^
special.c:366:8: warning: no previous prototype for 'General_Let' [-Wmissing-prototypes]
 Object General_Let (Object argl, int disc) {
        ^
special.c:426:8: warning: no previous prototype for 'Named_Let' [-Wmissing-prototypes]
 Object Named_Let (Object argl) {
        ^
special.c:495:8: warning: no previous prototype for 'Internal_Fluid_Let' [-Wmissing-prototypes]
 Object Internal_Fluid_Let (Object bindings, Object argl) {
        ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void Call_Initializers (SYMTAB *tab, char *addr, int which) {
      ^
stab.c:152:6: warning: no previous prototype for 'Call_Finalizers' [-Wmissing-prototypes]
 void Call_Finalizers () {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT libelk_la-stab-vanilla.lo -MD -MP -MF .deps/libelk_la-stab-vanilla.Tpo -c -o libelk_la-stab-vanilla.lo `test -f 'stab-vanilla.c' || echo './'`stab-vanilla.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -MT libelk_la-stab-vanilla.lo -MD -MP -MF .deps/libelk_la-stab-vanilla.Tpo -c stab-vanilla.c  -fPIC -DPIC -o .libs/libelk_la-stab-vanilla.o
stab-vanilla.c:43:9: warning: no previous prototype for 'Snarf_Symbols' [-Wmissing-prototypes]
 SYMTAB *Snarf_Symbols (FILE *f) {
         ^
stab-vanilla.c: In function 'Snarf_Symbols':
stab-vanilla.c:89:9: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign]
         if (strstr (buffer + start, INIT_PREFIX)
         ^
In file included from stab-vanilla.c:37:0:
/usr/include/string.h:338:14: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern char *strstr (const char *__haystack, const char *__needle)
              ^
stab-vanilla.c:90:14: warning: pointer targets in passing argument 1 of 'strstr' differ in signedness [-Wpointer-sign]
              || strstr (buffer + start, FINIT_PREFIX)) {
              ^
In file included from stab-vanilla.c:37:0:
/usr/include/string.h:338:14: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern char *strstr (const char *__haystack, const char *__needle)
              ^
stab-vanilla.c:94:17: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
                 if (!strcmp (sp->name, buffer + start)) {
                 ^
In file included from stab-vanilla.c:37:0:
/usr/include/string.h:395:15: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern size_t strlen (const char *__s)
               ^
stab-vanilla.c:94:17: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
                 if (!strcmp (sp->name, buffer + start)) {
                 ^
stab-vanilla.c:94:17: note: expected 'const char *' but argument is of type 'unsigned char *'
stab-vanilla.c:94:17: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
stab-vanilla.c:94:17: note: expected 'const char *' but argument is of type 'unsigned char *'
stab-vanilla.c:94:17: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
In file included from stab-vanilla.c:37:0:
/usr/include/string.h:395:15: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern size_t strlen (const char *__s)
               ^
stab-vanilla.c:94:17: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
                 if (!strcmp (sp->name, buffer + start)) {
                 ^
stab-vanilla.c:94:17: note: expected 'const char *' but argument is of type 'unsigned char *'
stab-vanilla.c:94:17: warning: pointer targets in passing argument 2 of '__builtin_strcmp' differ in signedness [-Wpointer-sign]
stab-vanilla.c:94:17: note: expected 'const char *' but argument is of type 'unsigned char *'
stab-vanilla.c:103:13: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness [-Wpointer-sign]
             sp->name = Safe_Malloc (strlen (buffer + start) + 1);
             ^
In file included from stab-vanilla.c:37:0:
/usr/include/string.h:395:15: note: expected 'const char *' but argument is of type 'unsigned char *'
 extern size_t strlen (const char *__s)
               ^
stab-vanilla.c:104:13: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness [-Wpointer-sign]
             strcpy (sp->name, buffer + start);
             ^
In file included from /usr/include/features.h:375:0,
                 from /usr/include/stdio.h:27,
                 from stab-vanilla.c:34:
/usr/include/bits/string3.h:102:1: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *'
 __NTH (strcpy (char *__restrict __dest, const char *__restrict __src))
 ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -MT libelk_la-stab-vanilla.lo -MD -MP -MF .deps/libelk_la-stab-vanilla.Tpo -c stab-vanilla.c -o libelk_la-stab-vanilla.o >/dev/null 2>&1
mv -f .deps/libelk_la-stab-vanilla.Tpo .deps/libelk_la-stab-vanilla.Plo
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void Init_String () {
      ^
In file included from ../include/kernel.h:47:0,
                 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]
 #define Alloca_Begin int _Check_Alloca_Begin
                          ^
string.c:107:5: note: in expansion of macro 'Alloca_Begin'
     Alloca_Begin;
     ^
string.c: At top level:
string.c:251:8: warning: no previous prototype for 'General_Substringp' [-Wmissing-prototypes]
 Object General_Substringp (Object s1, Object s2, register int ci) {
        ^
string.c:281:5: warning: no previous prototype for 'General_Strcmp' [-Wmissing-prototypes]
 int General_Strcmp (Object s1, Object s2, register int ci) {
     ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void Init_Symbol () {
      ^
symbol.c:72:8: warning: no previous prototype for 'Make_Symbol' [-Wmissing-prototypes]
 Object Make_Symbol (Object name) {
        ^
symbol.c:96:8: warning: no previous prototype for 'Obarray_Lookup' [-Wmissing-prototypes]
 Object Obarray_Lookup (register char const *str, register unsigned int len) {
        ^
In file included from ../include/kernel.h:47:0,
                 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]
 #define Alloca_Begin int _Check_Alloca_Begin
                          ^
symbol.c:118:5: note: in expansion of macro 'Alloca_Begin'
     Alloca_Begin;
     ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void Init_Terminate () {
      ^
terminate.c:171:6: warning: no previous prototype for 'Call_Terminators' [-Wmissing-prototypes]
 void Call_Terminators () {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void Init_Type() {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool  --tag=CC   --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include  -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\"" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 Object General_Make_Vector (unsigned int len, Object fill, int konst) {
        ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I.. -I../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -I/usr/include/libelf -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../libtool --tag=CC    --mode=link cc -I/usr/include/libelf  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include  -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -o libelk.la -rpath /usr/pkg/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-vanilla.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 -ldl 
libtool: link: cc -shared  -fPIC -DPIC  .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-vanilla.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   -L/home/pbulk/build/lang/elk/work/.buildlink/lib -lm -ldl  -O2 -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib   -Wl,-soname -Wl,libelk.so.0 -o .libs/libelk.so.0.0.0
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-vanilla.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" )
cc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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
/bin/bash ../libtool --tag=CC    --mode=link cc  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include   -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -o elk main.o ../src/libelk.la 
libtool: link: cc -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/home/pbulk/build/lang/elk/work/.buildlink/include -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib -o .libs/elk main.o  -L/home/pbulk/build/lang/elk/work/.buildlink/lib ../src/.libs/libelk.so -lm -ldl -Wl,-rpath -Wl,/usr/pkg/lib
Making all in lib
Making all in misc
/bin/bash ../../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT bitstring.lo -MD -MP -MF .deps/bitstring.Tpo -c -o bitstring.lo bitstring.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void elk_init_lib_bitstring() {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../../libtool --tag=CC    --mode=link cc  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include  -module -avoid-version -no-undefined -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -o bitstring.la -rpath /usr/pkg/lib/elk bitstring.lo ../../src/libelk.la 
libtool: link: cc -shared  -fPIC -DPIC  .libs/bitstring.o   -Wl,-rpath -Wl,/home/pbulk/build/lang/elk/work/elk-3.99.8/src/.libs -Wl,-rpath -Wl,/usr/pkg/lib -L/home/pbulk/build/lang/elk/work/.buildlink/lib ../../src/.libs/libelk.so -lm -ldl  -O2 -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib   -Wl,-soname -Wl,bitstring.so -o .libs/bitstring.so
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" )
/bin/bash ../../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/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:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 char *Elk_Eval(char *expr) {
       ^
elk-eval.c:87:6: warning: no previous prototype for 'elk_init_eval' [-Wmissing-prototypes]
 void elk_init_eval() {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../../libtool --tag=CC    --mode=link cc  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include  -module -avoid-version -no-undefined -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -o elk-eval.la -rpath /usr/pkg/lib/elk elk-eval.lo ../../src/libelk.la 
libtool: link: cc -shared  -fPIC -DPIC  .libs/elk-eval.o   -Wl,-rpath -Wl,/home/pbulk/build/lang/elk/work/elk-3.99.8/src/.libs -Wl,-rpath -Wl,/usr/pkg/lib -L/home/pbulk/build/lang/elk/work/.buildlink/lib ../../src/.libs/libelk.so -lm -ldl  -O2 -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib   -Wl,-soname -Wl,elk-eval.so -o .libs/elk-eval.so
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" )
/bin/bash ../../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT hack.lo -MD -MP -MF .deps/hack.Tpo -c -o hack.lo hack.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void elk_init_lib_hack () {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../../libtool --tag=CC    --mode=link cc  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -module -avoid-version -no-undefined  -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -o hack.la -rpath /usr/pkg/lib/elk hack.lo ../../src/libelk.la 
libtool: link: cc -shared  -fPIC -DPIC  .libs/hack.o   -Wl,-rpath -Wl,/home/pbulk/build/lang/elk/work/elk-3.99.8/src/.libs -Wl,-rpath -Wl,/usr/pkg/lib -L/home/pbulk/build/lang/elk/work/.buildlink/lib ../../src/.libs/libelk.so -lm -ldl  -O2 -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib   -Wl,-soname -Wl,hack.so -o .libs/hack.so
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" )
/bin/bash ../../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT regexp.lo -MD -MP -MF .deps/regexp.Tpo -c -o regexp.lo regexp.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void elk_init_lib_regexp() {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../../libtool --tag=CC    --mode=link cc  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include  -module -avoid-version -no-undefined -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -o regexp.la -rpath /usr/pkg/lib/elk regexp.lo ../../src/libelk.la 
libtool: link: cc -shared  -fPIC -DPIC  .libs/regexp.o   -Wl,-rpath -Wl,/home/pbulk/build/lang/elk/work/elk-3.99.8/src/.libs -Wl,-rpath -Wl,/usr/pkg/lib -L/home/pbulk/build/lang/elk/work/.buildlink/lib ../../src/.libs/libelk.so -lm -ldl  -O2 -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib   -Wl,-soname -Wl,regexp.so -o .libs/regexp.so
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" )
/bin/bash ../../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT debug.lo -MD -MP -MF .deps/debug.Tpo -c -o debug.lo debug.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void elk_init_lib_debug () {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../../libtool --tag=CC    --mode=link cc  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -module -avoid-version -no-undefined  -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -o debug.la -rpath /usr/pkg/lib/elk debug.lo ../../src/libelk.la 
libtool: link: cc -shared  -fPIC -DPIC  .libs/debug.o   -Wl,-rpath -Wl,/home/pbulk/build/lang/elk/work/elk-3.99.8/src/.libs -Wl,-rpath -Wl,/usr/pkg/lib -L/home/pbulk/build/lang/elk/work/.buildlink/lib ../../src/.libs/libelk.so -lm -ldl  -O2 -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib   -Wl,-soname -Wl,debug.so -o .libs/debug.so
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" )
/bin/bash ../../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT gdbm.lo -MD -MP -MF .deps/gdbm.Tpo -c -o gdbm.lo gdbm.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 int Gdbm_fh_Equal (Object a, Object b) {
     ^
gdbm.c:138:5: warning: no previous prototype for 'Gdbm_fh_Print' [-Wmissing-prototypes]
 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]
 Object P_Gdbm_filep (Object x) {
        ^
gdbm.c:152:8: warning: no previous prototype for 'P_Gdbm_Open' [-Wmissing-prototypes]
 Object P_Gdbm_Open (int argc, Object *argv) {
        ^
gdbm.c: In function 'P_Gdbm_Open':
gdbm.c:159:9: warning: passing argument 5 of 'gdbm_open' from incompatible pointer type [enabled by default]
         argc == 4 ? Get_Integer (argv[3]) : 0644, Fatal_Func);
         ^
In file included from gdbm.c:98:0:
/home/pbulk/build/lang/elk/work/.buildlink/include/gdbm.h:126:18: note: expected 'void (*)(const char *)' but argument is of type 'void (*)(char *)'
 extern GDBM_FILE gdbm_open (const char *, int, int, int,
                  ^
gdbm.c: At top level:
gdbm.c:172:6: warning: no previous prototype for 'Check_Fh' [-Wmissing-prototypes]
 void Check_Fh (Object fh) {
      ^
gdbm.c:178:8: warning: no previous prototype for 'P_Gdbm_Close' [-Wmissing-prototypes]
 Object P_Gdbm_Close (Object fh) {
        ^
gdbm.c:187:8: warning: no previous prototype for 'P_Gdbm_Store' [-Wmissing-prototypes]
 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]
 Object P_Gdbm_Fetch (Object fh, Object key) {
        ^
gdbm.c:227:8: warning: no previous prototype for 'P_Gdbm_Nextkey' [-Wmissing-prototypes]
 Object P_Gdbm_Nextkey (Object fh, Object key) {
        ^
gdbm.c:231:8: warning: no previous prototype for 'P_Gdbm_Delete' [-Wmissing-prototypes]
 Object P_Gdbm_Delete (Object fh, Object key) {
        ^
gdbm.c:245:8: warning: no previous prototype for 'P_Gdbm_Firstkey' [-Wmissing-prototypes]
 Object P_Gdbm_Firstkey (Object fh) {
        ^
gdbm.c:260:8: warning: no previous prototype for 'P_Gdbm_Reorganize' [-Wmissing-prototypes]
 Object P_Gdbm_Reorganize (Object fh) {
        ^
gdbm.c:268:8: warning: no previous prototype for 'P_Gdbm_Error' [-Wmissing-prototypes]
 Object P_Gdbm_Error () {
        ^
gdbm.c:272:8: warning: no previous prototype for 'P_Gdbm_Error_Text' [-Wmissing-prototypes]
 Object P_Gdbm_Error_Text () {
        ^
gdbm.c:276:6: warning: no previous prototype for 'elk_init_lib_gdbm' [-Wmissing-prototypes]
 void elk_init_lib_gdbm () {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../../libtool --tag=CC    --mode=link cc  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -module -avoid-version -no-undefined  -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -o gdbm.la -rpath /usr/pkg/lib/elk gdbm.lo ../../src/libelk.la -lgdbm 
libtool: link: cc -shared  -fPIC -DPIC  .libs/gdbm.o   -Wl,-rpath -Wl,/home/pbulk/build/lang/elk/work/elk-3.99.8/src/.libs -Wl,-rpath -Wl,/home/pbulk/build/lang/elk/work/.buildlink/lib -Wl,-rpath -Wl,/usr/pkg/lib -Wl,-rpath -Wl,/home/pbulk/build/lang/elk/work/.buildlink/lib -L/home/pbulk/build/lang/elk/work/.buildlink/lib ../../src/.libs/libelk.so -lm -ldl /home/pbulk/build/lang/elk/work/.buildlink/lib/libgdbm.so  -O2 -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib   -Wl,-soname -Wl,gdbm.so -o .libs/gdbm.so
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" )
/bin/bash ../../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT record.lo -MD -MP -MF .deps/record.Tpo -c -o record.lo record.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void elk_init_lib_record () {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../../libtool --tag=CC    --mode=link cc  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include  -module -avoid-version -no-undefined -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -o record.la -rpath /usr/pkg/lib/elk record.lo ../../src/libelk.la 
libtool: link: cc -shared  -fPIC -DPIC  .libs/record.o   -Wl,-rpath -Wl,/home/pbulk/build/lang/elk/work/elk-3.99.8/src/.libs -Wl,-rpath -Wl,/usr/pkg/lib -L/home/pbulk/build/lang/elk/work/.buildlink/lib ../../src/.libs/libelk.so -lm -ldl  -O2 -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib   -Wl,-soname -Wl,record.so -o .libs/record.so
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" )
/bin/bash ../../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT struct.lo -MD -MP -MF .deps/struct.Tpo -c -o struct.lo struct.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void elk_init_lib_struct () {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../../libtool --tag=CC    --mode=link cc  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include  -module -avoid-version -no-undefined -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -o struct.la -rpath /usr/pkg/lib/elk struct.lo ../../src/libelk.la 
libtool: link: cc -shared  -fPIC -DPIC  .libs/struct.o   -Wl,-rpath -Wl,/home/pbulk/build/lang/elk/work/elk-3.99.8/src/.libs -Wl,-rpath -Wl,/usr/pkg/lib -L/home/pbulk/build/lang/elk/work/.buildlink/lib ../../src/.libs/libelk.so -lm -ldl  -O2 -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib   -Wl,-soname -Wl,struct.so -o .libs/struct.so
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" )
/bin/bash ../../libtool --tag=CXX    --mode=compile c++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -pipe -O2 -I/usr/pkg/include -I/usr/include -MT newhandler.lo -MD -MP -MF .deps/newhandler.Tpo -c -o newhandler.lo newhandler.cpp
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -pipe -O2 -MT newhandler.lo -MD -MP -MF .deps/newhandler.Tpo -c newhandler.cpp  -fPIC -DPIC -o .libs/newhandler.o
libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -pipe -O2 -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
/bin/bash ../../libtool --tag=CXX    --mode=link c++   -pipe -O2 -I/usr/pkg/include -I/usr/include -module -avoid-version -no-undefined -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -o newhandler.la -rpath /usr/pkg/lib/elk newhandler.lo ../../src/libelk.la 
libtool: link: c++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtbeginS.o  .libs/newhandler.o   -Wl,-rpath -Wl,/home/pbulk/build/lang/elk/work/elk-3.99.8/src/.libs -Wl,-rpath -Wl,/usr/pkg/lib -L/home/pbulk/build/lang/elk/work/.buildlink/lib ../../src/.libs/libelk.so -ldl -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-redhat-linux/4.8.5/crtendS.o /usr/lib/gcc/x86_64-redhat-linux/4.8.5/../../../../lib64/crtn.o  -O2 -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib   -Wl,-soname -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
/bin/bash ../../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT error.lo -MD -MP -MF .deps/error.Tpo -c -o error.lo error.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void elk_init_unix_error() {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT fdescr.lo -MD -MP -MF .deps/fdescr.Tpo -c -o fdescr.lo fdescr.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 int Num_Filedescriptors() {
     ^
fdescr.c: In function 'P_Ttyname':
fdescr.c:286:5: warning: nested extern declaration of 'ttyname' [-Wnested-externs]
     extern char *ttyname();
     ^
fdescr.c: At top level:
fdescr.c:295:6: warning: no previous prototype for 'elk_init_unix_fdescr' [-Wmissing-prototypes]
 void elk_init_unix_fdescr() {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT file.lo -MD -MP -MF .deps/file.Tpo -c -o file.lo file.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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:0,
                 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]
 #define Alloca_Begin int _Check_Alloca_Begin
                          ^
file.c:238:5: note: in expansion of macro 'Alloca_Begin'
     Alloca_Begin;
     ^
file.c: At top level:
file.c:287:6: warning: no previous prototype for 'elk_init_unix_file' [-Wmissing-prototypes]
 void elk_init_unix_file() {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT lock.lo -MD -MP -MF .deps/lock.Tpo -c -o lock.lo lock.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void elk_init_unix_lock() {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo misc.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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:5: warning: nested extern declaration of 'getpass' [-Wnested-externs]
     extern char *getpass();
     ^
misc.c: At top level:
misc.c:48:6: warning: no previous prototype for 'elk_init_unix_misc' [-Wmissing-prototypes]
 void elk_init_unix_misc() {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT passwd.lo -MD -MP -MF .deps/passwd.Tpo -c -o passwd.lo passwd.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void elk_init_unix_passwd() {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT process.lo -MD -MP -MF .deps/process.Tpo -c -o process.lo process.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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:0,
                 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]
 #define Alloca_Begin int _Check_Alloca_Begin
                          ^
process.c:86:5: note: in expansion of macro 'Alloca_Begin'
     Alloca_Begin;
     ^
process.c: In function 'P_Getenv':
process.c:158:5: warning: nested extern declaration of 'getenv' [-Wnested-externs]
     extern char *getenv();
     ^
process.c: In function 'P_Getlogin':
process.c:165:5: warning: nested extern declaration of 'getlogin' [-Wnested-externs]
     extern char *getlogin();
     ^
In file included from ../../include/scheme.h:43:0,
                 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]
 #define Alloca_Begin int _Check_Alloca_Begin
                          ^
process.c:186:5: note: in expansion of macro 'Alloca_Begin'
     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]
 #define Alloca_Begin int _Check_Alloca_Begin
                          ^
process.c:333:5: note: in expansion of macro 'Alloca_Begin'
     Alloca_Begin;
     ^
process.c: At top level:
process.c:370:6: warning: no previous prototype for 'elk_init_unix_process' [-Wmissing-prototypes]
 void elk_init_unix_process() {
      ^
process.c: In function 'P_Getgroups':
process.c:200:5: warning: ignoring return value of 'getgroups', declared with attribute warn_unused_result [-Wunused-result]
     (void)getgroups(n, p);
     ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c -o signal.lo signal.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void General_Handler(int sig) {
      ^
signal.c:261:6: warning: no previous prototype for 'Add_To_Mask' [-Wmissing-prototypes]
 void Add_To_Mask(int sig) {
      ^
signal.c:271:6: warning: no previous prototype for 'Remove_From_Mask' [-Wmissing-prototypes]
 void Remove_From_Mask(int sig) {
      ^
signal.c:335:6: warning: no previous prototype for 'elk_init_unix_signal' [-Wmissing-prototypes]
 void elk_init_unix_signal() {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT system.lo -MD -MP -MF .deps/system.Tpo -c -o system.lo system.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void elk_init_unix_system() {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT temp.lo -MD -MP -MF .deps/temp.Tpo -c -o temp.lo temp.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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:5: warning: nested extern declaration of 'tempnam' [-Wnested-externs]
     extern char *tempnam();
     ^
temp.c: At top level:
temp.c:122:6: warning: no previous prototype for 'elk_init_unix_temp' [-Wmissing-prototypes]
 void elk_init_unix_temp() {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT time.lo -MD -MP -MF .deps/time.Tpo -c -o time.lo time.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void elk_init_unix_time() {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT unix.lo -MD -MP -MF .deps/unix.Tpo -c -o unix.lo unix.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void elk_init_unix_unix() {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../../libtool --tag=CC    --mode=compile cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include   -I/usr/pkg/include -I/usr/include -DSCM_DIR="\"/usr/pkg/share/elk\"" -DLIB_DIR="\"/usr/pkg/lib/elk\""  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -MT wait.lo -MD -MP -MF .deps/wait.Tpo -c -o wait.lo wait.c
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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]
 void elk_init_unix_wait() {
      ^
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/home/pbulk/build/lang/elk/work/.buildlink/include -DSCM_DIR=\"/usr/pkg/share/elk\" -DLIB_DIR=\"/usr/pkg/lib/elk\" -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -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
/bin/bash ../../libtool --tag=CC    --mode=link cc  -Wpointer-arith -Wcast-align -Wcast-qual -Wshadow -Wmissing-prototypes -Wnested-externs -Wsign-compare -Wall -pipe -O2 -I/usr/pkg/include -I/usr/include -module -avoid-version -no-undefined  -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib64 -Wl,-R/usr/lib64 -o unix.la -rpath /usr/pkg/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: cc -shared  -fPIC -DPIC  .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   -Wl,-rpath -Wl,/home/pbulk/build/lang/elk/work/elk-3.99.8/src/.libs -Wl,-rpath -Wl,/usr/pkg/lib -L/home/pbulk/build/lang/elk/work/.buildlink/lib ../../src/.libs/libelk.so -lm -ldl  -O2 -Wl,-zrelro -Wl,-rpath -Wl,/usr/pkg/lib   -Wl,-soname -Wl,unix.so -o .libs/unix.so
.libs/temp.o: In function `P_Tempname':
temp.c:(.text+0x60): warning: the use of `tempnam' is dangerous, better use `mkstemp'
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
Making all in xwidgets
Making all in .
Making all in xaw
Making all in motif
Making all in scm
Making all in doc
Making all in bitstring
Making all in cprog
Making all in kernel
Making all in man
Making all in oops
Making all in record
Making all in regexp
Making all in unix
Making all in usenix
Making all in xlib
Making all in xt
Making all in examples
Making all in test