Re: Preliminary 0.9.0 tarballs
Posted by Knox, Matt on Nov 28, 2007; 3:55pm
URL: http://quantlib.414.s1.nabble.com/Preliminary-0-9-0-tarballs-tp11440p11441.html
>> 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