Ludovic Courtes wrote:
>However, you can set the environment variable GUILE_AUTO_COMPILE=0.
>
>Do you think that would solve the problem?
It does not solve the problem. Firstly, it can't be done from the
#! line at all, so the script can't do it early enough. It only works
if it's already been s
Zefram skribis:
> I can turn off the auto-compilation from within the script by using the
> --no-auto-compile option, but that breaks compatibility to 1.8:
However, you can set the environment variable GUILE_AUTO_COMPILE=0.
Do you think that would solve the problem?
Thanks,
Ludo’.
Fixed in 3ff8a9d, which will be in 2.0.10.
Thanks!
Ludo’.