Dear all,

Still working on building Sage on Cygwin, we realized that the
produced ECL shared library built on Cygwin is called ecl.dll.
While this should not be problematic, we also have another file called
ecl.dll in Sage which builds the interface between Sage and the former
ecl.dll, and which should be linked to the it.
Unfortunately, Cygwin gets confused with these two files having the
same name and when using the latter ecl.dll (the Sage part), it tries
to resolve symbols which should be found in the former ecl.dll
(upstream shared library) in itself (!!!).

My point here is that if ECL would follow the naming scheme proposed
by Cygwin (as libtool does for example):
http://cygwin.com/cygwin-ug-net/dll.html#dll-build
this would have the fortunate consequence to make the Sage problem disappear.

I've proposed such a patch on Sage Trac in ticket #9167
(http://trac.sagemath.org/sage_trac/ticket/9167) (it also tweaks the
build system on MinGW to follow http://www.mingw.org/wiki/sampleDLL).
If you think this makes sense, I can post a patch on ECL sourceforge page.

Best,

-- 
Jean-Pierre Flori

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to