From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26331 invoked by alias); 27 Sep 2015 13:46:01 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 36656 Received: (qmail 19494 invoked from network); 27 Sep 2015 13:45:59 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 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== X-Received: by 10.152.4.39 with SMTP id h7mr3320314lah.99.1443361557445; Sun, 27 Sep 2015 06:45:57 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: From: Sebastian Gniazdowski Date: Sun, 27 Sep 2015 15:45:38 +0200 Message-ID: Subject: Re: Static link of curses module To: zsh-workers@zsh.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable A mistake in email =E2=80=93 the load should be "yes": name=3Dzsh/curses link=3Dstatic load=3Dyes I now tested this on OSX - with "./configure --disable-dynamic", FreeBSD 10.1 with "./configure --with-term-lib=3Dncurses", Ubuntu 12.10 "./configure --with-term-lib=3Dncurses", 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 wrote: > Hello > Editing Src/Modules/curses.mdd, putting: > name=3Dzsh/curses > link=3Dstatic > load=3Dno > > 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