Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: Cygwin - second go.
- X-seq: zsh-workers 12631
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxxxxxxxxx>
- To: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>, "ZSH workers mailing list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: Re: PATCH: Cygwin - second go.
- Date: Tue, 15 Aug 2000 05:08:37 +0000
- In-reply-to: <000f01c00618$a99c2be0$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <000f01c00618$a99c2be0$21c9ca95@xxxxxxxxxxxxxx>
On Aug 14, 9:54pm, Andrej Borsenkow wrote:
} Subject: PATCH: Cygwin - second go.
}
} This patch hopefully makes both dynamic and static compilation under Cygwin
} possible again (at least, I tried both under Unix and under Cygwin).
Seems to compile OK on linux, I'll commit the patch.
I just noticed, however that under autoconf 2.13 the definion of AC_CYGWIN
doesn't work right if you follow it with a `dnl' directive. It ends up
merging with the expansion of AC_EXEEXT that follows it, so a configure
script generated from autoconf 2.13 won't ever set CYGWIN=yes properly.
The solution is either to remove the `dnl' comment from the line with
the AC_CYGWIN call, or simply to put a blank line after it, which is
what I did.
--
Bart Schaefer Brass Lantern Enterprises
http://www.well.com/user/barts http://www.brasslantern.com
Zsh: http://www.zsh.org | PHPerl Project: http://phperl.sourceforge.net
Messages sorted by:
Reverse Date,
Date,
Thread,
Author