> Have you installed the curses library?
The curses library itself is almost certainly installed.
(It's a dependency for pretty much everything.) However,
for _compiling_ against it, having the library installed
is not enough (unless you're on a fully source-based
distro like Gentoo). You have to have the dev package
for the library installed.
Once you track that down and install it, do a
make clean (and maybe make distclean for good
measure) then try compiling again.