From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23252 invoked from network); 11 Oct 2000 06:15:31 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 11 Oct 2000 06:15:31 -0000 Received: (qmail 14092 invoked by alias); 11 Oct 2000 06:14:52 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12951 Received: (qmail 14085 invoked from network); 11 Oct 2000 06:14:49 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer david.siemens.de) From: "Andrej Borsenkow" To: , "Zsh list" Subject: RE: problems with 3.1.9 on cygwin Date: Wed, 11 Oct 2000 10:14:46 +0400 Message-ID: <000001c0334a$8d87fd30$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal In-Reply-To: <14819.63135.137957.342501@phl.itasoftware.com> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > > Hello, > > So I just noticed that 3.1.9 is advertised to work under cygwin... > but is it supposed to work *well* yet? > > I notice that "echo *" seems to only ever yield "no matches found". > mw1g017@MW1G17C% echo * DocReader.exe ctags.exe docreader.ini gvim.exe iSiloC32.exe runzsh.bat runzsh.ba t~ vimrun.exe xxd.exe > And there seems to be a bug where setting (but not exporting) a > variable in one script and 'source'ing another does not result in the > second script seeing that variable. But I've not been able to > reproduce this with a succinct example. > mw1g017@MW1G17C% cat foo.zsh #!/bin/zsh foo=1234 source /tmp/bar.zsh mw1g017@MW1G17C% cat bar.zsh #!/bin/zsh.exe echo $foo mw1g017@MW1G17C% source foo.zsh 1234 Could you provide example of script that exibits an error? > Can someone fill me in on the state of cygwin support? > Well, I cannot comment on stock 3.1.9 at all. Current CVS version does work; 3.1.9-dev-6 should work OOTB if you have recent enough Cygwin version (with one minor problem). I use (and ported it :-) under cygwin-1.1.4 and binutils-20000722-1. I must admint, I do not spend much time in Zsh under Cygwin, but almost all regression tests passed (failed are related to unsupported features). -andrej