|
From: SourceForge.net <no...@so...> - 2008-08-27 07:17:17
|
Patches item #2077710, was opened at 2008-08-27 17:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312740&aid=2077710&group_id=12740 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Anton Blanchard (antonb) Assigned to: Nobody/Anonymous (nobody) Summary: Fix compile errors when using xlc on Linux Initial Comment: quantlib fails to build when using the IBM xlc compiler on Linux. While the gcc compiler is OK, xlc complains that it cant resolve ShortRateDynamics: class CoxIngersollRoss::Dynamics : public ShortRateDynamics { The following patch (against latest SVN) fixes it: class CoxIngersollRoss::Dynamics : public OneFactorModel::ShortRateDynamics { ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312740&aid=2077710&group_id=12740 |