On Jul 1, 2011, at 1:38 PM, Christian Kellermann wrote: > A convenient way is to define a system comprising your source for the > .so with the system egg (http://api.call-cc.org/doc/system). This uses > the compile-file procedure to create a new .so name each time it is > compiled.
That is probably the best solution. The other solution is to use (load "foo.so") but it may not work on all platforms. (I sent that last bit in private mail but forgot to copy the list) _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
