emacs: /usr/local/bin/abcl.sh: Exec format error
Process inferior-lisp exited abnormally with code 126
The definition of abcl resides in local-lisp-implementations:
((abcl ("/usr/local/bin/abcl.sh")) (sbcl ("/usr/local/bin/sbcl")))
Actually there is a symbolic link involved: abcl.sh resides in sys-admins directory, and
/usr/local/bin/abcl.sh is a symbolic link to it. I did try pointing to the script itself, both
from command line of users and from Emacs. The behavior was the same.
To summarize:
- a script launches ABCL from command line
- Emacs gives an Exec format error
- I did test for symbolic link effects and found none
Thoughts?
Thanks,
Mirko