#4000: Implement QQ['x'] via Flint ZZ['x'] + denominator
------------------------------+---------------------------------------------
Reporter: malb | Owner: somebody
Type: enhancement | Status: needs_review
Priority: major | Milestone: sage-4.6
Component: basic arithmetic | Resolution:
Keywords: | Author: Sebastian Pancratz, Martin
Albrecht
Upstream: N/A | Reviewer: John Cremona, Martin Albrecht,
Alex Ghitza, Harald Schilly
Merged: sage-4.6.alpha1 | Work_issues:
------------------------------+---------------------------------------------
Comment(by mpatel):
I asked Bill Hart, FLINT's lead developer, about the Solaris error. He
replied:
{{{
>> It looks to me like _STDC_C99 is not defined by the compiler on this
>> platform. Due to a bug in Solaris's headers, this causes it to fail.
>>
>> You *might* be able to work around it with one of the following fixes:
>>
>> 1) pass -std=gnu99 instead of -std=c99 (I do not guarantee flint will
>> compile with this flag)
>>
>> 2) don't pass XPG6 (it's technically correct, but triggers the bug,
basically)
>>
>> 3) pass -stdc=c99 (I am unsure if this will work)
>>
>> If none of those work, I suggest you report the bug to Sun. It is
>> certainly not a flint bug.
}}}
(I've reproduced this with Bill's permission.) Thoughts?
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/4000#comment:103>
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.