Boost logo

Boost-Build :

From: Roland Schwarz (roland.schwarz_at_[hidden])
Date: 2007-02-06 18:26:02


Vladimir Prus wrote:
> I see some stlport test results from you. Does this mean you've fixed the problems
> somehow?

No, I just found a work around.
But perhaps I am expecting something that isn't supposed to work.

What works:

1) Specifiying on the commandline as:

bjam toolset=msvc-6.5/stdlib=stlport-4.6.2,msvc-7.1/stdlib=stlport-4.6.2

2) Specifying in the user-config.jam still does not work. Should it
work? Or do I expect something stupid?

using msvc
  : 6.5_stlport4
  : path_to_compiler
  : <stdlib>stlport-4.6.2
  ;

Roland


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