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
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to