Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
RE: PATCH: static cygwin compilation
- X-seq: zsh-workers 12603
- From: "Andrej Borsenkow" <Andrej.Borsenkow@xxxxxxxxxxxxxx>
- To: "Peter Stephenson" <pws@xxxxxxx>, "Zsh hackers list" <zsh-workers@xxxxxxxxxxxxxx>
- Subject: RE: PATCH: static cygwin compilation
- Date: Mon, 14 Aug 2000 09:55:28 +0400
- Importance: Normal
- In-reply-to: <0FYX00DQNJ6FNV@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
>
> 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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author