Boost logo

Boost-Build :

From: Vladimir Prus (ghost_at_[hidden])
Date: 2003-07-14 08:31:05


Hi Kirill,

> > - 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

I've being testing on

lib atlas : : <name>atlas.a ;

and *that* bug seems to be really fixed. Having tried <file>atlas.a I see the
other bug. Ok, will try to fix it as well.

- Volodya

 


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