#9167: cygwin: importing sage.libs.ecl yields a "no such process" error
-------------------------------------------------------+--------------------
Reporter: was | Owner: tbd
Type: defect | Status:
needs_work
Priority: major | Milestone:
sage-5.3
Component: cygwin | Resolution:
Keywords: cygwin spkg ecl | Work issues:
Report Upstream: Reported upstream. No feedback yet. | Reviewers:
Authors: Jean-Pierre Flori | Merged in:
Dependencies: #13324 | Stopgaps:
-------------------------------------------------------+--------------------
Comment (by jpflori):
The purpose of libecl.dll.a is to be able to link to Cygwin dlls from
outside of the Cygwin world, with the Windows linker for example.
So for Sage on Cygwin, this is not needed.
The point here was to use a more generic installation for ECL, which would
also work for linking from outside Cygwin, and which would as a side
effect solves the name clash problem of this ticket.
The link problem is myabe something with that we do not -L$SAGE_LOCAL/bin
when building/linking?
Libraries generated with libtool do not have this problem because libtool
also creates a .la file, which is just a text file containing some info,
and in particular where to look for the real shared library file, which is
usually in ../cyg<libname>-<version info>.dll
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9167#comment:45>
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.