Martin Rubey wrote:
> 
> I built with ecl, then renamed the build tree, and get the following:
> 
> 
> [EMAIL PROTECTED] export LD_LIBRARY_PATH=/local/scratch/lib/
> [EMAIL PROTECTED] export AXIOM=/tmp/lib/fricas/target/i686-pc-linux/
> [EMAIL PROTECTED] /tmp/lib/fricas/target/i686-pc-linux/bin/AXIOMsys
> ;;; Loading #P"/local/scratch/lib/ecl/cmp.fas"
> ;;; Loading #P"/local/scratch/lib/ecl/sysfun.lsp"
> Starting interpsys
> spad = "/local/scratch/ax-build-ecl-interface/target/i686-pc-linux"
> 
> 
> seems that the path is hardcoded?
> 

This path is part of ECL.  It is stored in a variable, so in
principle we could change it when we move ECL installation.
However, currently our installation procedure assumes externally
installed Lisp.  So to fix the problem we would need logic to
separately handle case of system installed Lisp and separatly
case when we need to relocate Lisp.  And for each Lisp we
would need rules how to relocate it.  The problem is worst
for ECL, but some features of underlying Lisp stop working
after relocation in other Lisps.

-- 
                              Waldek Hebisch
[EMAIL PROTECTED] 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/fricas-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to