|
From: Luigi B. <lui...@gm...> - 2008-01-25 13:33:21
|
On Fri, 2008-01-25 at 09:48 +0800, Max wrote: > See the command-line interaction below: > > $ cd QuantLib-0.9.0/Examples/Swap > > $ make examples > make: *** No rule to make target `SwapValuation', needed by > `examples'. Stop. Ok, I got this one (thanks for the Makefile.) The problem is that the 'examples' rule looks for SwapValuation, but under cygwin the generated Makefile contains rules for building SwapValuation.exe instead. I'm fixing it in the repository. As for the link problem, I don't think adding -lQuantLib would be the correct fix; adding that might cause the linker to pick up a previously installed library instead of the one just compiled and not yet installed. May you send me the Makefile for BermudanSwaption as well? Thanks, Luigi -- Newton's Law of Gravitation: What goes up must come down. But don't expect it to come down where you can find it. Murphy's Law applies to Newton's. |