Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2003-01-07 08:40:27


Pavol Droba <droba_at_[hidden]> writes:

> Hi,
>
> I have encoutered a problem when building under win2k with cygwin gcc 3.2.
>
> Boost.Build select an extension for binary files according to OS platform.
> So for the Windows paltform it selects .lib for library files and .obj for object files.
>
> However cygwin is using unix-like .a for libs. When I have compiled regex library,
> I got libboost_regex.lib as an output, and cygwin ld did not recognized it.
> I had to build regex with sSUFLIB=.a
>
> Is this a feature or a bug?

A known bug. We'll fix it for v2. The architecture of v1 doesn't
make it easy.

-- 
                       David Abrahams
   dave_at_[hidden] * http://www.boost-consulting.com
Boost support, enhancements, training, and commercial distribution

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk