[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ncurses-bug
Subject:    Re: ANN: ncurses-6.0-20171223
From:       Thomas Dickey <dickey () his ! com>
Date:       2017-12-25 1:58:11
Message-ID: 20171225015811.GA1912 () prl-debian8-64 ! jexium-island ! net
[Download RAW message or body]

[Attachment #2 (multipart/signed)]


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 <dickey@invisible-island.net>
https://invisible-island.net
ftp://ftp.invisible-island.net

["signature.asc" (application/pgp-signature)]

_______________________________________________
Bug-ncurses mailing list
Bug-ncurses@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-ncurses


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic