|
From: mattknox_ca <Mat...@td...> - 2007-11-28 15:55:27
|
>> I'm especially interested in how they fare in the Cygwin and/or MinGW >> shells, as I can't check those platforms myself. On my vista machine here at home with MinGW and msys, it seems to compile ok... although I get this error at the end when I do "make install" .... make install-exec-hook make[4]: Entering directory `/home/QuantLib-0.9.0/ql' mv /usr/local/lib/libQuantLib.a /usr/local/lib/libQuantLib-0.9.0.a cp -p libQuantLib-0.9.0.a /usr/local/lib/libQuantLib.a cp: cannot stat `libQuantLib-0.9.0.a': No such file or directory make[4]: *** [install-exec-hook] Error 1 make[4]: Leaving directory `/home/QuantLib-0.9.0/ql' make[3]: *** [install-exec-am] Error 2 make[3]: Leaving directory `/home/QuantLib-0.9.0/ql' make[2]: *** [install-am] Error 2 make[2]: Leaving directory `/home/QuantLib-0.9.0/ql' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/QuantLib-0.9.0/ql' make: *** [install-recursive] Error 1 .... I assume I can just manually rename libQuantLib-0.9.0.a to libQuantLib.a and then things will be ok... but not sure why this error is happening. Also, are their any instructions anywhere on how to run the test suite? or could someone provide me with some instructions on doing that? Thanks, - Matt -- View this message in context: http://www.nabble.com/Preliminary-0.9.0-tarballs-tf4882318.html#a13995131 Sent from the quantlib-dev mailing list archive at Nabble.com. |