$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] boost-regex: how to compile with mingw?
From: Matthias Pospiech (matthias.pospiech_at_[hidden])
Date: 2009-11-16 10:15:08
Steven Watanabe schrieb:
>>
>> How should it be done?
>
> cd boost_1_40_0
> bootstrap
> bjam toolset=gcc --with-regex
Ok that worked, however it generates no dll, only a .lib file.
If I want a dll how would that work? And if I want to compile with
Visual Studio (2005, 2008, or 2010) how would the comand be then?
Matthias