#10993: Update eclib to 20120115
--------------------------------+-------------------------------------------
Reporter: cremona | Owner: cremona
Type: enhancement | Status: new
Priority: major | Milestone: sage-5.0
Component: packages | Resolution:
Keywords: elliptic curves | Work_issues:
Upstream: N/A | Reviewer: Frithjof Schulze, Jeroen
Demeyer
Author: John Cremona | Merged:
Dependencies: #11354 |
--------------------------------+-------------------------------------------
Comment(by jdemeyer):
Another problem: your `src/Makefile` seems to assume GNU ld:
{{{
# Used for creating a shared library on Linux/Unix
SO_OPTS = -fPIC --shared -Wl,--as-needed
}}}
It therefore breaks on `hawk (OpenSolaris 06.2009-32)`:
{{{
g++ -fPIC --shared -Wl,--as-needed -Wl,-soname,libjcntl.so.0 [...] -o
libjcntl.so [...]
usage: ld [-3:6:abc:d:e:f:h:il:mo:p:rstu:z:B:CD:F:GI:L:M:N:P:Q:R:S:VW:Y:?]
file(s)
[...]
collect2: ld returned 1 exit status
make[3]: *** [libjcntl.so] Error 1
make[3]: Target `install_so' not remade because of errors.
make[3]: Leaving directory
`/export/home/buildbot/build/sage/hawk-1/hawk_full/build/sage-5.0.beta2/spkg/build/eclib-20120115.p0/src/procs'
make[2]: *** [so] Error 2
make[2]: Leaving directory
`/export/home/buildbot/build/sage/hawk-1/hawk_full/build/sage-5.0.beta2/spkg/build/eclib-20120115.p0/src'
Error building eclib shared libraries
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/10993#comment:40>
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.