Boost logo

Boost-Build :

From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-07-12 09:15:08


Hi,

I just noticed a problem with lib generation on WIN32 platforms.
In allyourbase.jam there is a section at the beginning where
some platform specific things are set up. For WIN32 the line

PRELIB ?= "" ;

is missing, IMHO. The problem is, if PRELIB is not explicitly
set to contain an empty string it is later defaulted to "lib"
resulting in all libs to have the prefix "lib". This is quite
alien for the windows platform.

Comments, anyone?

Markus

 


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