Boost logo

Boost :

From: William E. Kempf (williamkempf_at_[hidden])
Date: 2002-05-29 12:27:47


----- Original Message -----
From: "Patrick Bennett" <patrick_at_[hidden]>

> I've been working on getting the latest version of Boost built
> (MS VC6 SP5) and have noticed some problems.
>
> The debug builds (or release build if '<debug-symbols>on' is set)
> produce (correctly) a PDB file for the dll.
> The problem is, the filename of the DLL and PDB are always created as
> boost_regex.[dll/pdb]. Well, with a debug build, the dll is copied
> to boost_regex_debug.dll (as well as the import library). Well, the
> end result is good, in that the debug-build has a different name, but...

This is a known problem with the "staging" support in the current
Boost.Build. I *believe* (don't quote me) the Boost.Build developers plan
to fix this in V2, but not before then. You have two choices... use the
original files (buried in the build directories according to variants used)
or recreate the import library from the renamed DLL using what ever tools
your compiler supplies for doing this. For the PDB you'll have to just use
the originals.

Bill Kempf


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