[Haskell-cafe] Need help with very simple C++ FFI call

Thiago Padilha tpadilha84 at gmail.com
Tue Nov 19 16:36:13 UTC 2013


On Tue, Nov 19, 2013 at 1:21 PM, Carter Schonwald
<carter.schonwald at gmail.com> wrote:
> If you're wanting to call c++ code from ghci, you may need to use GHC 7.8
> (current head), at least if you've hit any linking problems with using ghci
> in 7.6 or older ghc's.  Just an advanced warning. :-)
>
> Happy hacking.

I'm using GHC 7.6 but the shared library was compiled and linked using
gcc. Would this GHC incompatibility cause troubles when loading
already-linked shared libraries?


More information about the Haskell-Cafe mailing list