Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Compilation problem on Cygwin
- X-seq: zsh-users 3755
- From: Ville Herva <vherva@xxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Compilation problem on Cygwin
- Date: Wed, 28 Mar 2001 12:45:36 +0300
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Sender: Ville Herva <vherva@xxxxxxxxxxxxxx>
With the latest CVS and 4.0.1pre2:
> uname -a
CYGWIN_NT-4.0 ENIGMA 1.1.8(0.34/3/2) 2001-01-31 10:08 i686 unknown
> cvs -d:pserver:anonymous@xxxxxxxxxxxxxxxxxxxxxxx:/cvsroot/zsh login
> export CVSROOT=:pserver:anonymous@xxxxxxxxxxxxxxxxxxxxxxx:/cvsroot/zsh
> cvs -z3 co zsh
> cd zsh
> ./Util/preconfig
> ./configure --prefix=/usr
> make
make[1]: Entering directory /home/vherva/zsh/zsh/Src'
cd .. && /bin/sh $top_srcdir/Src/mkmakemod.sh Src Makemod
creating Src/Makemod.in
./config.status: not found
make[2]: Entering directory /home/vherva/zsh/zsh/Src'
make[2]: Makemod: No such file or directory
make[2]: *** No rule to make target
akemod'. Stop.
make[2]: Leaving directory /home/vherva/zsh/zsh/Src'
make[2]: Entering directory /home/vherva/zsh/zsh/Src'
make[2]: Makemod: No such file or directory
make[2]: *** No rule to make target
akemod'. Stop.
make[2]: Leaving directory /home/vherva/zsh/zsh/Src'
make[1]: *** [headers] Error 2
make[1]: Leaving directory /home/vherva/zsh/zsh/Src'
make: *** [all] Error 1
Any ideas? Configure is happy.
Also, it seems that the Linux configure does not detect the lack of yodl,
but the make fails with an error message that is not that elucidating:
case zsh.1 in \
*/*) target=zsh.1 ;; \
*) target=./zsh.1 ;; \
esac; \
case ': yodl' in :*) ;; *) \
: yodl -I. -w zman.yo version.yo zsh.yo | sed -e '1s/\\-/-/g' -e
'/^\.'\''/d
' > $target \
;; esac; \
test -f $target
make[1]: *** [zsh.1] Error 1
make[1]: Leaving directory /mnt/ext2-2/vherva/zsh/zsh/Doc'
make: *** [all] Error 1
-- v --
v@xxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author