axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] si::sgc-on t in Axiom?


From: Camm Maguire
Subject: [Axiom-developer] si::sgc-on t in Axiom?
Date: 29 Dec 2003 16:07:32 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!  I'm just wondering if anyone has had experience building
axiom with the 'sgc' feature in gcl turned on.  This is a write memory
barrier intended to speed up garbage collection.  My initial attempts
are leading axiom (when compiling OUT.NRLIB) to complain with

$ ../.././obj/linux/bin/interpsys
GCL (GNU Common Lisp)  (2.6.1) Thu Nov  6 16:23:13 UTC 2003
Licensed under GNU Library General Public License
Dedicated to the memory of W. Schelter

Use (help) to get some basic information on how to use GCL.

(AXIOM Sockets) The AXIOM server number is undefined.
-----------------------------------------------------------------------------
   Issue )copyright to view copyright notices.
   Issue )summary for a summary of useful system commands.
   Issue )quit to leave AXIOM and return to shell.
Monday December 29, 2003 at 19:53:49 
-----------------------------------------------------------------------------
 
   Using local database 
/fix/g/camm/axiom/axiom-0.0.0cvs/int/algebra/../../src/share/algebra/compress.daase..
   Using local database 
/fix/g/camm/axiom/axiom-0.0.0cvs/int/algebra/../../src/share/algebra/interp.daase..
   Using local database 
/fix/g/camm/axiom/axiom-0.0.0cvs/int/algebra/../../src/share/algebra/operation.daase..
   Using local database 
/fix/g/camm/axiom/axiom-0.0.0cvs/int/algebra/../../src/share/algebra/category.daase..
   Using local database 
/fix/g/camm/axiom/axiom-0.0.0cvs/int/algebra/../../src/share/algebra/browse.daase..
(1) -> )co OUT.spad
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/apply.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/c-doc.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/c-util.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/profile.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/category.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/compiler.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/define.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/functor.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/info.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/iterator.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/modemap.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/nruncomp.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/package.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/htcheck.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/xruncomp.
   Compiling AXIOM source code from file 
      /fix/g/camm/axiom/axiom-0.0.0cvs/int/algebra/OUT.spad using old 
      system compiler.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/parsing.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/bootlex.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/def.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/fnewmeta.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/metalex.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/metameta.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/parse.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/postpar.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/postprop.
   Loading /fix/g/camm/axiom/axiom-0.0.0cvs/mnt/linux/autoload/preparse.
   OUT abbreviates package OutputPackage 
------------------------------------------------------------------------
   initializing NRLIB OUT for OutputPackage 
   compiling into NRLIB OUT 
   processing macro definition E ==> OutputForm 
   processing macro definition putout ==> elt(Lisp,mathprint) 
   compiling exported output : OutputForm -> Void
Time: 0.01 SEC.

   compiling exported output : String -> Void
Time: 0 SEC.

   compiling exported output : (String,OutputForm) -> Void
Time: 0.03 SEC.

   compiling exported outputList : List Any -> Void
   Internal Error
   Error while instantiating type Any 

protected-symbol-warn called with (NIL)


I obviously haven't done much research yet -- just asking if anyone
else has experience.

Take care,

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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