[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Insalling both wide and normal ncurses
From: |
Michail Vidiassov |
Subject: |
Insalling both wide and normal ncurses |
Date: |
Mon, 27 Aug 2007 20:59:23 +0400 (MSD) |
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
- Insalling both wide and normal ncurses,
Michail Vidiassov <=