|
From: SourceForge.net <no...@so...> - 2003-09-12 09:00:32
|
Feature Requests item #804608, was opened at 2003-09-11 20:03 Message generated for change (Comment added) made by nando You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=362740&aid=804608&group_id=12740 Category: None Group: None Status: Open Priority: 5 Submitted By: navin mehta (navin_mehta) Assigned to: Nobody/Anonymous (nobody) Summary: Examples build using Makefile.mak Initial Comment: Makefile.mak on the QuantLib-0.3.3 directory does not contain entry for builiding the examples, due to which Examples do not get build using make command from Borland C++ compiler.Though, it was working in previous release. It would help if you can please add the same. Thanks! ---------------------------------------------------------------------- >Comment By: Ferdinando Ametrano (nando) Date: 2003-09-12 11:00 Message: Logged In: YES user_id=34616 QuantLib-0.3.3-src.zip includes a makefile.mak in the root directory with an "examples" target that will build all the Examples. Typing 'make examples' from the root directory should work. Alternatively 'make' from the Examples directory will work too. In the first case the examples will be built linking to the installed QuantLib library. In the second case the examples will be built linking to the relative path ../lib/ QuantLib library Please let me know if you have further requirement, or if the makefile is missing from other files/packages of the QuantLib 0.3.3 distribution thank you ciao -- Nando ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=362740&aid=804608&group_id=12740 |