_______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user
I am using Guile and Greg to build a testsuite for a special-purpose C++
library. I have written the (C++) code for a Guile extension that
serves as an interface between the Greg testcases and the C++ library;
however, do I need to do anything special when building/installing Guile
in order to have C++ exceptions that may be thrown by the library unwind
correctly through calls to its C API? Please CC me, as I am not
subscribed to the list.