On Wednesday 04 October 2006 19:48, Ralph Stoker wrote: > On Wed, 04 Oct 2006 10:48, Volker Kuhlmann wrote: > Thanks for the inputs... > > Installing the ncurses-devel package allowed the ./configure command to > successfully complete. > ~ > > However the next stage # make would appear to highlight some problems with > warning messages. > > Apols for clogging up PC's with output data...but didn't want to cut out > any for fear of making a diognosis more difficult for those in the know!
This is a common question for people new to compiling. The short answer is that if it finishes the program should run. of course they way to test that is simply to run it (which can usually be done prior to "make install" by simply running it from the directory where "make" has left it.
