[CMake] cmake 2.3.2 nor latest cvs work on Irix

William A. Hoffman billlist at nycap.rr.com
Wed Jan 25 11:09:55 EST 2006


At 10:37 AM 1/25/2006, William A. Hoffman wrote:


>OK, so the problem is that CC is being set to the compiler plus the arguments.
>This is normally done with CC and CFLAGS.  However, there must have been something in 
>2.0.6 to handle this that was lost.  I will look into the problem.  For now, you should
>try and separate the flags from the compiler.

I just tried this here, and the new cmake handles one argument as part of the compiler,
but not more than one.   So:

CC="cc -64"  works
CC="cc -64 -T 128000000" does not work.

Please create a bug report for this.
www.cmake.org/Bug


-Bill



More information about the CMake mailing list