zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: zsh-users@zsh.org
Subject: Re: 5.3.1
Date: Wed, 21 Dec 2016 19:03:10 -0800	[thread overview]
Message-ID: <161221190310.ZM3041@torch.brasslantern.com> (raw)
In-Reply-To: <f259f076-75d0-0e9f-d228-5dd4c5090b51@eastlink.ca>

On Dec 21,  4:40pm, Ray Andrews wrote:
} 
}      $ /aWorking/zsh-5.3.1 6$ zmodload zsh/curses
}      zsh: failed to load module `zsh/curses': 
} /aWorking/zsh-5.3.1/Build/lib/zsh/5.3.1/zsh/curses.so: undefined symbol: 
}      COLORS

Well, obviously configure has correctly decided ("link=no" in unedited
config.modules) that whatever curses library it has found on its own
will not properly link the curses.so file.

Try

    LIBS=-lncurses configure ...

If that doesn't work, you'll have to figure out what library to link with
to get the COLORS symbol, because it's obviously declared extern in some
header that the compiler is finding when you "make".


  parent reply	other threads:[~2016-12-22  3:03 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-21 20:07 5.3.1 Peter Stephenson
2016-12-21 21:57 ` 5.3.1 Ray Andrews
2016-12-21 22:54   ` 5.3.1 Ray Andrews
2016-12-21 23:07     ` 5.3.1 Bart Schaefer
2016-12-21 23:53       ` 5.3.1 Ray Andrews
2016-12-22  0:12         ` 5.3.1 Bart Schaefer
2016-12-22  0:40           ` 5.3.1 Ray Andrews
2016-12-22  1:27             ` 5.3.1 Ray Andrews
2016-12-22  3:03             ` Bart Schaefer [this message]
2016-12-22  3:42               ` 5.3.1 Ray Andrews
2016-12-22  4:08                 ` 5.3.1 Jérémie Roquet
2016-12-22  4:59                   ` 5.3.1 Ray Andrews
     [not found]                   ` <1e43afe0-d53c-af6b-f28f-bc1c0c7a229b__8484.77827753431$1482382855$gmane$org@eastlink.ca>
2016-12-22 11:57                     ` 5.3.1 Daniel Shahaf
2016-12-22 16:03                       ` 5.3.1 Ray Andrews
2016-12-22 21:40                         ` 5.3.1 Bart Schaefer
2016-12-22 22:33                           ` 5.3.1 Ray Andrews
2017-01-03 12:48 ` 5.3.1 Simon Ruderich
2017-01-03 13:38   ` 5.3.1 Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=161221190310.ZM3041@torch.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).