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

zcompile for Builtins fails



For some reason after installing latest CVS zrecompile fails. All tests
passed. I'm using:

cd /tools/share/zsh/${ZSH_VERSION#zsh-}/functions
autoload -U zrecompile
for i in *(/); do
zrecompile -p -- $i.zwc $i/*
chmod 644 $i.zwc
done

Zsh is configured with:

/tools/src/zsh/configure --prefix=/tools --enable-zsh-debug --enable-function-
subdirs --enable-libs=-lg

And I get:

re-compiling Builtins.zwc: failed
chmod: Cannot access Builtins.zwc: No such file or directory
bor@itsrm2%

for Builtins only. All other subdirs are O.K.

-andrej

Have a nice DOS!
B >>



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