Hi Alexander, > Sorry to follow up on my own post, but with some hacking at lib.c and changing > the Makefile I was able to bootstrap a working picolisp binary.
The lib.c and Makefile in pil21/src/? So it worked with emu? > However I can't seem to be able to regenerate the *.bc files from the Lisp > files. Two questions: > > 1. would anyone be interested in the changes I made? And who is the > maintainer? What changes are those? > 2. Any suggestions how to rebuild the system? Do I need a standard picolisp > (i.e. http://software-lab.de/picoLisp.tgz) install? Yes, download and unpack that TGZ, then "make emu" in the src64/ directory. Then, in pil21/src, change the path to 'pil' to the proper path, e.g $ tar xvfz picoLisp.tgz $ (cd picoLisp/src64; make emu) $ cd pil21/src/ Change the two "pil" calls to "../../picoLisp/pil", or plant a symbolic link to that 'pil' etc. $ make ☺/ A!ex -- UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe