[CMake] Problem while installation of cmake on sun sparc 2.7

Brad King brad.king at kitware.com
Wed Feb 8 09:34:30 EST 2006


sumit sorde wrote:
> I am getting the following error after running the make command during 
> compilation of cmake on Sun sparc 2.7.
> 
> Building executable /cmake-2.0.6/bin/ccmake...
> Undefined                      first referenced
> symbol                            in file
> wattr_off                          CursesDialog/cmCursesLongMessageForm.o
> wattr_on                            CursesDialog/cmCursesLongMessageForm.o
> ld: fatal: Symbol referencing errors. No output written to 
> /cmake-2.0.6/bin/ccmake
> 
> Can someone please help me out with this error?

This is a problem building the curses dialog.  Please run

   make VERBOSE=1

to see the full link line being used and post it.  Also please run

   grep CURSES CMakeCache.txt

and post the output.

Thanks,
-Brad


More information about the CMake mailing list