|
From: SourceForge.net <no...@so...> - 2008-09-02 08:08:02
|
Patches item #2077710, was opened at 2008-08-27 09:17 Message generated for change (Comment added) made by lballabio 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: Closed >Resolution: Accepted Priority: 5 Private: No Submitted By: Anton Blanchard (antonb) >Assigned to: Luigi Ballabio (lballabio) 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 { ---------------------------------------------------------------------- Comment By: Luigi Ballabio (lballabio) Date: 2008-09-02 10:07 Message: Logged In: YES user_id=75450 Originator: NO The patch was applied to the code repository. It will be included in next release. Thank you. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=312740&aid=2077710&group_id=12740 |