Boost logo

Boost :

Subject: Re: [boost] mingw help
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-05-30 14:21:57


Sergey Popov wrote:

>> libboost_foo.dll.a
>> boost_foo.dll.a
>> libboost_foo.a
>> <prefix>boost_foo.dll
>> libboost_foo.dll
>> boost_foo.dll
> It will also look for boost_foo.lib but not for libboost_foo.lib.
> So libboost_foo.lib static lib won't be found unless you use -llibboost_foo.

Ok, thanks. Is the search names for -Bstatic below correct?

        # windows (mingw,cygwin) -Bstatic -lxxx
        # libxxx.a
        # xxx.lib

- Volodya


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk