#8267: cygwin: ratpoints is broken again
----------------------+-----------------------------------------------------
Reporter: was | Owner: tbd
Type: defect | Status: new
Priority: major | Milestone: sage-4.3.3
Component: cygwin | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------+-----------------------------------------------------
I just tried building the ratpoints package on Cygwin, and
{{{
gcc main.c -o ratpoints
-I/home/wstein/build/sage-4.3.3.alpha0/local/include -Wall -O2 -fPIC
-DRATPOINTS_MAX_BITS_IN_PRIME=7 -DUSE_SSE
-L/home/wstein/build/sage-4.3.3.alpha0/local/lib -lgmp -lm -L. -lratpoints
main.c:1: warning: -fPIC ignored for target (all code is position
independent)
./libratpoints.a(find_points.o):find_points.c:(.text+0x170): undefined
reference to `__imp____gmpz_mul_si'
BOOM!
}}}
Thus the fixed that got in from #7015 has been broken before it ever
really got to live :-(.
So this ticket is to implement that fix again.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8267>
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.