$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Don Agro (dagro_at_[hidden])
Date: 2006-09-22 10:18:43
On 22-Sep-06, at 4:54 AM, John Maddock wrote:
> Just one: building Boost+STLport with bjam resuls in the debug  
> versions of
> the lib's being built with __STL_DEBUG defined.  You might need to  
> define
> the same when building your app.  But if that's not it, I'm  
> stumped :-/
>
> HTH, John.
Thanks John, I was using "-sTOOLS=darwin" instead of "-sTOOLS=gcc- 
stlport"
Don