From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4530 invoked from network); 15 Aug 2000 05:09:14 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 15 Aug 2000 05:09:14 -0000 Received: (qmail 19864 invoked by alias); 15 Aug 2000 05:08:58 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12631 Received: (qmail 19857 invoked from network); 15 Aug 2000 05:08:57 -0000 From: "Bart Schaefer" Message-Id: <1000815050838.ZM18590@candle.brasslantern.com> Date: Tue, 15 Aug 2000 05:08:37 +0000 In-Reply-To: <000f01c00618$a99c2be0$21c9ca95@mow.siemens.ru> Comments: In reply to "Andrej Borsenkow" "PATCH: Cygwin - second go." (Aug 14, 9:54pm) References: <000f01c00618$a99c2be0$21c9ca95@mow.siemens.ru> X-Mailer: Z-Mail (5.0.0 30July97) To: "Andrej Borsenkow" , "ZSH workers mailing list" Subject: Re: PATCH: Cygwin - second go. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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