Rupert Heesom said: >>> Unable to find the ncurses libraries. >>> You must have ncurses installed.....
you have ncurses, which is fine for running precompiled binaries that require it. since your building a program from source you need the -dev version of the package in addition to the libraries itself. try apt-get install libncurses5-dev or something .. nate