At 08:26 PM 1/25/2006, Richard Wackerbarth wrote:
>Bill, per your request, I did a little digging for the curses libraries.
>
>It looks like it wants "curses"
>
>/usr/lib/libcurses.so.6.1 is present (along with the static version  
>thereof)
>
>/usr/local/lib/libncurses++.so.5.0.5
>/usr/local/lib/libncurses.so.5.0.5 (and their static versions) have  
>also been installed.

It has picked curses which seems to be broken on your machine.
Try this:  edit the CMakeCache.txt file and change CURSES_LIBRARY
to ncurses instead of curses.  Then run make and see if it works.

-Bill

_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to