grenchman icon indicating copy to clipboard operation
grenchman copied to clipboard

Sort out build issues

Open technomancy opened this issue 12 years ago • 1 comments

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

technomancy avatar Oct 09 '13 02:10 technomancy

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...

kilroysoft avatar Oct 10 '13 05:10 kilroysoft