Error during configure installing ncurses

7.2-RELEASE. Generic kernel. Full installation.


I'm trying to install ncurses because I want to run FoxPro Unix, which expects a terminfo database.

I did this:
Code:
# cd /usr/src/contrib/ncurses[Enter]
# ./configure[Enter]

The last line of output is
Code:
config.status: error: cannot find input file: test/Makefile.in

How should I proceed? Thanks in advance.
 
The terminfo file in /usr/src/contrib/file/Magdir/terminfo is just a stub with no data in.

I tried Googling the error
'ncurses "config.status: error: cannot find input file: test/Makefile.in"' but all I found was this thread. Anyone any idea how to fix the configure error? Thanks in advance.
 
I looked at INSTALL and README before trying to install.

I'll send an email to bug-ncurses@gnu.org as per INSTALL.

For now I've bypassed the problem by copying the terminfo database off a working system (6.2).

Thanks again.
 
Back
Top