I've written a binding to a C++ library where I use a simple wrapper
file to overcome the name mangling (extern "C" functions calling C++,
nothing fancy). Is there a way to make that more GHCi friendly or
should I explore other options?

What exactly is going wrong?
Try wrapping your binding in a .so, that should hide all the C++ stuff from GHCi.


Cheers,

Wolfgang

_______________________________________________
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to