On Friday 26 June 2009, Renato Elias wrote: > Hi Bill, > > I'm not good with command line debuggers. Just tried to run using gdb but > it hasn't helped so much: > > gdb ccmake > run .. > gives me the same error message > > Could you give me any basic direction with gdb?
If it crashes inside gdb, type "bt" to get a backtrace. Alex _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
