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.

On Jan 25, 2006, at 9:58 AM, William A. Hoffman wrote:

On a NetBSD system


./bootstrap worked fine.

Then I tried "gmake"
./bootstrap worked fine.

Then I tried "gmake"

Sounds like there may be some problem with your curses/ncurses installation. If you do a gmake VERBOSE=1 does it link in a curses or ncurse library?

Linking CXX executable ../bin/ccmake
cd /home/rkw/BuildFarm-Experimental/Sources/CMake/Source && /usr/rkw/ BuildFarm-Experimental/Sources/CMake/Bootstrap.cmk/cmake -E remove - f ../bin/ccmake cd /home/rkw/BuildFarm-Experimental/Sources/CMake/Source && /usr/bin/g ++ -fPIC "CMakeFiles/ccmake.dir/CursesDialog/ cmCursesBoolWidget.o" "CMakeFiles/ccmake.dir/CursesDialog/ cmCursesCacheEntryComposite.o" "CMakeFiles/ccmake.dir/CursesDialog/ cmCursesDummyWidget.o" "CMakeFiles/ccmake.dir/CursesDialog/ cmCursesFilePathWidget.o" "CMakeFiles/ccmake.dir/CursesDialog/ cmCursesForm.o" "CMakeFiles/ccmake.dir/CursesDialog/ cmCursesLabelWidget.o" "CMakeFiles/ccmake.dir/CursesDialog/ cmCursesLongMessageForm.o" "CMakeFiles/ccmake.dir/CursesDialog/ cmCursesMainForm.o" "CMakeFiles/ccmake.dir/CursesDialog/ cmCursesPathWidget.o" "CMakeFiles/ccmake.dir/CursesDialog/ cmCursesStringWidget.o" "CMakeFiles/ccmake.dir/CursesDialog/ cmCursesWidget.o" "CMakeFiles/ccmake.dir/CursesDialog/ccmake.o" - o ../bin/ccmake -L/home/rkw/BuildFarm-Experimental/Sources/CMake/ Source -L/home/rkw/BuildFarm-Experimental/Sources/CMake/Source/ CursesDialog/form -L/home/rkw/BuildFarm-Experimental/Sources/CMake/ Source/kwsys -L/home/rkw/BuildFarm-Experimental/Sources/CMake/ Utilities/cmexpat -L/home/rkw/BuildFarm-Experimental/Sources/CMake/ Utilities/cmtar -L/home/rkw/BuildFarm-Experimental/Sources/CMake/ Utilities/cmzlib -lCMakeLib -lcmForm -lcmsys -lcmexpat -lcmzlib - lcmtar -lcurses -Wl,-rpath,/home/rkw/BuildFarm-Experimental/Sources/ CMake/Source:/home/rkw/BuildFarm-Experimental/Sources/CMake/Source/ CursesDialog/form:/home/rkw/BuildFarm-Experimental/Sources/CMake/ Source/kwsys:/home/rkw/BuildFarm-Experimental/Sources/CMake/Utilities/ cmexpat:/home/rkw/BuildFarm-Experimental/Sources/CMake/Utilities/ cmtar:/home/rkw/BuildFarm-Experimental/Sources/CMake/Utilities/cmzlib /home/rkw/BuildFarm-Experimental/Sources/CMake/Source/CursesDialog/ form/libcmForm.a(frm_driver.o)(.text+0xffc): In function `_nc_Position_Form_Cursor':
: undefined reference to `wcursyncup'


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

Reply via email to