
26 Mar
2008
26 Mar
'08
1:28 p.m.
-----Original Message----- From: boost-bounces@lists.boost.org [mailto:boost- bounces@lists.boost.org] On Behalf Of Vladimir Prus Sent: 26 March 2008 12:04 To: boost@lists.boost.org 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.