|
From: eric e. <eri...@gm...> - 2006-04-26 09:23:55
|
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 <eri...@gm...> Date: Apr 26, 2006 10:55 AM Subject: ObjectHandler Boost Link To: Quantlib-users <qua...@li...> 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=3Dxxx" "--with-regex" stage where XXX =3D vc-7_1 or vc-8_0 Regards, Eric |