
30 May
2009
30 May
'09
6:21 p.m.
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