Boost logo

Boost-Build :

From: Wieger Wesselink (wieger_at_[hidden])
Date: 2003-05-27 09:15:38


--- In jamboost_at_[hidden], Vladimir Prus <ghost_at_c...> wrote:
> I think V2 thinks that on Cygwin, libraries can have '.lib' suffix,
but not
> '.a'. Could you go to builtn.jam, find the line
>
> declare-type NT CYGWIN : STATIC_LIB : lib : LIB : main ;
>
> (around line 233 in my copy), change it to
>
> declare-type NT CYGWIN : STATIC_LIB : lib a : LIB : main ;
>
> and try again?

Yes, that works.

Thanks,

Wieger

 


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