#11119: ECL 11.1.1 fails on Cygwin
------------------------------------------------+---------------------------
Reporter: mhansen | Owner: tbd
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.7.2
Component: cygwin | Keywords:
Work_issues: | Upstream: Fixed
upstream, but not in a stable release.
Reviewer: Karl-Dieter Crisman, Reg Burgess | Author: Dima
Pasechnik, Mike Hansen, Karl-Dieter Crisman
Merged: | Dependencies:
------------------------------------------------+---------------------------
Comment(by dimpase):
Replying to [comment:30 kcrisman]:
> And again noise... the p2 is also here, don't know how I didn't realize
that. Anyway, there is an {{{ecl.dll}}} in both `sage/local/bin/` and
`sage/local/lib/`, but not all the .a files in `libs/ecl/` are thus.
Since I know nothing about .a files, I don't know whether that would be a
problem, though.
a .a file is typically a static object library, i.e. something one links
against. It shouldn't be needed at the runtime, typically
(unless you want to rebuild things on the fly).
You can check the type of the file by using Cygwin's "file" command.
(i.e. somethign like
{{{
$ file output.pdf
output.pdf: PDF document, version 1.4
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11119#comment:31>
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.