
19 Nov
2013
19 Nov
'13
4:36 p.m.
On Tue, Nov 19, 2013 at 1:21 PM, Carter Schonwald
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?