Re: installation is failing on cygwin
Posted by
Max-118 on
Jan 29, 2008; 2:33am
URL: http://quantlib.414.s1.nabble.com/installation-is-failing-on-cygwin-tp11632p11643.html
On Jan 28, 2008 10:56 PM, Luigi Ballabio <
[hidden email]> wrote:
If you edit the Makefile and replace the line
examples: BermudanSwaption
with:
examples: BermudanSwaption$(EXEEXT)
then 'make examples' should work correctly. (Or you can edit Makefile.in
in the same way and re-run configure.)
Yup, it works for "make examples" now. However, "make clean" still does not work.
To complete the fix, we should replace the line
CLEANFILES = SwapValuation
with:
CLEANFILES = SwapValuation$(EXEEXT)
Also, I guess similar fix should be applied to "test-suite/Makefile.am"
Thanks!
Best regards,
Max
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev