|
Boost-Build : |
From: Daniel Schlyder (daniel_at_[hidden])
Date: 2002-09-01 18:38:46
Hi,
I think some of the file extension variables in tools/build/allyourbase.jam
are incorrectly set for MinGW.
I had to change the following lines in 'if $(NT) {}' from
SUFLIB ?= .lib ;
SUFOBJ ?= .obj ;
SUFDLL ?= .dll .lib ;
to
SUFLIB ?= .a ;
SUFOBJ ?= .o ;
SUFDLL ?= .dll .a ;
I did this by checking for mingw in TOOLS. I presume there is a better way?
Thanks for any help.
-- Sincerely, Daniel Schlyder
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