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

Re: Compilation problem on Cygwin



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@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