#9718: iconv fails to build on Solaris 10 x86 64-bit - host fulvia
------------------------+---------------------------------------------------
Reporter: drkirkby | Owner: drkirkby
Type: defect | Status: new
Priority: major | Milestone: sage-4.5.3
Component: solaris | Keywords:
Author: | Upstream: Completely fixed; Fix reported upstream
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Comment(by leif):
Replying to [comment:4 drkirkby]:
> The solution is to use:
{{{
CC="gcc -m64"
}}}
> rather than have
{{{
CC=gcc
CFLAGS=-m64
}}}
Honestly, that's well-documented in many installation instructions of
packages using {{{autoconf}}} / {{{automake}}} and {{{libtool}}}...
({{{libtool}}} strips flags from {{{CFLAGS}}} et al., but '''not''' from
{{{CC}}}.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9718#comment:5>
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.