[CMake] local build misses ccmake on IBM cell ppc64

Bill Hoffman bill.hoffman at kitware.com
Tue Dec 8 16:23:54 EST 2009


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


More information about the CMake mailing list