Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Static link of curses module
- X-seq: zsh-workers 36655
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Static link of curses module
- Date: Sun, 27 Sep 2015 15:16:10 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=pr42R3e8k/hS5qM1ZC1um3CNBG1RpP4OeKfU+wkwOKY=; b=lUhzDQev8A/+q+05x6IyhtX4FsWxy0T4ZfoFsUdn91ifQnbAMZPXVNKxvdaVTBQwDc 5j3NbTNeStBPygwVspRIYnwqZIbqlv0R6Jq8fIyqeimbO721Hyp7GFuPL781iY42iZAV QbuHCddAnl8zMRMMMagiaZ23Nj5CJzEwuXebx0LxR/JM/dPIsmKUoNb0M6xhG/8Zm8ba a7eir7Uvif3yQ31VcrSIl3FtCaaLEgGKZ+TqbryeayQIkKAH6WJSMSEmpiFNPyNWGMF5 H/N+dee5hTf+WJ+Od0ra7x0tMXzLkKEikYF5fCvwpqS+4ziO5lF2GkGmjCjEl7Vl9YAa xGHg==
- 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
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