16 Jul
2008
16 Jul
'08
6:53 p.m.
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!