Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Static link of curses module
- X-seq: zsh-workers 36656
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Static link of curses module
- Date: Sun, 27 Sep 2015 15:45:38 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=uXaHQ6kQP+KCW7isU1b+Yfb8qXantByA+I4AC/cndzA=; b=RfwFFtT45fPCmXUP7wtJyfGxH/wBh3//cSDEseESSSckgENcdBV0oz6erLavknfiyx 91ktmKNw61YV3jIYl1ioSH2usPancvva7nnj7/taYY9eo7P9WiqhGb5A/Qwl+Vxz+WN4 vpz78AALhYNlmUzJjWUze1coJVUY3FFVQQBQXpvQCKgmf+AOZaAa8xvSCMazOJERxiDA 6xeecD5Fqk2mvjCwUh5TcVtv4RPQFP6m2MXFZ5xirF+Zdf4yfY0tRW2IrUdg/GZrA9HO X8tGgAqV2w1ZTACbyB7FwkLBG/ib4KZQ5387IG2p/xBBotuKIYEvJFlY0mIrVn+ZRrva 6YSA==
- In-reply-to: <CAKc7PVAQcCjkTnrdL1-8CNCsPSkRdMvwTcNS4GOUtZd3f+XnUg@mail.gmail.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVAQcCjkTnrdL1-8CNCsPSkRdMvwTcNS4GOUtZd3f+XnUg@mail.gmail.com>
A mistake in email – the load should be "yes":
name=zsh/curses
link=static
load=yes
I now tested this on OSX - with "./configure --disable-dynamic",
FreeBSD 10.1 with "./configure --with-term-lib=ncurses", Ubuntu 12.10
"./configure --with-term-lib=ncurses", cygwin "./configure
--disable-dynamic", msys1 with implicit static only modules
(--disable-dynamic)
Best regards,
Sebastian Gniazdowski
On 27 September 2015 at 15:16, Sebastian Gniazdowski
<sgniazdowski@xxxxxxxxx> wrote:
> Hello
> Editing Src/Modules/curses.mdd, putting:
> name=zsh/curses
> link=static
> load=no
>
> to the beginning there (the script that's there by default doesn't
> work) doesn't result in availability of the module (in the produced
> zsh). The file curses.o is linked to the zsh (Src/stamp-modobjs
> contains it), however zmodload's output doesn't report curses module.
> Tested on OS X and msys1.
>
> Best regards,
> Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author