$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Janssen, Olaf ST/HZA-TBE (olaf.janssen_at_[hidden])
Date: 2006-04-26 08:42:33
> What are specific issues with parallel build? There should be
> a dependency
> from exe to the used pch, to PCH should be created before exe
> is compiled?
>
> Or the problem is that two copies of compiler try to use the
> same PCH? It's
> possible to serialize execution of compile actions for that case.
The compiler tries to use the PCH, which isn't finished yet.
Olaf