From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1452 invoked from network); 14 Aug 2000 05:55:58 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 14 Aug 2000 05:55:58 -0000 Received: (qmail 9713 invoked by alias); 14 Aug 2000 05:55:32 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12603 Received: (qmail 9706 invoked from network); 14 Aug 2000 05:55:31 -0000 X-Envelope-Sender-Is: Andrej.Borsenkow@mow.siemens.ru (at relayer goliath.siemens.de) From: "Andrej Borsenkow" To: "Peter Stephenson" , "Zsh hackers list" Subject: RE: PATCH: static cygwin compilation Date: Mon, 14 Aug 2000 09:55:28 +0400 Message-ID: <000001c005b4$3f51c6f0$21c9ca95@mow.siemens.ru> MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" 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) In-reply-to: <0FYX00DQNJ6FNV@la-la.cambridgesiliconradio.com> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 > > Static linking is now broken: the following seems to fix it up. However, > I won't be able to tell if this re-breaks dynamic compilation. If I've > understood the meaning of MODULE correctly, it shouldn't. > It does (sigh). Main zsh DLL must now be compiled with -DMODULE and it is not (by default at least). So, if you get your environment right, just add -DMODULE to CFLAGS in Src/Makefile and Src/Makemod after `make prep'. -andrej