I think configure.ac contains a small bug.

I don't have ecl installed.
I first issued

/home/hemmecke/v/svk/fricas/configure --with-lisp=sbcl --enable-aldor

which is fine and then

/home/hemmecke/v/svk/fricas/configure --with-lisp=ecl --enable-aldor

which also seemed to work (configure runs till the end), but in the 
middle it says:

checking Lisp implementation... /home/hemmecke/v/svk/fricas/configure: 
line 3922: ecl: command not found 

sbcl 

fasl 


Of course, this comes from the old config_cl.out. The following "make" 
fails, since it tries to call "ecl" which is not present.

It seems that configure should first remove config_cl.out. Patch is 
attached. Should I commit?

Ralf

=== configure.ac
==================================================================
--- configure.ac        (revision 3471)
+++ configure.ac        (local)
@@ -244,6 +244,7 @@
              esac])
  if test x"$axiom_include_gcl" != xyes ; then
    AC_MSG_CHECKING([Lisp implementation])
+  rm -f config_cl.out
    echo '(load "'"$axiom_top_srcdir"'/config.lisp")' | $fricas_lisp

    if test x$fricas_lisp_flavor = xunknown ; then


--~--~---------~--~----~------------~-------~--~----~
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