Dear Chickenistas, * Christian Kellermann <[email protected]> [110105 10:45]: > Hi Chickenistas, > > I am rather desperate for finding an explanation for a strange situation that > seems to affect only me :) > > Could someone of you with access to an OpenBSD system (4.7/ 4.8) on a 32 bit > x86 machine test the following with Chicken 4.6.0?
I want to inform you that the evil has been identified. The sha1 as well as the md5 egg exported function names that also do exist in OpenBSD's system library. Making them static solves all this. Thanks to Alan and Peter for helping me keeping my sanity (and identifying and fixing the bug). So the lesson is: Now matter how stupid the names of your FFI helper functions are, make them static. Cheers, Christian _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
