Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

RE: PATCH: static cygwin compilation



>
> 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