axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] problem compiling fricas


From: Waldek Hebisch
Subject: Re: [Axiom-developer] problem compiling fricas
Date: Sun, 26 Aug 2007 19:33:54 +0200 (CEST)

> Here is my bug report on compiling Fricas
> By the way, I think that using the standard configure/make/make install
> process is indeed an important improvement on Axiom.
> best regards
> Pablo
> 
<snip>
> >echo '(compiler::link nil "prelisp" ' \
>               ' (format nil "(progn (let ((*load-path* (cons ~S 
> *load-path*))'\
>                                         ' (si::*load-types* ~S))' \
>                                        ' (compiler::emit-fn t))' \
>                                   ' (when (fboundp (quote si::sgc-on))' \
>                                         ' (si::sgc-on t))' \
>                                   ' (setq compiler::*default-system-p* t))"' \
>                       ' si::*system-directory* (quote (list ".lsp")))' \
>                '
> "/home/pablo/temporal/fricas/trunk/src/lib/bsdsignal.o
> /home/pablo/temporal/fricas/trunk/src/lib/cfuns-c.o
> /home/pablo/temporal/fricas/trunk/src/lib/sockio-c.o  -lutil")' \
>             | /usr/bin/gcl
> GCL (GNU Common Lisp)  2.6.7 ANSI    Jun 12 2006 13:32:33
> Source License: LGPL(gcl,gmp), GPL(unexec,bfd)
> Binary License:  GPL due to GPL'ed components: (READLINE BFD UNEXEC)
> Modifications of this banner must retain notice of a compatible license
> Dedicated to the memory of W. Schelter
> 
> Use (help) to get some basic information on how to use GCL.
> 
> >GCL (GNU Common Lisp)  April 1994  131072 pages
> Building symbol table for
> /home/pablo/temporal/fricas/trunk/src/lisp/raw_prelisp ..
> loading /usr/lib/gcl-2.6.7/unixport/../lsp/gcl_export.lsp
> Initializing gcl_defmacro.o
> Can't open file ~s
> Lisp initialization failed.
> 
> "prelisp"
> 
> >echo '(load "axiom-package.lisp") (load "axiom-lisp.o")' \
>            '(in-package "AXIOM-LISP") (save-core "lisp")' \
>           | ./prelisp
> /bin/sh: line 2: ./prelisp: No existe el fichero o el directorio
> make[2]: *** [do_it.gcl] Error 127
> make[2]: se sale del directorio `/home/pablo/temporal/fricas/trunk/src/lisp'
> make[1]: *** [all-lisp] Error 2
> make[1]: se sale del directorio `/home/pablo/temporal/fricas/trunk/src'
> make: *** [all-src] Error 2
> 
>

Which OS (in case of Linux which distribution) do you use?  And do you
use self compiled gcl or one provided with your system?

I belive that this is bug in the gcl version you use.  I have seen this
problem on Gentoo, see:

http://bugs.gentoo.org/show_bug.cgi?id=183544

When I build my own gcl from sources (on the same Gentoo machine) it
worked fine.

PS:  In general you should report FriCAS problems on fricas-devel
mailing list.  I send this message also to axiom-devel because the
problem may affect all Axiom derivatives.

-- 
                              Waldek Hebisch
address@hidden 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]