#9722: PARI/GP build error on Fedora 13
------------------------+---------------------------------------------------
Reporter: mpatel | Owner: tbd
Type: defect | Status: needs_work
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: |
------------------------+---------------------------------------------------
Changes (by leif):
* status: needs_info => needs_work
Comment:
Replying to [comment:28 ggrafendorfer]:
> Replying to [comment:27 leif]:
> > Thanks, does the same happen if you run {{{./Configure
--graphic=none}}}?
>
> yes, I'll attach the log file,
LOL, that's because you ''don't'' have ''X11'' development packages
installed! :)
{{{config/get_fltk}}}:
{{{
#!sh
if test -z "$with_fltk"; then
case "$which_graphic_lib" in
fltk) with_fltk=yes;;
esac
if test -z "$X11"; then with_fltk=yes; fi
fi
...
}}}
PARI is really funny. I'll fix ''all three'' issues and upload a second
patch here later...
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9722#comment:29>
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.