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=12740Please 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-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/_______________________________________________
QuantLib-dev mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/quantlib-dev