$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2004-03-13 07:31:07
> I am trying to build de regex boost library with msvc and stlport4.6.1,
with
> no success!!!
I regularly test regex with msvc+STLPort and it works for me with
Boost.1.31.0 (OK, I use STLPort 4.6, but otherwise the same settings as you
are using).
> I use the following to compile (release version):
The static libs have built OK, but the dll build failed for some strange
reason, I really don't understand that...
John.