#9562: Add M4RIE to Sage
-------------------------------+--------------------------------------------
Reporter: malb | Owner: tbd
Type: enhancement | Status: needs_work
Priority: major | Milestone: sage-5.0
Component: packages | Keywords: m4ri
Author: Martin Albrecht | Upstream: None of the above - read trac
for reasoning.
Reviewer: | Merged:
Work_issues: |
-------------------------------+--------------------------------------------
Comment(by drkirkby):
Replying to [comment:19 malb]:
> These lines:
>
> {{{
> libtool: link: warning: library `/home/malb/t2/sage-4.5.1
-Solaris_10_SPARC-sun4u-SunOS/local/lib/libstdc++.la' was moved.
> libtool: link: cannot find the library
`/usr/local/gcc-4.4.3/lib/libstdc++.la' or unhandled argument
`/usr/local/gcc-4.4.3/lib/libstdc++.la'
>
> }}}
> make me think it's the Sage binary that is broken? Why is there be a
libstdc++ in the Sage tarball ?
The reason it is there is that the version of gcc shipped with Solaris is
3.4.3, so there are no recent gcc libraries. The compiler is not built
with Fortran support, so there is no libgfortran at all. One needs recent
run-time libraries, with fortran support, so I added them to the Sage
binary.
It may be that deleting (making a copy first) of those .la files will
solve the problem. Otherwise, editing them to point at the location of the
libraries in $SAGE_LOCAL/lib will almost certainly solve it.
If that does not work, just build Sage from source. It does not take too
long if you build packages in parallel.
Dave
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9562#comment:20>
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.