#13027: Upgrade and clean up IML
-------------------------------+--------------------------------------------
Reporter: kini | Owner: tbd
Type: enhancement | Status: new
Priority: major | Milestone: sage-5.1
Component: packages | Resolution:
Keywords: iml | Work issues:
Report Upstream: N/A | Reviewers:
Authors: | Merged in:
Dependencies: | Stopgaps:
-------------------------------+--------------------------------------------
Comment (by kini):
Hmm. Well, I've managed to get it to configure. Apparently the old patches
are still relevant. Next is to tackle the fact that repl doesn't build. It
looks like this is caused by different command line syntax for `ar` on BSD
compared to GNU `ar`:
{{{
make all-recursive
Making all in repl
/bin/sh ../libtool --tag=CC --mode=link gcc -I. -g -O2 -m64 -lm -o
librepl.la
mkdir .libs
ar cru .libs/librepl.a
ar: no archive members specified
usage: ar -d [-TLsv] archive file ...
ar -m [-TLsv] archive file ...
ar -m [-abiTLsv] position archive file ...
ar -p [-TLsv] archive [file ...]
ar -q [-cTLsv] archive file ...
ar -r [-cuTLsv] archive file ...
ar -r [-abciuTLsv] position archive file ...
ar -t [-TLsv] archive [file ...]
ar -x [-ouTLsv] archive [file ...]
make[2]: *** [librepl.la] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
Error building IML
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13027#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.