[674] in Zephyr_Bugs
problem compiling zephyr-2.0.2
daemon@ATHENA.MIT.EDU (John Yates)
Wed Aug 2 12:46:53 1995
Date: Wed, 2 Aug 1995 10:44:12 -0600 (MDT)
From: John Yates <yates@netrix.com>
To: zephyr-bugs@MIT.EDU
Enclosed is the output from my attempt to compile zephyr-2.0.2 on a sparc
machine running solaris 2.3. A glance at the end of the output should
make the problem self explanatory. I have had this problem
before with other programs that use the gnu auto configure mechanism.
I initiated the configure and compile with a script named "doit":
./configure --x-includes=/usr/openwin/include --x-libraries=/usr/openwin/lib
gnumake
---------------------- output of compilation ------------------------------
cd ~/xfer/zephyr-2.0.2/
./doit
creating cache ./config.cache
checking host system type... sparc-sun-solaris2.3
checking target system type... sparc-sun-solaris2.3
checking build system type... sparc-sun-solaris2.3
checking for gcc... gcc
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for bison... bison -y
checking for flex... flex
checking for -lfl... yes
checking for a BSD compatible install... ./install.sh -c
checking for ranlib... ranlib
checking location of temporary directory... /var/tmp/
checking how to run the C preprocessor... gcc -E
checking for POSIXized ISC... no
checking for X... libraries /usr/openwin/lib, headers /usr/openwin/include
checking for -lICE... no
checking for -ldnet... no
checking for -ldnet_stub... no
checking for -lnsl... yes
checking for -lsocket... yes
checking whether cross-compiling... no
checking for ANSI C header files... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for fcntl.h... yes
checking for paths.h... no
checking for termios.h... yes
checking for sgtty.h... yes
checking for unistd.h... yes
checking for libgen.h... yes
checking for malloc.h... yes
checking for sys/filio.h... yes
checking for sys/ioctl.h... yes
checking for sys/time.h... yes
checking for sys/uio.h... yes
checking for sys/file.h... yes
checking for sys/utsname.h... yes
checking for sys/select.h... yes
checking for sys/msgbuf.h... yes
checking for sys/cdefs.h... no
checking return type of signal handlers... void
checking for uid_t in sys/types.h... yes
checking for ulong... yes
checking size of short... 2
checking size of int... 4
checking size of long... 4
checking for 32-bit integer type... long
checking for -lw... yes
checking for -ldl... yes
checking for connect... no
checking for -lsocket... (cached) yes
checking for -lnsl... (cached) yes
checking for -lcurses... no
checking for -lgen... yes
checking for -lsrc... no
configure: warning: compiling without Kerberos support; Zephyr will be insecure.
checking whether gcc needs -traditional... no
checking for vprintf... yes
checking for working regcomp... no
checking for putenv... yes
checking for re_comp... no
checking for strchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for waitpid... yes
checking for getlogin... yes
checking for strerror... yes
checking for random... no
checking for lrand48... yes
checking for gethostid... no
checking for krb_get_err_text... no
checking for krb_log... no
updating cache ./config.cache
creating ./config.status
creating Makefile
creating clients/Makefile
creating clients/syslogd/Makefile
creating clients/xzwrite/Makefile
creating clients/zaway/Makefile
creating clients/zctl/Makefile
creating clients/zleave/Makefile
creating clients/zlocate/Makefile
creating clients/zmailnotify/Makefile
creating clients/znol/Makefile
creating clients/zpopnotify/Makefile
creating clients/zshutdown_notify/Makefile
creating clients/zstat/Makefile
creating clients/zwgc/Makefile
creating clients/zwrite/Makefile
creating lib/Makefile
creating lib/dyn/Makefile
creating lib/et/Makefile
creating lib/ss/Makefile
creating lib/zephyr/Makefile
creating server/Makefile
creating zhm/Makefile
creating clients/xzwrite/XZwrite
creating clients/zwgc/zephyr.vars
creating h/config.h
h/config.h is unchanged
creating h/zephyr/zephyr.h
h/zephyr/zephyr.h is unchanged
for i in lib clients server zhm; do (cd $i; gnumake all) || exit 1; done
gnumake[1]: Entering directory `/home/yates/xfer/zephyr-2.0.2/lib'
for i in et ss dyn zephyr; do (cd $i; gnumake -w all) || exit 1; done
gnumake[2]: Entering directory `/home/yates/xfer/zephyr-2.0.2/lib/et'
gcc -O -I../../h -I../../h -I. -I. -c com_err.c -o com_err.o
gcc -O -I../../h -I../../h -I. -I. -c error_message.c -o error_message.o
gcc -O -I../../h -I../../h -I. -I. -c et_name.c -o et_name.o
gcc -O -I../../h -I../../h -I. -I. -c init_et.c -o init_et.o
ar cru libcom_err.a com_err.o error_message.o et_name.o init_et.o
ranlib libcom_err.a
gcc -O -I../../h -I../../h -I. -I. -c compile_et.c -o compile_et.o
flex -t et_lex.lex.l > et_lex.lex.c
bison -y error_table.y
mv -f y.tab.c error_table.c
gcc -O -I../../h -I../../h -I. -I. -c error_table.c -o error_table.o
gcc -o compile_et compile_et.o error_table.o
rm error_table.c
gnumake[2]: Leaving directory `/home/yates/xfer/zephyr-2.0.2/lib/et'
gnumake[2]: Entering directory `/home/yates/xfer/zephyr-2.0.2/lib/ss'
../../lib/et/compile_et ./ss_err.et
mv ss_err.h ../../h/ss/ss_err.h
gcc -O -I. -I../../h -I../../h -I. -c ss_err.c -o ss_err.o
gcc -O -I. -I../../h -I../../h -I. -c mk_cmds.c -o mk_cmds.o
gcc -O -I. -I../../h -I../../h -I. -c utils.c -o utils.o
gcc -O -I. -I../../h -I../../h -I. -c options.c -o options.o
bison -y -d ct.y
mv -f y.tab.c ct.c
gcc -O -I. -I../../h -I../../h -I. -c ct.c -o ct.o
flex -t cmd_tbl.l > cmd_tbl.c
gcc -O -I. -I../../h -I../../h -I. -c cmd_tbl.c -o cmd_tbl.o
gcc -o mk_cmds mk_cmds.o utils.o options.o ct.o cmd_tbl.o
gcc -O -I. -I../../h -I../../h -I. -c data.c -o data.o
gcc -O -I. -I../../h -I../../h -I. -c help.c -o help.o
gcc -O -I. -I../../h -I../../h -I. -c error.c -o error.o
gcc -O -I. -I../../h -I../../h -I. -c execute_cmd.c -o execute_cmd.o
gcc -O -I. -I../../h -I../../h -I. -c invocation.c -o invocation.o
gcc -O -I. -I../../h -I../../h -I. -c list_rqs.c -o list_rqs.o
gcc -O -I. -I../../h -I../../h -I. -c listen.c -o listen.o
gcc -O -I. -I../../h -I../../h -I. -c pager.c -o pager.o
gcc -O -I. -I../../h -I../../h -I. -c parse.c -o parse.o
gcc -O -I. -I../../h -I../../h -I. -c prompt.c -o prompt.o
gcc -O -I. -I../../h -I../../h -I. -c request_tbl.c -o request_tbl.o
gcc -O -I. -I../../h -I../../h -I. -c requests.c -o requests.o
./mk_cmds ./std_rqs.ct
gcc -O -I. -I../../h -I../../h -I. -c std_rqs.c -o std_rqs.o
ar cru libss.a ss_err.o data.o help.o error.o execute_cmd.o invocation.o list_rqs.o listen.o pager.o parse.o prompt.o request_tbl.o requests.o std_rqs.o
ranlib libss.a
rm ct.c cmd_tbl.c
gnumake[2]: Leaving directory `/home/yates/xfer/zephyr-2.0.2/lib/ss'
gnumake[2]: Entering directory `/home/yates/xfer/zephyr-2.0.2/lib/dyn'
gcc -O -I../../h -I../../h -c dyn_append.c -o dyn_append.o
gcc -O -I../../h -I../../h -c dyn_create.c -o dyn_create.o
gcc -O -I../../h -I../../h -c dyn_debug.c -o dyn_debug.o
gcc -O -I../../h -I../../h -c dyn_delete.c -o dyn_delete.o
gcc -O -I../../h -I../../h -c dyn_insert.c -o dyn_insert.o
gcc -O -I../../h -I../../h -c dyn_paranoid.c -o dyn_paranoid.o
gcc -O -I../../h -I../../h -c dyn_put.c -o dyn_put.o
gcc -O -I../../h -I../../h -c dyn_realloc.c -o dyn_realloc.o
gcc -O -I../../h -I../../h -c dyn_size.c -o dyn_size.o
ar cru libdyn.a dyn_append.o dyn_create.o dyn_debug.o dyn_delete.o dyn_insert.o dyn_paranoid.o dyn_put.o dyn_realloc.o dyn_size.o
ranlib libdyn.a
gcc -O -I../../h -I../../h -c dyntest.c -o dyntest.o
gcc -o dyntest dyntest.o libdyn.a
gnumake[2]: Leaving directory `/home/yates/xfer/zephyr-2.0.2/lib/dyn'
gnumake[2]: Entering directory `/home/yates/xfer/zephyr-2.0.2/lib/zephyr'
../../lib/et/compile_et ./zephyr_err.et
mv zephyr_err.h ../../h/zephyr
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c zephyr_err.c -o zephyr_err.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZAsyncLocate.c -o ZAsyncLocate.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZCkAuth.c -o ZCkAuth.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZCkIfNot.c -o ZCkIfNot.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZClosePort.c -o ZClosePort.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZCmpUID.c -o ZCmpUID.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZCmpUIDP.c -o ZCmpUIDP.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZFlsLocs.c -o ZFlsLocs.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZFlsSubs.c -o ZFlsSubs.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZFmtAuth.c -o ZFmtAuth.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZFmtList.c -o ZFmtList.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZFmtNotice.c -o ZFmtNotice.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZFmtRaw.c -o ZFmtRaw.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZFmtRawLst.c -o ZFmtRawLst.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZFmtSmRLst.c -o ZFmtSmRLst.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZFmtSmRaw.c -o ZFmtSmRaw.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZFreeNot.c -o ZFreeNot.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZGetLocs.c -o ZGetLocs.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZGetSender.c -o ZGetSender.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZGetSubs.c -o ZGetSubs.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZGetWGPort.c -o ZGetWGPort.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZIfNotice.c -o ZIfNotice.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZInit.c -o ZInit.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZLocations.c -o ZLocations.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZMakeAscii.c -o ZMakeAscii.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZMkAuth.c -o ZMkAuth.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZNewLocU.c -o ZNewLocU.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZOpenPort.c -o ZOpenPort.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZParseNot.c -o ZParseNot.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZPeekIfNot.c -o ZPeekIfNot.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZPeekNot.c -o ZPeekNot.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZPeekPkt.c -o ZPeekPkt.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZPending.c -o ZPending.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZReadAscii.c -o ZReadAscii.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZRecvNot.c -o ZRecvNot.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZRecvPkt.c -o ZRecvPkt.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZRetSubs.c -o ZRetSubs.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZSendList.c -o ZSendList.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZSendNot.c -o ZSendNot.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZSendPkt.c -o ZSendPkt.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZSendRaw.c -o ZSendRaw.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZSendRLst.c -o ZSendRLst.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZSetDest.c -o ZSetDest.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZSetFD.c -o ZSetFD.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZSetSrv.c -o ZSetSrv.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZSubs.c -o ZSubs.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZVariables.c -o ZVariables.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c ZWait4Not.c -o ZWait4Not.o
gcc -O -DCONFDIR=\"/usr/local/etc/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c Zinternal.c -o Zinternal.o
ar cru libzephyr.a zephyr_err.o ZAsyncLocate.o ZCkAuth.o ZCkIfNot.o ZClosePort.o ZCmpUID.o ZCmpUIDP.o ZFlsLocs.o ZFlsSubs.o ZFmtAuth.o ZFmtList.o ZFmtNotice.o ZFmtRaw.o ZFmtRawLst.o ZFmtSmRLst.o ZFmtSmRaw.o ZFreeNot.o ZGetLocs.o ZGetSender.o ZGetSubs.o Z
GetWGPort.o ZIfNotice.o ZInit.o ZLocations.o ZMakeAscii.o ZMkAuth.o ZNewLocU.o ZOpenPort.o ZParseNot.o ZPeekIfNot.o ZPeekNot.o ZPeekPkt.o ZPending.o ZReadAscii.o ZRecvNot.o ZRecvPkt.o ZRetSubs.o ZSendList.o ZSendNot.o ZSendPkt.o ZSendRaw.o ZSendRLst.o ZSe
tDest.o ZSetFD.o ZSetSrv.o ZSubs.o ZVariables.o ZWait4Not.o Zinternal.o
ranlib libzephyr.a
gnumake[2]: Leaving directory `/home/yates/xfer/zephyr-2.0.2/lib/zephyr'
gnumake[1]: Leaving directory `/home/yates/xfer/zephyr-2.0.2/lib'
gnumake[1]: Entering directory `/home/yates/xfer/zephyr-2.0.2/clients'
for i in syslogd xzwrite zaway zctl zleave zlocate zmailnotify znol zpopnotify zshutdown_notify zstat zwgc zwrite; do (cd $i; gnumake -w all) || exit 1; done
gnumake[2]: Entering directory `/home/yates/xfer/zephyr-2.0.2/clients/syslogd'
gcc -O -I. -I../../h -I../../h -DCONFPREFIX=\"n\" -c syslogd.c -o syslogd.o
gcc -O -L../../lib/zephyr -L../../lib/et -o syslogd syslogd.o -lzephyr -lnsl -lsocket -ldl -lw -lcom_err
gnumake[2]: Leaving directory `/home/yates/xfer/zephyr-2.0.2/clients/syslogd'
gnumake[2]: Entering directory `/home/yates/xfer/zephyr-2.0.2/clients/xzwrite'
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c interface.c -o interface.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c resource.c -o resource.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c destlist.c -o destlist.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c util.c -o util.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c bfgets.c -o bfgets.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c gethomedir.c -o gethomedir.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c dest_window.c -o dest_window.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c xzwrite.c -o xzwrite.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c edit_window.c -o edit_window.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c zephyr.c -o zephyr.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c GetString.c -o GetString.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c Popup.c -o Popup.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c yank.c -o yank.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c menu_window.c -o menu_window.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I/usr/openwin/include -c logins.c -o logins.o
gcc -O -L../../lib/zephyr -L../../lib/dyn -L../../lib/et -L/usr/openwin/lib -R/usr/openwin/lib -o xzwrite interface.o resource.o destlist.o util.o bfgets.o gethomedir.o dest_window.o xzwrite.o edit_window.o zephyr.o GetString.o Popup.o yank.o menu_window
.o logins.o -lzephyr -ldyn -lXaw -lXmu -lXt -lX11 -lXext -lnsl -lsocket -lnsl -lsocket -ldl -lw -lcom_err
gnumake[2]: Leaving directory `/home/yates/xfer/zephyr-2.0.2/clients/xzwrite'
gnumake[2]: Entering directory `/home/yates/xfer/zephyr-2.0.2/clients/zaway'
gcc -O -I../../h -I../../h -c zaway.c -o zaway.o
gcc -O -L../../lib/zephyr -L../../lib/et -o zaway zaway.o -lzephyr -lnsl -lsocket -ldl -lw -lcom_err
gnumake[2]: Leaving directory `/home/yates/xfer/zephyr-2.0.2/clients/zaway'
gnumake[2]: Entering directory `/home/yates/xfer/zephyr-2.0.2/clients/zctl'
gcc -O -I../../h -I../../h -c zctl.c -o zctl.o
cp ./zctl_cmds.ct /tmp/zctl_cmds.$$.ct; \
../../lib/ss/mk_cmds /tmp/zctl_cmds.$$.ct; \
if [ -f /tmp/zctl_cmds.$$.c ]; then \
mv /tmp/zctl_cmds.$$.c zctl_cmds.c; \
else \
mv zctl_cmds.$$.c zctl_cmds.c; \
fi; \
rm -f /tmp/zctl_cmds.$$.ct
gcc -O -I../../h -I../../h -c zctl_cmds.c -o zctl_cmds.o
gcc -O -L../../lib/zephyr -L../../lib/et -L../../lib/ss -o zctl zctl.o zctl_cmds.o -lzephyr -lss -lnsl -lsocket -ldl -lw -lcom_err
gnumake[2]: Leaving directory `/home/yates/xfer/zephyr-2.0.2/clients/zctl'
gnumake[2]: Entering directory `/home/yates/xfer/zephyr-2.0.2/clients/zleave'
gcc -O -I../../h -I../../h -c zleave.c -o zleave.o
gcc -O -L../../lib/zephyr -L../../lib/et -o zleave zleave.o -lzephyr -lnsl -lsocket -ldl -lw -lcom_err
gnumake[2]: Leaving directory `/home/yates/xfer/zephyr-2.0.2/clients/zleave'
gnumake[2]: Entering directory `/home/yates/xfer/zephyr-2.0.2/clients/zlocate'
gcc -g -I../../h -I../../h -c zlocate.c -o zlocate.o
gcc -g -L../../lib/zephyr -L../../lib/et -o zlocate zlocate.o -lzephyr -lnsl -lsocket -ldl -lw -lcom_err
gnumake[2]: Leaving directory `/home/yates/xfer/zephyr-2.0.2/clients/zlocate'
gnumake[2]: Entering directory `/home/yates/xfer/zephyr-2.0.2/clients/zmailnotify'
gcc -O -I../../h -I../../h -DKPOP -c zmailnotify.c -o zmailnotify.o
gcc -O -L../../lib/zephyr -L../../lib/et -o zmailnotify zmailnotify.o -lzephyr -lnsl -lsocket -ldl -lw -lcom_err
gnumake[2]: Leaving directory `/home/yates/xfer/zephyr-2.0.2/clients/zmailnotify'
gnumake[2]: Entering directory `/home/yates/xfer/zephyr-2.0.2/clients/znol'
gcc -O -I../../h -I../../h -c znol.c -o znol.o
gcc -O -L../../lib/zephyr -L../../lib/et -o znol znol.o -lzephyr -lnsl -lsocket -ldl -lw -lcom_err
gnumake[2]: Leaving directory `/home/yates/xfer/zephyr-2.0.2/clients/znol'
gnumake[2]: Entering directory `/home/yates/xfer/zephyr-2.0.2/clients/zpopnotify'
gcc -O -I../../h -I../../h -c zpopnotify.c -o zpopnotify.o
gcc -O -L../../lib/zephyr -L../../lib/et -o zpopnotify zpopnotify.o -lzephyr -lnsl -lsocket -ldl -lw -lcom_err
gnumake[2]: Leaving directory `/home/yates/xfer/zephyr-2.0.2/clients/zpopnotify'
gnumake[2]: Entering directory `/home/yates/xfer/zephyr-2.0.2/clients/zshutdown_notify'
gcc -O -I../../h -I../../h -c zshutdown_notify.c -o zshutdown_notify.o
gcc -O -L../../lib/zephyr -L../../lib/et -o zshutdown_notify zshutdown_notify.o -lzephyr -lnsl -lsocket -ldl -lw -lcom_err
gnumake[2]: Leaving directory `/home/yates/xfer/zephyr-2.0.2/clients/zshutdown_notify'
gnumake[2]: Entering directory `/home/yates/xfer/zephyr-2.0.2/clients/zstat'
gcc -O -I../../h -I../../h -c zstat.c -o zstat.o
gcc -O -L../../lib/zephyr -L../../lib/et -o zstat zstat.o -lzephyr -lnsl -lsocket -ldl -lw -lcom_err
gnumake[2]: Leaving directory `/home/yates/xfer/zephyr-2.0.2/clients/zstat'
gnumake[2]: Entering directory `/home/yates/xfer/zephyr-2.0.2/clients/zwgc'
./instantiate . dictionary port port.h
./instantiate . stack string
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c port_dictionary.c -o port_dictionary.o
./instantiate . dictionary pointer pointer.h
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c pointer_dictionary.c -o pointer_dictionary.o
./instantiate . dictionary ulong sysdep.h
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c ulong_dictionary.c -o ulong_dictionary.o
./instantiate . dictionary string new_string.h
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c string_dictionary.c -o string_dictionary.o
./instantiate . dictionary int
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c int_dictionary.c -o int_dictionary.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c string_dictionary_aux.c -o string_dictionary_aux.o
bison -y -d parser.y
mv -f y.tab.c parser.c
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c parser.c -o parser.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c lexer.c -o lexer.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c node.c -o node.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c exec.c -o exec.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c buffer.c -o buffer.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c main.c -o main.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c zephyr.c -o zephyr.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c X_driver.c -o X_driver.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c substitute.c -o substitute.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c port.c -o port.o
./instantiate . stack xmode
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c xshow.c -o xshow.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c mux.c -o mux.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c eval.c -o eval.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c subscriptions.c -o subscriptions.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c notice.c -o notice.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c xcut.c -o xcut.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c regexp.c -o regexp.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c character_class.c -o character_class.o
./instantiate . stack char
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c text_operations.c -o text_operations.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c file.c -o file.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c error.c -o error.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c variables.c -o variables.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c formatter.c -o formatter.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c X_fonts.c -o X_fonts.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c X_gram.c -o X_gram.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c tty_filter.c -o tty_filter.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c standard_ports.c -o standard_ports.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c xselect.c -o xselect.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c xmark.c -o xmark.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c xrevstack.c -o xrevstack.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c xerror.c -o xerror.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c new_string.c -o new_string.o
gcc -O -DDATADIR=\"/usr/local/share/zephyr\" -I../../h -I../../h -I. -I. -I/usr/openwin/include -c new_memory.c -o new_memory.o
gcc -O -L../../lib/zephyr -L../../lib/et -L/usr/openwin/lib -R/usr/openwin/lib -o zwgc port_dictionary.o pointer_dictionary.o ulong_dictionary.o string_dictionary.o int_dictionary.o string_dictionary_aux.o parser.o lexer.o node.o exec.o buffer.o main.o
zephyr.o X_driver.o substitute.o port.o xshow.o mux.o eval.o subscriptions.o notice.o xcut.o regexp.o character_class.o text_operations.o file.o error.o variables.o formatter.o X_fonts.o X_gram.o tty_filter.o standard_ports.o xselect.o xmark.o xrevstack.o
xerror.o new_string.o new_memory.o -lzephyr -lnsl -lsocket -ldl -lw -lcom_err -lX11 -lnsl -lsocket -ltermcap -lgen
Undefined first referenced
symbol in file
index /usr/ucblib/libtermcap.a(termcap.o)
rindex /usr/ucblib/libtermcap.a(termcap.o)
ld: fatal: Symbol referencing errors. No output written to zwgc
gnumake[2]: *** [zwgc] Error 1
rm parser.c
gnumake[2]: Leaving directory `/home/yates/xfer/zephyr-2.0.2/clients/zwgc'
gnumake[1]: *** [all] Error 1
gnumake[1]: Leaving directory `/home/yates/xfer/zephyr-2.0.2/clients'
gnumake: *** [all] Error 1
Compilation exited abnormally with code 2 at Wed Aug 2 10:33:20