#12629: Fix Linbox DISABLE_COMMENTATOR
-----------------------------+----------------------------------------------
Reporter: jdemeyer | Owner: tbd
Type: PLEASE CHANGE | Status: new
Priority: critical | Milestone: sage-5.0
Component: packages | Keywords:
Work_issues: | Upstream: N/A
Reviewer: | Author:
Merged: | Dependencies:
-----------------------------+----------------------------------------------
Linbox has its infamous `DISABLE_COMMENTATOR` #define. When compiling
code with this flag set, the commentator is disabled. But Linbox itself
is compiled with the commentator enabled. Because the Sage library is
built with the commentator disabled, this creates the following problem:
1. The disabled commentator is constructed using a dummy constructor.
2. That commentator is then destructed using the real destructor, causing
havoc.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12629>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.