[Botan-devel] Linking error

Jack Lloyd lloyd at randombit.net
Mon Jul 2 13:53:46 EDT 2007


On Mon, Jul 02, 2007 at 07:33:56PM +0200, Christophe Meessen wrote:
> Yes, that sound like the source of the problem.
> 
> I would need a multithreaded version with debug and a mutlithreaded
> release (no debug) version.
> Are there special options to set when building botan ? Or do I have to
> modify the make file ?
> I didn't see any info on this in the building instruction document.

There isn't currently. You can pass a --debug flag to configure.pl but
at the moment the configure script doesn't do anything with that
information for Visual Studio.

You can either run configure.pl and then edit the makefile before
building, or try fiddlying misc/config/cc/msvc which is read by the
script to decide which flags to use in a particular situation (and
then rerun configure.pl to regenerate the makefile with the new
flags).

-Jack


More information about the botan-devel mailing list