From: Evan Hanson <vnh...@gmail.com>
Subject: [Chicken-users] Segfaults with shared library, foreign code
Date: Mon, 28 Feb 2011 13:59:05 -0600

> FWIW it seems that removing any reference to clutter_text solves the
> problem, which might point to Clutter as the troublemaker, BUT both
> files above work perfectly on OS X with the same versions of both
> Chicken and Clutter, so I'm not sure. Also, removing the entrance of
> clutter_main (the GUI loop) doesn't help. I might just be missing some
> compilation flags but I'm pretty much in the dark.
> 
> Any ideas?

Unfortunately not. Do the library loading and symbol-lookups work out?
Please try running the example with LD_DEBUG to "all" or "libs" -
perhaps the indirect use of the clutter libs can't be resolved.


cheers,
felix

_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to