Hi,
"Scott Walck" <[EMAIL PROTECTED]> writes:
> (system "ls"); works
> (use-modules (ice-9 slib)) ; works
> (system "ls"); no longer works
Unfortunately, I can't reproduce that here:
$ SCHEME_LIBRARY_PATH=/usr/local/lib/slib/ ./pre-inst-guile
guile> (system
Hi,
Neil Jerram <[EMAIL PROTECTED]> writes:
> There are (at least) three possibly interesting requirements that this
> doesn't cover. Right now I'm still wondering about these, so ideas
> are welcome.
>
> 1. The Guile application is going to load a file that contains
>directly-executed code