[ quantlib-Patches-2077710 ] Fix compile errors when using xlc on Linux

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[ quantlib-Patches-2077710 ] Fix compile errors when using xlc on Linux

SourceForge.net
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

-------------------------------------------------------------------------
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