Boost logo

Boost-Build :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-12-18 15:19:30


Why did you comment out these lines in gcc-stlport-tools.jam?

# STDHDRS = ;
# STDLIBPATH = ;

The point was that whatever was given by the gcc toolset should be replaced
by what we calculate in this toolset. This could be important in the case of
stlport, since the stlport paths must precede the system-supplied paths. The
flags rule might otherwise just tack the new STDHDRS values onto the end of
the existing list.

-Dave

===================================================
David Abrahams, C++ library designer for hire
resume: http://users.rcn.com/abrahams/resume.html

C++ Booster (http://www.boost.org)
email: david.abrahams_at_[hidden]
===================================================

 


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