what are the minimum requirements to install ctypes with opam
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <[email protected]> |
Hi, # opam install ctypes [ERROR] "ctypes" is not available for your compiler or your OS. 'opam install ctypes' failed. OPAM allows for different ocaml versions and libraries to coexist together. Most of the time I am using ocaml 3.12.1, which is a bit antiquated for ctypes. I do have libffi installed on a Debian derivative running kernel 3.14. I am missing something it would appear, but not sure how to go about rectifying the situation. Any suggestion will be appreciated. With kind regards, jean