Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
zcompile for Builtins fails
- X-seq: zsh-workers 13198
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: zcompile for Builtins fails
- Date: Mon, 27 Nov 2000 15:38:49 +0300
- Importance: Normal
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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