When specifying a path that contains slashes but no file extension, the quad-FX function does not attempt to append the library suffix. This results in the following error:
'/home/emartenson/prog/gnu-apl-mode/native/libemacs' ⎕FX 'E'
Could not find shared library '/home/emartenson/prog/gnu-apl-mode/native/libemacs'.
The following directories and file names were tried (without success):
/home/emartenson/prog/gnu-apl-mode/native/libemacs
Another question: Does it really make sense to display a zero when an error occurs? Wouldn't a DOMAIN ERROR be better?
Regards,
Elias