#13325: eclib does not build on Cygwin
------------------------------------------------------------+---------------
Reporter: jpflori | Owner:
tbd
Type: defect | Status:
needs_review
Priority: major | Milestone:
sage-5.3
Component: cygwin | Resolution:
Keywords: eclib spkg cygwin | Work issues:
Report Upstream: Workaround found; Bug reported upstream. | Reviewers:
Authors: Jean-Pierre Flori | Merged in:
Dependencies: #13333 | Stopgaps:
------------------------------------------------------------+---------------
Comment (by jpflori):
I fear the problem is still present.
Have a look at tests/Makefile.in; there at line 571, the PROCS_TESTS
variable is defined as a list of executable names which do not include
$(EXEEXT).
So when make will try to build the procs_tests target, it try to build
targets without the $(EXEEXT), which on Cygwin are not defined by the
autotools magic because EXEXT is not empty.
On Linux, as EXEEXT is empty, there will be no problem.
I'll confirm that Cygwin fails in a few tens of minutes.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/13325#comment:34>
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.