[CMake] Building Cmake

Bill Hoffman bill.hoffman at kitware.com
Fri Jan 11 12:51:56 EST 2008


mostafa charmi wrote:
> Thanks for your attention
> 1- I have not had any cmake on my PC already and I
> must use source code.
> 
> 2- Please see the attachment which cmake-bootstap.log
> file  was attached to.
> 
> Bests...
> 
> ./bootstrap: line 380: cc: command not found
> Test failed to compile
> Try: gcc
...
> ./bootstrap: line 380: gcc: command not found
> Test failed to compile
> Try: xlc
...
> ./bootstrap: line 380: xlc: command not found
> Test failed to compile
> Try: icc
...
> ./bootstrap: line 380: icc: command not found
> Try: tcc

> ./bootstrap: line 380: tcc: command not found
> Test failed to compile
> 

So, it looks like you do not have a compiler on your PC.  CMake is not a 
c or c++ compiler.  You need to install a compiler.

-Bill


More information about the CMake mailing list