$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Toon Knapen (toon.knapen_at_[hidden])
Date: 2001-10-19 07:21:50
In gcc-tools.jam (and almost all others) the content of the
<library-file> flag is stored in the NEEDLIBS variable.
This does not work however.
I guess, since the allyourbase.jam already uses NEEDLIBS, it can't be
defined a second time.When changing it to
flags gcc LIBRARYFILE <library-file> ;
for instance and thus also changing the (one of the) NEEDLIBS variable
into LIBRARYFILE on the link-line, it does work correctly.
(Dave, if you want I can perform the change in CVS)
toon