$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-11-10 18:28:39
----- Original Message -----
From: "Toon Knapen" <toon.knapen_at_[hidden]>
To: "boost" <boost_at_[hidden]>
Sent: Friday, November 09, 2001 7:06 AM
Subject: [boost] boost.build with external libraries
> David, would you mind to put the content of <find-library> (i.e.
> FINDLIBS) at the end of the link-line instead of before the $(NEEDLIBS)
> in the link-line (see my local gcc-tools.jam in attach).
>
> Rationale:
> <find-library> can (and is intended for IIRC) be used for linking with
> external libraries. As the project Jam is building is dependent on the
> external library (and not vice versa), the external lib should after the
> project-libraries in the link-line.
Done.