While compiling the sbcl from source I am getting an error like:
make: Entering directory `/home/me/projects/sbcl/tools-for-build'
cc -fno-omit-frame-pointer -I../src/runtime determine-endianness.c -ldl -o determine-endianness
make: Leaving directory `/home/me/projects/sbcl/tools-for-build'
make-config.sh: 677: make-config.sh: tools-for-build/determine-endianness: Permission denied
I tried it on the master branch and sbcl-1.1.9 tag, sudo
ed too. Following was tried too:
sh make.sh --prefix=/home/me/sbcl
sh make.sh
sh make.sh --prefix=/home/me/sbcl --xc-host='lisp -batch -noinit'
but the same result.
What could be the matter and the fix?