|
From: mattknox_ca <Mat...@td...> - 2007-11-28 19:34:13
|
>> Please run ./configure again and check the output. Does it find the >> Boost unit-test framework? No, it does not. I've tried a few things to get msys to detect it (I built the boost unit test framework when I installed and configured boost and that seemed to worked), but no luck. To build QuantLib with msys, I do the following: * copy the boost include files into C:\msys\1.0\local\include (these get detected properly when building QuantLib) * in msys, type: export CPPFLAGS="-I/local/include" * in msys, type "configure" * in msys, type "make" * in msys, type "make install" that all works fine (aside from the small problem with the "install" step mentioned earlier) So to try and get it to detect the unit test framework, I copied the compiled boost_unit_test_framework files into C:\msys\1.0\local\lib and then instead typed: export CPPFLAGS="-I/local/include -L/local/lib" , hoping that the configure script would detect the unit test framework then. But unfortunately it still does not. Perhaps what I am doing is completely naive, I'm not really sure. - Matt -- View this message in context: http://www.nabble.com/Preliminary-0.9.0-tarballs-tf4882318.html#a14007798 Sent from the quantlib-dev mailing list archive at Nabble.com. |