On Jul 1, Jim Ursetto scribed:

> 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)

(load "foo.so") appears to do the same thing as
#;4> ,l foo.so
; loading foo.so
#;4>

but, the new function I'm exporting still isn't visible, so it doesn't
look like changes are being picked up.  Restarting csi and (use foo) works
fine.  I'll look into Christian's suggestion.

Thanks!
Dave


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

Reply via email to