$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-07-16 13:06:28
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