hashdist / hashstack

Collection of software profiles for HashDist
https://hashdist.github.io/
51 stars 60 forks source link

Add patch to build sharedlibs on cygwin #976

Open embray opened 7 years ago

embray commented 7 years ago

This adapts the patch from http://trac.sagemath.org/ticket/17333 to allow libtool to make the shared lib in the first place rather than trying to hack it together after libtool is run. While maintaining patches is always unfortunate this should be more reliable. Fixes #367 and hashdist/hashdist#367

embray commented 7 years ago

Note, the issue is also fixed upstream via https://github.com/zeromq/libzmq/pull/1283 in libzmq v4.2.

cekees commented 7 years ago

+1. Thanks!

cekees commented 7 years ago

Did you run into any problems with the call to config.sub in the configure script? I tried some testing on cygwin and several autotools packages seem to be failing at that step.

embray commented 7 years ago

I haven't yet run into any problems with config.sub, only config.guess.

Just as a heads up, I have a big patch for Python coming soon too.