$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Ben Hutchings (ben.hutchings_at_[hidden])
Date: 2004-02-26 13:16:12
Gustavo Sánchez <gustsanc_at_[hidden]> wrote:
[snip]
1.- I did the outlined comands in getting started
cd boost_1_31_0
bjam "-sTOOLS=msvc" install
As result I obtained in drive C: a boost dir with "include" and "libs" subdirs and
[snip list of DLLs]
and the related .lib files.
Why aren't there any .dll file of the others libraries(graph, math, type_traits...)???
All their source code is included in header files as inline functions or function templates. Whatever code you use from them will automatically be compiled into your executable.
I can't answer your other questions.
Ben.