axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] problem compiling fricas


From: Pablo De Napoli
Subject: [Axiom-developer] problem compiling fricas
Date: Sun, 26 Aug 2007 12:42:44 -0300

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


cd ./src && make all-src
make[1]: se ingresa al directorio `/home/pablo/temporal/fricas/trunk/src'
make[2]: se ingresa al directorio `/home/pablo/temporal/fricas/trunk/src/lib'
make[2]: No se hace nada para `all'.
make[2]: se sale del directorio `/home/pablo/temporal/fricas/trunk/src/lib'
cd lisp && make all-lisp
make[2]: se ingresa al directorio `/home/pablo/temporal/fricas/trunk/src/lisp'
:
echo '(load "axiom-package.lisp")' \
             '(setq compiler::*default-system-p* t)' \
             '(compile-file "axiom-lisp.lisp")' | /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.

>
Loading axiom-package.lisp
Finished loading axiom-package.lisp
T

>
T

>
Compiling axiom-lisp.lisp.
End of Pass 1.
End of Pass 2.
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling axiom-lisp.lisp.
#p"axiom-lisp.o"

>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




reply via email to

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