-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
undefined symbol: readline #71
Comments
You need to tell
(You also have an extra |
Thanks for the clarification. Is this something that should be added to the tutorial? In particular it's not clear to me why some functions (like those from ncurses) work fine without this. |
I would also not mind a clarification. I believe my issue #70 can be fixed using the same Dl.dlopen call Jeremy used here. |
Yes, this should be covered in the tutorial. I've opened #73 as a reminder. |
I'm probably missing something obvious, but I couldn't figure out how to use Ctypes to define a function calling out to GNU Readline's
readline
function:full toplevel transcript
This is from ctypes 0.1.1 with OCaml 4.01.0+dev18-2013-06-13 on Debian stable. I've confirmed both
libffi5
andlibreadline6
are installed. Any idea what's going on?The text was updated successfully, but these errors were encountered: