#9722: PARI/GP build error on Fedora 13
------------------------+---------------------------------------------------
Reporter: mpatel | Owner: tbd
Type: defect | Status: needs_review
Priority: blocker | Milestone: sage-4.5.3
Component: packages | Keywords: FLTK, DSO, libstdc++, plotfltk, FL/Fl.H
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by leif):
We could in addition bypass ({{{if false && test ...}}}) this part of
{{{Configure}}} for use with Sage:
{{{
#!sh
...
if test "$optimization" != profiling; then
. ./get_X11 # X11, X11_INC, X11_LIBS
. ./get_graphic_lib # which_graphic_lib
. ./get_fltk # FLTKDIR, FLTK_LIBS
. ./get_Qt # QTDIR, QTLIB
echo "Hi-Res Graphics: $which_graphic_lib"
. ./get_readline # $_readline_list (includes 'readline')
else
which_graphic_lib=none
fi
...
}}}
But that's not very nice, and unless I can reproduce the problem...
And this would of course break graphics support for other users
completely.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9722#comment:21>
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.