Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Compilation problem on Cygwin
- X-seq: zsh-users 3757
- From: Ville Herva <vherva@xxxxxxxxxxxxxx>
- To: Andrej Borsenkow <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- Subject: Re: Compilation problem on Cygwin
- Date: Wed, 28 Mar 2001 15:03:38 +0300
- Cc: zsh-users@xxxxxxxxxxxxxx
- In-reply-to: <Pine.SV4.4.33.0103281506090.27657-100000@xxxxxxxxxxxxxxxxxxxxx>; from Andrej.Borsenkow@xxxxxxxxxxxxxx on Wed, Mar 28, 2001 at 03:12:31PM +0400
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20010328124536.H3478@xxxxxxxxxxxxxxxxx> <Pine.SV4.4.33.0103281506090.27657-100000@xxxxxxxxxxxxxxxxxxxxx>
- Sender: Ville Herva <vherva@xxxxxxxxxxxxxx>
On Wed, Mar 28, 2001 at 03:12:31PM +0400, you [Andrej Borsenkow] claimed:
> I think I have seen this once ... can you please try separate build
> directory? I probably never tried it in src dir.
I did
cd ..
mkdir build
cd build
../configure --prefix=/usr
make
and it gave
make[1]: Entering directory /home/vherva/zsh/build/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/build/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/build/Src'
make[2]: Entering directory /home/vherva/zsh/build/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/build/Src'
make[1]: *** [headers] Error 2
make[1]: Leaving directory /home/vherva/zsh/build/Src'
make: *** [all] Error 1
> 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)
I checked mount. It should be binary:
c:\home /home user binmode
> - you are on FAT and Cygwin does not understand that config.status is
> executable. Do we have #!/bin/sh there? (I presume, yes).
This is NTFS. I do have /bin/sh.
> - every now and then there are bug reports for CVS under Cygwin.
This happened with 4.0.1pre2 as well.
> I'll be able to do more next week.
Thanks!
-- v --
v@xxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author