Hello,
This message relates to the CVS development environment and was
intended for quantlib-dev not quantlib-users. Apologies for the
confusion.
Regards,
Eric
---------- Forwarded message ----------
From: eric ehlers <
[hidden email]>
Date: Apr 26, 2006 10:55 AM
Subject: ObjectHandler Boost Link
To: Quantlib-users <
[hidden email]>
Hi All,
ObjectHandler now links to boost i.e. rather than relying solely on
the boost header files you need to compile boost. So far I've tested
this only for Windows/boost 1.33.1.
At present you need only the regex lib so to save time you can build
boost with just that e.g.
bjam "-sTOOLS=xxx" "--with-regex" stage
where XXX = vc-7_1 or vc-8_0
Regards,
Eric