Boost logo

Boost :

From: John Maddock (john_at_[hidden])
Date: 2003-11-01 06:56:55


> >When I build with the vc7 toolset the files are named with a "-vc" suffix
> >rather than the expected "-vc7".
>
> OK, I think that is now fixed.

Yep, thanks.

> >When building with msvc-stlport (or any stlport variant), should we have
> >build variants/suffixes for:
>
> Yes... or we should try.
>
> >stlport-iostreams and
>
> Using stlport iostreams is the default, so I added an "n" to the runtime
tag
> to indicate when you use native streams.

Thanks, I'll test that later - actually native streams are the default for
msvc-stlport toolset :-(

> >stlport-debug
>
> This one should have been already handled. You should see a "g" in the
> runtime tag indicating that it's a debug runtime.

Yes, I realise that now - the msvc-stlport toolset defines _STLP_DEBUG
whenever you turn on debugging support - for users building their own code
though, linking against a debug runtime (your g flag), does *not* imply
_STLP_DEBUG, unless you define it for yourself. I think we can leave this
one for now though.

Thanks again,

John.


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