Boost logo

Boost-Build :

From: Kirill Lapshin (gclbb-jamboost_at_[hidden])
Date: 2003-07-13 19:21:35


Vladimir Prus wrote:

> - Bug which prevented linking to system libraries with '.a' suffix on
> windows was fixed.

This one still seems to be around. It uses .a lib if compiler is gcc,
but for msvc still replaces extension to .lib, even though lib
declaration reads:

lib atlas
:
: <file>$(ATLAS_DIR)lib/$(ATLAS_ARCH)/libatlas.a
:
: <include>$(ATLAS_DIR)include
;

--Kirill

 


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