#19868: interpreters build fails on cygwin
-----------------------------------+------------------------
Reporter: gouezel | Owner:
Type: defect | Status: new
Priority: major | Milestone: sage-7.0
Component: porting: Cygwin | Resolution:
Keywords: | Merged in:
Authors: | Reviewers:
Report Upstream: N/A | Work issues:
Branch: | Commit:
Dependencies: | Stopgaps:
-----------------------------------+------------------------
Comment (by gouezel):
Apparently not underlinking, more a problem with symbol names:
{{{
$ nm wrapper_cdf.o | grep interp_cdf
U __imp_interp_cdf
$ nm interp_cdf.o | grep interp_cdf
00000000000003a0 T interp_cdf
}}}
Seems to be the same as in #13336: the cython auto-generated
`wrapper_cdf.h` and `wrapper_cdf.c` contain a DL_IMPORT directive which
adds a prefix to symbol names.
If I desactivate this directive, then everything goes through, but I don't
know how to do this in a clean way.
--
Ticket URL: <http://trac.sagemath.org/ticket/19868#comment:4>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.