[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Insalling both wide and normal ncurses
From: |
Stanislav Ievlev |
Subject: |
Re: Insalling both wide and normal ncurses |
Date: |
Tue, 28 Aug 2007 11:34:11 +0400 |
We are using this scheme in our distribution for years ;)
See http://git.altlinux.org/people/inger/packages/ncurses.git
On Mon, Aug 27, 2007 at 08:59:23PM +0400, Michail Vidiassov wrote:
> Dear Thomas (and All),
>
> what is the recommended steps if one want to have both wide and
> normal versions of ncurses installed, normal being the default (and not
> fixing the programs to look into ncurses/ncursesw for header files)?
>
> As far as I can see, the following is to be done:
> configure with --enable-widec --enable-overwrite
> install
> delete libcurses symlink to libncursesw
> configure with --without-progs --mandir=/something/tempotrarry1
> --includedir=/something/tempotrary2 install
> delete temporary dirs with duplicate mans and non-wide header files
> create libcurses link to libncurses
>
> Any suggestions?
>
> BTW, the fact that --enable/disable-overwrite affects both libcurses link
> and header files location seems to me to be somewhat confusing.
>
> Sincerely, Michail
>
>
>
> _______________________________________________
> Bug-ncurses mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-ncurses