bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ANN: ncurses-6.0-20171223


From: Thomas Dickey
Subject: Re: ANN: ncurses-6.0-20171223
Date: Sun, 24 Dec 2017 20:58:11 -0500
User-agent: Mutt/1.5.23 (2014-03-12)

On Sun, Dec 24, 2017 at 05:21:17PM -0500, Dennis Clarke wrote:
> On 23/12/17 06:13 PM, Thomas Dickey wrote:
> >Files:
> 
> 
> >     ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.0-20171223.tgz
> >     
> > ftp://ftp.invisible-island.net/ncurses/current/ncurses-6.0-20171223.tgz.asc
> 
> 
> Merry Christmas !
> 
> 
> Once the holiday passes I hope to ask you just how does one get both the
> ordinary libncurses.so.6.0 as well as libncursesw.so.6.0 ? Some folks
> suggest doing a somewhat sneaky symlink trick which seems, well, wrong.
> 
> The configure phase seems to provide a build for one or the other but
>  not both.

You'd have to do two builds (one for libncurses, one for libncursesw).
Something like

        configure --with-shared --without-normal --without-debug \
                && make \
                && make install.libs
        make distclean
        configure --enable-widec --with-shared --without-normal --without-debug 
\
                && make \
                && make install.libs

-- 
Thomas E. Dickey <address@hidden>
https://invisible-island.net
ftp://ftp.invisible-island.net

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]