From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5771 invoked from network); 13 Feb 2002 22:37:42 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 13 Feb 2002 22:37:42 -0000 Received: (qmail 26104 invoked by alias); 13 Feb 2002 22:37:05 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 4677 Received: (qmail 25326 invoked from network); 13 Feb 2002 22:35:57 -0000 From: "Ken Moorley" To: "zsh Users" , Subject: RE: Help with compile problem Date: Thu, 14 Feb 2002 09:35:09 +1100 Message-ID: <006601c1b4de$b19a3fa0$450000c0@cms.aust.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0067_01C1B53A.E50AB7A0" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: This is a multi-part message in MIME format. ------=_NextPart_000_0067_01C1B53A.E50AB7A0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I successfully installed GNU gawk and sed but get the same errors on compile of zsh 4.0.4 using gcc 3.0.3 I was able to compile zsh 4.0.4 using gcc 2.9.5.2, is there any thing unique about 3.0.3 that would cause the problem although gawk and sed compiled OK with gcc 3.0.3 I am also able to successfully compile zsh 3.1.9 using gcc 3.0.3 I have attached the configure and make output text for both versions which might give some one a clue. Thanks for you help Ken > -----Original Message----- > From: lantern@brasslantern.com [mailto:lantern@brasslantern.com]On > Behalf Of Bart Schaefer > Sent: Wednesday, 13 February 2002 9:47 am > To: Ken Moorley > Subject: RE: Help with compile problem > > > On Wed, 13 Feb 2002, Ken Moorley wrote: > > > Tried from scratch, tried make distclean all with the same result! > > What we (please send to zsh-workers@sunsite.dk, not just to me; I don't > have a SCO system but someone else might) need to see is the "make" output > from that clean build. Some things were obviously not getting rebuilt > before, but it's hard to tell why during what may be an incremental > compilation. > > A possible cause of the problem is that configure is finding nawk as the > awk-equivalent on your system; it might be mishandling the awk scripts > that are used to construct some of the Makefiles. It'd be best if you > could get GNU awk (or make sure it's first in your $PATH if you already > have it). > > It's also possible that your sed is not working the way the zsh Makefiles > expect. > ------=_NextPart_000_0067_01C1B53A.E50AB7A0 Content-Type: text/plain; name="configv4.0.4.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="configv4.0.4.txt" creating cache ./config.cache=0A= configuring for zsh 4.0.4=0A= checking host system type... i686-pc-sco3.2v5.0.5=0A= checking for gcc... gcc=0A= checking whether the C compiler (gcc ) works... yes=0A= checking whether the C compiler (gcc ) is a cross-compiler... no=0A= checking whether we are using GNU C... yes=0A= checking whether gcc accepts -g... yes=0A= checking whether large file support needs explicit enabling... no=0A= checking how to run the C preprocessor... gcc -E=0A= checking whether gcc needs -traditional... no=0A= checking for working const... yes=0A= checking for Cygwin environment... no=0A= checking for mingw32 environment... no=0A= checking for executable suffix... no=0A= checking for gcc option to accept ANSI C... =0A= checking whether to use prototypes... yes=0A= checking for working alloca.h... no=0A= checking for alloca... yes=0A= checking if the compiler supports union initialisation... yes=0A= checking if signed to unsigned casting is broken... no=0A= checking if the compiler supports variable-length arrays... yes=0A= checking what to set MAXJOB to... 50=0A= checking whether make sets ${MAKE}... yes=0A= checking for a BSD compatible install... ./install-sh -c=0A= checking for mawk... no=0A= checking for gawk... gawk=0A= checking whether ln works... yes=0A= checking for yodl... yodl=0A= checking for dirent.h that defines DIR... yes=0A= checking for opendir in -ldir... no=0A= checking for ANSI C header files... yes=0A= checking whether time.h and sys/time.h may both be included... yes=0A= checking whether stat file-mode macros are broken... no=0A= checking for sys/wait.h that is POSIX.1 compatible... yes=0A= checking for sys/time.h... yes=0A= checking for sys/times.h... yes=0A= checking for sys/select.h... yes=0A= checking for termcap.h... no=0A= checking for termio.h... yes=0A= checking for termios.h... yes=0A= checking for sys/param.h... yes=0A= checking for sys/filio.h... no=0A= checking for string.h... yes=0A= checking for memory.h... yes=0A= checking for limits.h... yes=0A= checking for fcntl.h... yes=0A= checking for libc.h... no=0A= checking for sys/utsname.h... yes=0A= checking for sys/resource.h... yes=0A= checking for locale.h... yes=0A= checking for errno.h... yes=0A= checking for stdlib.h... yes=0A= checking for unistd.h... yes=0A= checking for sys/capability.h... no=0A= checking for utmp.h... yes=0A= checking for utmpx.h... yes=0A= checking for sys/types.h... yes=0A= checking for pwd.h... yes=0A= checking for grp.h... yes=0A= checking for poll.h... yes=0A= checking for sys/mman.h... yes=0A= checking for netinet/in_systm.h... yes=0A= checking for dlfcn.h... yes=0A= checking for dl.h... no=0A= checking for conflicts in sys/time.h and sys/select.h... no=0A= checking POSIX termios... yes=0A= checking TIOCGWINSZ in termios.h... yes=0A= checking for sys/ptem.h... yes=0A= checking for printf in -lc... yes=0A= checking for pow in -lm... yes=0A= checking for library containing tgetent... -ltermcap=0A= checking for library containing yp_all... no=0A= checking for dlopen in -ldl... yes=0A= checking for cap_get_proc in -lcap... no=0A= checking for socket in -lsocket... yes=0A= checking if an include file defines ospeed... no=0A= checking if you must define ospeed... yes=0A= checking return type of signal handlers... void=0A= checking for pid_t... yes=0A= checking for off_t... yes=0A= checking for ino_t... yes=0A= checking for mode_t... yes=0A= checking for uid_t in sys/types.h... yes=0A= checking for size_t... yes=0A= checking if long is 64 bits... no=0A= checking if off_t is 64 bit... no=0A= checking if ino_t is 64 bit... no=0A= checking if compiler has a 64 bit type... long long=0A= checking for a corresponding unsigned 64 bit type... unsigned long long=0A= checking for sigset_t... yes=0A= checking for struct timezone... yes=0A= checking for struct utmp... yes=0A= checking for struct utmpx... yes=0A= checking for ut_host in struct utmp... no=0A= checking for ut_host in struct utmpx... yes=0A= checking for ut_xtime in struct utmpx... yes=0A= checking for ut_tv in struct utmpx... yes=0A= checking for d_ino in struct dirent... yes=0A= checking for d_stat in struct dirent... no=0A= checking for d_ino in struct direct... no=0A= checking for d_stat in struct direct... no=0A= checking for sin6_scope_id in struct sockaddr_in6... no=0A= checking if we need our own h_errno... no=0A= checking for strftime... yes=0A= checking for difftime... yes=0A= checking for gettimeofday... yes=0A= checking for select... yes=0A= checking for poll... yes=0A= checking for readlink... yes=0A= checking for lstat... yes=0A= checking for lchown... yes=0A= checking for faccessx... no=0A= checking for fchdir... yes=0A= checking for ftruncate... yes=0A= checking for fseeko... no=0A= checking for ftello... no=0A= checking for mkfifo... yes=0A= checking for _mktemp... yes=0A= checking for waitpid... yes=0A= checking for wait3... yes=0A= checking for sigaction... yes=0A= checking for sigblock... no=0A= checking for sighold... yes=0A= checking for sigrelse... yes=0A= checking for sigsetmask... no=0A= checking for sigprocmask... yes=0A= checking for killpg... yes=0A= checking for setpgid... yes=0A= checking for setpgrp... yes=0A= checking for tcsetpgrp... yes=0A= checking for tcgetattr... yes=0A= checking for nice... yes=0A= checking for gethostname... yes=0A= checking for gethostbyname2... no=0A= checking for getipnodebyname... no=0A= checking for inet_aton... yes=0A= checking for inet_pton... yes=0A= checking for inet_ntop... yes=0A= checking for getlogin... yes=0A= checking for getpwent... yes=0A= checking for getpwnam... yes=0A= checking for getpwuid... yes=0A= checking for getgrgid... yes=0A= checking for getgrnam... yes=0A= checking for initgroups... yes=0A= checking for nis_list... no=0A= checking for setuid... yes=0A= checking for seteuid... yes=0A= checking for setreuid... yes=0A= checking for setresuid... no=0A= checking for setsid... yes=0A= checking for memcpy... yes=0A= checking for memmove... yes=0A= checking for strstr... yes=0A= checking for strerror... yes=0A= checking for cap_get_proc... no=0A= checking for getrlimit... yes=0A= checking for setlocale... yes=0A= checking for uname... yes=0A= checking for signgam... yes=0A= checking for putenv... yes=0A= checking for getenv... yes=0A= checking for brk... yes=0A= checking for sbrk... yes=0A= checking for pathconf... yes=0A= checking for sysconf... yes=0A= checking for tgetent... yes=0A= checking for tigetflag... no=0A= checking for tigetnum... no=0A= checking for tigetstr... no=0A= checking for setupterm... no=0A= checking for working strcoll... yes=0A= checking if tgetent accepts NULL... no=0A= checking for unistd.h... (cached) yes=0A= checking for getpagesize... yes=0A= checking for working mmap... no=0A= checking whether getpgrp takes no argument... yes=0A= checking for dlopen... yes=0A= checking for dlerror... yes=0A= checking for dlsym... yes=0A= checking for dlclose... yes=0A= checking for load... no=0A= checking for loadquery... no=0A= checking for loadbind... no=0A= checking for unload... no=0A= checking for shl_load... no=0A= checking for shl_unload... no=0A= checking for shl_findsym... no=0A= checking what style of signals to use... POSIX_SIGNALS=0A= checking where signal.h is located... = /usr/local/lib/gcc-lib/i686-pc-sco3.2v5.0.5/3.0.3/include/sys/signal.h=0A= checking where the RLIMIT macros are located... = /usr/include/sys/resource.h=0A= checking if rlim_t is longer than a long... no=0A= checking if the rlim_t is unsigned... yes=0A= checking for rlim_t... yes=0A= checking for /dev/fd filesystem... /dev/fd=0A= checking for RFS superroot directory... no=0A= checking whether we should use the native getcwd... no=0A= checking for NIS... no=0A= checking for NIS+... no=0A= checking for utmp file... /etc/utmp=0A= checking for wtmp file... /etc/wtmp=0A= checking for utmpx file... /etc/utmpx=0A= checking for wtmpx file... /etc/wtmpx=0A= checking for brk() prototype in ... yes=0A= checking for sbrk() prototype in ... yes=0A= checking for ioctl prototype in ... no=0A= checking for mknod prototype in ... yes=0A= checking if named FIFOs work... yes=0A= checking if echo in /bin/sh interprets escape sequences... yes=0A= checking if link() works... yes=0A= checking if kill(pid, 0) returns ESRCH correctly... yes=0A= checking if POSIX sigsuspend() works... yes=0A= checking if tcsetpgrp() actually works... yes=0A= checking if getpwnam() is faked... no=0A= checking base type of the third argument to accept... int=0A= checking if your system uses ELF binaries... yes=0A= checking if your dlsym() needs a leading underscore... =0A= checking if environ is available in shared libraries... no=0A= checking if tgetent is available in shared libraries... no=0A= creating ./config.modules=0A= updating cache ./config.cache=0A= creating ./config.status=0A= =0A= zsh configuration=0A= -----------------=0A= zsh version : 4.0.4=0A= host operating system : i686-pc-sco3.2v5.0.5=0A= source code location : .=0A= compiler : gcc=0A= preprocessor flags : =0A= executable compiler flags : -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2=0A= executable linker flags : -s =0A= library flags : -lsocket -ldl -ltermcap -lm -lc=0A= installation basename : zsh=0A= binary install path : /usr/local/bin=0A= man page install path : /usr/local/man=0A= info install path : /usr/local/info=0A= functions install path : /usr/local/share/zsh/4.0.4/functions=0A= See config.modules for installed modules and functions.=0A= =0A= creating Config/defs.mk=0A= creating Makefile=0A= creating Doc/Makefile=0A= creating Etc/Makefile=0A= creating Src/Makefile=0A= creating Test/Makefile=0A= creating config.h=0A= ------=_NextPart_000_0067_01C1B53A.E50AB7A0 Content-Type: text/plain; name="makev4.0.4.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="makev4.0.4.txt" make[1]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src'=0A= cd .. && /bin/sh $top_srcdir/Src/mkmakemod.sh Src Makemod=0A= creating Src/Makemod.in=0A= creating Src/Makemod=0A= make[2]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src'=0A= echo 'timestamp for *.mdd files' > ../Src/modules.stamp=0A= creating Src/Builtins/Makefile.in=0A= creating Src/Builtins/Makefile=0A= make[3]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'=0A= make[3]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'=0A= creating Src/Modules/Makefile.in=0A= creating Src/Modules/Makefile=0A= make[3]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'=0A= make[3]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'=0A= creating Src/Zle/Makefile.in=0A= creating Src/Zle/Makefile=0A= make[3]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= make[2]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src'=0A= make[2]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src'=0A= make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src'=0A= make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src'=0A= Updated `zsh.mdh'.=0A= make[3]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'=0A= Updated `rlimits.mdh'.=0A= echo 'timestamp for rlimits.mdh against rlimits.mdd' > rlimits.mdhs=0A= gawk -f ../../Src/makepro.awk rlimits.c Src/Builtins > rlimits.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = rlimits.syms) \=0A= > rlimits.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = rlimits.syms) \=0A= > `echo rlimits.epro | sed 's/\.epro$/.pro/'`=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'=0A= Updated `rlimits.mdh'.=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'=0A= Updated `sched.mdh'.=0A= echo 'timestamp for sched.mdh against sched.mdd' > sched.mdhs=0A= gawk -f ../../Src/makepro.awk sched.c Src/Builtins > sched.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = sched.syms) \=0A= > sched.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = sched.syms) \=0A= > `echo sched.epro | sed 's/\.epro$/.pro/'`=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'=0A= Updated `sched.mdh'.=0A= make[3]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'=0A= make[3]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'=0A= Updated `parameter.mdh'.=0A= echo 'timestamp for parameter.mdh against parameter.mdd' > parameter.mdhs=0A= gawk -f ../../Src/makepro.awk parameter.c Src/Modules > parameter.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = parameter.syms) \=0A= > parameter.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = parameter.syms) \=0A= > `echo parameter.epro | sed 's/\.epro$/.pro/'`=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'=0A= Updated `parameter.mdh'.=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'=0A= Updated `termcap.mdh'.=0A= echo 'timestamp for termcap.mdh against termcap.mdd' > termcap.mdhs=0A= gawk -f ../../Src/makepro.awk termcap.c Src/Modules > termcap.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = termcap.syms) \=0A= > termcap.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = termcap.syms) \=0A= > `echo termcap.epro | sed 's/\.epro$/.pro/'`=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'=0A= Updated `termcap.mdh'.=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'=0A= Updated `terminfo.mdh'.=0A= echo 'timestamp for terminfo.mdh against terminfo.mdd' > terminfo.mdhs=0A= gawk -f ../../Src/makepro.awk terminfo.c Src/Modules > terminfo.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = terminfo.syms) \=0A= > terminfo.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = terminfo.syms) \=0A= > `echo terminfo.epro | sed 's/\.epro$/.pro/'`=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'=0A= Updated `terminfo.mdh'.=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= ( \=0A= echo '/** thingies.list **/'; \=0A= echo '/** thingy structures for the known thingies **/'; \=0A= echo; \=0A= echo '/* format: T("name", TH_FLAGS, w_widget, t_nextthingy) */'; \=0A= echo; \=0A= sed -e 's/#.*//; /^$/d; s/" *,.*/"/' \=0A= -e 's/^"/T("/; s/$/, 0,/; h' \=0A= -e 's/-//g; s/^.*"\(.*\)".*/w_\1, t_D\1)/' \=0A= -e 'H; g; s/\n/ /' \=0A= < ./iwidgets.list; \=0A= sed -e 's/#.*//; /^$/d; s/" *,.*/"/' \=0A= -e 's/^"/T("./; s/$/, TH_IMMORTAL,/; h' \=0A= -e 's/-//g; s/^.*"\.\(.*\)".*/w_\1, t_\1)/' \=0A= -e 'H; g; s/\n/ /' \=0A= < ./iwidgets.list; \=0A= ) > thingies.list=0A= ( \=0A= echo '/** zle_things.h **/'; \=0A= echo '/** indices of and pointers to known thingies **/'; \=0A= echo; \=0A= echo 'enum {'; \=0A= sed -n -f ./zle_things.sed < thingies.list; \=0A= echo ' ZLE_BUILTIN_THINGY_COUNT'; \=0A= echo '};'; \=0A= ) > zle_things.h=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= Updated `zle.mdh'.=0A= echo 'timestamp for zle.mdh against zle.mdd' > zle.mdhs=0A= gawk -f ../../Src/makepro.awk zle_bindings.c Src/Zle > zle_bindings.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_bindings.syms) \=0A= > zle_bindings.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_bindings.syms) \=0A= > `echo zle_bindings.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_hist.c Src/Zle > zle_hist.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_hist.syms) \=0A= > zle_hist.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_hist.syms) \=0A= > `echo zle_hist.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_keymap.c Src/Zle > zle_keymap.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_keymap.syms) \=0A= > zle_keymap.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_keymap.syms) \=0A= > `echo zle_keymap.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_main.c Src/Zle > zle_main.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_main.syms) \=0A= > zle_main.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_main.syms) \=0A= > `echo zle_main.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_misc.c Src/Zle > zle_misc.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_misc.syms) \=0A= > zle_misc.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_misc.syms) \=0A= > `echo zle_misc.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_move.c Src/Zle > zle_move.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_move.syms) \=0A= > zle_move.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_move.syms) \=0A= > `echo zle_move.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_params.c Src/Zle > zle_params.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_params.syms) \=0A= > zle_params.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_params.syms) \=0A= > `echo zle_params.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_refresh.c Src/Zle > zle_refresh.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_refresh.syms) \=0A= > zle_refresh.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_refresh.syms) \=0A= > `echo zle_refresh.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_thingy.c Src/Zle > zle_thingy.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_thingy.syms) \=0A= > zle_thingy.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_thingy.syms) \=0A= > `echo zle_thingy.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_tricky.c Src/Zle > zle_tricky.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_tricky.syms) \=0A= > zle_tricky.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_tricky.syms) \=0A= > `echo zle_tricky.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_utils.c Src/Zle > zle_utils.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_utils.syms) \=0A= > zle_utils.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_utils.syms) \=0A= > `echo zle_utils.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_vi.c Src/Zle > zle_vi.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_vi.syms) \=0A= > zle_vi.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_vi.syms) \=0A= > `echo zle_vi.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_word.c Src/Zle > zle_word.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_word.syms) \=0A= > zle_word.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_word.syms) \=0A= > `echo zle_word.epro | sed 's/\.epro$/.pro/'`=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= Updated `zle.mdh'.=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= Updated `complete.mdh'.=0A= echo 'timestamp for complete.mdh against complete.mdd' > complete.mdhs=0A= gawk -f ../../Src/makepro.awk complete.c Src/Zle > complete.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = complete.syms) \=0A= > complete.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = complete.syms) \=0A= > `echo complete.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk compcore.c Src/Zle > compcore.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = compcore.syms) \=0A= > compcore.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = compcore.syms) \=0A= > `echo compcore.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk compmatch.c Src/Zle > compmatch.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = compmatch.syms) \=0A= > compmatch.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = compmatch.syms) \=0A= > `echo compmatch.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk compresult.c Src/Zle > compresult.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = compresult.syms) \=0A= > compresult.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = compresult.syms) \=0A= > `echo compresult.epro | sed 's/\.epro$/.pro/'`=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= Updated `complete.mdh'.=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'=0A= Updated `zutil.mdh'.=0A= echo 'timestamp for zutil.mdh against zutil.mdd' > zutil.mdhs=0A= gawk -f ../../Src/makepro.awk zutil.c Src/Modules > zutil.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zutil.syms) \=0A= > zutil.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zutil.syms) \=0A= > `echo zutil.epro | sed 's/\.epro$/.pro/'`=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'=0A= Updated `zutil.mdh'.=0A= make[3]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'=0A= make[3]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= Updated `compctl.mdh'.=0A= echo 'timestamp for compctl.mdh against compctl.mdd' > compctl.mdhs=0A= gawk -f ../../Src/makepro.awk compctl.c Src/Zle > compctl.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = compctl.syms) \=0A= > compctl.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = compctl.syms) \=0A= > `echo compctl.epro | sed 's/\.epro$/.pro/'`=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= Updated `compctl.mdh'.=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= Updated `complist.mdh'.=0A= echo 'timestamp for complist.mdh against complist.mdd' > complist.mdhs=0A= gawk -f ../../Src/makepro.awk complist.c Src/Zle > complist.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = complist.syms) \=0A= > complist.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = complist.syms) \=0A= > `echo complist.epro | sed 's/\.epro$/.pro/'`=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= Updated `complist.mdh'.=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= Updated `computil.mdh'.=0A= echo 'timestamp for computil.mdh against computil.mdd' > computil.mdhs=0A= gawk -f ../../Src/makepro.awk computil.c Src/Zle > computil.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = computil.syms) \=0A= > computil.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = computil.syms) \=0A= > `echo computil.epro | sed 's/\.epro$/.pro/'`=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= Updated `computil.mdh'.=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= Updated `zleparameter.mdh'.=0A= echo 'timestamp for zleparameter.mdh against zleparameter.mdd' > = zleparameter.mdhs=0A= gawk -f ../../Src/makepro.awk zleparameter.c Src/Zle > zleparameter.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zleparameter.syms) \=0A= > zleparameter.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zleparameter.syms) \=0A= > `echo zleparameter.epro | sed 's/\.epro$/.pro/'`=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= Updated `zleparameter.mdh'.=0A= make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'=0A= make[2]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src'=0A= rm -f stamp-modobjs.tmp=0A= make[2]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src'=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o builtin.o builtin.c=0A= In file included from builtin.c:30:=0A= zsh.mdh:15:25: ./sigcount.h: No such file or directory=0A= In file included from builtin.c:30:=0A= zsh.mdh:30:25: builtin.epro: No such file or directory=0A= zsh.mdh:31:24: compat.epro: No such file or directory=0A= zsh.mdh:32:22: cond.epro: No such file or directory=0A= zsh.mdh:33:22: exec.epro: No such file or directory=0A= zsh.mdh:34:22: glob.epro: No such file or directory=0A= zsh.mdh:35:27: hashtable.epro: No such file or directory=0A= zsh.mdh:36:22: hist.epro: No such file or directory=0A= zsh.mdh:37:22: init.epro: No such file or directory=0A= zsh.mdh:38:23: input.epro: No such file or directory=0A= zsh.mdh:39:22: jobs.epro: No such file or directory=0A= zsh.mdh:40:21: lex.epro: No such file or directory=0A= zsh.mdh:41:26: linklist.epro: No such file or directory=0A= zsh.mdh:42:22: loop.epro: No such file or directory=0A= zsh.mdh:43:22: math.epro: No such file or directory=0A= zsh.mdh:44:21: mem.epro: No such file or directory=0A= zsh.mdh:45:24: module.epro: No such file or directory=0A= zsh.mdh:46:25: options.epro: No such file or directory=0A= zsh.mdh:47:24: params.epro: No such file or directory=0A= zsh.mdh:48:23: parse.epro: No such file or directory=0A= zsh.mdh:49:25: pattern.epro: No such file or directory=0A= zsh.mdh:50:24: prompt.epro: No such file or directory=0A= zsh.mdh:51:25: signals.epro: No such file or directory=0A= zsh.mdh:52:26: signames.epro: No such file or directory=0A= zsh.mdh:53:24: string.epro: No such file or directory=0A= zsh.mdh:54:23: subst.epro: No such file or directory=0A= zsh.mdh:55:22: text.epro: No such file or directory=0A= zsh.mdh:56:23: utils.epro: No such file or directory=0A= zsh.mdh:57:23: watch.epro: No such file or directory=0A= builtin.c:31:23: builtin.pro: No such file or directory=0A= builtin.c:42: `bin_test' undeclared here (not in a function)=0A= builtin.c:42: initializer element is not constant=0A= builtin.c:42: (near initialization for `builtins[5].handlerfunc')=0A= builtin.c:42: initializer element is not constant=0A= builtin.c:42: (near initialization for `builtins[5]')=0A= builtin.c:43: `bin_dot' undeclared here (not in a function)=0A= builtin.c:43: initializer element is not constant=0A= builtin.c:43: (near initialization for `builtins[6].handlerfunc')=0A= builtin.c:43: initializer element is not constant=0A= builtin.c:43: (near initialization for `builtins[6]')=0A= builtin.c:44: `bin_true' undeclared here (not in a function)=0A= builtin.c:44: initializer element is not constant=0A= builtin.c:44: (near initialization for `builtins[7].handlerfunc')=0A= builtin.c:44: initializer element is not constant=0A= builtin.c:44: (near initialization for `builtins[7]')=0A= builtin.c:45: `bin_alias' undeclared here (not in a function)=0A= builtin.c:45: initializer element is not constant=0A= builtin.c:45: (near initialization for `builtins[8].handlerfunc')=0A= builtin.c:45: initializer element is not constant=0A= builtin.c:45: (near initialization for `builtins[8]')=0A= builtin.c:46: `bin_functions' undeclared here (not in a function)=0A= builtin.c:46: initializer element is not constant=0A= builtin.c:46: (near initialization for `builtins[9].handlerfunc')=0A= builtin.c:46: initializer element is not constant=0A= builtin.c:46: (near initialization for `builtins[9]')=0A= builtin.c:47: `bin_fg' undeclared here (not in a function)=0A= builtin.c:47: initializer element is not constant=0A= builtin.c:47: (near initialization for `builtins[10].handlerfunc')=0A= builtin.c:47: initializer element is not constant=0A= builtin.c:47: (near initialization for `builtins[10]')=0A= builtin.c:48: `bin_break' undeclared here (not in a function)=0A= builtin.c:48: initializer element is not constant=0A= builtin.c:48: (near initialization for `builtins[11].handlerfunc')=0A= builtin.c:48: initializer element is not constant=0A= builtin.c:48: (near initialization for `builtins[11]')=0A= builtin.c:49: `bin_break' undeclared here (not in a function)=0A= builtin.c:49: initializer element is not constant=0A= builtin.c:49: (near initialization for `builtins[12].handlerfunc')=0A= builtin.c:49: initializer element is not constant=0A= builtin.c:49: (near initialization for `builtins[12]')=0A= builtin.c:50: `bin_cd' undeclared here (not in a function)=0A= builtin.c:50: initializer element is not constant=0A= builtin.c:50: (near initialization for `builtins[13].handlerfunc')=0A= builtin.c:50: initializer element is not constant=0A= builtin.c:50: (near initialization for `builtins[13]')=0A= builtin.c:51: `bin_cd' undeclared here (not in a function)=0A= builtin.c:51: initializer element is not constant=0A= builtin.c:51: (near initialization for `builtins[14].handlerfunc')=0A= builtin.c:51: initializer element is not constant=0A= builtin.c:51: (near initialization for `builtins[14]')=0A= builtin.c:52: `bin_break' undeclared here (not in a function)=0A= builtin.c:52: initializer element is not constant=0A= builtin.c:52: (near initialization for `builtins[15].handlerfunc')=0A= builtin.c:52: initializer element is not constant=0A= builtin.c:52: (near initialization for `builtins[15]')=0A= builtin.c:53: `bin_typeset' undeclared here (not in a function)=0A= builtin.c:53: initializer element is not constant=0A= builtin.c:53: (near initialization for `builtins[16].handlerfunc')=0A= builtin.c:53: initializer element is not constant=0A= builtin.c:53: (near initialization for `builtins[16]')=0A= builtin.c:54: `bin_dirs' undeclared here (not in a function)=0A= builtin.c:54: initializer element is not constant=0A= builtin.c:54: (near initialization for `builtins[17].handlerfunc')=0A= builtin.c:54: initializer element is not constant=0A= builtin.c:54: (near initialization for `builtins[17]')=0A= builtin.c:55: `bin_enable' undeclared here (not in a function)=0A= builtin.c:55: initializer element is not constant=0A= builtin.c:55: (near initialization for `builtins[18].handlerfunc')=0A= builtin.c:55: initializer element is not constant=0A= builtin.c:55: (near initialization for `builtins[18]')=0A= builtin.c:56: `bin_fg' undeclared here (not in a function)=0A= builtin.c:56: initializer element is not constant=0A= builtin.c:56: (near initialization for `builtins[19].handlerfunc')=0A= builtin.c:56: initializer element is not constant=0A= builtin.c:56: (near initialization for `builtins[19]')=0A= builtin.c:57: `bin_print' undeclared here (not in a function)=0A= builtin.c:57: initializer element is not constant=0A= builtin.c:57: (near initialization for `builtins[20].handlerfunc')=0A= builtin.c:57: initializer element is not constant=0A= builtin.c:57: (near initialization for `builtins[20]')=0A= builtin.c:58: `bin_emulate' undeclared here (not in a function)=0A= builtin.c:58: initializer element is not constant=0A= builtin.c:58: (near initialization for `builtins[21].handlerfunc')=0A= builtin.c:58: initializer element is not constant=0A= builtin.c:58: (near initialization for `builtins[21]')=0A= builtin.c:59: `bin_enable' undeclared here (not in a function)=0A= builtin.c:59: initializer element is not constant=0A= builtin.c:59: (near initialization for `builtins[22].handlerfunc')=0A= builtin.c:59: initializer element is not constant=0A= builtin.c:59: (near initialization for `builtins[22]')=0A= builtin.c:60: `bin_eval' undeclared here (not in a function)=0A= builtin.c:60: initializer element is not constant=0A= builtin.c:60: (near initialization for `builtins[23].handlerfunc')=0A= builtin.c:60: initializer element is not constant=0A= builtin.c:60: (near initialization for `builtins[23]')=0A= builtin.c:61: `bin_break' undeclared here (not in a function)=0A= builtin.c:61: initializer element is not constant=0A= builtin.c:61: (near initialization for `builtins[24].handlerfunc')=0A= builtin.c:61: initializer element is not constant=0A= builtin.c:61: (near initialization for `builtins[24]')=0A= builtin.c:62: `bin_typeset' undeclared here (not in a function)=0A= builtin.c:62: initializer element is not constant=0A= builtin.c:62: (near initialization for `builtins[25].handlerfunc')=0A= builtin.c:62: initializer element is not constant=0A= builtin.c:62: (near initialization for `builtins[25]')=0A= builtin.c:63: `bin_false' undeclared here (not in a function)=0A= builtin.c:63: initializer element is not constant=0A= builtin.c:63: (near initialization for `builtins[26].handlerfunc')=0A= builtin.c:63: initializer element is not constant=0A= builtin.c:63: (near initialization for `builtins[26]')=0A= builtin.c:64: `bin_fc' undeclared here (not in a function)=0A= builtin.c:64: initializer element is not constant=0A= builtin.c:64: (near initialization for `builtins[27].handlerfunc')=0A= builtin.c:64: initializer element is not constant=0A= builtin.c:64: (near initialization for `builtins[27]')=0A= builtin.c:65: `bin_fg' undeclared here (not in a function)=0A= builtin.c:65: initializer element is not constant=0A= builtin.c:65: (near initialization for `builtins[28].handlerfunc')=0A= builtin.c:65: initializer element is not constant=0A= builtin.c:65: (near initialization for `builtins[28]')=0A= builtin.c:66: `bin_typeset' undeclared here (not in a function)=0A= builtin.c:66: initializer element is not constant=0A= builtin.c:66: (near initialization for `builtins[29].handlerfunc')=0A= builtin.c:66: initializer element is not constant=0A= builtin.c:66: (near initialization for `builtins[29]')=0A= builtin.c:67: `bin_functions' undeclared here (not in a function)=0A= builtin.c:67: initializer element is not constant=0A= builtin.c:67: (near initialization for `builtins[30].handlerfunc')=0A= builtin.c:67: initializer element is not constant=0A= builtin.c:67: (near initialization for `builtins[30]')=0A= builtin.c:68: `bin_read' undeclared here (not in a function)=0A= builtin.c:68: initializer element is not constant=0A= builtin.c:68: (near initialization for `builtins[31].handlerfunc')=0A= builtin.c:68: initializer element is not constant=0A= builtin.c:68: (near initialization for `builtins[31]')=0A= builtin.c:69: `bin_getopts' undeclared here (not in a function)=0A= builtin.c:69: initializer element is not constant=0A= builtin.c:69: (near initialization for `builtins[32].handlerfunc')=0A= builtin.c:69: initializer element is not constant=0A= builtin.c:69: (near initialization for `builtins[32]')=0A= builtin.c:70: `bin_hash' undeclared here (not in a function)=0A= builtin.c:70: initializer element is not constant=0A= builtin.c:70: (near initialization for `builtins[33].handlerfunc')=0A= builtin.c:70: initializer element is not constant=0A= builtin.c:70: (near initialization for `builtins[33]')=0A= builtin.c:76: `bin_fc' undeclared here (not in a function)=0A= builtin.c:76: initializer element is not constant=0A= builtin.c:76: (near initialization for `builtins[34].handlerfunc')=0A= builtin.c:76: initializer element is not constant=0A= builtin.c:76: (near initialization for `builtins[34]')=0A= builtin.c:77: `bin_typeset' undeclared here (not in a function)=0A= builtin.c:77: initializer element is not constant=0A= builtin.c:77: (near initialization for `builtins[35].handlerfunc')=0A= builtin.c:77: initializer element is not constant=0A= builtin.c:77: (near initialization for `builtins[35]')=0A= builtin.c:78: `bin_fg' undeclared here (not in a function)=0A= builtin.c:78: initializer element is not constant=0A= builtin.c:78: (near initialization for `builtins[36].handlerfunc')=0A= builtin.c:78: initializer element is not constant=0A= builtin.c:78: (near initialization for `builtins[36]')=0A= builtin.c:79: `bin_kill' undeclared here (not in a function)=0A= builtin.c:79: initializer element is not constant=0A= builtin.c:79: (near initialization for `builtins[37].handlerfunc')=0A= builtin.c:79: initializer element is not constant=0A= builtin.c:79: (near initialization for `builtins[37]')=0A= builtin.c:80: `bin_let' undeclared here (not in a function)=0A= builtin.c:80: initializer element is not constant=0A= builtin.c:80: (near initialization for `builtins[38].handlerfunc')=0A= builtin.c:80: initializer element is not constant=0A= builtin.c:80: (near initialization for `builtins[38]')=0A= builtin.c:81: `bin_typeset' undeclared here (not in a function)=0A= builtin.c:81: initializer element is not constant=0A= builtin.c:81: (near initialization for `builtins[39].handlerfunc')=0A= builtin.c:81: initializer element is not constant=0A= builtin.c:81: (near initialization for `builtins[39]')=0A= builtin.c:82: `bin_log' undeclared here (not in a function)=0A= builtin.c:82: initializer element is not constant=0A= builtin.c:82: (near initialization for `builtins[40].handlerfunc')=0A= builtin.c:82: initializer element is not constant=0A= builtin.c:82: (near initialization for `builtins[40]')=0A= builtin.c:83: `bin_break' undeclared here (not in a function)=0A= builtin.c:83: initializer element is not constant=0A= builtin.c:83: (near initialization for `builtins[41].handlerfunc')=0A= builtin.c:83: initializer element is not constant=0A= builtin.c:83: (near initialization for `builtins[41]')=0A= builtin.c:93: `bin_cd' undeclared here (not in a function)=0A= builtin.c:93: initializer element is not constant=0A= builtin.c:93: (near initialization for `builtins[42].handlerfunc')=0A= builtin.c:93: initializer element is not constant=0A= builtin.c:93: (near initialization for `builtins[42]')=0A= builtin.c:94: `bin_print' undeclared here (not in a function)=0A= builtin.c:94: initializer element is not constant=0A= builtin.c:94: (near initialization for `builtins[43].handlerfunc')=0A= builtin.c:94: initializer element is not constant=0A= builtin.c:94: (near initialization for `builtins[43]')=0A= builtin.c:95: `bin_cd' undeclared here (not in a function)=0A= builtin.c:95: initializer element is not constant=0A= builtin.c:95: (near initialization for `builtins[44].handlerfunc')=0A= builtin.c:95: initializer element is not constant=0A= builtin.c:95: (near initialization for `builtins[44]')=0A= builtin.c:96: `bin_print' undeclared here (not in a function)=0A= builtin.c:96: initializer element is not constant=0A= builtin.c:96: (near initialization for `builtins[45].handlerfunc')=0A= builtin.c:96: initializer element is not constant=0A= builtin.c:96: (near initialization for `builtins[45]')=0A= builtin.c:97: `bin_pwd' undeclared here (not in a function)=0A= builtin.c:97: initializer element is not constant=0A= builtin.c:97: (near initialization for `builtins[46].handlerfunc')=0A= builtin.c:97: initializer element is not constant=0A= builtin.c:97: (near initialization for `builtins[46]')=0A= builtin.c:98: `bin_fc' undeclared here (not in a function)=0A= builtin.c:98: initializer element is not constant=0A= builtin.c:98: (near initialization for `builtins[47].handlerfunc')=0A= builtin.c:98: initializer element is not constant=0A= builtin.c:98: (near initialization for `builtins[47]')=0A= builtin.c:99: `bin_read' undeclared here (not in a function)=0A= builtin.c:99: initializer element is not constant=0A= builtin.c:99: (near initialization for `builtins[48].handlerfunc')=0A= builtin.c:99: initializer element is not constant=0A= builtin.c:99: (near initialization for `builtins[48]')=0A= builtin.c:100: `bin_typeset' undeclared here (not in a function)=0A= builtin.c:100: initializer element is not constant=0A= builtin.c:100: (near initialization for `builtins[49].handlerfunc')=0A= builtin.c:100: initializer element is not constant=0A= builtin.c:100: (near initialization for `builtins[49]')=0A= builtin.c:101: `bin_hash' undeclared here (not in a function)=0A= builtin.c:101: initializer element is not constant=0A= builtin.c:101: (near initialization for `builtins[50].handlerfunc')=0A= builtin.c:101: initializer element is not constant=0A= builtin.c:101: (near initialization for `builtins[50]')=0A= builtin.c:102: `bin_break' undeclared here (not in a function)=0A= builtin.c:102: initializer element is not constant=0A= builtin.c:102: (near initialization for `builtins[51].handlerfunc')=0A= builtin.c:102: initializer element is not constant=0A= builtin.c:102: (near initialization for `builtins[51]')=0A= builtin.c:103: `bin_set' undeclared here (not in a function)=0A= builtin.c:103: initializer element is not constant=0A= builtin.c:103: (near initialization for `builtins[52].handlerfunc')=0A= builtin.c:103: initializer element is not constant=0A= builtin.c:103: (near initialization for `builtins[52]')=0A= builtin.c:104: `bin_setopt' undeclared here (not in a function)=0A= builtin.c:104: initializer element is not constant=0A= builtin.c:104: (near initialization for `builtins[53].handlerfunc')=0A= builtin.c:104: initializer element is not constant=0A= builtin.c:104: (near initialization for `builtins[53]')=0A= builtin.c:105: `bin_shift' undeclared here (not in a function)=0A= builtin.c:105: initializer element is not constant=0A= builtin.c:105: (near initialization for `builtins[54].handlerfunc')=0A= builtin.c:105: initializer element is not constant=0A= builtin.c:105: (near initialization for `builtins[54]')=0A= builtin.c:106: `bin_dot' undeclared here (not in a function)=0A= builtin.c:106: initializer element is not constant=0A= builtin.c:106: (near initialization for `builtins[55].handlerfunc')=0A= builtin.c:106: initializer element is not constant=0A= builtin.c:106: (near initialization for `builtins[55]')=0A= builtin.c:107: `bin_suspend' undeclared here (not in a function)=0A= builtin.c:107: initializer element is not constant=0A= builtin.c:107: (near initialization for `builtins[56].handlerfunc')=0A= builtin.c:107: initializer element is not constant=0A= builtin.c:107: (near initialization for `builtins[56]')=0A= builtin.c:108: `bin_test' undeclared here (not in a function)=0A= builtin.c:108: initializer element is not constant=0A= builtin.c:108: (near initialization for `builtins[57].handlerfunc')=0A= builtin.c:108: initializer element is not constant=0A= builtin.c:108: (near initialization for `builtins[57]')=0A= builtin.c:109: `bin_ttyctl' undeclared here (not in a function)=0A= builtin.c:109: initializer element is not constant=0A= builtin.c:109: (near initialization for `builtins[58].handlerfunc')=0A= builtin.c:109: initializer element is not constant=0A= builtin.c:109: (near initialization for `builtins[58]')=0A= builtin.c:110: `bin_times' undeclared here (not in a function)=0A= builtin.c:110: initializer element is not constant=0A= builtin.c:110: (near initialization for `builtins[59].handlerfunc')=0A= builtin.c:110: initializer element is not constant=0A= builtin.c:110: (near initialization for `builtins[59]')=0A= builtin.c:111: `bin_trap' undeclared here (not in a function)=0A= builtin.c:111: initializer element is not constant=0A= builtin.c:111: (near initialization for `builtins[60].handlerfunc')=0A= builtin.c:111: initializer element is not constant=0A= builtin.c:111: (near initialization for `builtins[60]')=0A= builtin.c:112: `bin_true' undeclared here (not in a function)=0A= builtin.c:112: initializer element is not constant=0A= builtin.c:112: (near initialization for `builtins[61].handlerfunc')=0A= builtin.c:112: initializer element is not constant=0A= builtin.c:112: (near initialization for `builtins[61]')=0A= builtin.c:113: `bin_whence' undeclared here (not in a function)=0A= builtin.c:113: initializer element is not constant=0A= builtin.c:113: (near initialization for `builtins[62].handlerfunc')=0A= builtin.c:113: initializer element is not constant=0A= builtin.c:113: (near initialization for `builtins[62]')=0A= builtin.c:114: `bin_typeset' undeclared here (not in a function)=0A= builtin.c:114: initializer element is not constant=0A= builtin.c:114: (near initialization for `builtins[63].handlerfunc')=0A= builtin.c:114: initializer element is not constant=0A= builtin.c:114: (near initialization for `builtins[63]')=0A= builtin.c:115: `bin_umask' undeclared here (not in a function)=0A= builtin.c:115: initializer element is not constant=0A= builtin.c:115: (near initialization for `builtins[64].handlerfunc')=0A= builtin.c:115: initializer element is not constant=0A= builtin.c:115: (near initialization for `builtins[64]')=0A= builtin.c:116: `bin_unhash' undeclared here (not in a function)=0A= builtin.c:116: initializer element is not constant=0A= builtin.c:116: (near initialization for `builtins[65].handlerfunc')=0A= builtin.c:116: initializer element is not constant=0A= builtin.c:116: (near initialization for `builtins[65]')=0A= builtin.c:117: `bin_unhash' undeclared here (not in a function)=0A= builtin.c:117: initializer element is not constant=0A= builtin.c:117: (near initialization for `builtins[66].handlerfunc')=0A= builtin.c:117: initializer element is not constant=0A= builtin.c:117: (near initialization for `builtins[66]')=0A= builtin.c:118: `bin_unhash' undeclared here (not in a function)=0A= builtin.c:118: initializer element is not constant=0A= builtin.c:118: (near initialization for `builtins[67].handlerfunc')=0A= builtin.c:118: initializer element is not constant=0A= builtin.c:118: (near initialization for `builtins[67]')=0A= builtin.c:119: `bin_unset' undeclared here (not in a function)=0A= builtin.c:119: initializer element is not constant=0A= builtin.c:119: (near initialization for `builtins[68].handlerfunc')=0A= builtin.c:119: initializer element is not constant=0A= builtin.c:119: (near initialization for `builtins[68]')=0A= builtin.c:120: `bin_setopt' undeclared here (not in a function)=0A= builtin.c:120: initializer element is not constant=0A= builtin.c:120: (near initialization for `builtins[69].handlerfunc')=0A= builtin.c:120: initializer element is not constant=0A= builtin.c:120: (near initialization for `builtins[69]')=0A= builtin.c:121: `bin_fg' undeclared here (not in a function)=0A= builtin.c:121: initializer element is not constant=0A= builtin.c:121: (near initialization for `builtins[70].handlerfunc')=0A= builtin.c:121: initializer element is not constant=0A= builtin.c:121: (near initialization for `builtins[70]')=0A= builtin.c:122: `bin_whence' undeclared here (not in a function)=0A= builtin.c:122: initializer element is not constant=0A= builtin.c:122: (near initialization for `builtins[71].handlerfunc')=0A= builtin.c:122: initializer element is not constant=0A= builtin.c:122: (near initialization for `builtins[71]')=0A= builtin.c:123: `bin_whence' undeclared here (not in a function)=0A= builtin.c:123: initializer element is not constant=0A= builtin.c:123: (near initialization for `builtins[72].handlerfunc')=0A= builtin.c:123: initializer element is not constant=0A= builtin.c:123: (near initialization for `builtins[72]')=0A= builtin.c:124: `bin_whence' undeclared here (not in a function)=0A= builtin.c:124: initializer element is not constant=0A= builtin.c:124: (near initialization for `builtins[73].handlerfunc')=0A= builtin.c:124: initializer element is not constant=0A= builtin.c:124: (near initialization for `builtins[73]')=0A= builtin.c:125: `bin_zmodload' undeclared here (not in a function)=0A= builtin.c:125: initializer element is not constant=0A= builtin.c:125: (near initialization for `builtins[74].handlerfunc')=0A= builtin.c:125: initializer element is not constant=0A= builtin.c:125: (near initialization for `builtins[74]')=0A= builtin.c:126: `bin_zcompile' undeclared here (not in a function)=0A= builtin.c:126: initializer element is not constant=0A= builtin.c:126: (near initialization for `builtins[75].handlerfunc')=0A= builtin.c:126: initializer element is not constant=0A= builtin.c:126: (near initialization for `builtins[75]')=0A= builtin.c:141: warning: no previous prototype for `createbuiltintable'=0A= builtin.c: In function `createbuiltintable':=0A= builtin.c:142: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:144: `hasher' undeclared (first use in this function)=0A= builtin.c:144: (Each undeclared identifier is reported only once=0A= builtin.c:144: for each function it appears in.)=0A= builtin.c:148: `addhashnode' undeclared (first use in this function)=0A= builtin.c:149: `gethashnode' undeclared (first use in this function)=0A= builtin.c:150: `gethashnode2' undeclared (first use in this function)=0A= builtin.c:151: `removehashnode' undeclared (first use in this function)=0A= builtin.c:152: `disablehashnode' undeclared (first use in this function)=0A= builtin.c:153: `enablehashnode' undeclared (first use in this function)=0A= builtin.c:154: `freebuiltinnode' undeclared (first use in this function)=0A= builtin.c:155: `printbuiltinnode' undeclared (first use in this function)=0A= builtin.c: At top level:=0A= builtin.c:165: `printbuiltinnode' used prior to declaration=0A= builtin.c:190: `freebuiltinnode' used prior to declaration=0A= builtin.c:210: warning: no previous prototype for `execbuiltin'=0A= builtin.c: In function `execbuiltin':=0A= builtin.c:215: `opts' undeclared (first use in this function)=0A= builtin.c:257: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:264: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:285: `typtab' undeclared (first use in this function)=0A= builtin.c:343: `errflag' undeclared (first use in this function)=0A= builtin.c:358: `xtrerr' undeclared (first use in this function)=0A= builtin.c: At top level:=0A= builtin.c:378: warning: no previous prototype for `bin_enable'=0A= builtin.c: In function `bin_enable':=0A= builtin.c:388: `shfunctab' undeclared (first use in this function)=0A= builtin.c:390: `reswdtab' undeclared (first use in this function)=0A= builtin.c:392: `aliastab' undeclared (first use in this function)=0A= builtin.c:410: `queueing_enabled' undeclared (first use in this function)=0A= builtin.c:412: `queue_front' undeclared (first use in this function)=0A= builtin.c:412: `queue_rear' undeclared (first use in this function)=0A= builtin.c:412: `signal_mask_queue' undeclared (first use in this = function)=0A= builtin.c:412: `signal_queue' undeclared (first use in this function)=0A= builtin.c:421: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:379: warning: `ht' might be used uninitialized in this function=0A= builtin.c: At top level:=0A= builtin.c:458: warning: no previous prototype for `bin_set'=0A= builtin.c: In function `bin_set':=0A= builtin.c:521: `queueing_enabled' undeclared (first use in this function)=0A= builtin.c:523: `paramtab' undeclared (first use in this function)=0A= builtin.c:532: `queue_front' undeclared (first use in this function)=0A= builtin.c:532: `queue_rear' undeclared (first use in this function)=0A= builtin.c:532: `signal_mask_queue' undeclared (first use in this = function)=0A= builtin.c:532: `signal_queue' undeclared (first use in this function)=0A= builtin.c:539: `strpcmp' undeclared (first use in this function)=0A= builtin.c:539: `invstrpcmp' undeclared (first use in this function)=0A= builtin.c:545: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:551: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:554: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:560: `pparams' undeclared (first use in this function)=0A= builtin.c: At top level:=0A= builtin.c:577: warning: no previous prototype for `bin_pwd'=0A= builtin.c: In function `bin_pwd':=0A= builtin.c:578: `opts' undeclared (first use in this function)=0A= builtin.c:579: warning: format argument is not a pointer (arg 2)=0A= builtin.c:581: `pwd' undeclared (first use in this function)=0A= builtin.c: At top level:=0A= builtin.c:597: warning: no previous prototype for `bin_dirs'=0A= builtin.c: In function `bin_dirs':=0A= builtin.c:602: `queueing_enabled' undeclared (first use in this function)=0A= builtin.c:608: `pwd' undeclared (first use in this function)=0A= builtin.c:614: `queue_front' undeclared (first use in this function)=0A= builtin.c:614: `queue_rear' undeclared (first use in this function)=0A= builtin.c:614: `signal_mask_queue' undeclared (first use in this = function)=0A= builtin.c:614: `signal_queue' undeclared (first use in this function)=0A= builtin.c:624: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:628: `freestr' undeclared (first use in this function)=0A= builtin.c: At top level:=0A= builtin.c:640: warning: no previous prototype for `set_pwd_env'=0A= builtin.c: In function `set_pwd_env':=0A= builtin.c:645: `paramtab' undeclared (first use in this function)=0A= builtin.c:657: `pwd' undeclared (first use in this function)=0A= builtin.c:658: `oldpwd' undeclared (first use in this function)=0A= builtin.c:663: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:668: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:641: warning: `pm' might be used uninitialized in this function=0A= builtin.c: At top level:=0A= builtin.c:684: warning: no previous prototype for `bin_cd'=0A= builtin.c: In function `bin_cd':=0A= builtin.c:688: `opts' undeclared (first use in this function)=0A= builtin.c:711: `queueing_enabled' undeclared (first use in this function)=0A= builtin.c:712: `pwd' undeclared (first use in this function)=0A= builtin.c:713: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:715: `queue_front' undeclared (first use in this function)=0A= builtin.c:715: `queue_rear' undeclared (first use in this function)=0A= builtin.c:715: `signal_mask_queue' undeclared (first use in this = function)=0A= builtin.c:715: `signal_queue' undeclared (first use in this function)=0A= builtin.c:720: warning: passing arg 1 of `stat' makes pointer from = integer without a cast=0A= builtin.c:725: warning: passing arg 1 of `chdir' makes pointer from = integer without a cast=0A= builtin.c:732: warning: passing arg 1 of `chdir' makes pointer from = integer without a cast=0A= builtin.c: At top level:=0A= builtin.c:744: warning: `cd_get_dest' was used with no prototype before = its definition=0A= builtin.c:744: warning: `cd_get_dest' was declared implicitly `extern' = and later `static'=0A= builtin.c:713: warning: previous declaration of `cd_get_dest'=0A= builtin.c:744: warning: type mismatch with previous implicit declaration=0A= builtin.c:713: warning: previous implicit declaration of `cd_get_dest'=0A= builtin.c:744: warning: `cd_get_dest' was previously implicitly declared = to return `int'=0A= builtin.c: In function `cd_get_dest':=0A= builtin.c:754: `opts' undeclared (first use in this function)=0A= builtin.c:759: `home' undeclared (first use in this function)=0A= builtin.c:780: `oldpwd' undeclared (first use in this function)=0A= builtin.c:786: `pwd' undeclared (first use in this function)=0A= builtin.c:813: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:784: warning: `len3' might be used uninitialized in this = function=0A= builtin.c: At top level:=0A= builtin.c:836: warning: `cd_do_chdir' was used with no prototype before = its definition=0A= builtin.c:836: warning: `cd_do_chdir' was declared implicitly `extern' = and later `static'=0A= builtin.c:813: warning: previous declaration of `cd_do_chdir'=0A= builtin.c:836: warning: type mismatch with previous implicit declaration=0A= builtin.c:813: warning: previous implicit declaration of `cd_do_chdir'=0A= builtin.c:836: warning: `cd_do_chdir' was previously implicitly declared = to return `int'=0A= builtin.c: In function `cd_do_chdir':=0A= builtin.c:865: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:873: `cdpath' undeclared (first use in this function)=0A= builtin.c:879: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:888: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:899: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:900: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:837: warning: `pp' might be used uninitialized in this function=0A= builtin.c: At top level:=0A= builtin.c:921: warning: no previous prototype for `cd_able_vars'=0A= builtin.c:921: warning: type mismatch with previous implicit declaration=0A= builtin.c:899: warning: previous implicit declaration of `cd_able_vars'=0A= builtin.c:921: warning: `cd_able_vars' was previously implicitly = declared to return `int'=0A= builtin.c: In function `cd_able_vars':=0A= builtin.c:924: `opts' undeclared (first use in this function)=0A= builtin.c:928: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:932: warning: assignment makes pointer from integer without a = cast=0A= builtin.c: At top level:=0A= builtin.c:949: warning: `cd_try_chdir' was used with no prototype before = its definition=0A= builtin.c:949: warning: `cd_try_chdir' was declared implicitly `extern' = and later `static'=0A= builtin.c:900: warning: previous declaration of `cd_try_chdir'=0A= builtin.c:949: warning: type mismatch with previous implicit declaration=0A= builtin.c:900: warning: previous implicit declaration of `cd_try_chdir'=0A= builtin.c:949: warning: `cd_try_chdir' was previously implicitly = declared to return `int'=0A= builtin.c: In function `cd_try_chdir':=0A= builtin.c:956: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:959: `pwd' undeclared (first use in this function)=0A= builtin.c:961: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:969: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:974: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:999: warning: return makes pointer from integer without a cast=0A= builtin.c: At top level:=0A= builtin.c:1007: warning: `cd_new_pwd' was used with no prototype before = its definition=0A= builtin.c:1007: warning: `cd_new_pwd' was declared implicitly `extern' = and later `static'=0A= builtin.c:718: warning: previous declaration of `cd_new_pwd'=0A= builtin.c:1007: warning: type mismatch with previous implicit declaration=0A= builtin.c:718: warning: previous implicit declaration of `cd_new_pwd'=0A= builtin.c:1007: warning: `cd_new_pwd' was previously implicitly declared = to return `int'=0A= builtin.c: In function `cd_new_pwd':=0A= builtin.c:1014: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:1018: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:1019: `opts' undeclared (first use in this function)=0A= builtin.c:1024: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:1039: `oldpwd' undeclared (first use in this function)=0A= builtin.c:1040: `pwd' undeclared (first use in this function)=0A= builtin.c:1053: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:1053: `dummy_eprog' undeclared (first use in this function)=0A= builtin.c:1054: `sfcontext' undeclared (first use in this function)=0A= builtin.c:1008: warning: `prog' might be used uninitialized in this = function=0A= builtin.c: At top level:=0A= builtin.c:1078: warning: `printdirstack' was used with no prototype = before its definition=0A= builtin.c:1078: warning: `printdirstack' was declared implicitly = `extern' and later `static'=0A= builtin.c:1046: warning: previous declaration of `printdirstack'=0A= builtin.c:1078: warning: type mismatch with previous implicit declaration=0A= builtin.c:1046: warning: previous implicit declaration of `printdirstack'=0A= builtin.c:1078: warning: `printdirstack' was previously implicitly = declared to return `int'=0A= builtin.c: In function `printdirstack':=0A= builtin.c:1081: `pwd' undeclared (first use in this function)=0A= builtin.c: At top level:=0A= builtin.c:1098: warning: no previous prototype for `fixdir'=0A= builtin.c: In function `fixdir':=0A= builtin.c:1139: `opts' undeclared (first use in this function)=0A= builtin.c: At top level:=0A= builtin.c:1183: warning: no previous prototype for `printqt'=0A= builtin.c: In function `printqt':=0A= builtin.c:1187: `opts' undeclared (first use in this function)=0A= builtin.c: At top level:=0A= builtin.c:1195: warning: no previous prototype for `printif'=0A= builtin.c:1210: warning: no previous prototype for `bin_fc'=0A= builtin.c: In function `bin_fc':=0A= builtin.c:1217: `opts' undeclared (first use in this function)=0A= builtin.c:1225: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:1230: `queueing_enabled' undeclared (first use in this = function)=0A= builtin.c:1234: `queue_front' undeclared (first use in this function)=0A= builtin.c:1234: `queue_rear' undeclared (first use in this function)=0A= builtin.c:1234: `signal_mask_queue' undeclared (first use in this = function)=0A= builtin.c:1234: `signal_queue' undeclared (first use in this function)=0A= builtin.c:1295: `curline' undeclared (first use in this function)=0A= builtin.c:1300: `hist_ring' undeclared (first use in this function)=0A= builtin.c:1300: `curhist' undeclared (first use in this function)=0A= builtin.c:1320: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:1330: warning: pointer/integer type mismatch in conditional = expression=0A= builtin.c:1340: `lastval' undeclared (first use in this function)=0A= builtin.c: At top level:=0A= builtin.c:1362: warning: `fcgetcomm' was used with no prototype before = its definition=0A= builtin.c:1362: warning: `fcgetcomm' was declared implicitly `extern' = and later `static'=0A= builtin.c:1279: warning: previous declaration of `fcgetcomm'=0A= builtin.c: In function `fcgetcomm':=0A= builtin.c:1369: `curline' undeclared (first use in this function)=0A= builtin.c: At top level:=0A= builtin.c:1429: warning: `fclist' was used with no prototype before its = definition=0A= builtin.c:1429: warning: `fclist' was declared implicitly `extern' and = later `static'=0A= builtin.c:1327: warning: previous declaration of `fclist'=0A= builtin.c: In function `fclist':=0A= builtin.c:1444: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:1454: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:1503: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:1507: warning: assignment makes pointer from integer without a = cast=0A= builtin.c: At top level:=0A= builtin.c:1527: warning: `fcedit' was used with no prototype before its = definition=0A= builtin.c:1527: warning: `fcedit' was declared implicitly `extern' and = later `static'=0A= builtin.c:1335: warning: previous declaration of `fcedit'=0A= builtin.c: In function `fcedit':=0A= builtin.c:1533: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:1537: `lastval' undeclared (first use in this function)=0A= builtin.c: At top level:=0A= builtin.c:1584: warning: no previous prototype for `typeset_single'=0A= builtin.c: In function `typeset_single':=0A= builtin.c:1609: `locallevel' undeclared (first use in this function)=0A= builtin.c:1657: `paramtab' undeclared (first use in this function)=0A= builtin.c:1660: `opts' undeclared (first use in this function)=0A= builtin.c:1690: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:1695: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:1726: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:1728: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:1794: `realparamtab' undeclared (first use in this function)=0A= builtin.c:1795: `gethashnode2' used prior to declaration=0A= builtin.c:1811: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:1826: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:1840: `colonarrsetfn' undeclared (first use in this function)=0A= builtin.c:1841: `colonarrgetfn' undeclared (first use in this function)=0A= builtin.c:1851: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:1865: warning: passing arg 2 of pointer to function makes = pointer from integer without a cast=0A= builtin.c:1875: warning: passing arg 2 of pointer to function makes = pointer from integer without a cast=0A= builtin.c:1878: warning: passing arg 2 of pointer to function makes = pointer from integer without a cast=0A= builtin.c: At top level:=0A= builtin.c:1898: warning: no previous prototype for `bin_typeset'=0A= builtin.c: In function `bin_typeset':=0A= builtin.c:1951: `queueing_enabled' undeclared (first use in this = function)=0A= builtin.c:1959: `paramtab' undeclared (first use in this function)=0A= builtin.c:1960: `queue_front' undeclared (first use in this function)=0A= builtin.c:1960: `queue_rear' undeclared (first use in this function)=0A= builtin.c:1960: `signal_mask_queue' undeclared (first use in this = function)=0A= builtin.c:1960: `signal_queue' undeclared (first use in this function)=0A= builtin.c:1965: `opts' undeclared (first use in this function)=0A= builtin.c:2010: `locallevel' undeclared (first use in this function)=0A= builtin.c:2012: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2043: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2044: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2064: warning: initialization makes pointer from integer = without a cast=0A= builtin.c:2068: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2111: `realparamtab' undeclared (first use in this function)=0A= builtin.c:2112: `gethashnode2' used prior to declaration=0A= builtin.c:1899: warning: `pm' might be used uninitialized in this = function=0A= builtin.c: At top level:=0A= builtin.c:2126: warning: no previous prototype for `eval_autoload'=0A= builtin.c: In function `eval_autoload':=0A= builtin.c:2132: `dummy_eprog' undeclared (first use in this function)=0A= builtin.c:2139: warning: assignment makes pointer from integer without a = cast=0A= builtin.c: At top level:=0A= builtin.c:2153: warning: no previous prototype for `bin_functions'=0A= builtin.c: In function `bin_functions':=0A= builtin.c:2175: `scriptname' undeclared (first use in this function)=0A= builtin.c:2189: `queueing_enabled' undeclared (first use in this = function)=0A= builtin.c:2191: `shfunctab' undeclared (first use in this function)=0A= builtin.c:2206: `queue_front' undeclared (first use in this function)=0A= builtin.c:2206: `queue_rear' undeclared (first use in this function)=0A= builtin.c:2206: `signal_mask_queue' undeclared (first use in this = function)=0A= builtin.c:2206: `signal_queue' undeclared (first use in this function)=0A= builtin.c:2216: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2268: warning: assignment makes pointer from integer without a = cast=0A= builtin.c: At top level:=0A= builtin.c:2282: warning: no previous prototype for `mkautofn'=0A= builtin.c:2282: warning: type mismatch with previous implicit declaration=0A= builtin.c:2268: warning: previous implicit declaration of `mkautofn'=0A= builtin.c:2282: warning: `mkautofn' was previously implicitly declared = to return `int'=0A= builtin.c:2309: warning: no previous prototype for `bin_unset'=0A= builtin.c: In function `bin_unset':=0A= builtin.c:2325: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2327: `queueing_enabled' undeclared (first use in this = function)=0A= builtin.c:2328: `paramtab' undeclared (first use in this function)=0A= builtin.c:2333: `opts' undeclared (first use in this function)=0A= builtin.c:2340: `queue_front' undeclared (first use in this function)=0A= builtin.c:2340: `queue_rear' undeclared (first use in this function)=0A= builtin.c:2340: `signal_mask_queue' undeclared (first use in this = function)=0A= builtin.c:2340: `signal_queue' undeclared (first use in this function)=0A= builtin.c:2366: `realparamtab' undeclared (first use in this function)=0A= builtin.c:2367: `gethashnode2' used prior to declaration=0A= builtin.c:2310: warning: `pm' might be used uninitialized in this = function=0A= builtin.c: At top level:=0A= builtin.c:2401: warning: no previous prototype for `bin_whence'=0A= builtin.c: In function `bin_whence':=0A= builtin.c:2432: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2438: `queueing_enabled' undeclared (first use in this = function)=0A= builtin.c:2444: `aliastab' undeclared (first use in this function)=0A= builtin.c:2448: `reswdtab' undeclared (first use in this function)=0A= builtin.c:2452: `shfunctab' undeclared (first use in this function)=0A= builtin.c:2461: `cmdnamtab' undeclared (first use in this function)=0A= builtin.c:2465: `queue_front' undeclared (first use in this function)=0A= builtin.c:2465: `queue_rear' undeclared (first use in this function)=0A= builtin.c:2465: `signal_mask_queue' undeclared (first use in this = function)=0A= builtin.c:2465: `signal_queue' undeclared (first use in this function)=0A= builtin.c:2520: `path' undeclared (first use in this function)=0A= builtin.c:2522: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2523: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2545: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2517: warning: `pp' might be used uninitialized in this = function=0A= builtin.c: At top level:=0A= builtin.c:2591: warning: no previous prototype for `bin_hash'=0A= builtin.c: In function `bin_hash':=0A= builtin.c:2599: `nameddirtab' undeclared (first use in this function)=0A= builtin.c:2601: `cmdnamtab' undeclared (first use in this function)=0A= builtin.c:2625: `queueing_enabled' undeclared (first use in this = function)=0A= builtin.c:2627: `queue_front' undeclared (first use in this function)=0A= builtin.c:2627: `queue_rear' undeclared (first use in this function)=0A= builtin.c:2627: `signal_mask_queue' undeclared (first use in this = function)=0A= builtin.c:2627: `signal_queue' undeclared (first use in this function)=0A= builtin.c:2637: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2646: `opts' undeclared (first use in this function)=0A= builtin.c:2653: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2655: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2657: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2659: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2661: warning: passing arg 2 of pointer to function makes = pointer from integer without a cast=0A= builtin.c:2674: `path' undeclared (first use in this function)=0A= builtin.c:2592: warning: `ht' might be used uninitialized in this = function=0A= builtin.c: At top level:=0A= builtin.c:2694: warning: no previous prototype for `bin_unhash'=0A= builtin.c: In function `bin_unhash':=0A= builtin.c:2703: `nameddirtab' undeclared (first use in this function)=0A= builtin.c:2705: `shfunctab' undeclared (first use in this function)=0A= builtin.c:2707: `aliastab' undeclared (first use in this function)=0A= builtin.c:2709: `cmdnamtab' undeclared (first use in this function)=0A= builtin.c:2717: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2719: `queueing_enabled' undeclared (first use in this = function)=0A= builtin.c:2730: `queue_front' undeclared (first use in this function)=0A= builtin.c:2730: `queue_rear' undeclared (first use in this function)=0A= builtin.c:2730: `signal_mask_queue' undeclared (first use in this = function)=0A= builtin.c:2730: `signal_queue' undeclared (first use in this function)=0A= builtin.c:2695: warning: `ht' might be used uninitialized in this = function=0A= builtin.c: At top level:=0A= builtin.c:2764: warning: no previous prototype for `bin_alias'=0A= builtin.c: In function `bin_alias':=0A= builtin.c:2793: `queueing_enabled' undeclared (first use in this = function)=0A= builtin.c:2794: `aliastab' undeclared (first use in this function)=0A= builtin.c:2795: `queue_front' undeclared (first use in this function)=0A= builtin.c:2795: `queue_rear' undeclared (first use in this function)=0A= builtin.c:2795: `signal_mask_queue' undeclared (first use in this = function)=0A= builtin.c:2795: `signal_queue' undeclared (first use in this function)=0A= builtin.c:2804: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2765: warning: `a' might be used uninitialized in this function=0A= builtin.c: At top level:=0A= builtin.c:2848: warning: no previous prototype for `bin_true'=0A= builtin.c:2857: warning: no previous prototype for `bin_false'=0A= builtin.c:2871: warning: no previous prototype for `bin_print'=0A= builtin.c: In function `bin_print':=0A= builtin.c:2884: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2902: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2911: warning: initialization makes pointer from integer = without a cast=0A= builtin.c:2912: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2919: `queueing_enabled' undeclared (first use in this = function)=0A= builtin.c:2920: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2922: warning: initialization makes pointer from integer = without a cast=0A= builtin.c:2928: `queue_front' undeclared (first use in this function)=0A= builtin.c:2928: `queue_rear' undeclared (first use in this function)=0A= builtin.c:2928: `signal_mask_queue' undeclared (first use in this = function)=0A= builtin.c:2928: `signal_queue' undeclared (first use in this function)=0A= builtin.c:2945: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2959: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:2962: `histtab' undeclared (first use in this function)=0A= builtin.c:2975: `coprocout' undeclared (first use in this function)=0A= builtin.c:2989: `cstrpcmp' undeclared (first use in this function)=0A= builtin.c:2992: `strpcmp' undeclared (first use in this function)=0A= builtin.c:2995: `invcstrpcmp' undeclared (first use in this function)=0A= builtin.c:2998: `invstrpcmp' undeclared (first use in this function)=0A= builtin.c:3015: `columns' undeclared (first use in this function)=0A= builtin.c:2872: warning: `fd' might be used uninitialized in this = function=0A= builtin.c:3007: warning: `nc' might be used uninitialized in this = function=0A= builtin.c: At top level:=0A= builtin.c:3054: warning: no previous prototype for `bin_shift'=0A= builtin.c: In function `bin_shift':=0A= builtin.c:3059: `queueing_enabled' undeclared (first use in this = function)=0A= builtin.c:3064: `queue_front' undeclared (first use in this function)=0A= builtin.c:3064: `queue_rear' undeclared (first use in this function)=0A= builtin.c:3064: `signal_mask_queue' undeclared (first use in this = function)=0A= builtin.c:3064: `signal_queue' undeclared (first use in this function)=0A= builtin.c:3071: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:3077: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:3081: `pparams' undeclared (first use in this function)=0A= builtin.c:3085: warning: assignment makes pointer from integer without a = cast=0A= builtin.c: At top level:=0A= builtin.c:3105: warning: no previous prototype for `bin_getopts'=0A= builtin.c: In function `bin_getopts':=0A= builtin.c:3107: warning: initialization makes pointer from integer = without a cast=0A= builtin.c:3108: `pparams' undeclared (first use in this function)=0A= builtin.c:3113: `zoptind' undeclared (first use in this function)=0A= builtin.c:3128: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:3133: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:3156: `zoptarg' undeclared (first use in this function)=0A= builtin.c:3175: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:3177: warning: assignment makes pointer from integer without a = cast=0A= builtin.c: At top level:=0A= builtin.c:3205: warning: no previous prototype for `bin_break'=0A= builtin.c: In function `bin_break':=0A= builtin.c:3206: `lastval' undeclared (first use in this function)=0A= builtin.c:3216: `loops' undeclared (first use in this function)=0A= builtin.c:3220: `contflag' undeclared (first use in this function)=0A= builtin.c:3226: `breaks' undeclared (first use in this function)=0A= builtin.c:3229: `opts' undeclared (first use in this function)=0A= builtin.c:3229: `locallevel' undeclared (first use in this function)=0A= builtin.c:3229: `sourcelevel' undeclared (first use in this function)=0A= builtin.c:3230: `retflag' undeclared (first use in this function)=0A= builtin.c:3233: `trapreturn' undeclared (first use in this function)=0A= builtin.c: In function `checkjobs':=0A= builtin.c:3267: `thisjob' undeclared (first use in this function)=0A= builtin.c:3267: `jobtab' undeclared (first use in this function)=0A= builtin.c: At top level:=0A= builtin.c:3292: warning: no previous prototype for `zexit'=0A= builtin.c:3292: warning: type mismatch with previous implicit declaration=0A= builtin.c:3237: warning: previous implicit declaration of `zexit'=0A= builtin.c:3292: warning: `zexit' was previously implicitly declared to = return `int'=0A= builtin.c: In function `zexit':=0A= builtin.c:3295: `opts' undeclared (first use in this function)=0A= builtin.c:3312: `nohistsave' undeclared (first use in this function)=0A= builtin.c:3314: `subsh' undeclared (first use in this function)=0A= builtin.c:3322: `sigtrapped' undeclared (first use in this function)=0A= builtin.c:3324: `zshhooks' undeclared (first use in this function)=0A= builtin.c:3325: `mypid' undeclared (first use in this function)=0A= builtin.c: At top level:=0A= builtin.c:3336: warning: no previous prototype for `bin_dot'=0A= builtin.c: In function `bin_dot':=0A= builtin.c:3344: `pparams' undeclared (first use in this function)=0A= builtin.c:3349: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:3350: `opts' undeclared (first use in this function)=0A= builtin.c:3351: `argzero' undeclared (first use in this function)=0A= builtin.c:3354: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:3379: `path' undeclared (first use in this function)=0A= builtin.c:3384: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:3386: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:3388: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:3408: `lastval' undeclared (first use in this function)=0A= builtin.c:3409: warning: control reaches end of non-void function=0A= builtin.c:3339: warning: `t' might be used uninitialized in this function=0A= builtin.c: At top level:=0A= builtin.c:3414: warning: no previous prototype for `bin_emulate'=0A= builtin.c: In function `bin_emulate':=0A= builtin.c:3417: `opts' undeclared (first use in this function)=0A= builtin.c: At top level:=0A= builtin.c:3426: warning: no previous prototype for `bin_eval'=0A= builtin.c: In function `bin_eval':=0A= builtin.c:3429: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:3431: `errflag' undeclared (first use in this function)=0A= builtin.c:3436: `lastval' undeclared (first use in this function)=0A= builtin.c: At top level:=0A= builtin.c:3457: warning: no previous prototype for `bin_read'=0A= builtin.c: In function `bin_read':=0A= builtin.c:3461: `term' undeclared (first use in this function)=0A= builtin.c:3461: `zleactive' undeclared (first use in this function)=0A= builtin.c:3461: `getkeyptr' undeclared (first use in this function)=0A= builtin.c:3463: warning: initialization makes pointer from integer = without a cast=0A= builtin.c:3469: `typtab' undeclared (first use in this function)=0A= builtin.c:3490: `SHTTY' undeclared (first use in this function)=0A= builtin.c:3494: `shout' undeclared (first use in this function)=0A= builtin.c:3508: `opts' undeclared (first use in this function)=0A= builtin.c:3509: `shttyinfo' undeclared (first use in this function)=0A= builtin.c:3511: `mypgrp' undeclared (first use in this function)=0A= builtin.c:3523: `coprocin' undeclared (first use in this function)=0A= builtin.c:3559: `getkeyptr' used prior to declaration=0A= builtin.c:3611: `getkeyptr' used prior to declaration=0A= builtin.c:3638: warning: pointer/integer type mismatch in conditional = expression=0A= builtin.c:3642: `dummy_sigset1' undeclared (first use in this function)=0A= builtin.c:3642: `sigchld_mask' undeclared (first use in this function)=0A= builtin.c:3642: `dummy_sigset2' undeclared (first use in this function)=0A= builtin.c:3642: warning: left-hand operand of comma expression has no = effect=0A= builtin.c:3713: `coprocout' undeclared (first use in this function)=0A= builtin.c:3745: warning: left-hand operand of comma expression has no = effect=0A= builtin.c: At top level:=0A= builtin.c:3814: warning: `zread' was used with no prototype before its = definition=0A= builtin.c:3814: warning: `zread' was declared implicitly `extern' and = later `static'=0A= builtin.c:3747: warning: previous declaration of `zread'=0A= builtin.c: In function `zread':=0A= builtin.c:3819: `getkeyptr' used prior to declaration=0A= builtin.c:3862: `errflag' undeclared (first use in this function)=0A= builtin.c:3862: `retflag' undeclared (first use in this function)=0A= builtin.c:3862: `breaks' undeclared (first use in this function)=0A= builtin.c:3862: `contflag' undeclared (first use in this function)=0A= builtin.c: At top level:=0A= builtin.c:3879: warning: no previous prototype for `testlex'=0A= builtin.c: In function `testlex':=0A= builtin.c:3880: `tok' undeclared (first use in this function)=0A= builtin.c:3883: `tokstr' undeclared (first use in this function)=0A= builtin.c: At top level:=0A= builtin.c:3906: warning: no previous prototype for `bin_test'=0A= builtin.c: In function `bin_test':=0A= builtin.c:3926: `tok' undeclared (first use in this function)=0A= builtin.c:3927: `condlex' undeclared (first use in this function)=0A= builtin.c:3929: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:3930: `yylex' undeclared (first use in this function)=0A= builtin.c:3932: `errflag' undeclared (first use in this function)=0A= builtin.c:3938: `tokstr' undeclared (first use in this function)=0A= builtin.c: At top level:=0A= builtin.c:3961: warning: no previous prototype for `bin_times'=0A= builtin.c:3983: warning: no previous prototype for `bin_trap'=0A= builtin.c: In function `bin_trap':=0A= builtin.c:3993: `queueing_enabled' undeclared (first use in this = function)=0A= builtin.c:3994: `SIGCOUNT' undeclared (first use in this function)=0A= builtin.c:3995: `sigtrapped' undeclared (first use in this function)=0A= builtin.c:3999: `sigs' undeclared (first use in this function)=0A= builtin.c:4000: `shfunctab' undeclared (first use in this function)=0A= builtin.c:4004: `sigfuncs' undeclared (first use in this function)=0A= builtin.c:4007: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:4015: `queue_front' undeclared (first use in this function)=0A= builtin.c:4015: `queue_rear' undeclared (first use in this function)=0A= builtin.c:4015: `signal_mask_queue' undeclared (first use in this = function)=0A= builtin.c:4015: `signal_queue' undeclared (first use in this function)=0A= builtin.c:4034: `dummy_eprog' undeclared (first use in this function)=0A= builtin.c:4035: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:4049: warning: assignment makes pointer from integer without a = cast=0A= builtin.c:3984: warning: `prog' might be used uninitialized in this = function=0A= builtin.c: At top level:=0A= builtin.c:4059: warning: no previous prototype for `bin_ttyctl'=0A= builtin.c: In function `bin_ttyctl':=0A= builtin.c:4061: `ttyfrozen' undeclared (first use in this function)=0A= builtin.c: At top level:=0A= builtin.c:4074: warning: no previous prototype for `bin_let'=0A= builtin.c: In function `bin_let':=0A= builtin.c:4080: `errflag' undeclared (first use in this function)=0A= builtin.c: At top level:=0A= builtin.c:4092: warning: no previous prototype for `bin_umask'=0A= builtin.c: In function `bin_umask':=0A= builtin.c:4123: `typtab' undeclared (first use in this function)=0A= builtin.c: At top level:=0A= builtin.c:4203: warning: no previous prototype for `bin_notavail'=0A= builtin.c:165: warning: `printbuiltinnode' defined but not used=0A= builtin.c:190: warning: `freebuiltinnode' defined but not used=0A= make[2]: *** [builtin.o] Error 1=0A= make[2]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src'=0A= make[1]: *** [modobjs] Error 2=0A= make[1]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src'=0A= make: *** [all] Error 1=0A= ------=_NextPart_000_0067_01C1B53A.E50AB7A0 Content-Type: text/plain; name="configv3.1.9.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="configv3.1.9.txt" creating cache ./config.cache=0A= configuring for zsh 3.1.9=0A= checking host system type... i386-pc-sco3.2v5.0.5=0A= checking for gcc... gcc=0A= checking whether the C compiler (gcc ) works... yes=0A= checking whether the C compiler (gcc ) is a cross-compiler... no=0A= checking whether we are using GNU C... yes=0A= checking whether gcc accepts -g... yes=0A= checking whether large file support needs explicit enabling... no=0A= checking how to run the C preprocessor... gcc -E=0A= checking whether gcc needs -traditional... no=0A= checking for working const... yes=0A= checking for Cygwin environment... no=0A= no=0A= checking for executable suffix... no=0A= checking for gcc option to accept ANSI C... =0A= checking whether to use prototypes... yes=0A= checking for working alloca.h... no=0A= checking for alloca... yes=0A= checking if the compiler supports union initialisation... yes=0A= checking if signed to unsigned casting is broken... no=0A= checking if the compiler supports variable-length arrays... yes=0A= checking whether make sets ${MAKE}... yes=0A= checking for a BSD compatible install... ./install-sh -c=0A= checking for gawk... gawk=0A= checking whether ln works... yes=0A= checking for yodl... yodl=0A= checking for dirent.h that defines DIR... yes=0A= checking for opendir in -ldir... no=0A= checking for ANSI C header files... yes=0A= checking whether time.h and sys/time.h may both be included... yes=0A= checking whether stat file-mode macros are broken... no=0A= checking for sys/wait.h that is POSIX.1 compatible... yes=0A= checking for sys/time.h... yes=0A= checking for sys/times.h... yes=0A= checking for sys/select.h... yes=0A= checking for termcap.h... no=0A= checking for termio.h... yes=0A= checking for termios.h... yes=0A= checking for sys/param.h... yes=0A= checking for sys/filio.h... no=0A= checking for string.h... yes=0A= checking for memory.h... yes=0A= checking for limits.h... yes=0A= checking for fcntl.h... yes=0A= checking for libc.h... no=0A= checking for sys/utsname.h... yes=0A= checking for sys/resource.h... yes=0A= checking for locale.h... yes=0A= checking for errno.h... yes=0A= checking for stdlib.h... yes=0A= checking for unistd.h... yes=0A= checking for sys/capability.h... no=0A= checking for utmp.h... yes=0A= checking for utmpx.h... yes=0A= checking for sys/types.h... yes=0A= checking for pwd.h... yes=0A= checking for grp.h... yes=0A= checking for poll.h... yes=0A= checking for sys/mman.h... yes=0A= checking for linux/tasks.h... no=0A= checking for netinet/in_systm.h... yes=0A= checking for dlfcn.h... yes=0A= checking for dl.h... no=0A= checking for conflicts in sys/time.h and sys/select.h... no=0A= checking POSIX termios... yes=0A= checking TIOCGWINSZ in termios.h... yes=0A= checking for sys/ptem.h... yes=0A= checking for printf in -lc... yes=0A= checking for pow in -lm... yes=0A= checking for tgetent in -ltermcap... yes=0A= checking for yp_all... no=0A= checking for yp_all in -lnsl... no=0A= checking for dlopen in -ldl... yes=0A= checking for cap_get_proc in -lcap... no=0A= checking for socket in -lsocket... yes=0A= checking if an include file defines ospeed... no=0A= checking if you must define ospeed... yes=0A= checking if tgetent accepts NULL... no=0A= checking return type of signal handlers... void=0A= checking for pid_t... yes=0A= checking for off_t... yes=0A= checking for ino_t... yes=0A= checking for mode_t... yes=0A= checking for uid_t in sys/types.h... yes=0A= checking for size_t... yes=0A= checking if long is 64 bits... no=0A= checking if off_t is 64 bit... no=0A= checking if ino_t is 64 bit... no=0A= checking if compiler has a 64 bit type... long long=0A= checking for a corresponding unsigned 64 bit type... unsigned long long=0A= checking for sigset_t... yes=0A= checking for struct timezone... yes=0A= checking for struct utmp... yes=0A= checking for struct utmpx... yes=0A= checking for ut_host in struct utmp... no=0A= checking for ut_host in struct utmpx... yes=0A= checking for ut_xtime in struct utmpx... yes=0A= checking for ut_tv in struct utmpx... yes=0A= checking for d_ino in struct dirent... yes=0A= checking for d_stat in struct dirent... no=0A= checking for d_ino in struct direct... no=0A= checking for d_stat in struct direct... no=0A= checking for sin6_scope_id in struct sockaddr_in6... no=0A= checking for strftime... yes=0A= checking for difftime... yes=0A= checking for gettimeofday... yes=0A= checking for select... yes=0A= checking for poll... yes=0A= checking for readlink... yes=0A= checking for lstat... yes=0A= checking for lchown... yes=0A= checking for faccessx... no=0A= checking for fchdir... yes=0A= checking for ftruncate... yes=0A= checking for fseeko... no=0A= checking for ftello... no=0A= checking for mkfifo... yes=0A= checking for _mktemp... yes=0A= checking for waitpid... yes=0A= checking for wait3... yes=0A= checking for sigaction... yes=0A= checking for sigblock... no=0A= checking for sighold... yes=0A= checking for sigrelse... yes=0A= checking for sigsetmask... no=0A= checking for sigprocmask... yes=0A= checking for killpg... yes=0A= checking for setpgid... yes=0A= checking for setpgrp... yes=0A= checking for tcsetpgrp... yes=0A= checking for tcgetattr... yes=0A= checking for nice... yes=0A= checking for gethostname... yes=0A= checking for gethostbyname2... no=0A= checking for getipnodebyname... no=0A= checking for inet_aton... yes=0A= checking for inet_pton... yes=0A= checking for inet_ntop... yes=0A= checking for getlogin... yes=0A= checking for getpwent... yes=0A= checking for getpwnam... yes=0A= checking for getpwuid... yes=0A= checking for getgrgid... yes=0A= checking for getgrnam... yes=0A= checking for initgroups... yes=0A= checking for nis_list... no=0A= checking for setuid... yes=0A= checking for seteuid... yes=0A= checking for setreuid... yes=0A= checking for setresuid... no=0A= checking for setsid... yes=0A= checking for memcpy... yes=0A= checking for memmove... yes=0A= checking for strstr... yes=0A= checking for strerror... yes=0A= checking for mmap... yes=0A= checking for munmap... yes=0A= checking for msync... yes=0A= checking for cap_get_proc... no=0A= checking for getrlimit... yes=0A= checking for setlocale... yes=0A= checking for uname... yes=0A= checking for signgam... yes=0A= checking for working strcoll... yes=0A= checking whether getpgrp takes no argument... yes=0A= checking for dlopen... yes=0A= checking for dlerror... yes=0A= checking for dlsym... yes=0A= checking for dlclose... yes=0A= checking for load... no=0A= checking for loadquery... no=0A= checking for loadbind... no=0A= checking for unload... no=0A= checking for shl_load... no=0A= checking for shl_unload... no=0A= checking for shl_findsym... no=0A= checking what style of signals to use... POSIX_SIGNALS=0A= checking where signal.h is located... = /usr/local/lib/gcc-lib/i686-pc-sco3.2v5.0.5/3.0.3/include/sys/signal.h=0A= checking where the RLIMIT macros are located... = /usr/include/sys/resource.h=0A= checking if rlim_t is longer than a long... no=0A= checking if the rlim_t is unsigned... yes=0A= checking for rlim_t... yes=0A= checking for /dev/fd filesystem... /dev/fd=0A= checking for RFS superroot directory... no=0A= checking whether we should use the native getcwd... no=0A= checking for NIS... no=0A= checking for NIS+... no=0A= checking for utmp file... /etc/utmp=0A= checking for wtmp file... /etc/wtmp=0A= checking for utmpx file... /etc/utmpx=0A= checking for wtmpx file... /etc/wtmpx=0A= checking for brk() prototype in ... yes=0A= checking for sbrk() prototype in ... yes=0A= checking for ioctl prototype in ... no=0A= checking for mknod prototype in ... yes=0A= checking if named FIFOs work... yes=0A= checking if echo in /bin/sh interprets escape sequences... yes=0A= checking if link() works... yes=0A= checking if kill(pid, 0) returns ESRCH correctly... yes=0A= checking if POSIX sigsuspend() works... yes=0A= checking if tcsetpgrp() actually works... yes=0A= checking if getpwnam() is faked... no=0A= checking what to set MAXJOB to... 50=0A= checking if your system use ELF binaries... yes=0A= checking if your dlsym() needs a leading underscore... =0A= checking if static/shared library linking is broken... yes=0A= updating cache ./config.cache=0A= creating ./config.status=0A= creating Config/defs.mk=0A= creating Makefile=0A= creating Doc/Makefile=0A= creating Etc/Makefile=0A= creating Src/Makefile=0A= creating Test/Makefile=0A= creating Completion/Makefile=0A= creating Functions/Makefile=0A= creating config.h=0A= =0A= zsh configuration=0A= -----------------=0A= zsh version : 3.1.9=0A= host operating system : i386-pc-sco3.2v5.0.5=0A= source code location : .=0A= compiler : gcc=0A= preprocessor flags : =0A= executable compiler flags : -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2=0A= executable linker flags : -s =0A= library flags : -lsocket -ldl -ltermcap -lm -lc =0A= installation basename : zsh=0A= binary install path : /usr/local/bin=0A= man page install path : /usr/local/man=0A= info install path : /usr/local/info=0A= functions install path : /usr/local/share/zsh/3.1.9/functions=0A= installed functions : Core/* Base/* Builtins/* User/* Commands/* = Debian/* Linux/* Bsd/* AIX/* X/* Zle/* Prompts/* Misc/* Zftp/*=0A= =0A= ------=_NextPart_000_0067_01C1B53A.E50AB7A0 Content-Type: text/plain; name="makev3.1.9.txt" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="makev3.1.9.txt" make[1]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'=0A= Linking with the standard modules.=0A= if test -f mymods.conf; then \=0A= cat mymods.conf > modules-bltin; \=0A= elif test N =3D N; then \=0A= sed -n '/L.* /{s/^.* //;p;}' < ./xmods.conf > modules-bltin; \=0A= else \=0A= echo > modules-bltin; \=0A= fi=0A= ( cd .. && OMIT_MODULES=3D"" \=0A= /bin/sh Src/mkmodindex.sh Src ) \=0A= > modules.index.tmp=0A= Updated `modules.index'.=0A= cd .. && /bin/sh $top_srcdir/Src/mkmakemod.sh Src Makemod=0A= creating Src/Makemod.in=0A= creating Src/Makemod=0A= make[2]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'=0A= echo 'timestamp for *.mdd files' > ../Src/modules.stamp=0A= creating Src/Aliases/Makefile.in=0A= creating Src/Aliases/Makefile=0A= make[3]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[3]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= creating Src/Builtins/Makefile.in=0A= creating Src/Builtins/Makefile=0A= make[3]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= make[3]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= creating Src/Modules/Makefile.in=0A= creating Src/Modules/Makefile=0A= make[3]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= make[3]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= creating Src/Zle/Makefile.in=0A= creating Src/Zle/Makefile=0A= make[3]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[2]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'=0A= make[2]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'=0A= gawk -f ./signames1.awk = /usr/local/lib/gcc-lib/i686-pc-sco3.2v5.0.5/3.0.3/include/sys/signal.h = >sigtmp.c=0A= gcc -E sigtmp.c >sigtmp.out=0A= gawk -f ./signames2.awk sigtmp.out > signames.c=0A= rm -f sigtmp.c sigtmp.out=0A= grep 'define.*SIGCOUNT' signames.c > sigcount.h=0A= make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'=0A= make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'=0A= Updated `zsh.mdh'.=0A= echo 'timestamp for zsh.mdh against zsh.mdd' > zsh.mdhs=0A= gawk -f ../Src/makepro.awk builtin.c Src > builtin.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = builtin.syms) \=0A= > builtin.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = builtin.syms) \=0A= > `echo builtin.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk compat.c Src > compat.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = compat.syms) \=0A= > compat.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = compat.syms) \=0A= > `echo compat.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk cond.c Src > cond.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = cond.syms) \=0A= > cond.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = cond.syms) \=0A= > `echo cond.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk exec.c Src > exec.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = exec.syms) \=0A= > exec.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = exec.syms) \=0A= > `echo exec.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk glob.c Src > glob.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = glob.syms) \=0A= > glob.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = glob.syms) \=0A= > `echo glob.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk hashtable.c Src > hashtable.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = hashtable.syms) \=0A= > hashtable.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = hashtable.syms) \=0A= > `echo hashtable.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk hist.c Src > hist.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = hist.syms) \=0A= > hist.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = hist.syms) \=0A= > `echo hist.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk init.c Src > init.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = init.syms) \=0A= > init.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = init.syms) \=0A= > `echo init.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk input.c Src > input.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = input.syms) \=0A= > input.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = input.syms) \=0A= > `echo input.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk jobs.c Src > jobs.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = jobs.syms) \=0A= > jobs.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = jobs.syms) \=0A= > `echo jobs.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk lex.c Src > lex.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = lex.syms) \=0A= > lex.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = lex.syms) \=0A= > `echo lex.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk linklist.c Src > linklist.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = linklist.syms) \=0A= > linklist.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = linklist.syms) \=0A= > `echo linklist.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk loop.c Src > loop.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = loop.syms) \=0A= > loop.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = loop.syms) \=0A= > `echo loop.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk math.c Src > math.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = math.syms) \=0A= > math.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = math.syms) \=0A= > `echo math.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk mem.c Src > mem.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = mem.syms) \=0A= > mem.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = mem.syms) \=0A= > `echo mem.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk module.c Src > module.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = module.syms) \=0A= > module.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = module.syms) \=0A= > `echo module.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk options.c Src > options.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = options.syms) \=0A= > options.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = options.syms) \=0A= > `echo options.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk params.c Src > params.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = params.syms) \=0A= > params.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = params.syms) \=0A= > `echo params.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk parse.c Src > parse.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = parse.syms) \=0A= > parse.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = parse.syms) \=0A= > `echo parse.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk pattern.c Src > pattern.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = pattern.syms) \=0A= > pattern.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = pattern.syms) \=0A= > `echo pattern.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk prompt.c Src > prompt.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = prompt.syms) \=0A= > prompt.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = prompt.syms) \=0A= > `echo prompt.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk signals.c Src > signals.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = signals.syms) \=0A= > signals.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = signals.syms) \=0A= > `echo signals.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk signames.c Src > signames.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = signames.syms) \=0A= > signames.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = signames.syms) \=0A= > `echo signames.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk subst.c Src > subst.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = subst.syms) \=0A= > subst.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = subst.syms) \=0A= > `echo subst.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk text.c Src > text.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = text.syms) \=0A= > text.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = text.syms) \=0A= > `echo text.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk utils.c Src > utils.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = utils.syms) \=0A= > utils.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = utils.syms) \=0A= > `echo utils.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../Src/makepro.awk watch.c Src > watch.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = watch.syms) \=0A= > watch.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = watch.syms) \=0A= > `echo watch.epro | sed 's/\.epro$/.pro/'`=0A= make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'=0A= make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'=0A= Updated `zsh.mdh'.=0A= make[3]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= ( \=0A= echo '/** thingies.list **/'; \=0A= echo '/** thingy structures for the known thingies **/'; \=0A= echo; \=0A= echo '/* format: T("name", TH_FLAGS, w_widget, t_nextthingy) */'; \=0A= echo; \=0A= sed -e 's/#.*//; /^$/d; s/" *,.*/"/' \=0A= -e 's/^"/T("/; s/$/, 0,/; h' \=0A= -e 's/-//g; s/^.*"\(.*\)".*/w_\1, t_D\1)/' \=0A= -e 'H; g; s/\n/ /' \=0A= < ./iwidgets.list; \=0A= sed -e 's/#.*//; /^$/d; s/" *,.*/"/' \=0A= -e 's/^"/T("./; s/$/, TH_IMMORTAL,/; h' \=0A= -e 's/-//g; s/^.*"\.\(.*\)".*/w_\1, t_\1)/' \=0A= -e 'H; g; s/\n/ /' \=0A= < ./iwidgets.list; \=0A= ) > thingies.list=0A= ( \=0A= echo '/** zle_things.h **/'; \=0A= echo '/** indices of and pointers to known thingies **/'; \=0A= echo; \=0A= echo 'enum {'; \=0A= sed -n -f ./zle_things.sed < thingies.list; \=0A= echo ' ZLE_BUILTIN_THINGY_COUNT'; \=0A= echo '};'; \=0A= ) > zle_things.h=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= Updated `zle.mdh'.=0A= echo 'timestamp for zle.mdh against zle.mdd' > zle.mdhs=0A= gawk -f ../../Src/makepro.awk zle_bindings.c Src/Zle > zle_bindings.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_bindings.syms) \=0A= > zle_bindings.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_bindings.syms) \=0A= > `echo zle_bindings.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_hist.c Src/Zle > zle_hist.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_hist.syms) \=0A= > zle_hist.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_hist.syms) \=0A= > `echo zle_hist.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_keymap.c Src/Zle > zle_keymap.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_keymap.syms) \=0A= > zle_keymap.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_keymap.syms) \=0A= > `echo zle_keymap.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_main.c Src/Zle > zle_main.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_main.syms) \=0A= > zle_main.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_main.syms) \=0A= > `echo zle_main.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_misc.c Src/Zle > zle_misc.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_misc.syms) \=0A= > zle_misc.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_misc.syms) \=0A= > `echo zle_misc.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_move.c Src/Zle > zle_move.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_move.syms) \=0A= > zle_move.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_move.syms) \=0A= > `echo zle_move.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_params.c Src/Zle > zle_params.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_params.syms) \=0A= > zle_params.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_params.syms) \=0A= > `echo zle_params.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_refresh.c Src/Zle > zle_refresh.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_refresh.syms) \=0A= > zle_refresh.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_refresh.syms) \=0A= > `echo zle_refresh.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_thingy.c Src/Zle > zle_thingy.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_thingy.syms) \=0A= > zle_thingy.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_thingy.syms) \=0A= > `echo zle_thingy.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_tricky.c Src/Zle > zle_tricky.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_tricky.syms) \=0A= > zle_tricky.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_tricky.syms) \=0A= > `echo zle_tricky.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_utils.c Src/Zle > zle_utils.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_utils.syms) \=0A= > zle_utils.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_utils.syms) \=0A= > `echo zle_utils.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_vi.c Src/Zle > zle_vi.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_vi.syms) \=0A= > zle_vi.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_vi.syms) \=0A= > `echo zle_vi.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk zle_word.c Src/Zle > zle_word.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle_word.syms) \=0A= > zle_word.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle_word.syms) \=0A= > `echo zle_word.epro | sed 's/\.epro$/.pro/'`=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= Updated `zle.mdh'.=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= Updated `complete.mdh'.=0A= echo 'timestamp for complete.mdh against complete.mdd' > complete.mdhs=0A= gawk -f ../../Src/makepro.awk complete.c Src/Zle > complete.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = complete.syms) \=0A= > complete.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = complete.syms) \=0A= > `echo complete.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk compcore.c Src/Zle > compcore.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = compcore.syms) \=0A= > compcore.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = compcore.syms) \=0A= > `echo compcore.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk compmatch.c Src/Zle > compmatch.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = compmatch.syms) \=0A= > compmatch.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = compmatch.syms) \=0A= > `echo compmatch.epro | sed 's/\.epro$/.pro/'`=0A= gawk -f ../../Src/makepro.awk compresult.c Src/Zle > compresult.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = compresult.syms) \=0A= > compresult.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = compresult.syms) \=0A= > `echo compresult.epro | sed 's/\.epro$/.pro/'`=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= Updated `complete.mdh'.=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= Updated `compctl.mdh'.=0A= echo 'timestamp for compctl.mdh against compctl.mdd' > compctl.mdhs=0A= gawk -f ../../Src/makepro.awk compctl.c Src/Zle > compctl.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = compctl.syms) \=0A= > compctl.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = compctl.syms) \=0A= > `echo compctl.epro | sed 's/\.epro$/.pro/'`=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= Updated `compctl.mdh'.=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= Updated `compctl.mdh'.=0A= echo 'timestamp for compctl.mdh against compctl.mdd' > compctl.mdhs=0A= sed 's,@NAME@,compctl,g' < ./alias.c.in > compctl.c=0A= gawk -f ../../Src/makepro.awk compctl.c Src/Aliases > compctl.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = compctl.syms) \=0A= > compctl.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = compctl.syms) \=0A= > `echo compctl.epro | sed 's/\.epro$/.pro/'`=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= Updated `compctl.mdh'.=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[4]: `complete.mdh' is up to date.=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= Updated `complete.mdh'.=0A= echo 'timestamp for complete.mdh against complete.mdd' > complete.mdhs=0A= sed 's,@NAME@,complete,g' < ./alias.c.in > complete.c=0A= gawk -f ../../Src/makepro.awk complete.c Src/Aliases > complete.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = complete.syms) \=0A= > complete.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = complete.syms) \=0A= > `echo complete.epro | sed 's/\.epro$/.pro/'`=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= Updated `complete.mdh'.=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= Updated `complist.mdh'.=0A= echo 'timestamp for complist.mdh against complist.mdd' > complist.mdhs=0A= gawk -f ../../Src/makepro.awk complist.c Src/Zle > complist.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = complist.syms) \=0A= > complist.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = complist.syms) \=0A= > `echo complist.epro | sed 's/\.epro$/.pro/'`=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= Updated `complist.mdh'.=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= Updated `complist.mdh'.=0A= echo 'timestamp for complist.mdh against complist.mdd' > complist.mdhs=0A= sed 's,@NAME@,complist,g' < ./alias.c.in > complist.c=0A= gawk -f ../../Src/makepro.awk complist.c Src/Aliases > complist.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = complist.syms) \=0A= > complist.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = complist.syms) \=0A= > `echo complist.epro | sed 's/\.epro$/.pro/'`=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= Updated `complist.mdh'.=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= Updated `computil.mdh'.=0A= echo 'timestamp for computil.mdh against computil.mdd' > computil.mdhs=0A= gawk -f ../../Src/makepro.awk computil.c Src/Zle > computil.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = computil.syms) \=0A= > computil.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = computil.syms) \=0A= > `echo computil.epro | sed 's/\.epro$/.pro/'`=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= Updated `computil.mdh'.=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= Updated `computil.mdh'.=0A= echo 'timestamp for computil.mdh against computil.mdd' > computil.mdhs=0A= sed 's,@NAME@,computil,g' < ./alias.c.in > computil.c=0A= gawk -f ../../Src/makepro.awk computil.c Src/Aliases > computil.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = computil.syms) \=0A= > computil.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = computil.syms) \=0A= > `echo computil.epro | sed 's/\.epro$/.pro/'`=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= Updated `computil.mdh'.=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= make[5]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= Updated `parameter.mdh'.=0A= echo 'timestamp for parameter.mdh against parameter.mdd' > parameter.mdhs=0A= gawk -f ../../Src/makepro.awk parameter.c Src/Modules > parameter.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = parameter.syms) \=0A= > parameter.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = parameter.syms) \=0A= > `echo parameter.epro | sed 's/\.epro$/.pro/'`=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= make[5]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= Updated `parameter.mdh'.=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= Updated `parameter.mdh'.=0A= echo 'timestamp for parameter.mdh against parameter.mdd' > parameter.mdhs=0A= sed 's,@NAME@,parameter,g' < ./alias.c.in > parameter.c=0A= gawk -f ../../Src/makepro.awk parameter.c Src/Aliases > parameter.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = parameter.syms) \=0A= > parameter.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = parameter.syms) \=0A= > `echo parameter.epro | sed 's/\.epro$/.pro/'`=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= Updated `parameter.mdh'.=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= make[5]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= Updated `rlimits.mdh'.=0A= echo 'timestamp for rlimits.mdh against rlimits.mdd' > rlimits.mdhs=0A= gawk -f ../../Src/makepro.awk rlimits.c Src/Builtins > rlimits.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = rlimits.syms) \=0A= > rlimits.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = rlimits.syms) \=0A= > `echo rlimits.epro | sed 's/\.epro$/.pro/'`=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= make[5]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= Updated `rlimits.mdh'.=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= Updated `rlimits.mdh'.=0A= echo 'timestamp for rlimits.mdh against rlimits.mdd' > rlimits.mdhs=0A= sed 's,@NAME@,rlimits,g' < ./alias.c.in > rlimits.c=0A= gawk -f ../../Src/makepro.awk rlimits.c Src/Aliases > rlimits.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = rlimits.syms) \=0A= > rlimits.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = rlimits.syms) \=0A= > `echo rlimits.epro | sed 's/\.epro$/.pro/'`=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= Updated `rlimits.mdh'.=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= make[5]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= Updated `sched.mdh'.=0A= echo 'timestamp for sched.mdh against sched.mdd' > sched.mdhs=0A= gawk -f ../../Src/makepro.awk sched.c Src/Builtins > sched.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = sched.syms) \=0A= > sched.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = sched.syms) \=0A= > `echo sched.epro | sed 's/\.epro$/.pro/'`=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= make[5]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= Updated `sched.mdh'.=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= Updated `sched.mdh'.=0A= echo 'timestamp for sched.mdh against sched.mdd' > sched.mdhs=0A= sed 's,@NAME@,sched,g' < ./alias.c.in > sched.c=0A= gawk -f ../../Src/makepro.awk sched.c Src/Aliases > sched.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = sched.syms) \=0A= > sched.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = sched.syms) \=0A= > `echo sched.epro | sed 's/\.epro$/.pro/'`=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= Updated `sched.mdh'.=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[4]: `zle.mdh' is up to date.=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= Updated `zle.mdh'.=0A= echo 'timestamp for zle.mdh against zle.mdd' > zle.mdhs=0A= sed 's,@NAME@,zle,g' < ./alias.c.in > zle.c=0A= gawk -f ../../Src/makepro.awk zle.c Src/Aliases > zle.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zle.syms) \=0A= > zle.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zle.syms) \=0A= > `echo zle.epro | sed 's/\.epro$/.pro/'`=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= Updated `zle.mdh'.=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= Updated `zleparameter.mdh'.=0A= echo 'timestamp for zleparameter.mdh against zleparameter.mdd' > = zleparameter.mdhs=0A= gawk -f ../../Src/makepro.awk zleparameter.c Src/Zle > zleparameter.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zleparameter.syms) \=0A= > zleparameter.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zleparameter.syms) \=0A= > `echo zleparameter.epro | sed 's/\.epro$/.pro/'`=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= Updated `zleparameter.mdh'.=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= Updated `zleparameter.mdh'.=0A= echo 'timestamp for zleparameter.mdh against zleparameter.mdd' > = zleparameter.mdhs=0A= sed 's,@NAME@,zleparameter,g' < ./alias.c.in > zleparameter.c=0A= gawk -f ../../Src/makepro.awk zleparameter.c Src/Aliases > = zleparameter.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zleparameter.syms) \=0A= > zleparameter.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zleparameter.syms) \=0A= > `echo zleparameter.epro | sed 's/\.epro$/.pro/'`=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= Updated `zleparameter.mdh'.=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[5]: `complete.mdh' is up to date.=0A= make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= make[5]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= Updated `zutil.mdh'.=0A= echo 'timestamp for zutil.mdh against zutil.mdd' > zutil.mdhs=0A= gawk -f ../../Src/makepro.awk zutil.c Src/Modules > zutil.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zutil.syms) \=0A= > zutil.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zutil.syms) \=0A= > `echo zutil.epro | sed 's/\.epro$/.pro/'`=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= make[5]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= Updated `zutil.mdh'.=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= Updated `zutil.mdh'.=0A= echo 'timestamp for zutil.mdh against zutil.mdd' > zutil.mdhs=0A= sed 's,@NAME@,zutil,g' < ./alias.c.in > zutil.c=0A= gawk -f ../../Src/makepro.awk zutil.c Src/Aliases > zutil.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = zutil.syms) \=0A= > zutil.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = zutil.syms) \=0A= > `echo zutil.epro | sed 's/\.epro$/.pro/'`=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= Updated `zutil.mdh'.=0A= make[3]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[3]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= make[3]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= make[3]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[4]: `complete.mdh' is up to date.=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[3]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= make[3]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[2]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'=0A= rm -f stamp-modobjs.tmp=0A= make[2]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o builtin.o builtin.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o compat.o compat.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o cond.o cond.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o exec.o exec.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o glob.o glob.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o hashtable.o hashtable.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o hist.o hist.c=0A= srcdir=3D'.' MODBINS=3D'modules-bltin' \=0A= XMODCF=3D'./xmods.conf' /bin/sh ./mkbltnmlst.sh bltinmods.list=0A= Updated `zshpaths.h'.=0A= Creating `zshxmods.h'.=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o init.o init.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o input.o input.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o jobs.o jobs.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o lex.o lex.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o linklist.o linklist.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o loop.o loop.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o math.o math.c=0A= math.c: In function `zzlex':=0A= math.c:369: warning: operation on `ptr' may be undefined=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o mem.o mem.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o module.o module.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o options.o options.c=0A= echo '#define ZSH_VERSION "'3.1.9'"' > version.h=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o params.o params.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o parse.o parse.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o pattern.o pattern.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o prompt.o prompt.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o signals.o signals.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o signames.o signames.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o subst.o subst.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o text.o text.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o utils.o utils.c=0A= utils.c: In function `noquery':=0A= utils.c:1324: warning: unused variable `c'=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o watch.o watch.c=0A= echo '' builtin.o compat.o cond.o exec.o glob.o hashtable.o hist.o = init.o input.o jobs.o lex.o linklist.o loop.o math.o mem.o module.o = options.o params.o parse.o pattern.o prompt.o signals.o signames.o = subst.o text.o utils.o watch.o >> ../Src/stamp-modobjs.tmp=0A= make[3]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[4]: `compctl.mdh' is up to date.=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o compctl.o compctl.c=0A= echo '' compctl.o | sed 's" " Aliases/"g' >> ../../Src/stamp-modobjs.tmp=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[4]: `complete.mdh' is up to date.=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o complete.o complete.c=0A= echo '' complete.o | sed 's" " Aliases/"g' >> ../../Src/stamp-modobjs.tmp=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[4]: `complist.mdh' is up to date.=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o complist.o complist.c=0A= echo '' complist.o | sed 's" " Aliases/"g' >> ../../Src/stamp-modobjs.tmp=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[4]: `computil.mdh' is up to date.=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o computil.o computil.c=0A= echo '' computil.o | sed 's" " Aliases/"g' >> ../../Src/stamp-modobjs.tmp=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= make[4]: `parameter.mdh' is up to date.=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o parameter.o parameter.c=0A= echo '' parameter.o | sed 's" " Aliases/"g' >> = ../../Src/stamp-modobjs.tmp=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= make[4]: `rlimits.mdh' is up to date.=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o rlimits.o rlimits.c=0A= echo '' rlimits.o | sed 's" " Aliases/"g' >> ../../Src/stamp-modobjs.tmp=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= make[4]: `sched.mdh' is up to date.=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o sched.o sched.c=0A= echo '' sched.o | sed 's" " Aliases/"g' >> ../../Src/stamp-modobjs.tmp=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[4]: `zle.mdh' is up to date.=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o zle.o zle.c=0A= echo '' zle.o | sed 's" " Aliases/"g' >> ../../Src/stamp-modobjs.tmp=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[4]: `zleparameter.mdh' is up to date.=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o zleparameter.o zleparameter.c=0A= echo '' zleparameter.o | sed 's" " Aliases/"g' >> = ../../Src/stamp-modobjs.tmp=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= make[5]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[5]: `complete.mdh' is up to date.=0A= make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[4]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o zutil.o zutil.c=0A= echo '' zutil.o | sed 's" " Aliases/"g' >> ../../Src/stamp-modobjs.tmp=0A= make[3]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[3]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= gawk -f ./rlimits.awk /usr/include/sys/resource.h > rlimits.h=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o rlimits.o rlimits.c=0A= echo '' rlimits.o | sed 's" " Builtins/"g' >> ../../Src/stamp-modobjs.tmp=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o sched.o sched.c=0A= echo '' sched.o | sed 's" " Builtins/"g' >> ../../Src/stamp-modobjs.tmp=0A= make[3]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= make[3]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o parameter.o parameter.c=0A= echo '' parameter.o | sed 's" " Modules/"g' >> = ../../Src/stamp-modobjs.tmp=0A= make[4]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[4]: `complete.mdh' is up to date.=0A= make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o zutil.o zutil.c=0A= echo '' zutil.o | sed 's" " Modules/"g' >> ../../Src/stamp-modobjs.tmp=0A= make[3]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= make[3]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o compctl.o compctl.c=0A= echo '' compctl.o | sed 's" " Zle/"g' >> ../../Src/stamp-modobjs.tmp=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o complete.o complete.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o compcore.o compcore.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o compmatch.o compmatch.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o compresult.o compresult.c=0A= echo '' complete.o compcore.o compmatch.o compresult.o | sed 's" " = Zle/"g' >> ../../Src/stamp-modobjs.tmp=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o complist.o complist.c=0A= echo '' complist.o | sed 's" " Zle/"g' >> ../../Src/stamp-modobjs.tmp=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o computil.o computil.c=0A= echo '' computil.o | sed 's" " Zle/"g' >> ../../Src/stamp-modobjs.tmp=0A= ( \=0A= echo '/** widgets.list **/'; \=0A= echo '/** widget structures for the internal widgets **/'; \=0A= echo; \=0A= echo '/* format: W(ZLE_FLAGS, t_firstname, functionname) */'; \=0A= echo; \=0A= sed -e 's/#.*//; /^$/d; s/-//g' \=0A= -e 's/^"\(.*\)" *, *\([^ ]*\) *, *\(.*\)/W(\3, t_\1, \2)/' \=0A= < ./iwidgets.list; \=0A= ) > widgets.list=0A= ( \=0A= echo '/** zle_widget.h **/'; \=0A= echo '/** indices of and pointers to internal widgets **/'; \=0A= echo; \=0A= echo 'enum {'; \=0A= sed -n -f ./zle_widget.sed < widgets.list; \=0A= echo ' ZLE_BUILTIN_WIDGET_COUNT'; \=0A= echo '};'; \=0A= ) > zle_widget.h=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o zle_bindings.o zle_bindings.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o zle_hist.o zle_hist.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o zle_keymap.o zle_keymap.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o zle_main.o zle_main.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o zle_misc.o zle_misc.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o zle_move.o zle_move.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o zle_params.o zle_params.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o zle_refresh.o zle_refresh.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o zle_thingy.o zle_thingy.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o zle_tricky.o zle_tricky.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o zle_utils.o zle_utils.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o zle_vi.o zle_vi.c=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o zle_word.o zle_word.c=0A= echo '' zle_bindings.o zle_hist.o zle_keymap.o zle_main.o zle_misc.o = zle_move.o zle_params.o zle_refresh.o zle_thingy.o zle_tricky.o = zle_utils.o zle_vi.o zle_word.o | sed 's" " Zle/"g' >> = ../../Src/stamp-modobjs.tmp=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o zleparameter.o zleparameter.c=0A= echo '' zleparameter.o | sed 's" " Zle/"g' >> ../../Src/stamp-modobjs.tmp=0A= make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[2]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'=0A= Updated `stamp-modobjs'.=0A= make[2]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'=0A= gawk -f ../Src/makepro.awk main.c Src > main.syms=0A= (echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < = main.syms) \=0A= > main.epro=0A= (echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < = main.syms) \=0A= > `echo main.epro | sed 's/\.epro$/.pro/'`=0A= gcc -c -I. -DHAVE_CONFIG_H -D__sco -Wall -Wno-implicit = -Wmissing-prototypes -O2 -o main.o ./main.c=0A= make[2]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'=0A= make[2]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'=0A= ( echo '#!'; cat builtin.syms compat.syms cond.syms exec.syms glob.syms = hashtable.syms hist.syms init.syms input.syms jobs.syms lex.syms = linklist.syms loop.syms math.syms mem.syms module.syms options.syms = params.syms parse.syms pattern.syms prompt.syms signals.syms = signames.syms subst.syms text.syms utils.syms watch.syms | sed -n = '/^X/{s/^X//;p;}' | sort -u ) > zsh.export=0A= make[2]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'=0A= rm -f zsh=0A= gcc -s -o zsh main.o `cat stamp-modobjs` -lsocket -ldl -ltermcap -lm = -lc =0A= make[2]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'=0A= make[3]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[3]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'=0A= make[3]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= make[3]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'=0A= make[3]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= make[3]: Leaving directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'=0A= make[3]: Entering directory = `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'=0A= make[2]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'=0A= make[1]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'=0A= make[1]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Doc'=0A= make[1]: Nothing to be done for `all'.=0A= make[1]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Doc'=0A= ------=_NextPart_000_0067_01C1B53A.E50AB7A0--