please verify: parallel builds are working now

William A. Hoffman billlist at nycap.rr.com
Wed Mar 29 17:59:40 CEST 2006


At 10:49 AM 3/29/2006, you wrote:

>When a build tree is first created by CMake it becomes locked to the 
>compiler specified the first time.  If the compiler is not specified 
>with a full path then the PATH is searched to find it, and then that 
>full path is used.  It is not safe to build some of a tree with one 
>compiler and then the rest with another in C++ anyway.  Even if the 
>compilers share an ABI the try-compile results may be different.

To add to the issues with switching the compilers like that, all the 
try compile results were done with one compiler, and then you are trying
to use a different compiler.   Obviously that could cause trouble.

-Bill



More information about the Kde-buildsystem mailing list