From: Richard Crossley (rdc_at_[hidden])
Date: 2008-03-26 09:28:00


> -----Original Message-----
> From: boost-bounces_at_[hidden] [mailto:boost-
> bounces_at_[hidden]] On Behalf Of Vladimir Prus
> Sent: 26 March 2008 12:04
> To: boost_at_[hidden]
> Subject: Re: [boost] Build statically linked boost libs *-vc90-mt-
> sgd.lib
>
> Richard Crossley wrote:
>
> > Hi,
> >
> > Feeling stupid...
> > How do I generate the statically linked *-vc90-mt-sg*.lib series of
>
> 's' is not statically linked, it's static runtime.
>
> - Volodya

I'll rephrase it then.

How do I generate the libboost-*-vc90-mt-sg.lib and
libboost-*-vc90-mt-sgd.lib variants?

I can see that adding the link=static option generates a separate tree in
the build directory.
However the ABI naming of the resultant staged libraries appears to remain
the same.

Richard.