Hi Jon,

> I have put the files into lib and misc.

This is all right.


> However, I have not installed pil21 "globally" with required symlinks. When I

This is also good. Here on my systems I haven't installed it globally either (I
usually leave the Linux distro's (older) version global as it is).


> cd to my pil21 directory and then do
> $ pil21 misc/cube.l

Out of the box, the command is

   $ cd pil21
   $ ./pil misc/cube.l +

or anything analog, like

   $ pil21/pil pil21/misc/cube.l +

i.e. with relative pathes.

(the '+' is optional, as ever)


> then I get this:
> 
> [misc/cube.l:6] !? (load "@lib/openGl.l")
> "@lib/openGl.l" -- Open error: No such file or directory

PicoLisp determines the value of "@.." from the start path. I don't know what
'pil21' is in your case.


> What is the minimal thing (symlink) I have to fix for the lib/openGl.l to be
> found?

If you really want to install it globally, I believe the description in the
INSTALL file is correct.

☺/ A!ex

-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to