[CMake] cmake 2.3.2 nor latest cvs work on Irix

William A. Hoffman billlist at nycap.rr.com
Tue Jan 24 21:13:41 EST 2006


At 04:04 PM 1/24/2006, Renteria, Jose (Cont, ARL/CISD) wrote:
>Hi,
>
>The latest version of cmake fails.  I am attempting to build an IRIX version of ParaView and VTK I get the following error below:
>
>The C compiler "/usr/bin/cc" is not able to compile a simple test program
>... make[3]: *** [CMakeFiles/cmTryCompileExec.dir/testCCompiler.o] Error 127
>CMake will not be able to correctly generate this project.
>
>However, if I use cmake (2.0.6) all works well. Also the latest version of CMake does not have this problem on Linux.
>
>Sometime ago a similar cmake error was posted and it seemed to fixed via a cvs update. That does not seem to be the case for me. Any ideas?

What version of IRIX is this?   We run cmake dashboards each night on IRIX and they certainly can
do this much?

Can you try a few things:
1. cmake --debug-trycompile
cd CMakeFiles
make

2. Look at CMakeOutput.log and CMakeError.log and see if you can find out where or what
the error 127 is.

-Bill



More information about the CMake mailing list