Gao, Yi wrote:
Hi,

I was trying to use a IBM cell machine to run some of my code, first
of which I need to set up CMake on it.

I downloaded all binary releases on cmake download page, but they
don't work. Giving me a "cannot execute binary file" error. This is
fine because the system seems to be not usual.

Then I download the unix source and configure and make. I got
executable cmake, but NOT ccmake


You need to make sure you have a curses development package installed. CMake needs to find the curses header files and libraries in order to build ccmake.

-Bill
_______________________________________________
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

Reply via email to