Re: AmericanOption compiler errors
Posted by David Zverina on Mar 02, 2005; 1:28am
URL: http://quantlib.414.s1.nabble.com/AmericanOption-compiler-errors-tp3643p3645.html
Hi Kristian,
The supplied makefile actually is a GNU makefile. For some strange
reason a line required to define the 'all' target is commented out
though. You have two easy options to get the example going.
1. Use the command "make examples" instead of "make" and this will go
straight to the relevant target.
2. Look inside the makefile and find the line that looks like:
#bin_PROGRAMS = AmericanOption$(EXEEXT)
Remove the comment (# sign) and it should work with just plain make.
You can use the same approach to compile all the other examples as well.
Cheers,
David.