technomancy / grenchman

Sorry about the name
GNU General Public License v3.0
217 stars 8 forks source link

Sort out build issues #17

Open technomancy opened 11 years ago

technomancy commented 11 years ago

Loading up libreadline during the build process instead of at runtime with Dl.dlopen is supposedly better and allows for Mac compatibility since it doesn't hard-code "libreadline.so" into the source, but it breaks compatibility with Ubuntu.

Waiting for clarification as to what's going happening on this thread on the ctypes mailing list: http://lists.ocaml.org/pipermail/ctypes/2013-October/000013.html

http://p.hagelb.org/mystery.gif

kilroysoft commented 11 years ago

Yes, spend a part of the night on that.... :D Ubuntu 13.4 64 bit broken with libreadline... ;) There was also a problem on libudev-dev, I have reload the old version of libudev.so.0 and it works...