Hello Waldek, By accident, I came accros the following.
https://github.com/hemmecke/fricas-svn/blob/master/src/interp/util.lisp#L65 (defvar $relative-directory-list '("/../../src/input/" "/doc/msgs/" "/../../src/algebra/" "/../../src/interp/" ; for boot and lisp files (helps fd) "/doc/spadhelp/" )) Since this will be turned into an absolute path by prepending $AXIOM in front of it, the directories containing ../.. look wrong. There is no $AXIOM/../../src directory as far as I can see. And ../.. looks dangerous to me anyway. Another thing is doc/msgs and doc/spadhelp. I can find the *.help files under doc/spadhelp, but a msgs directory only lives under $AXIOM/share/msgs. I think I'll move away doc and replace it by share. Ralf -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to fricas-devel+unsubscr...@googlegroups.com. To post to this group, send email to fricas-devel@googlegroups.com. Visit this group at http://groups.google.com/group/fricas-devel?hl=en. For more options, visit https://groups.google.com/groups/opt_out.