Hi List,
on Win10 with WSL2 and Debian unstable, I can install Pil21 by "sudo
apt-get picolisp", and I get :

nbv3@nbox:~$ pil +
: (version )
21.6.30


When I download the "rolling release" version, and try to install it
locally, I'm asked to first install MAKE and CLANG. Then I get the error in
PS.
(There is an /OPT directory in this debian install, if that's what the
error refers to)

Did anyone try (and maybe solve) this too?
Cheers
Thorsten

PS
*Error*
nbv3@nbox:~/bin/pil21$ (cd src/; make)
make: opt: No such file or directory
make: *** [Makefile:40: base.bc] Error 127

*src/Makefile: *

# 19aug21 Software Lab. Alexander Burger

SILENT:

CC = clang
PIL = ../pil  # pil
* ASM = opt -O3  # llvm-as          *
[...]
base.bc: base.ll

          *   $(ASM) -o base.bc base.ll*

Reply via email to