$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-09-20 09:21:50
David Abrahams wrote:
> Is the .o file actually missing in your case? Does this act
> differently if you set ALL_LOCATE_TARGET to something short, say,
> /tmp ?
Yes, the object file is missing. It is deleted by boost.build after the
library was generated. (It runs the RmTemps action.)
Ans no, it doesn't behave differently when ALL_LOCATE_TARGET is set to /tmp.
Markus