From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27015 invoked from network); 28 Mar 2001 11:12:48 -0000 Received: from sunsite.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 28 Mar 2001 11:12:48 -0000 Received: (qmail 6206 invoked by alias); 28 Mar 2001 11:12:34 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 3756 Received: (qmail 6193 invoked from network); 28 Mar 2001 11:12:33 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) Date: Wed, 28 Mar 2001 15:12:31 +0400 (MSD) From: Andrej Borsenkow X-X-Sender: To: Ville Herva cc: Subject: Re: Compilation problem on Cygwin In-Reply-To: <20010328124536.H3478@niksula.cs.hut.fi> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I think I have seen this once ... can you please try separate build directory? I probably never tried it in src dir. Another possibilities are: - binary/text mount. Zsh is not very happy with DOS lineendings. Please, check how your home is mounted; if it is text, remount it in binary (you porbably need to repeat cvs checkout to get correct lineendings) - you are on FAT and Cygwin does not understand that config.status is executable. Do we have #!/bin/sh there? (I presume, yes). - every now and then there are bug reports for CVS under Cygwin. I'll be able to do more next week. -andrej On Wed, 28 Mar 2001, Ville Herva wrote: > 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@cvs.zsh.sourceforge.net:/cvsroot/zsh login > > export CVSROOT=:pserver:anonymous@cvs.zsh.sourceforge.net:/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@iki.fi > >