Boost logo

Boost-Build :

From: Zbynek Winkler (zw-bjam_at_[hidden])
Date: 2004-09-24 12:33:12


Hello! I think that the following worked also for msvc:

lib test : : <name>test ;

However, it seems that now I need to say <name>test.lib in order to link
to the library. So I tried to workaround this problem by

lib test : : <name>test <toolset>gcc ;
lib test : : <name>test.lib <toolset>msvc ;

which I think also used to work, but it does not now "because no
best-matching alternative could be found" :-(. Why is that?

Zbynek

-- 
http://zw.matfyz.cz/ http://robotika.cz/
Faculty of Mathematics and Physics, Charles University, Prague, Czech Republic
 

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk