$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Bojan Resnik (resnikb_at_[hidden])
Date: 2007-11-05 08:01:05
> Dear all,
>
> I'm using bjam to some project outside the boost root.
>
> I have created a library by
>
>
> #
> # Library
> #
> lib bayesian : [ glob ../src/*.cpp ] : <link>shared ;
>
> The dll is created just fine, but the stub .lib file is not created when
> I look in the output directory. Can anyone see what's going on?
>
> I'm getting the same result for 1.34 and trunk.
Do you have any exported symbols in your project? MS linker will not
generate a lib file if the dll doesn't export any symbols.
-- Bojan Resnik