#8567: Specify the location of iconv for 'gd'
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: new
Priority: major | Milestone: sage-5.0
Component: build | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by hivert):
Replying to [comment:26 jhpalmieri]:
> Replying to [comment:19 drkirkby]:
> > Another way to solve the fallout from updating R, will probably be to
add
> >
{{{
if [ "x$UNAME" != xSunOS ] && [ "x$UNAME" != xCYGWIN ] then ;
exit 0
fi
}}}
The ";" should be before "then"..
.
{{{
if [ "x$UNAME" != xSunOS ] && [ "x$UNAME" != xCYGWIN ] ; then
echo "Not installing iconv -- on systems other than Solaris and Cygwin,
use the system's iconv"
exit 0
fi
}}}
> Or something like that -- I'm not sure exactly what the message should
say.
I'm trying this on gentoo and it seems to work... I'm waiting for the
build to finish.
Florent
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8567#comment:27>
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.