Boost logo

Boost :

From: Stephan T. Lavavej (stl_at_[hidden])
Date: 2004-02-14 18:04:12


When Boost Filesystem is built with bjam "-sTOOLS=gcc" or bjam
"-sTOOLS=mingw" on MinGW, the resulting static library is a .lib consisting
of .obj files. However, it is traditional for gcc to use .a files which
consist of .o files. I fix this by hand by renaming the .obj files to .o
and then executing ar rvs libboost_filesystem.a *.o , but it would be nice
if bjam would get it correctly by itself.

Stephan T. Lavavej
http://nuwen.net


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