Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: Help with compile problem



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@xxxxxxxxxxxxxxxx [mailto:lantern@xxxxxxxxxxxxxxxx]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@xxxxxxxxxx, 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.
>
creating cache ./config.cache
configuring for zsh 4.0.4
checking host system type... i686-pc-sco3.2v5.0.5
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether large file support needs explicit enabling... no
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking for working const... yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
checking for gcc option to accept ANSI C... 
checking whether to use prototypes... yes
checking for working alloca.h... no
checking for alloca... yes
checking if the compiler supports union initialisation... yes
checking if signed to unsigned casting is broken... no
checking if the compiler supports variable-length arrays... yes
checking what to set MAXJOB to... 50
checking whether make sets ${MAKE}... yes
checking for a BSD compatible install... ./install-sh -c
checking for mawk... no
checking for gawk... gawk
checking whether ln works... yes
checking for yodl... yodl
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether stat file-mode macros are broken... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/select.h... yes
checking for termcap.h... no
checking for termio.h... yes
checking for termios.h... yes
checking for sys/param.h... yes
checking for sys/filio.h... no
checking for string.h... yes
checking for memory.h... yes
checking for limits.h... yes
checking for fcntl.h... yes
checking for libc.h... no
checking for sys/utsname.h... yes
checking for sys/resource.h... yes
checking for locale.h... yes
checking for errno.h... yes
checking for stdlib.h... yes
checking for unistd.h... yes
checking for sys/capability.h... no
checking for utmp.h... yes
checking for utmpx.h... yes
checking for sys/types.h... yes
checking for pwd.h... yes
checking for grp.h... yes
checking for poll.h... yes
checking for sys/mman.h... yes
checking for netinet/in_systm.h... yes
checking for dlfcn.h... yes
checking for dl.h... no
checking for conflicts in sys/time.h and sys/select.h... no
checking POSIX termios... yes
checking TIOCGWINSZ in termios.h... yes
checking for sys/ptem.h... yes
checking for printf in -lc... yes
checking for pow in -lm... yes
checking for library containing tgetent... -ltermcap
checking for library containing yp_all... no
checking for dlopen in -ldl... yes
checking for cap_get_proc in -lcap... no
checking for socket in -lsocket... yes
checking if an include file defines ospeed... no
checking if you must define ospeed... yes
checking return type of signal handlers... void
checking for pid_t... yes
checking for off_t... yes
checking for ino_t... yes
checking for mode_t... yes
checking for uid_t in sys/types.h... yes
checking for size_t... yes
checking if long is 64 bits... no
checking if off_t is 64 bit... no
checking if ino_t is 64 bit... no
checking if compiler has a 64 bit type... long long
checking for a corresponding unsigned 64 bit type... unsigned long long
checking for sigset_t... yes
checking for struct timezone... yes
checking for struct utmp... yes
checking for struct utmpx... yes
checking for ut_host in struct utmp... no
checking for ut_host in struct utmpx... yes
checking for ut_xtime in struct utmpx... yes
checking for ut_tv in struct utmpx... yes
checking for d_ino in struct dirent... yes
checking for d_stat in struct dirent... no
checking for d_ino in struct direct... no
checking for d_stat in struct direct... no
checking for sin6_scope_id in struct sockaddr_in6... no
checking if we need our own h_errno... no
checking for strftime... yes
checking for difftime... yes
checking for gettimeofday... yes
checking for select... yes
checking for poll... yes
checking for readlink... yes
checking for lstat... yes
checking for lchown... yes
checking for faccessx... no
checking for fchdir... yes
checking for ftruncate... yes
checking for fseeko... no
checking for ftello... no
checking for mkfifo... yes
checking for _mktemp... yes
checking for waitpid... yes
checking for wait3... yes
checking for sigaction... yes
checking for sigblock... no
checking for sighold... yes
checking for sigrelse... yes
checking for sigsetmask... no
checking for sigprocmask... yes
checking for killpg... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for tcsetpgrp... yes
checking for tcgetattr... yes
checking for nice... yes
checking for gethostname... yes
checking for gethostbyname2... no
checking for getipnodebyname... no
checking for inet_aton... yes
checking for inet_pton... yes
checking for inet_ntop... yes
checking for getlogin... yes
checking for getpwent... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for getgrgid... yes
checking for getgrnam... yes
checking for initgroups... yes
checking for nis_list... no
checking for setuid... yes
checking for seteuid... yes
checking for setreuid... yes
checking for setresuid... no
checking for setsid... yes
checking for memcpy... yes
checking for memmove... yes
checking for strstr... yes
checking for strerror... yes
checking for cap_get_proc... no
checking for getrlimit... yes
checking for setlocale... yes
checking for uname... yes
checking for signgam... yes
checking for putenv... yes
checking for getenv... yes
checking for brk... yes
checking for sbrk... yes
checking for pathconf... yes
checking for sysconf... yes
checking for tgetent... yes
checking for tigetflag... no
checking for tigetnum... no
checking for tigetstr... no
checking for setupterm... no
checking for working strcoll... yes
checking if tgetent accepts NULL... no
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... no
checking whether getpgrp takes no argument... yes
checking for dlopen... yes
checking for dlerror... yes
checking for dlsym... yes
checking for dlclose... yes
checking for load... no
checking for loadquery... no
checking for loadbind... no
checking for unload... no
checking for shl_load... no
checking for shl_unload... no
checking for shl_findsym... no
checking what style of signals to use... POSIX_SIGNALS
checking where signal.h is located... /usr/local/lib/gcc-lib/i686-pc-sco3.2v5.0.5/3.0.3/include/sys/signal.h
checking where the RLIMIT macros are located... /usr/include/sys/resource.h
checking if rlim_t is longer than a long... no
checking if the rlim_t is unsigned... yes
checking for rlim_t... yes
checking for /dev/fd filesystem... /dev/fd
checking for RFS superroot directory... no
checking whether we should use the native getcwd... no
checking for NIS... no
checking for NIS+... no
checking for utmp file... /etc/utmp
checking for wtmp file... /etc/wtmp
checking for utmpx file... /etc/utmpx
checking for wtmpx file... /etc/wtmpx
checking for brk() prototype in <unistd.h>... yes
checking for sbrk() prototype in <unistd.h>... yes
checking for ioctl prototype in <sys/ioctl.h>... no
checking for mknod prototype in <sys/stat.h>... yes
checking if named FIFOs work... yes
checking if echo in /bin/sh interprets escape sequences... yes
checking if link() works... yes
checking if kill(pid, 0) returns ESRCH correctly... yes
checking if POSIX sigsuspend() works... yes
checking if tcsetpgrp() actually works... yes
checking if getpwnam() is faked... no
checking base type of the third argument to accept... int
checking if your system uses ELF binaries... yes
checking if your dlsym() needs a leading underscore... 
checking if environ is available in shared libraries... no
checking if tgetent is available in shared libraries... no
creating ./config.modules
updating cache ./config.cache
creating ./config.status

zsh configuration
-----------------
zsh version               : 4.0.4
host operating system     : i686-pc-sco3.2v5.0.5
source code location      : .
compiler                  : gcc
preprocessor flags        : 
executable compiler flags : -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2
executable linker flags   :   -s 
library flags             : -lsocket -ldl -ltermcap -lm  -lc
installation basename     : zsh
binary install path       : /usr/local/bin
man page install path     : /usr/local/man
info install path         : /usr/local/info
functions install path    : /usr/local/share/zsh/4.0.4/functions
See config.modules for installed modules and functions.

creating Config/defs.mk
creating Makefile
creating Doc/Makefile
creating Etc/Makefile
creating Src/Makefile
creating Test/Makefile
creating config.h
make[1]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src'
cd .. && /bin/sh $top_srcdir/Src/mkmakemod.sh Src Makemod
creating Src/Makemod.in
creating Src/Makemod
make[2]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src'
echo 'timestamp for *.mdd files' > ../Src/modules.stamp
creating Src/Builtins/Makefile.in
creating Src/Builtins/Makefile
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'
creating Src/Modules/Makefile.in
creating Src/Modules/Makefile
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'
creating Src/Zle/Makefile.in
creating Src/Zle/Makefile
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
make[2]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src'
make[2]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src'
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src'
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src'
Updated `zsh.mdh'.
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'
Updated `rlimits.mdh'.
echo 'timestamp for rlimits.mdh against rlimits.mdd' > rlimits.mdhs
gawk -f ../../Src/makepro.awk rlimits.c Src/Builtins > rlimits.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < rlimits.syms) \
	> rlimits.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < rlimits.syms) \
	> `echo rlimits.epro | sed 's/\.epro$/.pro/'`
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'
Updated `rlimits.mdh'.
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'
Updated `sched.mdh'.
echo 'timestamp for sched.mdh against sched.mdd' > sched.mdhs
gawk -f ../../Src/makepro.awk sched.c Src/Builtins > sched.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < sched.syms) \
	> sched.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < sched.syms) \
	> `echo sched.epro | sed 's/\.epro$/.pro/'`
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'
Updated `sched.mdh'.
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Builtins'
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'
Updated `parameter.mdh'.
echo 'timestamp for parameter.mdh against parameter.mdd' > parameter.mdhs
gawk -f ../../Src/makepro.awk parameter.c Src/Modules > parameter.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < parameter.syms) \
	> parameter.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < parameter.syms) \
	> `echo parameter.epro | sed 's/\.epro$/.pro/'`
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'
Updated `parameter.mdh'.
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'
Updated `termcap.mdh'.
echo 'timestamp for termcap.mdh against termcap.mdd' > termcap.mdhs
gawk -f ../../Src/makepro.awk termcap.c Src/Modules > termcap.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < termcap.syms) \
	> termcap.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < termcap.syms) \
	> `echo termcap.epro | sed 's/\.epro$/.pro/'`
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'
Updated `termcap.mdh'.
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'
Updated `terminfo.mdh'.
echo 'timestamp for terminfo.mdh against terminfo.mdd' > terminfo.mdhs
gawk -f ../../Src/makepro.awk terminfo.c Src/Modules > terminfo.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < terminfo.syms) \
	> terminfo.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < terminfo.syms) \
	> `echo terminfo.epro | sed 's/\.epro$/.pro/'`
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'
Updated `terminfo.mdh'.
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
( \
    echo '/** thingies.list                            **/'; \
    echo '/** thingy structures for the known thingies **/'; \
    echo; \
    echo '/* format: T("name", TH_FLAGS, w_widget, t_nextthingy) */'; \
    echo; \
    sed -e 's/#.*//; /^$/d; s/" *,.*/"/' \
	-e 's/^"/T("/; s/$/, 0,/; h' \
	-e 's/-//g; s/^.*"\(.*\)".*/w_\1, t_D\1)/' \
	-e 'H; g; s/\n/ /' \
	< ./iwidgets.list; \
    sed -e 's/#.*//; /^$/d; s/" *,.*/"/' \
	-e 's/^"/T("./; s/$/, TH_IMMORTAL,/; h' \
	-e 's/-//g; s/^.*"\.\(.*\)".*/w_\1, t_\1)/' \
	-e 'H; g; s/\n/ /' \
	< ./iwidgets.list; \
) > thingies.list
( \
    echo '/** zle_things.h                              **/'; \
    echo '/** indices of and pointers to known thingies **/'; \
    echo; \
    echo 'enum {'; \
    sed -n -f ./zle_things.sed < thingies.list; \
    echo '    ZLE_BUILTIN_THINGY_COUNT'; \
    echo '};'; \
) > zle_things.h
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
Updated `zle.mdh'.
echo 'timestamp for zle.mdh against zle.mdd' > zle.mdhs
gawk -f ../../Src/makepro.awk zle_bindings.c Src/Zle > zle_bindings.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_bindings.syms) \
	> zle_bindings.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_bindings.syms) \
	> `echo zle_bindings.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_hist.c Src/Zle > zle_hist.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_hist.syms) \
	> zle_hist.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_hist.syms) \
	> `echo zle_hist.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_keymap.c Src/Zle > zle_keymap.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_keymap.syms) \
	> zle_keymap.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_keymap.syms) \
	> `echo zle_keymap.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_main.c Src/Zle > zle_main.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_main.syms) \
	> zle_main.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_main.syms) \
	> `echo zle_main.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_misc.c Src/Zle > zle_misc.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_misc.syms) \
	> zle_misc.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_misc.syms) \
	> `echo zle_misc.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_move.c Src/Zle > zle_move.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_move.syms) \
	> zle_move.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_move.syms) \
	> `echo zle_move.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_params.c Src/Zle > zle_params.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_params.syms) \
	> zle_params.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_params.syms) \
	> `echo zle_params.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_refresh.c Src/Zle > zle_refresh.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_refresh.syms) \
	> zle_refresh.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_refresh.syms) \
	> `echo zle_refresh.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_thingy.c Src/Zle > zle_thingy.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_thingy.syms) \
	> zle_thingy.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_thingy.syms) \
	> `echo zle_thingy.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_tricky.c Src/Zle > zle_tricky.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_tricky.syms) \
	> zle_tricky.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_tricky.syms) \
	> `echo zle_tricky.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_utils.c Src/Zle > zle_utils.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_utils.syms) \
	> zle_utils.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_utils.syms) \
	> `echo zle_utils.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_vi.c Src/Zle > zle_vi.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_vi.syms) \
	> zle_vi.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_vi.syms) \
	> `echo zle_vi.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_word.c Src/Zle > zle_word.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_word.syms) \
	> zle_word.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_word.syms) \
	> `echo zle_word.epro | sed 's/\.epro$/.pro/'`
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
Updated `zle.mdh'.
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
Updated `complete.mdh'.
echo 'timestamp for complete.mdh against complete.mdd' > complete.mdhs
gawk -f ../../Src/makepro.awk complete.c Src/Zle > complete.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < complete.syms) \
	> complete.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < complete.syms) \
	> `echo complete.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk compcore.c Src/Zle > compcore.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < compcore.syms) \
	> compcore.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < compcore.syms) \
	> `echo compcore.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk compmatch.c Src/Zle > compmatch.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < compmatch.syms) \
	> compmatch.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < compmatch.syms) \
	> `echo compmatch.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk compresult.c Src/Zle > compresult.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < compresult.syms) \
	> compresult.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < compresult.syms) \
	> `echo compresult.epro | sed 's/\.epro$/.pro/'`
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
Updated `complete.mdh'.
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'
Updated `zutil.mdh'.
echo 'timestamp for zutil.mdh against zutil.mdd' > zutil.mdhs
gawk -f ../../Src/makepro.awk zutil.c Src/Modules > zutil.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zutil.syms) \
	> zutil.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zutil.syms) \
	> `echo zutil.epro | sed 's/\.epro$/.pro/'`
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'
Updated `zutil.mdh'.
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Modules'
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
Updated `compctl.mdh'.
echo 'timestamp for compctl.mdh against compctl.mdd' > compctl.mdhs
gawk -f ../../Src/makepro.awk compctl.c Src/Zle > compctl.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < compctl.syms) \
	> compctl.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < compctl.syms) \
	> `echo compctl.epro | sed 's/\.epro$/.pro/'`
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
Updated `compctl.mdh'.
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
Updated `complist.mdh'.
echo 'timestamp for complist.mdh against complist.mdd' > complist.mdhs
gawk -f ../../Src/makepro.awk complist.c Src/Zle > complist.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < complist.syms) \
	> complist.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < complist.syms) \
	> `echo complist.epro | sed 's/\.epro$/.pro/'`
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
Updated `complist.mdh'.
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
Updated `computil.mdh'.
echo 'timestamp for computil.mdh against computil.mdd' > computil.mdhs
gawk -f ../../Src/makepro.awk computil.c Src/Zle > computil.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < computil.syms) \
	> computil.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < computil.syms) \
	> `echo computil.epro | sed 's/\.epro$/.pro/'`
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
Updated `computil.mdh'.
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
Updated `zleparameter.mdh'.
echo 'timestamp for zleparameter.mdh against zleparameter.mdd' > zleparameter.mdhs
gawk -f ../../Src/makepro.awk zleparameter.c Src/Zle > zleparameter.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zleparameter.syms) \
	> zleparameter.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zleparameter.syms) \
	> `echo zleparameter.epro | sed 's/\.epro$/.pro/'`
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
Updated `zleparameter.mdh'.
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src/Zle'
make[2]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src'
rm -f stamp-modobjs.tmp
make[2]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src'
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o builtin.o builtin.c
In file included from builtin.c:30:
zsh.mdh:15:25: ./sigcount.h: No such file or directory
In file included from builtin.c:30:
zsh.mdh:30:25: builtin.epro: No such file or directory
zsh.mdh:31:24: compat.epro: No such file or directory
zsh.mdh:32:22: cond.epro: No such file or directory
zsh.mdh:33:22: exec.epro: No such file or directory
zsh.mdh:34:22: glob.epro: No such file or directory
zsh.mdh:35:27: hashtable.epro: No such file or directory
zsh.mdh:36:22: hist.epro: No such file or directory
zsh.mdh:37:22: init.epro: No such file or directory
zsh.mdh:38:23: input.epro: No such file or directory
zsh.mdh:39:22: jobs.epro: No such file or directory
zsh.mdh:40:21: lex.epro: No such file or directory
zsh.mdh:41:26: linklist.epro: No such file or directory
zsh.mdh:42:22: loop.epro: No such file or directory
zsh.mdh:43:22: math.epro: No such file or directory
zsh.mdh:44:21: mem.epro: No such file or directory
zsh.mdh:45:24: module.epro: No such file or directory
zsh.mdh:46:25: options.epro: No such file or directory
zsh.mdh:47:24: params.epro: No such file or directory
zsh.mdh:48:23: parse.epro: No such file or directory
zsh.mdh:49:25: pattern.epro: No such file or directory
zsh.mdh:50:24: prompt.epro: No such file or directory
zsh.mdh:51:25: signals.epro: No such file or directory
zsh.mdh:52:26: signames.epro: No such file or directory
zsh.mdh:53:24: string.epro: No such file or directory
zsh.mdh:54:23: subst.epro: No such file or directory
zsh.mdh:55:22: text.epro: No such file or directory
zsh.mdh:56:23: utils.epro: No such file or directory
zsh.mdh:57:23: watch.epro: No such file or directory
builtin.c:31:23: builtin.pro: No such file or directory
builtin.c:42: `bin_test' undeclared here (not in a function)
builtin.c:42: initializer element is not constant
builtin.c:42: (near initialization for `builtins[5].handlerfunc')
builtin.c:42: initializer element is not constant
builtin.c:42: (near initialization for `builtins[5]')
builtin.c:43: `bin_dot' undeclared here (not in a function)
builtin.c:43: initializer element is not constant
builtin.c:43: (near initialization for `builtins[6].handlerfunc')
builtin.c:43: initializer element is not constant
builtin.c:43: (near initialization for `builtins[6]')
builtin.c:44: `bin_true' undeclared here (not in a function)
builtin.c:44: initializer element is not constant
builtin.c:44: (near initialization for `builtins[7].handlerfunc')
builtin.c:44: initializer element is not constant
builtin.c:44: (near initialization for `builtins[7]')
builtin.c:45: `bin_alias' undeclared here (not in a function)
builtin.c:45: initializer element is not constant
builtin.c:45: (near initialization for `builtins[8].handlerfunc')
builtin.c:45: initializer element is not constant
builtin.c:45: (near initialization for `builtins[8]')
builtin.c:46: `bin_functions' undeclared here (not in a function)
builtin.c:46: initializer element is not constant
builtin.c:46: (near initialization for `builtins[9].handlerfunc')
builtin.c:46: initializer element is not constant
builtin.c:46: (near initialization for `builtins[9]')
builtin.c:47: `bin_fg' undeclared here (not in a function)
builtin.c:47: initializer element is not constant
builtin.c:47: (near initialization for `builtins[10].handlerfunc')
builtin.c:47: initializer element is not constant
builtin.c:47: (near initialization for `builtins[10]')
builtin.c:48: `bin_break' undeclared here (not in a function)
builtin.c:48: initializer element is not constant
builtin.c:48: (near initialization for `builtins[11].handlerfunc')
builtin.c:48: initializer element is not constant
builtin.c:48: (near initialization for `builtins[11]')
builtin.c:49: `bin_break' undeclared here (not in a function)
builtin.c:49: initializer element is not constant
builtin.c:49: (near initialization for `builtins[12].handlerfunc')
builtin.c:49: initializer element is not constant
builtin.c:49: (near initialization for `builtins[12]')
builtin.c:50: `bin_cd' undeclared here (not in a function)
builtin.c:50: initializer element is not constant
builtin.c:50: (near initialization for `builtins[13].handlerfunc')
builtin.c:50: initializer element is not constant
builtin.c:50: (near initialization for `builtins[13]')
builtin.c:51: `bin_cd' undeclared here (not in a function)
builtin.c:51: initializer element is not constant
builtin.c:51: (near initialization for `builtins[14].handlerfunc')
builtin.c:51: initializer element is not constant
builtin.c:51: (near initialization for `builtins[14]')
builtin.c:52: `bin_break' undeclared here (not in a function)
builtin.c:52: initializer element is not constant
builtin.c:52: (near initialization for `builtins[15].handlerfunc')
builtin.c:52: initializer element is not constant
builtin.c:52: (near initialization for `builtins[15]')
builtin.c:53: `bin_typeset' undeclared here (not in a function)
builtin.c:53: initializer element is not constant
builtin.c:53: (near initialization for `builtins[16].handlerfunc')
builtin.c:53: initializer element is not constant
builtin.c:53: (near initialization for `builtins[16]')
builtin.c:54: `bin_dirs' undeclared here (not in a function)
builtin.c:54: initializer element is not constant
builtin.c:54: (near initialization for `builtins[17].handlerfunc')
builtin.c:54: initializer element is not constant
builtin.c:54: (near initialization for `builtins[17]')
builtin.c:55: `bin_enable' undeclared here (not in a function)
builtin.c:55: initializer element is not constant
builtin.c:55: (near initialization for `builtins[18].handlerfunc')
builtin.c:55: initializer element is not constant
builtin.c:55: (near initialization for `builtins[18]')
builtin.c:56: `bin_fg' undeclared here (not in a function)
builtin.c:56: initializer element is not constant
builtin.c:56: (near initialization for `builtins[19].handlerfunc')
builtin.c:56: initializer element is not constant
builtin.c:56: (near initialization for `builtins[19]')
builtin.c:57: `bin_print' undeclared here (not in a function)
builtin.c:57: initializer element is not constant
builtin.c:57: (near initialization for `builtins[20].handlerfunc')
builtin.c:57: initializer element is not constant
builtin.c:57: (near initialization for `builtins[20]')
builtin.c:58: `bin_emulate' undeclared here (not in a function)
builtin.c:58: initializer element is not constant
builtin.c:58: (near initialization for `builtins[21].handlerfunc')
builtin.c:58: initializer element is not constant
builtin.c:58: (near initialization for `builtins[21]')
builtin.c:59: `bin_enable' undeclared here (not in a function)
builtin.c:59: initializer element is not constant
builtin.c:59: (near initialization for `builtins[22].handlerfunc')
builtin.c:59: initializer element is not constant
builtin.c:59: (near initialization for `builtins[22]')
builtin.c:60: `bin_eval' undeclared here (not in a function)
builtin.c:60: initializer element is not constant
builtin.c:60: (near initialization for `builtins[23].handlerfunc')
builtin.c:60: initializer element is not constant
builtin.c:60: (near initialization for `builtins[23]')
builtin.c:61: `bin_break' undeclared here (not in a function)
builtin.c:61: initializer element is not constant
builtin.c:61: (near initialization for `builtins[24].handlerfunc')
builtin.c:61: initializer element is not constant
builtin.c:61: (near initialization for `builtins[24]')
builtin.c:62: `bin_typeset' undeclared here (not in a function)
builtin.c:62: initializer element is not constant
builtin.c:62: (near initialization for `builtins[25].handlerfunc')
builtin.c:62: initializer element is not constant
builtin.c:62: (near initialization for `builtins[25]')
builtin.c:63: `bin_false' undeclared here (not in a function)
builtin.c:63: initializer element is not constant
builtin.c:63: (near initialization for `builtins[26].handlerfunc')
builtin.c:63: initializer element is not constant
builtin.c:63: (near initialization for `builtins[26]')
builtin.c:64: `bin_fc' undeclared here (not in a function)
builtin.c:64: initializer element is not constant
builtin.c:64: (near initialization for `builtins[27].handlerfunc')
builtin.c:64: initializer element is not constant
builtin.c:64: (near initialization for `builtins[27]')
builtin.c:65: `bin_fg' undeclared here (not in a function)
builtin.c:65: initializer element is not constant
builtin.c:65: (near initialization for `builtins[28].handlerfunc')
builtin.c:65: initializer element is not constant
builtin.c:65: (near initialization for `builtins[28]')
builtin.c:66: `bin_typeset' undeclared here (not in a function)
builtin.c:66: initializer element is not constant
builtin.c:66: (near initialization for `builtins[29].handlerfunc')
builtin.c:66: initializer element is not constant
builtin.c:66: (near initialization for `builtins[29]')
builtin.c:67: `bin_functions' undeclared here (not in a function)
builtin.c:67: initializer element is not constant
builtin.c:67: (near initialization for `builtins[30].handlerfunc')
builtin.c:67: initializer element is not constant
builtin.c:67: (near initialization for `builtins[30]')
builtin.c:68: `bin_read' undeclared here (not in a function)
builtin.c:68: initializer element is not constant
builtin.c:68: (near initialization for `builtins[31].handlerfunc')
builtin.c:68: initializer element is not constant
builtin.c:68: (near initialization for `builtins[31]')
builtin.c:69: `bin_getopts' undeclared here (not in a function)
builtin.c:69: initializer element is not constant
builtin.c:69: (near initialization for `builtins[32].handlerfunc')
builtin.c:69: initializer element is not constant
builtin.c:69: (near initialization for `builtins[32]')
builtin.c:70: `bin_hash' undeclared here (not in a function)
builtin.c:70: initializer element is not constant
builtin.c:70: (near initialization for `builtins[33].handlerfunc')
builtin.c:70: initializer element is not constant
builtin.c:70: (near initialization for `builtins[33]')
builtin.c:76: `bin_fc' undeclared here (not in a function)
builtin.c:76: initializer element is not constant
builtin.c:76: (near initialization for `builtins[34].handlerfunc')
builtin.c:76: initializer element is not constant
builtin.c:76: (near initialization for `builtins[34]')
builtin.c:77: `bin_typeset' undeclared here (not in a function)
builtin.c:77: initializer element is not constant
builtin.c:77: (near initialization for `builtins[35].handlerfunc')
builtin.c:77: initializer element is not constant
builtin.c:77: (near initialization for `builtins[35]')
builtin.c:78: `bin_fg' undeclared here (not in a function)
builtin.c:78: initializer element is not constant
builtin.c:78: (near initialization for `builtins[36].handlerfunc')
builtin.c:78: initializer element is not constant
builtin.c:78: (near initialization for `builtins[36]')
builtin.c:79: `bin_kill' undeclared here (not in a function)
builtin.c:79: initializer element is not constant
builtin.c:79: (near initialization for `builtins[37].handlerfunc')
builtin.c:79: initializer element is not constant
builtin.c:79: (near initialization for `builtins[37]')
builtin.c:80: `bin_let' undeclared here (not in a function)
builtin.c:80: initializer element is not constant
builtin.c:80: (near initialization for `builtins[38].handlerfunc')
builtin.c:80: initializer element is not constant
builtin.c:80: (near initialization for `builtins[38]')
builtin.c:81: `bin_typeset' undeclared here (not in a function)
builtin.c:81: initializer element is not constant
builtin.c:81: (near initialization for `builtins[39].handlerfunc')
builtin.c:81: initializer element is not constant
builtin.c:81: (near initialization for `builtins[39]')
builtin.c:82: `bin_log' undeclared here (not in a function)
builtin.c:82: initializer element is not constant
builtin.c:82: (near initialization for `builtins[40].handlerfunc')
builtin.c:82: initializer element is not constant
builtin.c:82: (near initialization for `builtins[40]')
builtin.c:83: `bin_break' undeclared here (not in a function)
builtin.c:83: initializer element is not constant
builtin.c:83: (near initialization for `builtins[41].handlerfunc')
builtin.c:83: initializer element is not constant
builtin.c:83: (near initialization for `builtins[41]')
builtin.c:93: `bin_cd' undeclared here (not in a function)
builtin.c:93: initializer element is not constant
builtin.c:93: (near initialization for `builtins[42].handlerfunc')
builtin.c:93: initializer element is not constant
builtin.c:93: (near initialization for `builtins[42]')
builtin.c:94: `bin_print' undeclared here (not in a function)
builtin.c:94: initializer element is not constant
builtin.c:94: (near initialization for `builtins[43].handlerfunc')
builtin.c:94: initializer element is not constant
builtin.c:94: (near initialization for `builtins[43]')
builtin.c:95: `bin_cd' undeclared here (not in a function)
builtin.c:95: initializer element is not constant
builtin.c:95: (near initialization for `builtins[44].handlerfunc')
builtin.c:95: initializer element is not constant
builtin.c:95: (near initialization for `builtins[44]')
builtin.c:96: `bin_print' undeclared here (not in a function)
builtin.c:96: initializer element is not constant
builtin.c:96: (near initialization for `builtins[45].handlerfunc')
builtin.c:96: initializer element is not constant
builtin.c:96: (near initialization for `builtins[45]')
builtin.c:97: `bin_pwd' undeclared here (not in a function)
builtin.c:97: initializer element is not constant
builtin.c:97: (near initialization for `builtins[46].handlerfunc')
builtin.c:97: initializer element is not constant
builtin.c:97: (near initialization for `builtins[46]')
builtin.c:98: `bin_fc' undeclared here (not in a function)
builtin.c:98: initializer element is not constant
builtin.c:98: (near initialization for `builtins[47].handlerfunc')
builtin.c:98: initializer element is not constant
builtin.c:98: (near initialization for `builtins[47]')
builtin.c:99: `bin_read' undeclared here (not in a function)
builtin.c:99: initializer element is not constant
builtin.c:99: (near initialization for `builtins[48].handlerfunc')
builtin.c:99: initializer element is not constant
builtin.c:99: (near initialization for `builtins[48]')
builtin.c:100: `bin_typeset' undeclared here (not in a function)
builtin.c:100: initializer element is not constant
builtin.c:100: (near initialization for `builtins[49].handlerfunc')
builtin.c:100: initializer element is not constant
builtin.c:100: (near initialization for `builtins[49]')
builtin.c:101: `bin_hash' undeclared here (not in a function)
builtin.c:101: initializer element is not constant
builtin.c:101: (near initialization for `builtins[50].handlerfunc')
builtin.c:101: initializer element is not constant
builtin.c:101: (near initialization for `builtins[50]')
builtin.c:102: `bin_break' undeclared here (not in a function)
builtin.c:102: initializer element is not constant
builtin.c:102: (near initialization for `builtins[51].handlerfunc')
builtin.c:102: initializer element is not constant
builtin.c:102: (near initialization for `builtins[51]')
builtin.c:103: `bin_set' undeclared here (not in a function)
builtin.c:103: initializer element is not constant
builtin.c:103: (near initialization for `builtins[52].handlerfunc')
builtin.c:103: initializer element is not constant
builtin.c:103: (near initialization for `builtins[52]')
builtin.c:104: `bin_setopt' undeclared here (not in a function)
builtin.c:104: initializer element is not constant
builtin.c:104: (near initialization for `builtins[53].handlerfunc')
builtin.c:104: initializer element is not constant
builtin.c:104: (near initialization for `builtins[53]')
builtin.c:105: `bin_shift' undeclared here (not in a function)
builtin.c:105: initializer element is not constant
builtin.c:105: (near initialization for `builtins[54].handlerfunc')
builtin.c:105: initializer element is not constant
builtin.c:105: (near initialization for `builtins[54]')
builtin.c:106: `bin_dot' undeclared here (not in a function)
builtin.c:106: initializer element is not constant
builtin.c:106: (near initialization for `builtins[55].handlerfunc')
builtin.c:106: initializer element is not constant
builtin.c:106: (near initialization for `builtins[55]')
builtin.c:107: `bin_suspend' undeclared here (not in a function)
builtin.c:107: initializer element is not constant
builtin.c:107: (near initialization for `builtins[56].handlerfunc')
builtin.c:107: initializer element is not constant
builtin.c:107: (near initialization for `builtins[56]')
builtin.c:108: `bin_test' undeclared here (not in a function)
builtin.c:108: initializer element is not constant
builtin.c:108: (near initialization for `builtins[57].handlerfunc')
builtin.c:108: initializer element is not constant
builtin.c:108: (near initialization for `builtins[57]')
builtin.c:109: `bin_ttyctl' undeclared here (not in a function)
builtin.c:109: initializer element is not constant
builtin.c:109: (near initialization for `builtins[58].handlerfunc')
builtin.c:109: initializer element is not constant
builtin.c:109: (near initialization for `builtins[58]')
builtin.c:110: `bin_times' undeclared here (not in a function)
builtin.c:110: initializer element is not constant
builtin.c:110: (near initialization for `builtins[59].handlerfunc')
builtin.c:110: initializer element is not constant
builtin.c:110: (near initialization for `builtins[59]')
builtin.c:111: `bin_trap' undeclared here (not in a function)
builtin.c:111: initializer element is not constant
builtin.c:111: (near initialization for `builtins[60].handlerfunc')
builtin.c:111: initializer element is not constant
builtin.c:111: (near initialization for `builtins[60]')
builtin.c:112: `bin_true' undeclared here (not in a function)
builtin.c:112: initializer element is not constant
builtin.c:112: (near initialization for `builtins[61].handlerfunc')
builtin.c:112: initializer element is not constant
builtin.c:112: (near initialization for `builtins[61]')
builtin.c:113: `bin_whence' undeclared here (not in a function)
builtin.c:113: initializer element is not constant
builtin.c:113: (near initialization for `builtins[62].handlerfunc')
builtin.c:113: initializer element is not constant
builtin.c:113: (near initialization for `builtins[62]')
builtin.c:114: `bin_typeset' undeclared here (not in a function)
builtin.c:114: initializer element is not constant
builtin.c:114: (near initialization for `builtins[63].handlerfunc')
builtin.c:114: initializer element is not constant
builtin.c:114: (near initialization for `builtins[63]')
builtin.c:115: `bin_umask' undeclared here (not in a function)
builtin.c:115: initializer element is not constant
builtin.c:115: (near initialization for `builtins[64].handlerfunc')
builtin.c:115: initializer element is not constant
builtin.c:115: (near initialization for `builtins[64]')
builtin.c:116: `bin_unhash' undeclared here (not in a function)
builtin.c:116: initializer element is not constant
builtin.c:116: (near initialization for `builtins[65].handlerfunc')
builtin.c:116: initializer element is not constant
builtin.c:116: (near initialization for `builtins[65]')
builtin.c:117: `bin_unhash' undeclared here (not in a function)
builtin.c:117: initializer element is not constant
builtin.c:117: (near initialization for `builtins[66].handlerfunc')
builtin.c:117: initializer element is not constant
builtin.c:117: (near initialization for `builtins[66]')
builtin.c:118: `bin_unhash' undeclared here (not in a function)
builtin.c:118: initializer element is not constant
builtin.c:118: (near initialization for `builtins[67].handlerfunc')
builtin.c:118: initializer element is not constant
builtin.c:118: (near initialization for `builtins[67]')
builtin.c:119: `bin_unset' undeclared here (not in a function)
builtin.c:119: initializer element is not constant
builtin.c:119: (near initialization for `builtins[68].handlerfunc')
builtin.c:119: initializer element is not constant
builtin.c:119: (near initialization for `builtins[68]')
builtin.c:120: `bin_setopt' undeclared here (not in a function)
builtin.c:120: initializer element is not constant
builtin.c:120: (near initialization for `builtins[69].handlerfunc')
builtin.c:120: initializer element is not constant
builtin.c:120: (near initialization for `builtins[69]')
builtin.c:121: `bin_fg' undeclared here (not in a function)
builtin.c:121: initializer element is not constant
builtin.c:121: (near initialization for `builtins[70].handlerfunc')
builtin.c:121: initializer element is not constant
builtin.c:121: (near initialization for `builtins[70]')
builtin.c:122: `bin_whence' undeclared here (not in a function)
builtin.c:122: initializer element is not constant
builtin.c:122: (near initialization for `builtins[71].handlerfunc')
builtin.c:122: initializer element is not constant
builtin.c:122: (near initialization for `builtins[71]')
builtin.c:123: `bin_whence' undeclared here (not in a function)
builtin.c:123: initializer element is not constant
builtin.c:123: (near initialization for `builtins[72].handlerfunc')
builtin.c:123: initializer element is not constant
builtin.c:123: (near initialization for `builtins[72]')
builtin.c:124: `bin_whence' undeclared here (not in a function)
builtin.c:124: initializer element is not constant
builtin.c:124: (near initialization for `builtins[73].handlerfunc')
builtin.c:124: initializer element is not constant
builtin.c:124: (near initialization for `builtins[73]')
builtin.c:125: `bin_zmodload' undeclared here (not in a function)
builtin.c:125: initializer element is not constant
builtin.c:125: (near initialization for `builtins[74].handlerfunc')
builtin.c:125: initializer element is not constant
builtin.c:125: (near initialization for `builtins[74]')
builtin.c:126: `bin_zcompile' undeclared here (not in a function)
builtin.c:126: initializer element is not constant
builtin.c:126: (near initialization for `builtins[75].handlerfunc')
builtin.c:126: initializer element is not constant
builtin.c:126: (near initialization for `builtins[75]')
builtin.c:141: warning: no previous prototype for `createbuiltintable'
builtin.c: In function `createbuiltintable':
builtin.c:142: warning: assignment makes pointer from integer without a cast
builtin.c:144: `hasher' undeclared (first use in this function)
builtin.c:144: (Each undeclared identifier is reported only once
builtin.c:144: for each function it appears in.)
builtin.c:148: `addhashnode' undeclared (first use in this function)
builtin.c:149: `gethashnode' undeclared (first use in this function)
builtin.c:150: `gethashnode2' undeclared (first use in this function)
builtin.c:151: `removehashnode' undeclared (first use in this function)
builtin.c:152: `disablehashnode' undeclared (first use in this function)
builtin.c:153: `enablehashnode' undeclared (first use in this function)
builtin.c:154: `freebuiltinnode' undeclared (first use in this function)
builtin.c:155: `printbuiltinnode' undeclared (first use in this function)
builtin.c: At top level:
builtin.c:165: `printbuiltinnode' used prior to declaration
builtin.c:190: `freebuiltinnode' used prior to declaration
builtin.c:210: warning: no previous prototype for `execbuiltin'
builtin.c: In function `execbuiltin':
builtin.c:215: `opts' undeclared (first use in this function)
builtin.c:257: warning: assignment makes pointer from integer without a cast
builtin.c:264: warning: assignment makes pointer from integer without a cast
builtin.c:285: `typtab' undeclared (first use in this function)
builtin.c:343: `errflag' undeclared (first use in this function)
builtin.c:358: `xtrerr' undeclared (first use in this function)
builtin.c: At top level:
builtin.c:378: warning: no previous prototype for `bin_enable'
builtin.c: In function `bin_enable':
builtin.c:388: `shfunctab' undeclared (first use in this function)
builtin.c:390: `reswdtab' undeclared (first use in this function)
builtin.c:392: `aliastab' undeclared (first use in this function)
builtin.c:410: `queueing_enabled' undeclared (first use in this function)
builtin.c:412: `queue_front' undeclared (first use in this function)
builtin.c:412: `queue_rear' undeclared (first use in this function)
builtin.c:412: `signal_mask_queue' undeclared (first use in this function)
builtin.c:412: `signal_queue' undeclared (first use in this function)
builtin.c:421: warning: assignment makes pointer from integer without a cast
builtin.c:379: warning: `ht' might be used uninitialized in this function
builtin.c: At top level:
builtin.c:458: warning: no previous prototype for `bin_set'
builtin.c: In function `bin_set':
builtin.c:521: `queueing_enabled' undeclared (first use in this function)
builtin.c:523: `paramtab' undeclared (first use in this function)
builtin.c:532: `queue_front' undeclared (first use in this function)
builtin.c:532: `queue_rear' undeclared (first use in this function)
builtin.c:532: `signal_mask_queue' undeclared (first use in this function)
builtin.c:532: `signal_queue' undeclared (first use in this function)
builtin.c:539: `strpcmp' undeclared (first use in this function)
builtin.c:539: `invstrpcmp' undeclared (first use in this function)
builtin.c:545: warning: assignment makes pointer from integer without a cast
builtin.c:551: warning: assignment makes pointer from integer without a cast
builtin.c:554: warning: assignment makes pointer from integer without a cast
builtin.c:560: `pparams' undeclared (first use in this function)
builtin.c: At top level:
builtin.c:577: warning: no previous prototype for `bin_pwd'
builtin.c: In function `bin_pwd':
builtin.c:578: `opts' undeclared (first use in this function)
builtin.c:579: warning: format argument is not a pointer (arg 2)
builtin.c:581: `pwd' undeclared (first use in this function)
builtin.c: At top level:
builtin.c:597: warning: no previous prototype for `bin_dirs'
builtin.c: In function `bin_dirs':
builtin.c:602: `queueing_enabled' undeclared (first use in this function)
builtin.c:608: `pwd' undeclared (first use in this function)
builtin.c:614: `queue_front' undeclared (first use in this function)
builtin.c:614: `queue_rear' undeclared (first use in this function)
builtin.c:614: `signal_mask_queue' undeclared (first use in this function)
builtin.c:614: `signal_queue' undeclared (first use in this function)
builtin.c:624: warning: assignment makes pointer from integer without a cast
builtin.c:628: `freestr' undeclared (first use in this function)
builtin.c: At top level:
builtin.c:640: warning: no previous prototype for `set_pwd_env'
builtin.c: In function `set_pwd_env':
builtin.c:645: `paramtab' undeclared (first use in this function)
builtin.c:657: `pwd' undeclared (first use in this function)
builtin.c:658: `oldpwd' undeclared (first use in this function)
builtin.c:663: warning: assignment makes pointer from integer without a cast
builtin.c:668: warning: assignment makes pointer from integer without a cast
builtin.c:641: warning: `pm' might be used uninitialized in this function
builtin.c: At top level:
builtin.c:684: warning: no previous prototype for `bin_cd'
builtin.c: In function `bin_cd':
builtin.c:688: `opts' undeclared (first use in this function)
builtin.c:711: `queueing_enabled' undeclared (first use in this function)
builtin.c:712: `pwd' undeclared (first use in this function)
builtin.c:713: warning: assignment makes pointer from integer without a cast
builtin.c:715: `queue_front' undeclared (first use in this function)
builtin.c:715: `queue_rear' undeclared (first use in this function)
builtin.c:715: `signal_mask_queue' undeclared (first use in this function)
builtin.c:715: `signal_queue' undeclared (first use in this function)
builtin.c:720: warning: passing arg 1 of `stat' makes pointer from integer without a cast
builtin.c:725: warning: passing arg 1 of `chdir' makes pointer from integer without a cast
builtin.c:732: warning: passing arg 1 of `chdir' makes pointer from integer without a cast
builtin.c: At top level:
builtin.c:744: warning: `cd_get_dest' was used with no prototype before its definition
builtin.c:744: warning: `cd_get_dest' was declared implicitly `extern' and later `static'
builtin.c:713: warning: previous declaration of `cd_get_dest'
builtin.c:744: warning: type mismatch with previous implicit declaration
builtin.c:713: warning: previous implicit declaration of `cd_get_dest'
builtin.c:744: warning: `cd_get_dest' was previously implicitly declared to return `int'
builtin.c: In function `cd_get_dest':
builtin.c:754: `opts' undeclared (first use in this function)
builtin.c:759: `home' undeclared (first use in this function)
builtin.c:780: `oldpwd' undeclared (first use in this function)
builtin.c:786: `pwd' undeclared (first use in this function)
builtin.c:813: warning: assignment makes pointer from integer without a cast
builtin.c:784: warning: `len3' might be used uninitialized in this function
builtin.c: At top level:
builtin.c:836: warning: `cd_do_chdir' was used with no prototype before its definition
builtin.c:836: warning: `cd_do_chdir' was declared implicitly `extern' and later `static'
builtin.c:813: warning: previous declaration of `cd_do_chdir'
builtin.c:836: warning: type mismatch with previous implicit declaration
builtin.c:813: warning: previous implicit declaration of `cd_do_chdir'
builtin.c:836: warning: `cd_do_chdir' was previously implicitly declared to return `int'
builtin.c: In function `cd_do_chdir':
builtin.c:865: warning: assignment makes pointer from integer without a cast
builtin.c:873: `cdpath' undeclared (first use in this function)
builtin.c:879: warning: assignment makes pointer from integer without a cast
builtin.c:888: warning: assignment makes pointer from integer without a cast
builtin.c:899: warning: assignment makes pointer from integer without a cast
builtin.c:900: warning: assignment makes pointer from integer without a cast
builtin.c:837: warning: `pp' might be used uninitialized in this function
builtin.c: At top level:
builtin.c:921: warning: no previous prototype for `cd_able_vars'
builtin.c:921: warning: type mismatch with previous implicit declaration
builtin.c:899: warning: previous implicit declaration of `cd_able_vars'
builtin.c:921: warning: `cd_able_vars' was previously implicitly declared to return `int'
builtin.c: In function `cd_able_vars':
builtin.c:924: `opts' undeclared (first use in this function)
builtin.c:928: warning: assignment makes pointer from integer without a cast
builtin.c:932: warning: assignment makes pointer from integer without a cast
builtin.c: At top level:
builtin.c:949: warning: `cd_try_chdir' was used with no prototype before its definition
builtin.c:949: warning: `cd_try_chdir' was declared implicitly `extern' and later `static'
builtin.c:900: warning: previous declaration of `cd_try_chdir'
builtin.c:949: warning: type mismatch with previous implicit declaration
builtin.c:900: warning: previous implicit declaration of `cd_try_chdir'
builtin.c:949: warning: `cd_try_chdir' was previously implicitly declared to return `int'
builtin.c: In function `cd_try_chdir':
builtin.c:956: warning: assignment makes pointer from integer without a cast
builtin.c:959: `pwd' undeclared (first use in this function)
builtin.c:961: warning: assignment makes pointer from integer without a cast
builtin.c:969: warning: assignment makes pointer from integer without a cast
builtin.c:974: warning: assignment makes pointer from integer without a cast
builtin.c:999: warning: return makes pointer from integer without a cast
builtin.c: At top level:
builtin.c:1007: warning: `cd_new_pwd' was used with no prototype before its definition
builtin.c:1007: warning: `cd_new_pwd' was declared implicitly `extern' and later `static'
builtin.c:718: warning: previous declaration of `cd_new_pwd'
builtin.c:1007: warning: type mismatch with previous implicit declaration
builtin.c:718: warning: previous implicit declaration of `cd_new_pwd'
builtin.c:1007: warning: `cd_new_pwd' was previously implicitly declared to return `int'
builtin.c: In function `cd_new_pwd':
builtin.c:1014: warning: assignment makes pointer from integer without a cast
builtin.c:1018: warning: assignment makes pointer from integer without a cast
builtin.c:1019: `opts' undeclared (first use in this function)
builtin.c:1024: warning: assignment makes pointer from integer without a cast
builtin.c:1039: `oldpwd' undeclared (first use in this function)
builtin.c:1040: `pwd' undeclared (first use in this function)
builtin.c:1053: warning: assignment makes pointer from integer without a cast
builtin.c:1053: `dummy_eprog' undeclared (first use in this function)
builtin.c:1054: `sfcontext' undeclared (first use in this function)
builtin.c:1008: warning: `prog' might be used uninitialized in this function
builtin.c: At top level:
builtin.c:1078: warning: `printdirstack' was used with no prototype before its definition
builtin.c:1078: warning: `printdirstack' was declared implicitly `extern' and later `static'
builtin.c:1046: warning: previous declaration of `printdirstack'
builtin.c:1078: warning: type mismatch with previous implicit declaration
builtin.c:1046: warning: previous implicit declaration of `printdirstack'
builtin.c:1078: warning: `printdirstack' was previously implicitly declared to return `int'
builtin.c: In function `printdirstack':
builtin.c:1081: `pwd' undeclared (first use in this function)
builtin.c: At top level:
builtin.c:1098: warning: no previous prototype for `fixdir'
builtin.c: In function `fixdir':
builtin.c:1139: `opts' undeclared (first use in this function)
builtin.c: At top level:
builtin.c:1183: warning: no previous prototype for `printqt'
builtin.c: In function `printqt':
builtin.c:1187: `opts' undeclared (first use in this function)
builtin.c: At top level:
builtin.c:1195: warning: no previous prototype for `printif'
builtin.c:1210: warning: no previous prototype for `bin_fc'
builtin.c: In function `bin_fc':
builtin.c:1217: `opts' undeclared (first use in this function)
builtin.c:1225: warning: assignment makes pointer from integer without a cast
builtin.c:1230: `queueing_enabled' undeclared (first use in this function)
builtin.c:1234: `queue_front' undeclared (first use in this function)
builtin.c:1234: `queue_rear' undeclared (first use in this function)
builtin.c:1234: `signal_mask_queue' undeclared (first use in this function)
builtin.c:1234: `signal_queue' undeclared (first use in this function)
builtin.c:1295: `curline' undeclared (first use in this function)
builtin.c:1300: `hist_ring' undeclared (first use in this function)
builtin.c:1300: `curhist' undeclared (first use in this function)
builtin.c:1320: warning: assignment makes pointer from integer without a cast
builtin.c:1330: warning: pointer/integer type mismatch in conditional expression
builtin.c:1340: `lastval' undeclared (first use in this function)
builtin.c: At top level:
builtin.c:1362: warning: `fcgetcomm' was used with no prototype before its definition
builtin.c:1362: warning: `fcgetcomm' was declared implicitly `extern' and later `static'
builtin.c:1279: warning: previous declaration of `fcgetcomm'
builtin.c: In function `fcgetcomm':
builtin.c:1369: `curline' undeclared (first use in this function)
builtin.c: At top level:
builtin.c:1429: warning: `fclist' was used with no prototype before its definition
builtin.c:1429: warning: `fclist' was declared implicitly `extern' and later `static'
builtin.c:1327: warning: previous declaration of `fclist'
builtin.c: In function `fclist':
builtin.c:1444: warning: assignment makes pointer from integer without a cast
builtin.c:1454: warning: assignment makes pointer from integer without a cast
builtin.c:1503: warning: assignment makes pointer from integer without a cast
builtin.c:1507: warning: assignment makes pointer from integer without a cast
builtin.c: At top level:
builtin.c:1527: warning: `fcedit' was used with no prototype before its definition
builtin.c:1527: warning: `fcedit' was declared implicitly `extern' and later `static'
builtin.c:1335: warning: previous declaration of `fcedit'
builtin.c: In function `fcedit':
builtin.c:1533: warning: assignment makes pointer from integer without a cast
builtin.c:1537: `lastval' undeclared (first use in this function)
builtin.c: At top level:
builtin.c:1584: warning: no previous prototype for `typeset_single'
builtin.c: In function `typeset_single':
builtin.c:1609: `locallevel' undeclared (first use in this function)
builtin.c:1657: `paramtab' undeclared (first use in this function)
builtin.c:1660: `opts' undeclared (first use in this function)
builtin.c:1690: warning: assignment makes pointer from integer without a cast
builtin.c:1695: warning: assignment makes pointer from integer without a cast
builtin.c:1726: warning: assignment makes pointer from integer without a cast
builtin.c:1728: warning: assignment makes pointer from integer without a cast
builtin.c:1794: `realparamtab' undeclared (first use in this function)
builtin.c:1795: `gethashnode2' used prior to declaration
builtin.c:1811: warning: assignment makes pointer from integer without a cast
builtin.c:1826: warning: assignment makes pointer from integer without a cast
builtin.c:1840: `colonarrsetfn' undeclared (first use in this function)
builtin.c:1841: `colonarrgetfn' undeclared (first use in this function)
builtin.c:1851: warning: assignment makes pointer from integer without a cast
builtin.c:1865: warning: passing arg 2 of pointer to function makes pointer from integer without a cast
builtin.c:1875: warning: passing arg 2 of pointer to function makes pointer from integer without a cast
builtin.c:1878: warning: passing arg 2 of pointer to function makes pointer from integer without a cast
builtin.c: At top level:
builtin.c:1898: warning: no previous prototype for `bin_typeset'
builtin.c: In function `bin_typeset':
builtin.c:1951: `queueing_enabled' undeclared (first use in this function)
builtin.c:1959: `paramtab' undeclared (first use in this function)
builtin.c:1960: `queue_front' undeclared (first use in this function)
builtin.c:1960: `queue_rear' undeclared (first use in this function)
builtin.c:1960: `signal_mask_queue' undeclared (first use in this function)
builtin.c:1960: `signal_queue' undeclared (first use in this function)
builtin.c:1965: `opts' undeclared (first use in this function)
builtin.c:2010: `locallevel' undeclared (first use in this function)
builtin.c:2012: warning: assignment makes pointer from integer without a cast
builtin.c:2043: warning: assignment makes pointer from integer without a cast
builtin.c:2044: warning: assignment makes pointer from integer without a cast
builtin.c:2064: warning: initialization makes pointer from integer without a cast
builtin.c:2068: warning: assignment makes pointer from integer without a cast
builtin.c:2111: `realparamtab' undeclared (first use in this function)
builtin.c:2112: `gethashnode2' used prior to declaration
builtin.c:1899: warning: `pm' might be used uninitialized in this function
builtin.c: At top level:
builtin.c:2126: warning: no previous prototype for `eval_autoload'
builtin.c: In function `eval_autoload':
builtin.c:2132: `dummy_eprog' undeclared (first use in this function)
builtin.c:2139: warning: assignment makes pointer from integer without a cast
builtin.c: At top level:
builtin.c:2153: warning: no previous prototype for `bin_functions'
builtin.c: In function `bin_functions':
builtin.c:2175: `scriptname' undeclared (first use in this function)
builtin.c:2189: `queueing_enabled' undeclared (first use in this function)
builtin.c:2191: `shfunctab' undeclared (first use in this function)
builtin.c:2206: `queue_front' undeclared (first use in this function)
builtin.c:2206: `queue_rear' undeclared (first use in this function)
builtin.c:2206: `signal_mask_queue' undeclared (first use in this function)
builtin.c:2206: `signal_queue' undeclared (first use in this function)
builtin.c:2216: warning: assignment makes pointer from integer without a cast
builtin.c:2268: warning: assignment makes pointer from integer without a cast
builtin.c: At top level:
builtin.c:2282: warning: no previous prototype for `mkautofn'
builtin.c:2282: warning: type mismatch with previous implicit declaration
builtin.c:2268: warning: previous implicit declaration of `mkautofn'
builtin.c:2282: warning: `mkautofn' was previously implicitly declared to return `int'
builtin.c:2309: warning: no previous prototype for `bin_unset'
builtin.c: In function `bin_unset':
builtin.c:2325: warning: assignment makes pointer from integer without a cast
builtin.c:2327: `queueing_enabled' undeclared (first use in this function)
builtin.c:2328: `paramtab' undeclared (first use in this function)
builtin.c:2333: `opts' undeclared (first use in this function)
builtin.c:2340: `queue_front' undeclared (first use in this function)
builtin.c:2340: `queue_rear' undeclared (first use in this function)
builtin.c:2340: `signal_mask_queue' undeclared (first use in this function)
builtin.c:2340: `signal_queue' undeclared (first use in this function)
builtin.c:2366: `realparamtab' undeclared (first use in this function)
builtin.c:2367: `gethashnode2' used prior to declaration
builtin.c:2310: warning: `pm' might be used uninitialized in this function
builtin.c: At top level:
builtin.c:2401: warning: no previous prototype for `bin_whence'
builtin.c: In function `bin_whence':
builtin.c:2432: warning: assignment makes pointer from integer without a cast
builtin.c:2438: `queueing_enabled' undeclared (first use in this function)
builtin.c:2444: `aliastab' undeclared (first use in this function)
builtin.c:2448: `reswdtab' undeclared (first use in this function)
builtin.c:2452: `shfunctab' undeclared (first use in this function)
builtin.c:2461: `cmdnamtab' undeclared (first use in this function)
builtin.c:2465: `queue_front' undeclared (first use in this function)
builtin.c:2465: `queue_rear' undeclared (first use in this function)
builtin.c:2465: `signal_mask_queue' undeclared (first use in this function)
builtin.c:2465: `signal_queue' undeclared (first use in this function)
builtin.c:2520: `path' undeclared (first use in this function)
builtin.c:2522: warning: assignment makes pointer from integer without a cast
builtin.c:2523: warning: assignment makes pointer from integer without a cast
builtin.c:2545: warning: assignment makes pointer from integer without a cast
builtin.c:2517: warning: `pp' might be used uninitialized in this function
builtin.c: At top level:
builtin.c:2591: warning: no previous prototype for `bin_hash'
builtin.c: In function `bin_hash':
builtin.c:2599: `nameddirtab' undeclared (first use in this function)
builtin.c:2601: `cmdnamtab' undeclared (first use in this function)
builtin.c:2625: `queueing_enabled' undeclared (first use in this function)
builtin.c:2627: `queue_front' undeclared (first use in this function)
builtin.c:2627: `queue_rear' undeclared (first use in this function)
builtin.c:2627: `signal_mask_queue' undeclared (first use in this function)
builtin.c:2627: `signal_queue' undeclared (first use in this function)
builtin.c:2637: warning: assignment makes pointer from integer without a cast
builtin.c:2646: `opts' undeclared (first use in this function)
builtin.c:2653: warning: assignment makes pointer from integer without a cast
builtin.c:2655: warning: assignment makes pointer from integer without a cast
builtin.c:2657: warning: assignment makes pointer from integer without a cast
builtin.c:2659: warning: assignment makes pointer from integer without a cast
builtin.c:2661: warning: passing arg 2 of pointer to function makes pointer from integer without a cast
builtin.c:2674: `path' undeclared (first use in this function)
builtin.c:2592: warning: `ht' might be used uninitialized in this function
builtin.c: At top level:
builtin.c:2694: warning: no previous prototype for `bin_unhash'
builtin.c: In function `bin_unhash':
builtin.c:2703: `nameddirtab' undeclared (first use in this function)
builtin.c:2705: `shfunctab' undeclared (first use in this function)
builtin.c:2707: `aliastab' undeclared (first use in this function)
builtin.c:2709: `cmdnamtab' undeclared (first use in this function)
builtin.c:2717: warning: assignment makes pointer from integer without a cast
builtin.c:2719: `queueing_enabled' undeclared (first use in this function)
builtin.c:2730: `queue_front' undeclared (first use in this function)
builtin.c:2730: `queue_rear' undeclared (first use in this function)
builtin.c:2730: `signal_mask_queue' undeclared (first use in this function)
builtin.c:2730: `signal_queue' undeclared (first use in this function)
builtin.c:2695: warning: `ht' might be used uninitialized in this function
builtin.c: At top level:
builtin.c:2764: warning: no previous prototype for `bin_alias'
builtin.c: In function `bin_alias':
builtin.c:2793: `queueing_enabled' undeclared (first use in this function)
builtin.c:2794: `aliastab' undeclared (first use in this function)
builtin.c:2795: `queue_front' undeclared (first use in this function)
builtin.c:2795: `queue_rear' undeclared (first use in this function)
builtin.c:2795: `signal_mask_queue' undeclared (first use in this function)
builtin.c:2795: `signal_queue' undeclared (first use in this function)
builtin.c:2804: warning: assignment makes pointer from integer without a cast
builtin.c:2765: warning: `a' might be used uninitialized in this function
builtin.c: At top level:
builtin.c:2848: warning: no previous prototype for `bin_true'
builtin.c:2857: warning: no previous prototype for `bin_false'
builtin.c:2871: warning: no previous prototype for `bin_print'
builtin.c: In function `bin_print':
builtin.c:2884: warning: assignment makes pointer from integer without a cast
builtin.c:2902: warning: assignment makes pointer from integer without a cast
builtin.c:2911: warning: initialization makes pointer from integer without a cast
builtin.c:2912: warning: assignment makes pointer from integer without a cast
builtin.c:2919: `queueing_enabled' undeclared (first use in this function)
builtin.c:2920: warning: assignment makes pointer from integer without a cast
builtin.c:2922: warning: initialization makes pointer from integer without a cast
builtin.c:2928: `queue_front' undeclared (first use in this function)
builtin.c:2928: `queue_rear' undeclared (first use in this function)
builtin.c:2928: `signal_mask_queue' undeclared (first use in this function)
builtin.c:2928: `signal_queue' undeclared (first use in this function)
builtin.c:2945: warning: assignment makes pointer from integer without a cast
builtin.c:2959: warning: assignment makes pointer from integer without a cast
builtin.c:2962: `histtab' undeclared (first use in this function)
builtin.c:2975: `coprocout' undeclared (first use in this function)
builtin.c:2989: `cstrpcmp' undeclared (first use in this function)
builtin.c:2992: `strpcmp' undeclared (first use in this function)
builtin.c:2995: `invcstrpcmp' undeclared (first use in this function)
builtin.c:2998: `invstrpcmp' undeclared (first use in this function)
builtin.c:3015: `columns' undeclared (first use in this function)
builtin.c:2872: warning: `fd' might be used uninitialized in this function
builtin.c:3007: warning: `nc' might be used uninitialized in this function
builtin.c: At top level:
builtin.c:3054: warning: no previous prototype for `bin_shift'
builtin.c: In function `bin_shift':
builtin.c:3059: `queueing_enabled' undeclared (first use in this function)
builtin.c:3064: `queue_front' undeclared (first use in this function)
builtin.c:3064: `queue_rear' undeclared (first use in this function)
builtin.c:3064: `signal_mask_queue' undeclared (first use in this function)
builtin.c:3064: `signal_queue' undeclared (first use in this function)
builtin.c:3071: warning: assignment makes pointer from integer without a cast
builtin.c:3077: warning: assignment makes pointer from integer without a cast
builtin.c:3081: `pparams' undeclared (first use in this function)
builtin.c:3085: warning: assignment makes pointer from integer without a cast
builtin.c: At top level:
builtin.c:3105: warning: no previous prototype for `bin_getopts'
builtin.c: In function `bin_getopts':
builtin.c:3107: warning: initialization makes pointer from integer without a cast
builtin.c:3108: `pparams' undeclared (first use in this function)
builtin.c:3113: `zoptind' undeclared (first use in this function)
builtin.c:3128: warning: assignment makes pointer from integer without a cast
builtin.c:3133: warning: assignment makes pointer from integer without a cast
builtin.c:3156: `zoptarg' undeclared (first use in this function)
builtin.c:3175: warning: assignment makes pointer from integer without a cast
builtin.c:3177: warning: assignment makes pointer from integer without a cast
builtin.c: At top level:
builtin.c:3205: warning: no previous prototype for `bin_break'
builtin.c: In function `bin_break':
builtin.c:3206: `lastval' undeclared (first use in this function)
builtin.c:3216: `loops' undeclared (first use in this function)
builtin.c:3220: `contflag' undeclared (first use in this function)
builtin.c:3226: `breaks' undeclared (first use in this function)
builtin.c:3229: `opts' undeclared (first use in this function)
builtin.c:3229: `locallevel' undeclared (first use in this function)
builtin.c:3229: `sourcelevel' undeclared (first use in this function)
builtin.c:3230: `retflag' undeclared (first use in this function)
builtin.c:3233: `trapreturn' undeclared (first use in this function)
builtin.c: In function `checkjobs':
builtin.c:3267: `thisjob' undeclared (first use in this function)
builtin.c:3267: `jobtab' undeclared (first use in this function)
builtin.c: At top level:
builtin.c:3292: warning: no previous prototype for `zexit'
builtin.c:3292: warning: type mismatch with previous implicit declaration
builtin.c:3237: warning: previous implicit declaration of `zexit'
builtin.c:3292: warning: `zexit' was previously implicitly declared to return `int'
builtin.c: In function `zexit':
builtin.c:3295: `opts' undeclared (first use in this function)
builtin.c:3312: `nohistsave' undeclared (first use in this function)
builtin.c:3314: `subsh' undeclared (first use in this function)
builtin.c:3322: `sigtrapped' undeclared (first use in this function)
builtin.c:3324: `zshhooks' undeclared (first use in this function)
builtin.c:3325: `mypid' undeclared (first use in this function)
builtin.c: At top level:
builtin.c:3336: warning: no previous prototype for `bin_dot'
builtin.c: In function `bin_dot':
builtin.c:3344: `pparams' undeclared (first use in this function)
builtin.c:3349: warning: assignment makes pointer from integer without a cast
builtin.c:3350: `opts' undeclared (first use in this function)
builtin.c:3351: `argzero' undeclared (first use in this function)
builtin.c:3354: warning: assignment makes pointer from integer without a cast
builtin.c:3379: `path' undeclared (first use in this function)
builtin.c:3384: warning: assignment makes pointer from integer without a cast
builtin.c:3386: warning: assignment makes pointer from integer without a cast
builtin.c:3388: warning: assignment makes pointer from integer without a cast
builtin.c:3408: `lastval' undeclared (first use in this function)
builtin.c:3409: warning: control reaches end of non-void function
builtin.c:3339: warning: `t' might be used uninitialized in this function
builtin.c: At top level:
builtin.c:3414: warning: no previous prototype for `bin_emulate'
builtin.c: In function `bin_emulate':
builtin.c:3417: `opts' undeclared (first use in this function)
builtin.c: At top level:
builtin.c:3426: warning: no previous prototype for `bin_eval'
builtin.c: In function `bin_eval':
builtin.c:3429: warning: assignment makes pointer from integer without a cast
builtin.c:3431: `errflag' undeclared (first use in this function)
builtin.c:3436: `lastval' undeclared (first use in this function)
builtin.c: At top level:
builtin.c:3457: warning: no previous prototype for `bin_read'
builtin.c: In function `bin_read':
builtin.c:3461: `term' undeclared (first use in this function)
builtin.c:3461: `zleactive' undeclared (first use in this function)
builtin.c:3461: `getkeyptr' undeclared (first use in this function)
builtin.c:3463: warning: initialization makes pointer from integer without a cast
builtin.c:3469: `typtab' undeclared (first use in this function)
builtin.c:3490: `SHTTY' undeclared (first use in this function)
builtin.c:3494: `shout' undeclared (first use in this function)
builtin.c:3508: `opts' undeclared (first use in this function)
builtin.c:3509: `shttyinfo' undeclared (first use in this function)
builtin.c:3511: `mypgrp' undeclared (first use in this function)
builtin.c:3523: `coprocin' undeclared (first use in this function)
builtin.c:3559: `getkeyptr' used prior to declaration
builtin.c:3611: `getkeyptr' used prior to declaration
builtin.c:3638: warning: pointer/integer type mismatch in conditional expression
builtin.c:3642: `dummy_sigset1' undeclared (first use in this function)
builtin.c:3642: `sigchld_mask' undeclared (first use in this function)
builtin.c:3642: `dummy_sigset2' undeclared (first use in this function)
builtin.c:3642: warning: left-hand operand of comma expression has no effect
builtin.c:3713: `coprocout' undeclared (first use in this function)
builtin.c:3745: warning: left-hand operand of comma expression has no effect
builtin.c: At top level:
builtin.c:3814: warning: `zread' was used with no prototype before its definition
builtin.c:3814: warning: `zread' was declared implicitly `extern' and later `static'
builtin.c:3747: warning: previous declaration of `zread'
builtin.c: In function `zread':
builtin.c:3819: `getkeyptr' used prior to declaration
builtin.c:3862: `errflag' undeclared (first use in this function)
builtin.c:3862: `retflag' undeclared (first use in this function)
builtin.c:3862: `breaks' undeclared (first use in this function)
builtin.c:3862: `contflag' undeclared (first use in this function)
builtin.c: At top level:
builtin.c:3879: warning: no previous prototype for `testlex'
builtin.c: In function `testlex':
builtin.c:3880: `tok' undeclared (first use in this function)
builtin.c:3883: `tokstr' undeclared (first use in this function)
builtin.c: At top level:
builtin.c:3906: warning: no previous prototype for `bin_test'
builtin.c: In function `bin_test':
builtin.c:3926: `tok' undeclared (first use in this function)
builtin.c:3927: `condlex' undeclared (first use in this function)
builtin.c:3929: warning: assignment makes pointer from integer without a cast
builtin.c:3930: `yylex' undeclared (first use in this function)
builtin.c:3932: `errflag' undeclared (first use in this function)
builtin.c:3938: `tokstr' undeclared (first use in this function)
builtin.c: At top level:
builtin.c:3961: warning: no previous prototype for `bin_times'
builtin.c:3983: warning: no previous prototype for `bin_trap'
builtin.c: In function `bin_trap':
builtin.c:3993: `queueing_enabled' undeclared (first use in this function)
builtin.c:3994: `SIGCOUNT' undeclared (first use in this function)
builtin.c:3995: `sigtrapped' undeclared (first use in this function)
builtin.c:3999: `sigs' undeclared (first use in this function)
builtin.c:4000: `shfunctab' undeclared (first use in this function)
builtin.c:4004: `sigfuncs' undeclared (first use in this function)
builtin.c:4007: warning: assignment makes pointer from integer without a cast
builtin.c:4015: `queue_front' undeclared (first use in this function)
builtin.c:4015: `queue_rear' undeclared (first use in this function)
builtin.c:4015: `signal_mask_queue' undeclared (first use in this function)
builtin.c:4015: `signal_queue' undeclared (first use in this function)
builtin.c:4034: `dummy_eprog' undeclared (first use in this function)
builtin.c:4035: warning: assignment makes pointer from integer without a cast
builtin.c:4049: warning: assignment makes pointer from integer without a cast
builtin.c:3984: warning: `prog' might be used uninitialized in this function
builtin.c: At top level:
builtin.c:4059: warning: no previous prototype for `bin_ttyctl'
builtin.c: In function `bin_ttyctl':
builtin.c:4061: `ttyfrozen' undeclared (first use in this function)
builtin.c: At top level:
builtin.c:4074: warning: no previous prototype for `bin_let'
builtin.c: In function `bin_let':
builtin.c:4080: `errflag' undeclared (first use in this function)
builtin.c: At top level:
builtin.c:4092: warning: no previous prototype for `bin_umask'
builtin.c: In function `bin_umask':
builtin.c:4123: `typtab' undeclared (first use in this function)
builtin.c: At top level:
builtin.c:4203: warning: no previous prototype for `bin_notavail'
builtin.c:165: warning: `printbuiltinnode' defined but not used
builtin.c:190: warning: `freebuiltinnode' defined but not used
make[2]: *** [builtin.o] Error 1
make[2]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src'
make[1]: *** [modobjs] Error 2
make[1]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-4.0.4/Src'
make: *** [all] Error 1
creating cache ./config.cache
configuring for zsh 3.1.9
checking host system type... i386-pc-sco3.2v5.0.5
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking whether large file support needs explicit enabling... no
checking how to run the C preprocessor... gcc -E
checking whether gcc needs -traditional... no
checking for working const... yes
checking for Cygwin environment... no
no
checking for executable suffix... no
checking for gcc option to accept ANSI C... 
checking whether to use prototypes... yes
checking for working alloca.h... no
checking for alloca... yes
checking if the compiler supports union initialisation... yes
checking if signed to unsigned casting is broken... no
checking if the compiler supports variable-length arrays... yes
checking whether make sets ${MAKE}... yes
checking for a BSD compatible install... ./install-sh -c
checking for gawk... gawk
checking whether ln works... yes
checking for yodl... yodl
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for ANSI C header files... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether stat file-mode macros are broken... no
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/select.h... yes
checking for termcap.h... no
checking for termio.h... yes
checking for termios.h... yes
checking for sys/param.h... yes
checking for sys/filio.h... no
checking for string.h... yes
checking for memory.h... yes
checking for limits.h... yes
checking for fcntl.h... yes
checking for libc.h... no
checking for sys/utsname.h... yes
checking for sys/resource.h... yes
checking for locale.h... yes
checking for errno.h... yes
checking for stdlib.h... yes
checking for unistd.h... yes
checking for sys/capability.h... no
checking for utmp.h... yes
checking for utmpx.h... yes
checking for sys/types.h... yes
checking for pwd.h... yes
checking for grp.h... yes
checking for poll.h... yes
checking for sys/mman.h... yes
checking for linux/tasks.h... no
checking for netinet/in_systm.h... yes
checking for dlfcn.h... yes
checking for dl.h... no
checking for conflicts in sys/time.h and sys/select.h... no
checking POSIX termios... yes
checking TIOCGWINSZ in termios.h... yes
checking for sys/ptem.h... yes
checking for printf in -lc... yes
checking for pow in -lm... yes
checking for tgetent in -ltermcap... yes
checking for yp_all... no
checking for yp_all in -lnsl... no
checking for dlopen in -ldl... yes
checking for cap_get_proc in -lcap... no
checking for socket in -lsocket... yes
checking if an include file defines ospeed... no
checking if you must define ospeed... yes
checking if tgetent accepts NULL... no
checking return type of signal handlers... void
checking for pid_t... yes
checking for off_t... yes
checking for ino_t... yes
checking for mode_t... yes
checking for uid_t in sys/types.h... yes
checking for size_t... yes
checking if long is 64 bits... no
checking if off_t is 64 bit... no
checking if ino_t is 64 bit... no
checking if compiler has a 64 bit type... long long
checking for a corresponding unsigned 64 bit type... unsigned long long
checking for sigset_t... yes
checking for struct timezone... yes
checking for struct utmp... yes
checking for struct utmpx... yes
checking for ut_host in struct utmp... no
checking for ut_host in struct utmpx... yes
checking for ut_xtime in struct utmpx... yes
checking for ut_tv in struct utmpx... yes
checking for d_ino in struct dirent... yes
checking for d_stat in struct dirent... no
checking for d_ino in struct direct... no
checking for d_stat in struct direct... no
checking for sin6_scope_id in struct sockaddr_in6... no
checking for strftime... yes
checking for difftime... yes
checking for gettimeofday... yes
checking for select... yes
checking for poll... yes
checking for readlink... yes
checking for lstat... yes
checking for lchown... yes
checking for faccessx... no
checking for fchdir... yes
checking for ftruncate... yes
checking for fseeko... no
checking for ftello... no
checking for mkfifo... yes
checking for _mktemp... yes
checking for waitpid... yes
checking for wait3... yes
checking for sigaction... yes
checking for sigblock... no
checking for sighold... yes
checking for sigrelse... yes
checking for sigsetmask... no
checking for sigprocmask... yes
checking for killpg... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for tcsetpgrp... yes
checking for tcgetattr... yes
checking for nice... yes
checking for gethostname... yes
checking for gethostbyname2... no
checking for getipnodebyname... no
checking for inet_aton... yes
checking for inet_pton... yes
checking for inet_ntop... yes
checking for getlogin... yes
checking for getpwent... yes
checking for getpwnam... yes
checking for getpwuid... yes
checking for getgrgid... yes
checking for getgrnam... yes
checking for initgroups... yes
checking for nis_list... no
checking for setuid... yes
checking for seteuid... yes
checking for setreuid... yes
checking for setresuid... no
checking for setsid... yes
checking for memcpy... yes
checking for memmove... yes
checking for strstr... yes
checking for strerror... yes
checking for mmap... yes
checking for munmap... yes
checking for msync... yes
checking for cap_get_proc... no
checking for getrlimit... yes
checking for setlocale... yes
checking for uname... yes
checking for signgam... yes
checking for working strcoll... yes
checking whether getpgrp takes no argument... yes
checking for dlopen... yes
checking for dlerror... yes
checking for dlsym... yes
checking for dlclose... yes
checking for load... no
checking for loadquery... no
checking for loadbind... no
checking for unload... no
checking for shl_load... no
checking for shl_unload... no
checking for shl_findsym... no
checking what style of signals to use... POSIX_SIGNALS
checking where signal.h is located... /usr/local/lib/gcc-lib/i686-pc-sco3.2v5.0.5/3.0.3/include/sys/signal.h
checking where the RLIMIT macros are located... /usr/include/sys/resource.h
checking if rlim_t is longer than a long... no
checking if the rlim_t is unsigned... yes
checking for rlim_t... yes
checking for /dev/fd filesystem... /dev/fd
checking for RFS superroot directory... no
checking whether we should use the native getcwd... no
checking for NIS... no
checking for NIS+... no
checking for utmp file... /etc/utmp
checking for wtmp file... /etc/wtmp
checking for utmpx file... /etc/utmpx
checking for wtmpx file... /etc/wtmpx
checking for brk() prototype in <unistd.h>... yes
checking for sbrk() prototype in <unistd.h>... yes
checking for ioctl prototype in <sys/ioctl.h>... no
checking for mknod prototype in <sys/stat.h>... yes
checking if named FIFOs work... yes
checking if echo in /bin/sh interprets escape sequences... yes
checking if link() works... yes
checking if kill(pid, 0) returns ESRCH correctly... yes
checking if POSIX sigsuspend() works... yes
checking if tcsetpgrp() actually works... yes
checking if getpwnam() is faked... no
checking what to set MAXJOB to... 50
checking if your system use ELF binaries... yes
checking if your dlsym() needs a leading underscore... 
checking if static/shared library linking is broken... yes
updating cache ./config.cache
creating ./config.status
creating Config/defs.mk
creating Makefile
creating Doc/Makefile
creating Etc/Makefile
creating Src/Makefile
creating Test/Makefile
creating Completion/Makefile
creating Functions/Makefile
creating config.h

zsh configuration
-----------------
zsh version               : 3.1.9
host operating system     : i386-pc-sco3.2v5.0.5
source code location      : .
compiler                  : gcc
preprocessor flags        : 
executable compiler flags : -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2
executable linker flags   :   -s 
library flags             : -lsocket -ldl -ltermcap -lm -lc 
installation basename     : zsh
binary install path       : /usr/local/bin
man page install path     : /usr/local/man
info install path         : /usr/local/info
functions install path    : /usr/local/share/zsh/3.1.9/functions
installed functions       : Core/* Base/* Builtins/* User/* Commands/* Debian/* Linux/* Bsd/* AIX/* X/* Zle/* Prompts/* Misc/* Zftp/*

make[1]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'
Linking with the standard modules.
if test -f mymods.conf; then \
    cat mymods.conf > modules-bltin; \
elif test N = N; then \
    sed -n '/L.* /{s/^.* //;p;}' < ./xmods.conf > modules-bltin; \
else \
    echo > modules-bltin; \
fi
( cd .. && OMIT_MODULES="" \
/bin/sh Src/mkmodindex.sh Src ) \
    > modules.index.tmp
Updated `modules.index'.
cd .. && /bin/sh $top_srcdir/Src/mkmakemod.sh Src Makemod
creating Src/Makemod.in
creating Src/Makemod
make[2]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'
echo 'timestamp for *.mdd files' > ../Src/modules.stamp
creating Src/Aliases/Makefile.in
creating Src/Aliases/Makefile
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
creating Src/Builtins/Makefile.in
creating Src/Builtins/Makefile
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
creating Src/Modules/Makefile.in
creating Src/Modules/Makefile
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
creating Src/Zle/Makefile.in
creating Src/Zle/Makefile
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[2]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'
make[2]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'
gawk -f ./signames1.awk /usr/local/lib/gcc-lib/i686-pc-sco3.2v5.0.5/3.0.3/include/sys/signal.h >sigtmp.c
gcc -E sigtmp.c >sigtmp.out
gawk -f ./signames2.awk sigtmp.out > signames.c
rm -f sigtmp.c sigtmp.out
grep 'define.*SIGCOUNT' signames.c > sigcount.h
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'
Updated `zsh.mdh'.
echo 'timestamp for zsh.mdh against zsh.mdd' > zsh.mdhs
gawk -f ../Src/makepro.awk builtin.c Src > builtin.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < builtin.syms) \
	> builtin.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < builtin.syms) \
	> `echo builtin.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk compat.c Src > compat.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < compat.syms) \
	> compat.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < compat.syms) \
	> `echo compat.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk cond.c Src > cond.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < cond.syms) \
	> cond.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < cond.syms) \
	> `echo cond.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk exec.c Src > exec.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < exec.syms) \
	> exec.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < exec.syms) \
	> `echo exec.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk glob.c Src > glob.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < glob.syms) \
	> glob.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < glob.syms) \
	> `echo glob.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk hashtable.c Src > hashtable.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < hashtable.syms) \
	> hashtable.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < hashtable.syms) \
	> `echo hashtable.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk hist.c Src > hist.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < hist.syms) \
	> hist.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < hist.syms) \
	> `echo hist.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk init.c Src > init.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < init.syms) \
	> init.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < init.syms) \
	> `echo init.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk input.c Src > input.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < input.syms) \
	> input.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < input.syms) \
	> `echo input.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk jobs.c Src > jobs.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < jobs.syms) \
	> jobs.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < jobs.syms) \
	> `echo jobs.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk lex.c Src > lex.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < lex.syms) \
	> lex.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < lex.syms) \
	> `echo lex.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk linklist.c Src > linklist.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < linklist.syms) \
	> linklist.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < linklist.syms) \
	> `echo linklist.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk loop.c Src > loop.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < loop.syms) \
	> loop.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < loop.syms) \
	> `echo loop.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk math.c Src > math.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < math.syms) \
	> math.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < math.syms) \
	> `echo math.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk mem.c Src > mem.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < mem.syms) \
	> mem.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < mem.syms) \
	> `echo mem.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk module.c Src > module.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < module.syms) \
	> module.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < module.syms) \
	> `echo module.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk options.c Src > options.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < options.syms) \
	> options.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < options.syms) \
	> `echo options.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk params.c Src > params.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < params.syms) \
	> params.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < params.syms) \
	> `echo params.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk parse.c Src > parse.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < parse.syms) \
	> parse.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < parse.syms) \
	> `echo parse.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk pattern.c Src > pattern.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < pattern.syms) \
	> pattern.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < pattern.syms) \
	> `echo pattern.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk prompt.c Src > prompt.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < prompt.syms) \
	> prompt.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < prompt.syms) \
	> `echo prompt.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk signals.c Src > signals.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < signals.syms) \
	> signals.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < signals.syms) \
	> `echo signals.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk signames.c Src > signames.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < signames.syms) \
	> signames.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < signames.syms) \
	> `echo signames.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk subst.c Src > subst.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < subst.syms) \
	> subst.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < subst.syms) \
	> `echo subst.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk text.c Src > text.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < text.syms) \
	> text.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < text.syms) \
	> `echo text.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk utils.c Src > utils.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < utils.syms) \
	> utils.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < utils.syms) \
	> `echo utils.epro | sed 's/\.epro$/.pro/'`
gawk -f ../Src/makepro.awk watch.c Src > watch.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < watch.syms) \
	> watch.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < watch.syms) \
	> `echo watch.epro | sed 's/\.epro$/.pro/'`
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'
Updated `zsh.mdh'.
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
( \
    echo '/** thingies.list                            **/'; \
    echo '/** thingy structures for the known thingies **/'; \
    echo; \
    echo '/* format: T("name", TH_FLAGS, w_widget, t_nextthingy) */'; \
    echo; \
    sed -e 's/#.*//; /^$/d; s/" *,.*/"/' \
	-e 's/^"/T("/; s/$/, 0,/; h' \
	-e 's/-//g; s/^.*"\(.*\)".*/w_\1, t_D\1)/' \
	-e 'H; g; s/\n/ /' \
	< ./iwidgets.list; \
    sed -e 's/#.*//; /^$/d; s/" *,.*/"/' \
	-e 's/^"/T("./; s/$/, TH_IMMORTAL,/; h' \
	-e 's/-//g; s/^.*"\.\(.*\)".*/w_\1, t_\1)/' \
	-e 'H; g; s/\n/ /' \
	< ./iwidgets.list; \
) > thingies.list
( \
    echo '/** zle_things.h                              **/'; \
    echo '/** indices of and pointers to known thingies **/'; \
    echo; \
    echo 'enum {'; \
    sed -n -f ./zle_things.sed < thingies.list; \
    echo '    ZLE_BUILTIN_THINGY_COUNT'; \
    echo '};'; \
) > zle_things.h
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
Updated `zle.mdh'.
echo 'timestamp for zle.mdh against zle.mdd' > zle.mdhs
gawk -f ../../Src/makepro.awk zle_bindings.c Src/Zle > zle_bindings.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_bindings.syms) \
	> zle_bindings.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_bindings.syms) \
	> `echo zle_bindings.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_hist.c Src/Zle > zle_hist.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_hist.syms) \
	> zle_hist.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_hist.syms) \
	> `echo zle_hist.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_keymap.c Src/Zle > zle_keymap.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_keymap.syms) \
	> zle_keymap.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_keymap.syms) \
	> `echo zle_keymap.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_main.c Src/Zle > zle_main.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_main.syms) \
	> zle_main.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_main.syms) \
	> `echo zle_main.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_misc.c Src/Zle > zle_misc.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_misc.syms) \
	> zle_misc.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_misc.syms) \
	> `echo zle_misc.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_move.c Src/Zle > zle_move.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_move.syms) \
	> zle_move.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_move.syms) \
	> `echo zle_move.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_params.c Src/Zle > zle_params.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_params.syms) \
	> zle_params.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_params.syms) \
	> `echo zle_params.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_refresh.c Src/Zle > zle_refresh.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_refresh.syms) \
	> zle_refresh.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_refresh.syms) \
	> `echo zle_refresh.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_thingy.c Src/Zle > zle_thingy.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_thingy.syms) \
	> zle_thingy.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_thingy.syms) \
	> `echo zle_thingy.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_tricky.c Src/Zle > zle_tricky.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_tricky.syms) \
	> zle_tricky.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_tricky.syms) \
	> `echo zle_tricky.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_utils.c Src/Zle > zle_utils.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_utils.syms) \
	> zle_utils.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_utils.syms) \
	> `echo zle_utils.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_vi.c Src/Zle > zle_vi.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_vi.syms) \
	> zle_vi.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_vi.syms) \
	> `echo zle_vi.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk zle_word.c Src/Zle > zle_word.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle_word.syms) \
	> zle_word.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle_word.syms) \
	> `echo zle_word.epro | sed 's/\.epro$/.pro/'`
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
Updated `zle.mdh'.
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
Updated `complete.mdh'.
echo 'timestamp for complete.mdh against complete.mdd' > complete.mdhs
gawk -f ../../Src/makepro.awk complete.c Src/Zle > complete.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < complete.syms) \
	> complete.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < complete.syms) \
	> `echo complete.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk compcore.c Src/Zle > compcore.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < compcore.syms) \
	> compcore.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < compcore.syms) \
	> `echo compcore.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk compmatch.c Src/Zle > compmatch.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < compmatch.syms) \
	> compmatch.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < compmatch.syms) \
	> `echo compmatch.epro | sed 's/\.epro$/.pro/'`
gawk -f ../../Src/makepro.awk compresult.c Src/Zle > compresult.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < compresult.syms) \
	> compresult.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < compresult.syms) \
	> `echo compresult.epro | sed 's/\.epro$/.pro/'`
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
Updated `complete.mdh'.
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
Updated `compctl.mdh'.
echo 'timestamp for compctl.mdh against compctl.mdd' > compctl.mdhs
gawk -f ../../Src/makepro.awk compctl.c Src/Zle > compctl.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < compctl.syms) \
	> compctl.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < compctl.syms) \
	> `echo compctl.epro | sed 's/\.epro$/.pro/'`
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
Updated `compctl.mdh'.
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
Updated `compctl.mdh'.
echo 'timestamp for compctl.mdh against compctl.mdd' > compctl.mdhs
sed 's,@NAME@,compctl,g' < ./alias.c.in > compctl.c
gawk -f ../../Src/makepro.awk compctl.c Src/Aliases > compctl.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < compctl.syms) \
	> compctl.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < compctl.syms) \
	> `echo compctl.epro | sed 's/\.epro$/.pro/'`
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
Updated `compctl.mdh'.
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[4]: `complete.mdh' is up to date.
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
Updated `complete.mdh'.
echo 'timestamp for complete.mdh against complete.mdd' > complete.mdhs
sed 's,@NAME@,complete,g' < ./alias.c.in > complete.c
gawk -f ../../Src/makepro.awk complete.c Src/Aliases > complete.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < complete.syms) \
	> complete.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < complete.syms) \
	> `echo complete.epro | sed 's/\.epro$/.pro/'`
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
Updated `complete.mdh'.
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
Updated `complist.mdh'.
echo 'timestamp for complist.mdh against complist.mdd' > complist.mdhs
gawk -f ../../Src/makepro.awk complist.c Src/Zle > complist.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < complist.syms) \
	> complist.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < complist.syms) \
	> `echo complist.epro | sed 's/\.epro$/.pro/'`
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
Updated `complist.mdh'.
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
Updated `complist.mdh'.
echo 'timestamp for complist.mdh against complist.mdd' > complist.mdhs
sed 's,@NAME@,complist,g' < ./alias.c.in > complist.c
gawk -f ../../Src/makepro.awk complist.c Src/Aliases > complist.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < complist.syms) \
	> complist.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < complist.syms) \
	> `echo complist.epro | sed 's/\.epro$/.pro/'`
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
Updated `complist.mdh'.
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
Updated `computil.mdh'.
echo 'timestamp for computil.mdh against computil.mdd' > computil.mdhs
gawk -f ../../Src/makepro.awk computil.c Src/Zle > computil.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < computil.syms) \
	> computil.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < computil.syms) \
	> `echo computil.epro | sed 's/\.epro$/.pro/'`
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
Updated `computil.mdh'.
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
Updated `computil.mdh'.
echo 'timestamp for computil.mdh against computil.mdd' > computil.mdhs
sed 's,@NAME@,computil,g' < ./alias.c.in > computil.c
gawk -f ../../Src/makepro.awk computil.c Src/Aliases > computil.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < computil.syms) \
	> computil.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < computil.syms) \
	> `echo computil.epro | sed 's/\.epro$/.pro/'`
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
Updated `computil.mdh'.
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
Updated `parameter.mdh'.
echo 'timestamp for parameter.mdh against parameter.mdd' > parameter.mdhs
gawk -f ../../Src/makepro.awk parameter.c Src/Modules > parameter.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < parameter.syms) \
	> parameter.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < parameter.syms) \
	> `echo parameter.epro | sed 's/\.epro$/.pro/'`
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
Updated `parameter.mdh'.
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
Updated `parameter.mdh'.
echo 'timestamp for parameter.mdh against parameter.mdd' > parameter.mdhs
sed 's,@NAME@,parameter,g' < ./alias.c.in > parameter.c
gawk -f ../../Src/makepro.awk parameter.c Src/Aliases > parameter.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < parameter.syms) \
	> parameter.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < parameter.syms) \
	> `echo parameter.epro | sed 's/\.epro$/.pro/'`
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
Updated `parameter.mdh'.
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
Updated `rlimits.mdh'.
echo 'timestamp for rlimits.mdh against rlimits.mdd' > rlimits.mdhs
gawk -f ../../Src/makepro.awk rlimits.c Src/Builtins > rlimits.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < rlimits.syms) \
	> rlimits.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < rlimits.syms) \
	> `echo rlimits.epro | sed 's/\.epro$/.pro/'`
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
Updated `rlimits.mdh'.
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
Updated `rlimits.mdh'.
echo 'timestamp for rlimits.mdh against rlimits.mdd' > rlimits.mdhs
sed 's,@NAME@,rlimits,g' < ./alias.c.in > rlimits.c
gawk -f ../../Src/makepro.awk rlimits.c Src/Aliases > rlimits.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < rlimits.syms) \
	> rlimits.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < rlimits.syms) \
	> `echo rlimits.epro | sed 's/\.epro$/.pro/'`
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
Updated `rlimits.mdh'.
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
Updated `sched.mdh'.
echo 'timestamp for sched.mdh against sched.mdd' > sched.mdhs
gawk -f ../../Src/makepro.awk sched.c Src/Builtins > sched.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < sched.syms) \
	> sched.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < sched.syms) \
	> `echo sched.epro | sed 's/\.epro$/.pro/'`
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
Updated `sched.mdh'.
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
Updated `sched.mdh'.
echo 'timestamp for sched.mdh against sched.mdd' > sched.mdhs
sed 's,@NAME@,sched,g' < ./alias.c.in > sched.c
gawk -f ../../Src/makepro.awk sched.c Src/Aliases > sched.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < sched.syms) \
	> sched.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < sched.syms) \
	> `echo sched.epro | sed 's/\.epro$/.pro/'`
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
Updated `sched.mdh'.
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[4]: `zle.mdh' is up to date.
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
Updated `zle.mdh'.
echo 'timestamp for zle.mdh against zle.mdd' > zle.mdhs
sed 's,@NAME@,zle,g' < ./alias.c.in > zle.c
gawk -f ../../Src/makepro.awk zle.c Src/Aliases > zle.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zle.syms) \
	> zle.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zle.syms) \
	> `echo zle.epro | sed 's/\.epro$/.pro/'`
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
Updated `zle.mdh'.
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
Updated `zleparameter.mdh'.
echo 'timestamp for zleparameter.mdh against zleparameter.mdd' > zleparameter.mdhs
gawk -f ../../Src/makepro.awk zleparameter.c Src/Zle > zleparameter.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zleparameter.syms) \
	> zleparameter.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zleparameter.syms) \
	> `echo zleparameter.epro | sed 's/\.epro$/.pro/'`
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
Updated `zleparameter.mdh'.
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
Updated `zleparameter.mdh'.
echo 'timestamp for zleparameter.mdh against zleparameter.mdd' > zleparameter.mdhs
sed 's,@NAME@,zleparameter,g' < ./alias.c.in > zleparameter.c
gawk -f ../../Src/makepro.awk zleparameter.c Src/Aliases > zleparameter.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zleparameter.syms) \
	> zleparameter.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zleparameter.syms) \
	> `echo zleparameter.epro | sed 's/\.epro$/.pro/'`
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
Updated `zleparameter.mdh'.
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[5]: `complete.mdh' is up to date.
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
Updated `zutil.mdh'.
echo 'timestamp for zutil.mdh against zutil.mdd' > zutil.mdhs
gawk -f ../../Src/makepro.awk zutil.c Src/Modules > zutil.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zutil.syms) \
	> zutil.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zutil.syms) \
	> `echo zutil.epro | sed 's/\.epro$/.pro/'`
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
Updated `zutil.mdh'.
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
Updated `zutil.mdh'.
echo 'timestamp for zutil.mdh against zutil.mdd' > zutil.mdhs
sed 's,@NAME@,zutil,g' < ./alias.c.in > zutil.c
gawk -f ../../Src/makepro.awk zutil.c Src/Aliases > zutil.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < zutil.syms) \
	> zutil.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < zutil.syms) \
	> `echo zutil.epro | sed 's/\.epro$/.pro/'`
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
Updated `zutil.mdh'.
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[4]: `complete.mdh' is up to date.
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[2]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'
rm -f stamp-modobjs.tmp
make[2]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o builtin.o builtin.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o compat.o compat.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o cond.o cond.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o exec.o exec.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o glob.o glob.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o hashtable.o hashtable.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o hist.o hist.c
srcdir='.' MODBINS='modules-bltin' \
XMODCF='./xmods.conf' /bin/sh ./mkbltnmlst.sh bltinmods.list
Updated `zshpaths.h'.
Creating `zshxmods.h'.
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o init.o init.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o input.o input.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o jobs.o jobs.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o lex.o lex.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o linklist.o linklist.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o loop.o loop.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o math.o math.c
math.c: In function `zzlex':
math.c:369: warning: operation on `ptr' may be undefined
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o mem.o mem.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o module.o module.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o options.o options.c
echo '#define ZSH_VERSION "'3.1.9'"' > version.h
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o params.o params.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o parse.o parse.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o pattern.o pattern.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o prompt.o prompt.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o signals.o signals.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o signames.o signames.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o subst.o subst.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o text.o text.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o utils.o utils.c
utils.c: In function `noquery':
utils.c:1324: warning: unused variable `c'
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o watch.o watch.c
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
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[4]: `compctl.mdh' is up to date.
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o compctl.o compctl.c
echo '' compctl.o | sed 's" " Aliases/"g' >> ../../Src/stamp-modobjs.tmp
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[4]: `complete.mdh' is up to date.
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o complete.o complete.c
echo '' complete.o | sed 's" " Aliases/"g' >> ../../Src/stamp-modobjs.tmp
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[4]: `complist.mdh' is up to date.
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o complist.o complist.c
echo '' complist.o | sed 's" " Aliases/"g' >> ../../Src/stamp-modobjs.tmp
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[4]: `computil.mdh' is up to date.
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o computil.o computil.c
echo '' computil.o | sed 's" " Aliases/"g' >> ../../Src/stamp-modobjs.tmp
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
make[4]: `parameter.mdh' is up to date.
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o parameter.o parameter.c
echo '' parameter.o | sed 's" " Aliases/"g' >> ../../Src/stamp-modobjs.tmp
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
make[4]: `rlimits.mdh' is up to date.
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o rlimits.o rlimits.c
echo '' rlimits.o | sed 's" " Aliases/"g' >> ../../Src/stamp-modobjs.tmp
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
make[4]: `sched.mdh' is up to date.
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o sched.o sched.c
echo '' sched.o | sed 's" " Aliases/"g' >> ../../Src/stamp-modobjs.tmp
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[4]: `zle.mdh' is up to date.
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o zle.o zle.c
echo '' zle.o | sed 's" " Aliases/"g' >> ../../Src/stamp-modobjs.tmp
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[4]: `zleparameter.mdh' is up to date.
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o zleparameter.o zleparameter.c
echo '' zleparameter.o | sed 's" " Aliases/"g' >> ../../Src/stamp-modobjs.tmp
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
make[5]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[5]: `complete.mdh' is up to date.
make[5]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o zutil.o zutil.c
echo '' zutil.o | sed 's" " Aliases/"g' >> ../../Src/stamp-modobjs.tmp
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
gawk -f ./rlimits.awk /usr/include/sys/resource.h > rlimits.h
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o rlimits.o rlimits.c
echo '' rlimits.o | sed 's" " Builtins/"g' >> ../../Src/stamp-modobjs.tmp
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o sched.o sched.c
echo '' sched.o | sed 's" " Builtins/"g' >> ../../Src/stamp-modobjs.tmp
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o parameter.o parameter.c
echo '' parameter.o | sed 's" " Modules/"g' >> ../../Src/stamp-modobjs.tmp
make[4]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[4]: `complete.mdh' is up to date.
make[4]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o zutil.o zutil.c
echo '' zutil.o | sed 's" " Modules/"g' >> ../../Src/stamp-modobjs.tmp
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o compctl.o compctl.c
echo '' compctl.o | sed 's" " Zle/"g' >> ../../Src/stamp-modobjs.tmp
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o complete.o complete.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o compcore.o compcore.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o compmatch.o compmatch.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o compresult.o compresult.c
echo '' complete.o compcore.o compmatch.o compresult.o | sed 's" " Zle/"g' >> ../../Src/stamp-modobjs.tmp
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o complist.o complist.c
echo '' complist.o | sed 's" " Zle/"g' >> ../../Src/stamp-modobjs.tmp
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o computil.o computil.c
echo '' computil.o | sed 's" " Zle/"g' >> ../../Src/stamp-modobjs.tmp
( \
    echo '/** widgets.list                               **/'; \
    echo '/** widget structures for the internal widgets **/'; \
    echo; \
    echo '/* format: W(ZLE_FLAGS, t_firstname, functionname) */'; \
    echo; \
    sed -e 's/#.*//; /^$/d; s/-//g' \
	-e 's/^"\(.*\)" *, *\([^ ]*\) *, *\(.*\)/W(\3, t_\1, \2)/' \
	< ./iwidgets.list; \
) > widgets.list
( \
    echo '/** zle_widget.h                                **/'; \
    echo '/** indices of and pointers to internal widgets **/'; \
    echo; \
    echo 'enum {'; \
    sed -n -f ./zle_widget.sed < widgets.list; \
    echo '    ZLE_BUILTIN_WIDGET_COUNT'; \
    echo '};'; \
) > zle_widget.h
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o zle_bindings.o zle_bindings.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o zle_hist.o zle_hist.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o zle_keymap.o zle_keymap.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o zle_main.o zle_main.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o zle_misc.o zle_misc.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o zle_move.o zle_move.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o zle_params.o zle_params.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o zle_refresh.o zle_refresh.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o zle_thingy.o zle_thingy.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o zle_tricky.o zle_tricky.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o zle_utils.o zle_utils.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o zle_vi.o zle_vi.c
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o zle_word.o zle_word.c
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
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2  -o zleparameter.o zleparameter.c
echo '' zleparameter.o | sed 's" " Zle/"g' >> ../../Src/stamp-modobjs.tmp
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[2]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'
Updated `stamp-modobjs'.
make[2]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'
gawk -f ../Src/makepro.awk main.c Src > main.syms
(echo '/* Generated automatically */'; sed -n '/^E/{s/^E//;p;}' < main.syms) \
	> main.epro
(echo '/* Generated automatically */'; sed -n '/^L/{s/^L//;p;}' < main.syms) \
	> `echo main.epro | sed 's/\.epro$/.pro/'`
gcc -c -I.  -DHAVE_CONFIG_H -D__sco  -Wall -Wno-implicit -Wmissing-prototypes -O2 -o main.o ./main.c
make[2]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'
make[2]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'
( 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
make[2]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'
rm -f zsh
gcc  -s  -o zsh main.o `cat stamp-modobjs`   -lsocket -ldl -ltermcap -lm -lc 
make[2]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Aliases'
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Builtins'
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Modules'
make[3]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[3]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src/Zle'
make[2]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'
make[1]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Src'
make[1]: Entering directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/data2/u2/work/ken/src/zsh/zsh-3.1.9/Doc'


Messages sorted by: Reverse Date, Date, Thread, Author