Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ZSH (CVS) configure problem?
- X-seq: zsh-users 11989
- From: Peter Stephenson <pws@xxxxxxx>
- To: Zsh users list <zsh-users@xxxxxxxxxx>
- Subject: Re: ZSH (CVS) configure problem?
- Date: Thu, 11 Oct 2007 12:26:45 +0100
- In-reply-to: <tkrat.27dff2f532060939@xxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <tkrat.a5fb7653e65efa90@xxxxxxxxxxxxxxxxxxx> <200710101024.l9AAOFA7004025@xxxxxxxxxxxxxx> <tkrat.27dff2f532060939@xxxxxxxxxxxxxxxxxxx>
Helmut Jarausch wrote:
> --with-multibyte
That's probably --enable-multibyte or it won't have an effect.
> The final link links the library -lncurses and fails because external
> references ( I don't remember the 4 names ? add_wch) couldn't be
> resolved. Linking to -lncursesw -ldl, instead, was successful.
> For the moment I've stepped back to not using --with-multibyte .
This seems to be different from other Linux systems where the
appropriate bits are in ncurses.
It sounds like we need to be searching for ncursesw, a subject that's
come up before a propos of MacOS (and I was asking about at the start of
the week). Clint thinks in that case we need -I/usr/include/ncursesw,
so it may not be entirely trivial.
The dl library should be picked up later if it's needed, but that won't
work if it's causing linking with ncursesw to fail.
--
Peter Stephenson <pws@xxxxxxx> Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author