Boost logo

Boost-Build :

From: Rene Rivera (grafikrobot_at_[hidden])
Date: 2007-07-06 11:45:38


Phillip Seaver wrote:
> There was some discussion a while ago about compiling multiple source
> files with one compiler invocation --
> http://thread.gmane.org/gmane.comp.lib.boost.build/11177/focus=11200
>
> Has anyone looked at that? I know that for some of my libraries and
> executables, I'd get a substantial speed increase over separate calls.
> I'd like to do it myself, but I haven't had time to dig into boost-build
> to really understand how it works.

There is a basic issue with some compilers, msvc at least, that prevents
using such a feature... They don't have a way of specifying where the
object output (some neither globally nor individually) goes and hence
you end up with a bunch of .obj files in whatever directory you happen
to compile from.

-- 
-- Grafik - Don't Assume Anything
-- Redshift Software, Inc. - http://redshift-software.com
-- rrivera/acm.org - grafik/redshift-software.com
-- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk