$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Niko Vuokko (niko.vuokko_at_[hidden])
Date: 2008-07-16 14:53:23
Steven Watanabe wrote:
> AMDG
>
> Niko Vuokko wrote:
>> Steven: If they're import libs, then where are my static libs? How
>> should I compile Boost to get both?
>
> bjam ... static shared
>
>> The executable gets made but it never executes a single line,
>> gives no errors and exits with value 53. The test case is below:
>
> Ah. 53 means that a dll is not found when the executable is loaded.
> Make sure that the dll's can be found in your PATH.
>
> In Christ,
> Steven Watanabe
Ok, I got it working now, compiled Boost again by calling bjam
directly. Now both static and dynamic linking work. Thanks!