\documentclass{book}
%\newcommand{\VolumeName}{Volume 2: Axiom Users Guide}
%\input{bookheader.tex}
\pagenumbering{arabic}
\mainmatter
\setcounter{chapter}{0} % Chapter 1

\usepackage{makeidx}
\makeindex
\begin{document}
\begin{verbatim}
\start
Date: Sun, 1 Dec 2002 15:35:13 -0500
From: Tim Daly 
To: list
Subject: progress

Lest you should feel like nothing is happening
great progress was made over this weekend.
None of it visible, of course, but progress nonetheless.

\start
Date: Thu, 05 Dec 2002 16:54:32 -0500
From: Norman Ramsey
To: Tim Daly
Subject:  Re: noweb, pamphlets, and TeXmacs
Cc: Joris van der Hoeven, Bill Page, Barry Trager, Manuel Bronstein, William Sit

 > I've written some tutorial notes on the pamphlet idea to try to get
 > everyone at the same level of discussion...

Tim, 

It sounds fascinating.  I'm delighted that Noweb might help enable
such an interesting and ambitious project.

Readers might be interested to know that Noweb supports documentation
in LaTeX, troff, HTML or plain text, so there is some flexibility on
the weaving side as well.

 > ...
 >
 > RE: NOWEB CHANGES
 > 
 > Currently noweb needs to expand the chunk definition syntax
 > to handle some more general scheme such as a URL. We need to
 > be able to extract code chunks from other pamphlets...

My opinion is that this would be easy to do using a Noweb filter.

 > It would be useful if this could happen for text blocks also
 > so that generally useful descriptions could be inserted into
 > multiple pamphlets. Since the text blocks currently have
 > no label this becomes problematic. We need to develop text
 > labels so we can follow a uniform scheme. Multiple text blocks
 > containing essentially the same information already exist in
 > the system. This needs to be fixed.

For complex documents, we have wound up storing both `code' and `text'
in Noweb code chunks.  I have not explored clever ways of `weaving'
such documents.

\start
Date: Thu, 5 Dec 2002 20:27:41 -0500
From: Tim Daly 
To: Norman Ramsey
Subject:  Re: noweb, pamphlets, and TeXmacs
CC: Bill Page, Barry Trager, Manuel Bronstein, William Sit

>  > I've written some tutorial notes on the pamphlet idea to try to get
>  > everyone at the same level of discussion...
> 
> Tim, 
> 
> It sounds fascinating.  I'm delighted that Noweb might help enable
> such an interesting and ambitious project.
> 
> Readers might be interested to know that Noweb supports documentation
> in LaTeX, troff, HTML or plain text, so there is some flexibility on
> the weaving side as well.
> 
>  > ...
>  >
>  > RE: NOWEB CHANGES
>  > 
>  > Currently noweb needs to expand the chunk definition syntax
>  > to handle some more general scheme such as a URL. We need to
>  > be able to extract code chunks from other pamphlets...
> 
> My opinion is that this would be easy to do using a Noweb filter.

I'm not at the point where I've had time to think about the details
of this yet but I'll look at filters (again). As you remember my
last attempt failed due to my lack of sed/awk/shell skills. This
time I'll try harder.

>  > It would be useful if this could happen for text blocks also
>  > so that generally useful descriptions could be inserted into
>  > multiple pamphlets. Since the text blocks currently have
>  > no label this becomes problematic. We need to develop text
>  > labels so we can follow a uniform scheme. Multiple text blocks
>  > containing essentially the same information already exist in
>  > the system. This needs to be fixed.
> 
> For complex documents, we have wound up storing both `code' and `text'
> in Noweb code chunks.  I have not explored clever ways of `weaving'
> such documents.

I've experimented with this. The problem is that chunking turns off
the TeX format mechanisms. This is the correct behavior for code but
not for the text. 

Further, I need two behaviors for text chunks. 

First, I need to be able to essentially \include a text chunk from
another document (or maybe a whole text root) into the current
document. This is to ensure that information that is widely needed is
not copied everywhere (otherwise some copies will be out of date).

I also need this ability in order to construct "booklets" without
copying the original sources but also without including the original
sources in total as \include would do. Think of a booklet as a thread
thru pamphlets with text along the threads. This will allow one to
write a chapter introduction, include some text and code chunks from
some pamphlet, and then write a summary or problems section (for a
textbook).

Second, I need to \cite a text chunk in a woven document. Then I
can cross-reference the documents so a reader mechanism can follow
the citations. This comes from pondering ideas of how to read the
.dvi files in some rational way. I'm tempted to automatically 
construct an html tree on top of the dvi files but I'm not happy
with this solution for the long term. The reader has to be more
intelligent and know about pamphlets, booklets and citations.

The current thought for a text chunk mechanism is, as you suggest,
to use the code chunking mechanism. That would make it simple to
understand for the user which is important. However, noweave would
have to get a whole lot smarter so it can reconstruct the document
from the chunks before trying to TeXify it. It also needs to
construct a bibliography environment (but with a different name)
so the \cite{chunk} mechanism works across pamphlets. Using this
information would be up to the reader program.

\start
Date: Fri, 6 Dec 2002 0:16:51 -0500
From: Bill Page
To: list
Subject:  Axiom and OpenMath/MathMl

I really intended this for axiom-developer. I am sorry if
you receive it in duplicate. Oh well...

> 
> While toiling with details of cr/lf in Windows versus
> Linux, I have continued to ponder the longer term issue of
> an appropriate graphical mathematical notation for open
> source Axiom. Given the enormous amount of effort that
> is currently devoted to a modern replacement for LaTex
> in the form of MathML and OpenMath and in spite of the
> still overwhelmingly prevalent use of LaTex, I think it
> would be prudent to consider incorporating such a new
> approach into Axiom soon after the availability of simle
> character interface. It seems that work in this direction
> is already quite advanced. See for example the paper by
> Stephane Dalmas, Marc Gaetano and Stephen Watt:
> 
>   http://www.orcca.on.ca/~watt/papers/i97omath.pdf
> 
> An OpenMath 1.0 Implementation
> 
> Abstract
> 
> The first official version of the OpenMath specification
> was released in December. This paper presents the first
> imple mentation of this standard, in the form of a C
> library. To ensure a faithful realization, a second,
> independent implementation with the same api was built
> using Aldor (A#)...
> 
> ---------
> 
> See more about OpenMath at
> 
>   http://www.openmath.org/cocoon/openmath/index.html
> 
> Note in particular:
> 
>   http://www.openmath.org/cocoon/openmath/software/index.html
> 
> "A phrasebook for AXIOM 2.3 <http://www.nag.co.uk/>was
> shipped with the system"
> 
> ---------
> 
> And here is an excellent introduction to both OpenMath
> and MathML by O. Caprotti and D. Carlisle 
> 
>   http://www.acm.org/crossroads/xrds6-2/openmath.html
> 
> OpenMath and MathML:
> Semantic Mark Up for Mathematics 
> 
> Abstract
> 
> Unambiguous representation of mathematics is crucial for
> communications among humans or among computer systems.
> OpenMath is a standard aimed at supporting a semantically
> rich interchange of mathematics among varied computational
> software tools such as computer algebra systems, theorem
> provers, and tools for visualizing or editing mathematical
> text. MathML is a W3C Recommendation for the encoding of
> mathematics `on the web' which also includes mechanisms
> for encoding mathematical semantics. We introduce each of
> these two languages and describe their relationships. 
> 
> ---------
> 
> Finally, to ask a direct question: I was wondering what
> level of support/encouragement for doing something with
> open source Axiom and OpenMath among the potential
> Axiom volunteer developers? I think Tim Daly has already
> (more or less) cast his vote in favor of doing the text
> interface first (of course) and then a LaTex-oriented
> interface for graphical output along the lines of the
> old NAG techexplorer GUI. Right Tim? What do other people
> here think?

\start
Date: Fri, 06 Dec 2002 03:30:29 -0500
From: William Sit
To: Tim Daly 
Subject:  Tex(t) chunk inclusion and citation
CC: Norman Ramsey, Bill Page, Barry Trager, Manuel Bronstein

Tim wrote:

> Further, I need two behaviors for text chunks.
> 
> First, I need to be able to essentially \include a text chunk from
> another document (or maybe a whole text root) into the current
> document. This is to ensure that information that is widely needed is
> not copied everywhere (otherwise some copies will be out of date).
> 
> I also need this ability in order to construct "booklets" without
> copying the original sources but also without including the original
> sources in total as \include would do. Think of a booklet as a thread
> thru pamphlets with text along the threads. This will allow one to
> write a chapter introduction, include some text and code chunks from
> some pamphlet, and then write a summary or problems section (for a
> textbook).

Obvious problems:

(1) copyright. 

This would be especially delicate when the text chunk produces source
that would be published, say, not within the open-source or Axiom
journal, but outside these.

(2) technical. 

There has to be some very restrictive convention on text chunks that is
TeX/LaTeX source (and similarly for other types of source that supports
any macros). For example, if within a text chunk, \renewcommand\xxx{...}
is allowed, then when other text chunks are assembled, the assembler
will need to be smart enough to save the the current definition of xxx
before getting into that chunk and restore it afterwards -- but this may
create problems too, because the original intention of the chunk author
may be that \renewcommand\xxx{...} has a larger scope than the text
chunk. The problem does not exist for the author, because the author
knows and presumably verify the assembled output. But when the text
chunk is \include(d) by other authors, it will be like calling a
subroutine with global variables reset as side-effect. Other commands
involving defining any macro are equally problematic.

One solution may be to limit the scope of macros local to the text
chunk, if the text chunk is intended for reuse. But how does the text
assembler know the previous environment without being the TeX compiler?
(Perhaps there is a TeX command to query the definitions of a particular
macro? I am no TeX/LaTeX expert, but as we will see, this facility will
be very useful. Let's call this the macroResolver for now. Such a
program is not too difficult to write for TeX gurus.)

How would code chunk assemblers solve this problem? In Axiom, we are
allowed to define macros (say, textual string substitutions with ==>,
not to mention the == ). So again we need an equivalent macrResolver.

> Second, I need to \cite a text chunk in a woven document. Then I
> can cross-reference the documents so a reader mechanism can follow
> the citations. This comes from pondering ideas of how to read the
> .dvi files in some rational way. I'm tempted to automatically
> construct an html tree on top of the dvi files but I'm not happy
> with this solution for the long term.

Citation can presumably be done by creating a protocol that identifies
the location of the source. So the problem is defining what "location"
is, perhaps in a similar way to URL. But there is more. You are not
contemplating on just citing a DOCUMENT, but a TEXT CHUNK, that is the
equivalent of chapter and verse citation. So each citable text chunk
must have its own "URL" (let say we call it UCL, for chunk locator). If
you are using .dvi as the source (because you want to avoid compiling
the source again), you will need to embed the UCL info into the .dvi
source, which requires modifying TeX (not an elegant solution). The html
tree construct would work for entire DOCUMENT citation because the
entire .dvi file is retrieved and displayed. The user must then manually
scroll to find the right place. Not every .dvi (or .ps) viewer supports
searching. A .pdf version would be easier as far as the user goes since
(a) we don't have to maintain Acrobat Reader (b) it has good searching
facilities.

  However, this is not a good solution.

  Returning to the text chunk citation problem, it would seem that the
logical place for the booklet reader to obtain the information would be
the booklet/pamphlet source. Then the assemblers need to have an option
of outputing only the portion of the text chunk. This is probably
do-able. (For TeX, the assembler will have to create on the fly a TeX
source that can resolve all the user-created macros appearing in the
text chunk using the macroResolver. (As we see later, this is not
enough, we also need a labelResolver, and worst, a symbolResolver, but
let's ignore that for now). For code, a similar thing has to be done
when macros are used.) So a possible scenario is:

booklet 1:
...
(a)=some tag that identifies the type of chunk for that particular
assembler
... some chunk 
(b)=some tag that identifies that this is the beginning of a citable
portion
(c)=some tag that identifies an external name for this citable chunk,
say the name is BIBITEM
(d)=citable portion of chunk 
(e)= some tag that identifies that this is the end of a citable chunk
... more chunk
(f)=some tag that identifies the end of the chunk

booklet 2:
...
(z)=some tag that cites a chunk using BIBITEM
...

When the assembler (for the type of chunk) compiles booklet 1 the normal
way, it creates in a citation database an entry in the form of a pair
(BIBITEM, UCL). The UCL contains information on the name of the booklet,
the pamphlet containing the chunk, the type of chunk (a), and the tags
(b) and (c). The BIBITEM is published and used by other booklets for
citation.

When the assembler (for the type of chunk) compiles booklet 2 the normal
way, it outputs a citation in the form of [BIBITEM] say.

When a user wants to open this [BIBITEM] while reading booklet 2, and
say clicks on it, the booklet reader spawns a process that, in order,
 
(1) searches the citation database for the UCL corresponding to the
BIBITEM.

(2) finds out from the UCL the type of chunk BIBITEM is and invokes the
associated assembler by giving the source booklet file, pamplet, and the
tags (b), (c). The assembler resolves all the macros within the citable
portion using macroResolver, sends an abbreviated source that just
includes the citable chunk with all macros resolved to the TeX compiler
if the type is TeX, which outputs a .dvi and sends it to the booklet
reader for rendering (printer/screen). If the citable chunk is code,
then the abbreviated source can be sent to the booklet reader directly,
or to a code-formatter first.

The same mechanism may be used for references in TeX (this is not to be
confused with citations: a reference \ref{label} is a pointer to a
labeled location within the document, such as a Theorem, an equation,
section, etc; a citation \cite{bibitem} is a pointer to something
external to the document).  A labelResolver can resolve the references
easily using .aux, so a reference within a citable chunk can be compiled
correctly. It would be desirable and it is possible to add the
convenience to be able to jump to a labeled point in a pop-up window
(wouldn't that save us all the page turning back and forth?) if we treat
certain references (labeled items) as citable.  The processing of
citable chunks needs to be modified to handle labels external to, but
referenced within, the chunks.

But resolving the labels is only to maintain the same display as the
original document of the cited chunks. The definitions of symbols within
the cited chunks are not available, usually. (A symbol is any
mathematical symbol typset in math-mode). The same is true for a
referenced equation or theorem. Even if we can jump to the reference the
way a citation does by making it citable, the referenced or cited item
is not useful if the symbols are meaningless. This is probably the
hardest to resolve, for a TeX document, unlike a code source, the
symbols are not identified at all. There seems to be no way to write any
symbolResolver for TeX without revolutionizing the way math papers are
typeset.

So I leave you with an open problem, and readers of booklets will still
have to scroll and search manually the meaning of symbols. 

We can severely restrict how a citable chunk or reference can be written
-- they need be self-contained.

\start
Date: Fri, 6 Dec 2002 23:11:43 -0500
From: Tim Daly 
To: William Sit
Subject:  Re: Tex(t) chunk inclusion and citation
CC: Norman Ramsey, Bill Page, Barry Trager, Manuel Bronstein

> Tim wrote:
> 
> > Further, I need two behaviors for text chunks.
> > 
> > First, I need to be able to essentially \include a text chunk from
> > another document (or maybe a whole text root) into the current
> > document. This is to ensure that information that is widely needed is
> > not copied everywhere (otherwise some copies will be out of date).
> > 
> > I also need this ability in order to construct "booklets" without
> > copying the original sources but also without including the original
> > sources in total as \include would do. Think of a booklet as a thread
> > thru pamphlets with text along the threads. This will allow one to
> > write a chapter introduction, include some text and code chunks from
> > some pamphlet, and then write a summary or problems section (for a
> > textbook).
> 
> Obvious problems:
> 
> (1) copyright. 
> 
> This would be especially delicate when the text chunk produces source
> that would be published, say, not within the open-source or Axiom
> journal, but outside these.

Well, first I've obtained permission for the various documents I'm
using (though motivated more by respect for the author than the legal
issue). Second, most of the quoted text will come from other pamphlets.
Third, publication outside of Axiom raises the issue of BSD licensing
of text of which I have no opinion as I've come to understand that Law
is at least as complex as programming and only experts should play.
Fourth, in the spirit of science it seems that the whole benefit is to
have others learn from and use your results. Fifth, copyrights haven't
been a huge benefit to the original authors (in my experience) as they
end up signing away those rights just to get published anyway. Sixth,
the subject is so complex that one can only depend on the cooperation
of the members of the community. Seventh, if some event DOES cause a
problem the only reasonable response is to withdraw the text and
apologize. Eighth, a large portion of this work is done by people
around the world so it raises the issue of international copyrights,
an even more arcane subject. Ninth, there seems to be great advantage
to having your Axiom-related research work distributed with Axiom and
that IS the point of publishing, right?

Unless we get a few lawyers on this mailing list who have qualified
opinions I don't see the point of discussing the legal issues. Yes,
I know it is important but without some authoritative opinion we're
just having "angels-on-pinheads" debates. I've read 4 books on the
subject of intellectual property, been advised by a lawyer over
intellectual property issues related to employment and read the
debates on open-free-proprietary. My only conclusion is that we have
to leave this subject to the people with law degrees.

So all I can suggest is: ask permission then proceed.


> (2) technical. 
> 
> There has to be some very restrictive convention on text chunks that is
> TeX/LaTeX source (and similarly for other types of source that supports
> any macros). For example, if within a text chunk, \renewcommand\xxx{...}
> is allowed, then when other text chunks are assembled, the assembler
> will need to be smart enough to save the the current definition of xxx
> before getting into that chunk and restore it afterwards -- but this may
> create problems too, because the original intention of the chunk author
> may be that \renewcommand\xxx{...} has a larger scope than the text
> chunk. The problem does not exist for the author, because the author
> knows and presumably verify the assembled output. But when the text
> chunk is \include(d) by other authors, it will be like calling a
> subroutine with global variables reset as side-effect. Other commands
> involving defining any macro are equally problematic.
> 
> One solution may be to limit the scope of macros local to the text
> chunk, if the text chunk is intended for reuse. But how does the text
> assembler know the previous environment without being the TeX compiler?
> (Perhaps there is a TeX command to query the definitions of a particular
> macro? I am no TeX/LaTeX expert, but as we will see, this facility will
> be very useful. Let's call this the macroResolver for now. Such a
> program is not too difficult to write for TeX gurus.)
> 
> How would code chunk assemblers solve this problem? In Axiom, we are
> allowed to define macros (say, textual string substitutions with ==>,
> not to mention the == ). So again we need an equivalent macrResolver.

Yes, this would be a problem. However, you can change any of the 
pamphlets or booklets and submit the changes to CVS. Thus, it is
possible to dance around the issue by changing the referred-to
document to eliminate the problem. It does raise the issue of
"debugging" your document. sigh.

> > Second, I need to \cite a text chunk in a woven document. Then I
> > can cross-reference the documents so a reader mechanism can follow
> > the citations. This comes from pondering ideas of how to read the
> > .dvi files in some rational way. I'm tempted to automatically
> > construct an html tree on top of the dvi files but I'm not happy
> > with this solution for the long term.
> 
> Citation can presumably be done by creating a protocol that identifies
> the location of the source. So the problem is defining what "location"
> is, perhaps in a similar way to URL. But there is more. You are not
> contemplating on just citing a DOCUMENT, but a TEXT CHUNK, that is the
> equivalent of chapter and verse citation. So each citable text chunk
> must have its own "URL" (let say we call it UCL, for chunk locator). If
> you are using .dvi as the source (because you want to avoid compiling
> the source again), you will need to embed the UCL info into the .dvi
> source, which requires modifying TeX (not an elegant solution). The html
> tree construct would work for entire DOCUMENT citation because the
> entire .dvi file is retrieved and displayed. The user must then manually
> scroll to find the right place. Not every .dvi (or .ps) viewer supports
> searching. A .pdf version would be easier as far as the user goes since
> (a) we don't have to maintain Acrobat Reader (b) it has good searching
> facilities.

The process generates:
 
   pamphlet -> tex -> dvi

I expect that the "source" will be the pamphlet file.
In some instances it might need to be the tex file but we should
probably figure out clever ways to avoid this. The dvi file (or
ps or pdf or html or whatever final target gets chosen) is a
"compiled" form. However, TeXmacs could probably do some fancy 
things with almost any level assuming someone is willing to write
the code.

...(snip)...

> So I leave you with an open problem, and readers of booklets will still
> have to scroll and search manually the meaning of symbols. 
> 
> We can severely restrict how a citable chunk or reference can be written
> -- they need be self-contained.

Hopefully the final "reader" (quite possibly TeXmacs or some other new
open source tool) will handle the problems you raise. I've been pondering
them for a while but don't have any grand insights to share. It's all in
the requirements-gathering phase, of which you've raised a few, at the
moment.

\start
Date: Mon, 9 Dec 2002 08:05:09 -0500
From: Tim Daly
To: Mike Dewar
Subject:  unused boot files

Mike,

The following files are never mentioned in the interp makefile
but live in the interp directory. Can you think of a one-liner
explanation of what they might be? I'm trying to figure out how
they should fit into the build. Are they autoloaded by some other
part of the system?

anna.boot 
construc.lisp 
domain.lisp
guess.boot
interp-fix.boot
nag-e02b.boot
nhyper.boot
pf2atree.boot
redefs.boot
word.boot

\start
Date: Mon, 9 Dec 2002 14:29:26 +0000
From: Mike Dewar
To: Tim Daly
Subject:  Re: unused boot files

Hi Tim,


On Mon, Dec 09, 2002 at 08:05:09AM -0500, Tim Daly wrote:
> Mike,
> 
> The following files are never mentioned in the interp makefile
> but live in the interp directory. Can you think of a one-liner
> explanation of what they might be? I'm trying to figure out how
> they should fit into the build. Are they autoloaded by some other
> part of the system?
> 
> anna.boot 
Thats for the ANNA (Axiom Numerical Analyst) hyperdoc interface which
requires the link to the NAG Library.

> construc.lisp 
This is in the development/src/interp Makefile I sent you.

> domain.lisp
Not sure what this is - perhaps some early part of the Aldor
interoperability layer?

> guess.boot
> word.boot
These files came from IBM and we never (as far as I know) used them.  I
think they were supposed to improve the browser interface by suggesting
correct spellings etc. of search terms.

> interp-fix.boot
This was a temporary patch to fix a problem with the way domain names
were printed - some bright spark thought running them through the
Fortran formatter to get 1-d output was a good idea!

> nag-e02b.boot
This is one of the pages from the NAG hyperdoc interface.  If you read
the comment at the beginning of the file you'll see why its not in the
Makefile.

> nhyper.boot
Not sure about this one - it may well have been a demo of how
TechExplorer could be used with the interpreter.

> pf2atree.boot
No idea - it does say in the comment it isn't hooked in yet.  It looks
like something that came from IBM.

> redefs.boot
This was needed to make the old system build properly since some
definitions were needed in multiple packages in boot.  When we moved to
CCL this file was removed from the system.

I hope that this is helpful.

\start
Date: Mon, 9 Dec 2002 09:02:35 -0500
From: Tim Daly
To: Mike Dewar
Subject:  Re: unused boot files


Thanks.

construc.lisp is in the makefile but it is not required by anything so
it is never invoked. I'll look into it deeper.

With respect to the nag library, is there a way to test that I don't
break the interface? Is the library somewhere on the licensed version
you sent me? I don't plan to distribute it but it is in our mutual
interest to keep it functional so I'd like to test it.

\start
Date: Mon, 9 Dec 2002 16:46:41 -0500
From: Tim Daly 
To: Stephen Watt
Subject:  Aldor and Windows

Stephen,

Welcome back. I believe that Bill, Mike and myself are all 
interested in Aldor for various platforms, including Windows.
If you send the emails to list you will
end up copying all three of us. I clearly want help get Aldor
running everywhere also.

\start
Date: 12 Dec 2002 12:12:06 -0500
From: Camm Maguire
To: list
Subject:  The state of gcl/maxima/acl2

Greetings!  I thought this would be a good time for an update here, as
the acl2 work has basically been completed.  All these results pertain
to the current GCL cvs, released as Debian package version -70/rpm
version -71, and currently found for all platforms (with the exception
of Windows, which is slightly older) at

ftp://ftp.gnu.org/pub/gnu/gcl/cvs.

Debian packages for maxima and acl2 can be found at:

http://ftp.debian.org/debian/pool/main/m/maxima/

and at

http://ftp.debian.org/debian/pool/main/a/acl2/

I encourage those with knowledge pertaining to the ???? fields below
to offer their amendments.  Is there anything else being left out
here?  Specifically, I haven't heard from BSD in quite a while.

When axiom is released, we'll try to add it to this table too.  I'm
hoping that the automated process of producing binary packages on
these different machines as we continue to develop GCL will have the
dual effect of giving us early warning of any bugs we might introduce,
as well as provide incentive for end users to become interested in
Lisp. 

The results quoted below pertain to the latest officially released
versions of maxima and ACL2.  The results for maxima CVS are extremely
likely to be identical, based own my own tests on x86.

Take care,

=============================================================================  



cpu    OS       BFD    SGC   compile  max5.6 5.6test acl2.7 acl2.7cert   Note:
                    (kernels)
		   	     
x86    Linux    yes    yes   pass     pass   pass    pass   pass
ppc    Linux    yes    yes   pass     pass   pass    pass   mostly       (1)
sparc  Linux    yes    yes   pass     pass   pass    pass   pass 
m68k   Linux    yes    yes   pass     pass   pass    pass   pass*        (2)
arm    Linux    yes     no   pass     pass   pass    pass   pass         (3)
s390   Linux    yes    yes   pass     pass   pass    pass   pass         (4)
         	   	     
mips   Linux    no     yes   pass     pass   pass    pass   pass     
mipsel Linux    no     yes   pass     pass   pass    pass   pass  
		   	     
alpha  Linux    no     yes   pass     pass   pass    pass   pass         
ia64   Linux    no     yes   pass     pass   pass    pass   pass         
hppa   Linux    no      no   pass     pass   pass    pass   pass         
		   	     
sparc  solaris  yes    yes   pass     pass   pass    pass   pass         (5)
		   	     
x86    w32      no     no    pass     pass   ????    pass   ????
x86    xBSD     yes    yes   pass     ????   ????    ????   ????

???    osX      ???     ???  ????     ????   ????    ????   ????

(1) A few of the certifications currently fail because the image size
    is too large for the native 24bit relocations without additional
    trampoline code.  This should be fixed by the -mlongcalls option
    in forthcoming gcc-3.3, for which I think we should wait, unless
    anyone needs all the certs on acl2 ppc immediately.  Completing
    the ACL2 port turned up cache flushing corner case bugs in GCL.

(2) Build will complete in a few days -- result anticipated :-).
    Seriously, previous build succeeded in all steps before being
    killed by the autobuilder for taking too long to generate output.
    Completing the ACL2 port turned up cache flushing corner case bugs
    in GCL, and one SGC related bug.
    
(3) Provides an example of how the -mlong-calls enables big images
    like ACL2 on 24bit reloc machines like this.

(4) SGC recently enabled by s390 Linux kernel updates -- thanks
    Gerhard! 

(5) Maxima verified by me, acl2 shipped and certified by acl2
    upstream. 

\start
Date: Fri, 13 Dec 2002 12:52:01 +1000
From: Mike Thomas
To: Camm Maguire
Subject:  RE: [Gcl-devel] The state of gcl/maxima/acl2

Hi Camm.

As of a week ago for Maxima and three weeks ago for ACL2:

...
x86    w32      no     no    pass     pass   pass    pass   pass
...

\start
Date: Thu, 19 Dec 2002 07:13:42 -0500
From: Tim Daly 
To: Bill Page
Subject:  GCL

Bill,

I've gotten almost all of the files in interpsys compiled which
is most of the "heavy lifting". Do you have GCL running anywhere?

\start
Date: Thu, 19 Dec 2002 12:38:55 -0500
From: Bill Page
To: list
Subject:  Re: GCL

Tim,

On Thu, 19 Dec 2002 07:13:42 -0500 you wrote:
> 
> I've gotten almost all of the files in interpsys compiled
> which is most of the "heavy lifting".

Great! I have been looking forward to doing something a little
more interesting...

> Do you have GCL running anywhere?
> 

Yes. I have GCL 2.4.4 compiled under Linux Red Hat 7.3
and the earlier version from the zip file binary distribution
on tenkan, of course. I also have GCL version 2.5 compiled
from source from the current GCL CVS) under MinGW and
running on native Windows. Earlier versions of GCL will
not compile directly under MinGW. However there are
earlier Cygwin versions. I would prefer to continue to
work with MinGW, however.

Recall also that I have CCL compiled from the tenkan
sources under Cygwin on windows. I have not been able
to compile this successfully under MinGW yet, but
the problems are minimal (I think). I haven't given it
any priority since you said that you were having trouble
with the Axiom code in this version and preferred to
work on it later.

\start
Date: Sat, 21 Dec 2002 17:52:47 -0500
From: Tim Daly 
To: Bill Page
Subject:  pre-interpsys image

I've checked in the next version of the system. This will build
from scratch the lisp, bootsys, and now depsys images. It will
compile but not build interpsys. I still have work to do to 
complete that phase. There should be 2 compile errors during
the build. I've included a console trace of the complete make
so you can compare your version for differences. I'm off from
work for the next two weeks (well, sort of) so I'll be "heads down"
on making progress on Axiom. In any case, could you check out this
version, try to build it and give me feedback? a console trace would
be useful.

A likely sources of trouble will be the gcl build. I'm afraid I
should have been more general about the gcldir stanza, which I
will fix in the next update. It currently hardcodes the gcl-2.4.1.tgz
tar file and should not. I'll promote that information to the platform
files.

If gcl-2.4.1 won't build and work for you then you can create a 
file called gcldir in the lsp subdirectory and the system will
not try to create the lisp. Then you can create your own copy of
the lisp by hand. The GCL build procedure makes the final lisp
image in the unixport subdirectory. It is called saved_gcl. You
can hand copy it to the obj/(platform)/bin subdirectory. Assuming
a linux platform you only need to type:

cd unixport
cp save_gcl obj/linux/bin/lisp

The build will now use that new lisp image as the platform for
compiles and saves.

Tim

=======================================================================
The console trace: I've added annotations between sections so it doesn't
look like complete nonsense.
=======================================================================

=======================================================================
We clean up every subdirectory that is machine generated
=======================================================================
bash-2.05a# make clean
10 copying /home/axiomgnu/new/src/scripts to /home/axiomgnu/new/mnt/linux/bin
7 making a linux system, PART=cprogs SUBPART=everything
8 Environment SPAD=/home/axiomgnu/new/mnt/linux SYS=linux SPD=/home/axiomgnu/new LSP=/home/axiomgnu/new/lsp AKCLDIR=/home/axiomgnu/new/lsp/gcl-2.4.1 SRC=/home/axiomgnu/new/src INT=/home/axiomgnu/new/int OBJ=/home/axiomgnu/new/obj MNT=/home/axiomgnu/new/mnt ZIPS=/home/axiomgnu/new/zips TMP=/home/axiomgnu/new/obj/tmp SPADBIN=/home/axiomgnu/new/mnt/linux/bin INC=/home/axiomgnu/new/src/include CCLBASE=/home/axiomgnu/new/obj/linux/ccl/ccllisp PART=cprogs SUBPART=everything NOISE=-o /home/axiomgnu/new/obj/tmp/trace
make[1]: Entering directory `/home/axiomgnu/new'
14 cleaning /home/axiomgnu/new/obj/noweb
17 cleaning /home/axiomgnu/new/obj/linux/lib
21 cleaning /home/axiomgnu/new/obj/linux/ccl
23 all subdirectories cleaned
make[1]: Leaving directory `/home/axiomgnu/new'
=======================================================================
we start a build and time it
=======================================================================
bash-2.05a# time make
=======================================================================
we make noweb so we can extract things from pamphlet files.
since noweb is not part of axiom we build it from the tar file
=======================================================================
13 making noweb
patching file modules.c
mnt.o: In function `emitfile':
mnt.o(.text+0x363): the use of `tmpnam' is dangerous, better use `mkstemp'
make[1]: [install-shell] Error 1 (ignored)
make[1]: [install-code] Error 1 (ignored)
make[1]: [install-elisp] Error 1 (ignored)
=======================================================================
we copy the scripts we need to mnt/linux/bin
=======================================================================
10 copying /home/axiomgnu/new/src/scripts to /home/axiomgnu/new/mnt/linux/bin
=======================================================================
we run the Makefile.linux platform file. 
your platform file will differ.
=======================================================================
1 making a linux system, PART=cprogs SUBPART=everything
2 Environment SPAD=/home/axiomgnu/new/mnt/linux SYS=linux SPD=/home/axiomgnu/new LSP=/home/axiomgnu/new/lsp AKCLDIR=/home/axiomgnu/new/lsp/gcl-2.4.1 SRC=/home/axiomgnu/new/src INT=/home/axiomgnu/new/int OBJ=/home/axiomgnu/new/obj MNT=/home/axiomgnu/new/mnt ZIPS=/home/axiomgnu/new/zips TMP=/home/axiomgnu/new/obj/tmp SPADBIN=/home/axiomgnu/new/mnt/linux/bin INC=/home/axiomgnu/new/src/include CCLBASE=/home/axiomgnu/new/obj/linux/ccl/ccllisp PART=cprogs SUBPART=everything NOISE=-o /home/axiomgnu/new/obj/tmp/trace
make[1]: Entering directory `/home/axiomgnu/new'
11 checking directory structure
12 Environment: PLF=LINUXplatform CCF=-O2 -fno-strength-reduce -Wall -D_GNU_SOURCE -DLINUXplatform -I/usr/X11/include LDF=-L/usr/X11R6/lib CC=gcc AWK=awk RANLIB=ranlib TOUCH=touch TAR=tar AXIOMXLROOT=/usr/local/axiom/mnt/linuxglibc2.1/compiler O=o BYE=bye LISP=lsp
=======================================================================
we build the src subdirectory
=======================================================================
18 making /home/axiomgnu/new/src
make[2]: Entering directory `/home/axiomgnu/new/src'
=======================================================================
we build the src/scripts subdirectory
=======================================================================
1 making /home/axiomgnu/new/src/scripts
make[3]: Entering directory `/home/axiomgnu/new/src/scripts'
1 making /home/axiomgnu/new/src/scripts
make[3]: Leaving directory `/home/axiomgnu/new/src/scripts'
=======================================================================
we build src/lib
=======================================================================
5 making /home/axiomgnu/new/src/lib
make[3]: Entering directory `/home/axiomgnu/new/src/lib'
2 making /home/axiomgnu/new/int/lib/bsdsignal.c from /home/axiomgnu/new/src/lib/bsdsignal.c.pamphlet
3 making /home/axiomgnu/new/obj/linux/lib/bsdsignal.o from /home/axiomgnu/new/int/lib/bsdsignal.c
8 making /home/axiomgnu/new/int/lib/cursor.c from /home/axiomgnu/new/src/lib/cursor.c.pamphlet
9 making /home/axiomgnu/new/obj/linux/lib/cursor.o from /home/axiomgnu/new/int/lib/cursor.c
11 making /home/axiomgnu/new/int/lib/edin.c from /home/axiomgnu/new/src/lib/edin.c.pamphlet
12 making /home/axiomgnu/new/obj/linux/lib/edin.o from /home/axiomgnu/new/int/lib/edin.c
14 making /home/axiomgnu/new/int/lib/fnct_key.c from /home/axiomgnu/new/src/lib/fnct_key.c.pamphlet
15 making /home/axiomgnu/new/obj/linux/lib/fnct_key.o from /home/axiomgnu/new/int/lib/fnct_key.c
17 making /home/axiomgnu/new/int/lib/halloc.c from /home/axiomgnu/new/src/lib/halloc.c.pamphlet
18 making /home/axiomgnu/new/obj/linux/lib/halloc.o from /home/axiomgnu/new/int/lib/halloc.c
20 making /home/axiomgnu/new/int/lib/openpty.c from /home/axiomgnu/new/src/lib/openpty.c.pamphlet
21 making /home/axiomgnu/new/obj/linux/lib/openpty.o from /home/axiomgnu/new/int/lib/openpty.c
23 making /home/axiomgnu/new/int/lib/pixmap.c from /home/axiomgnu/new/src/lib/pixmap.c.pamphlet
24 making /home/axiomgnu/new/obj/linux/lib/pixmap.o from /home/axiomgnu/new/int/lib/pixmap.c
26 making /home/axiomgnu/new/int/lib/prt.c from /home/axiomgnu/new/src/lib/prt.c.pamphlet
27 making /home/axiomgnu/new/obj/linux/lib/prt.o from /home/axiomgnu/new/int/lib/prt.c
29 making /home/axiomgnu/new/int/lib/sockio-c.c from /home/axiomgnu/new/src/lib/sockio-c.c.pamphlet
30 making /home/axiomgnu/new/obj/linux/lib/sockio-c.o from /home/axiomgnu/new/int/lib/sockio-c.c
32 making /home/axiomgnu/new/int/lib/spadcolors.c from /home/axiomgnu/new/src/lib/spadcolors.c.pamphlet
33 making /home/axiomgnu/new/obj/linux/lib/spadcolors.o from /home/axiomgnu/new/int/lib/spadcolors.c
35 making /home/axiomgnu/new/int/lib/util.c from /home/axiomgnu/new/src/lib/util.c.pamphlet
36 making /home/axiomgnu/new/obj/linux/lib/util.o from /home/axiomgnu/new/int/lib/util.c
38 making /home/axiomgnu/new/int/lib/wct.c from /home/axiomgnu/new/src/lib/wct.c.pamphlet
39 making /home/axiomgnu/new/obj/linux/lib/wct.o from /home/axiomgnu/new/int/lib/wct.c
41 making /home/axiomgnu/new/int/lib/XDither.c from /home/axiomgnu/new/src/lib/XDither.c.pamphlet
42 making /home/axiomgnu/new/obj/linux/lib/XDither.o from /home/axiomgnu/new/int/lib/XDither.c
44 making /home/axiomgnu/new/int/lib/XShade.c from /home/axiomgnu/new/src/lib/XShade.c.pamphlet
45 making /home/axiomgnu/new/obj/linux/lib/XShade.o from /home/axiomgnu/new/int/lib/XShade.c
47 making /home/axiomgnu/new/int/lib/XSpadFill.c from /home/axiomgnu/new/src/lib/XSpadFill.c.pamphlet
48 making /home/axiomgnu/new/obj/linux/lib/XSpadFill.o from /home/axiomgnu/new/int/lib/XSpadFill.c
5 making /home/axiomgnu/new/int/lib/cfuns-c.c from /home/axiomgnu/new/src/lib/cfuns-c.c.pamphlet
6 making /home/axiomgnu/new/obj/linux/lib/cfuns-c.o from /home/axiomgnu/new/int/lib/cfuns-c.c
1 making /home/axiomgnu/new/obj/linux/lib/libspad.a
make[3]: Leaving directory `/home/axiomgnu/new/src/lib'
=======================================================================
building src/lib created obj/linux/lib/libspad.a
=======================================================================
make[2]: Leaving directory `/home/axiomgnu/new/src'
=======================================================================
we build src/scripts again in case there are any new scripts
=======================================================================
10 copying /home/axiomgnu/new/src/scripts to /home/axiomgnu/new/mnt/linux/bin
=======================================================================
we build src/lsp.
this version is on gcl 2.4.1
since this is not part of axiom we build it from the tar file
=======================================================================
19 making /home/axiomgnu/new/lsp
make[2]: Entering directory `/home/axiomgnu/new/lsp'
2 building GCL
3 applying toploop patch to unixport/init_gcl.lsp
patching file init_gcl.lsp
loading cache ./config.cache
checking system version (for dynamic loading)... Linux-2.4.18-3
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking finding DBEGIN... got 0x8000000
checking finding CSTACK_ADDRESS... got -1073743968
checking sizeof long long int... yes
checking for getcwd... (cached) yes
checking for getwd... (cached) yes
checking for uname... (cached) yes
checking for gettimeofday... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for sys/ioctl.h... (cached) yes
checking for BSDgettimeofday... (cached) no
checking for gettimeofday... (cached) yes
checking for gettimeofday declaration... present
checking for sin in -lm... (cached) yes
checking for sockets... checking for connect... (cached) yes
checking for gethostbyname... (cached) yes
checking For network code for nsocket.c... yes
checking check for listen using fcntl... yes
checking for profil... (cached) yes
checking for setenv... (cached) yes
checking for _cleanup... (cached) no
checking FIONBIO vs. O_NONBLOCK for nonblocking I/O... O_NONBLOCK
checking host system type... i686-pc-linux-gnu
host=i686-pc-linux-gnu
checking check for SV_ONSTACK... yes
checking check for SIGSYS... yes
checking check for SIGEMT... no
checking for asm/sigcontext.h... (cached) yes
checking for asm/signal.h... (cached) yes
sigcontext in signal.h
checking for emacs... (cached) /usr/bin/emacs
checking emacs site lisp directory... /usr/share/emacs/21.2/site-lisp
checking emacs default.el... /usr/share/emacs/21.2/site-lisp/default.el
checking emacs info/dir... /usr/share/info/
checking for tcl/tk... checking for tclsh... (cached) tclsh
checking for main in -llieee... (cached) no
checking for dlopen in -ldl... (cached) yes
using TK_VERSION=8.3 in /usr/lib
enable_machine=
use=386-linux
checking alloca... yes
checking use_gmp=yes, doing configure in gmp directory... loading cache ./config.cache
checking host system type... (cached) pentium3-pc-linux-gnu
checking target system type... (cached) i486-pc-none
checking build system type... (cached) pentium3-pc-linux-gnu
checking for a BSD compatible install... (cached) /usr/bin/install -c
checking whether build environment is sane... yes
checking for mawk... (cached) awk
checking whether make sets ${MAKE}... (cached) yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for BSD-compatible nm... (cached) /usr/bin/nm -B
checking whether the C compiler (gcc   ) works... yes
checking whether the C compiler (gcc   ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
(cached) checking how to run the C preprocessor... (cached) gcc -E
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... (cached) yes
checking for suitable m4... (cached) m4
checking for ar... (cached) ar
checking how to switch to text section... (cached) .text
checking how to switch to data section... (cached) .data
checking how to export a symbol... (cached) .globl
checking what assembly label suffix to use... (cached) :
checking how the .type assembly directive should be used... (cached) .type	$1,@$2
checking if the .size assembly directive works... (cached) .size	$1,$2
checking what prefix to use for a local label... (cached) .L
checking how to define a 32-bit word... (cached) .long
checking if symbols are prefixed by underscore... (cached) no
checking if .align assembly directive is logarithmic... (cached) no
checking if the assembler takes cl with shldl... (cached) yes
checking if the .align directive accepts an 0x90 fill in .text... (cached) yes
checking for Cygwin environment... (cached) no
checking for mingw32 environment... (cached) no
checking for EMX OS/2 environment... (cached) no
checking for executable suffix... (cached) no
checking for object suffix... (cached) o
checking build system type... (cached) pentium3-pc-linux-gnu
checking for ld used by GCC... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking for /usr/bin/ld option to reload object files... (cached) -r
checking how to recognise dependant libraries... (cached) file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
checking for file... (cached) /usr/bin/file
checking for ranlib... (cached) ranlib
checking for strip... (cached) strip
loading cache ./config.cache within ltconfig
checking for objdir... .libs
checking for gcc option to produce PIC... (cached)  -fPIC
checking if gcc PIC flag  -fPIC works... (cached) yes
checking if gcc static flag -static works... (cached) yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions ... yes
checking whether the linker (/usr/bin/ld) supports shared libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... no
checking command to parse /usr/bin/nm -B output... ok
checking if libtool supports shared libraries... no
checking whether to build shared libraries... no
checking whether to build static libraries... yes
creating libtool
loading cache ./config.cache
checking whether optarg is declared... (cached) no
checking for ANSI C header files... (cached) yes
checking for getopt.h... (cached) yes
checking for unistd.h... (cached) yes
checking for sys/sysctl.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for void... (cached) yes
checking for preprocessor stringizing operator... (cached) yes
checking for getopt_long... (cached) yes
checking for getpagesize... (cached) yes
checking for popen... (cached) yes
checking for processor_info... (cached) no
checking for strtoul... (cached) yes
checking for sysconf... (cached) yes
checking for sysctlbyname... (cached) no
checking if ansi2knr should be used... (cached) no
creating config.m4
creating ./config.status
creating Makefile
creating mpf/Makefile
creating mpz/Makefile
creating mpn/Makefile
creating mpq/Makefile
creating mpf/tests/Makefile
creating mpz/tests/Makefile
creating mpq/tests/Makefile
creating mpn/tests/Makefile
creating tests/Makefile
creating tests/rand/Makefile
creating demos/Makefile
creating tune/Makefile
creating mpbsd/Makefile
creating mpbsd/tests/Makefile
creating mpfr/Makefile
creating mpfr/tests/Makefile
creating config.h
config.h is unchanged
linking ./mpn/x86/udiv.asm to mpn/udiv.asm
linking ./mpn/x86/umul.asm to mpn/umul.asm
linking ./mpn/generic/inlines.c to mpn/inlines.c
linking ./mpn/x86/aors_n.asm to mpn/add_n.asm
linking ./mpn/x86/aors_n.asm to mpn/sub_n.asm
linking ./mpn/x86/mul_1.asm to mpn/mul_1.asm
linking ./mpn/x86/aorsmul_1.asm to mpn/addmul_1.asm
linking ./mpn/x86/aorsmul_1.asm to mpn/submul_1.asm
linking ./mpn/x86/lshift.asm to mpn/lshift.asm
linking ./mpn/x86/rshift.asm to mpn/rshift.asm
linking ./mpn/x86/diveby3.asm to mpn/diveby3.asm
linking ./mpn/generic/divrem.c to mpn/divrem.c
linking ./mpn/x86/divrem_1.asm to mpn/divrem_1.asm
linking ./mpn/generic/divrem_2.c to mpn/divrem_2.c
linking ./mpn/x86/mod_1.asm to mpn/mod_1.asm
linking ./mpn/generic/mod_1_rs.c to mpn/mod_1_rs.c
linking ./mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
linking ./mpn/generic/dump.c to mpn/dump.c
linking ./mpn/generic/mul.c to mpn/mul.c
linking ./mpn/generic/mul_fft.c to mpn/mul_fft.c
linking ./mpn/generic/mul_n.c to mpn/mul_n.c
linking ./mpn/x86/mul_basecase.asm to mpn/mul_basecase.asm
linking ./mpn/generic/sqr_basecase.c to mpn/sqr_basecase.c
linking ./mpn/generic/random.c to mpn/random.c
linking ./mpn/generic/random2.c to mpn/random2.c
linking ./mpn/generic/sqrtrem.c to mpn/sqrtrem.c
linking ./mpn/generic/get_str.c to mpn/get_str.c
linking ./mpn/generic/set_str.c to mpn/set_str.c
linking ./mpn/generic/scan0.c to mpn/scan0.c
linking ./mpn/generic/scan1.c to mpn/scan1.c
linking ./mpn/generic/popcount.c to mpn/popcount.c
linking ./mpn/generic/hamdist.c to mpn/hamdist.c
linking ./mpn/generic/cmp.c to mpn/cmp.c
linking ./mpn/generic/perfsqr.c to mpn/perfsqr.c
linking ./mpn/generic/bdivmod.c to mpn/bdivmod.c
linking ./mpn/generic/gcd_1.c to mpn/gcd_1.c
linking ./mpn/generic/gcd.c to mpn/gcd.c
linking ./mpn/generic/gcdext.c to mpn/gcdext.c
linking ./mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
linking ./mpn/generic/bz_divrem_n.c to mpn/bz_divrem_n.c
linking ./mpn/generic/sb_divrem_mn.c to mpn/sb_divrem_mn.c
linking ./mpn/generic/jacbase.c to mpn/jacbase.c
linking ./mpn/x86/copyi.asm to mpn/copyi.asm
linking ./mpn/x86/copyd.asm to mpn/copyd.asm
linking ./mpn/generic/gmp-mparam.h to gmp-mparam.h
./configure: test: too many arguments
cp: `gmp/mpn/generic/bdivmod.c' and `gmp/mpn/bdivmod.c' are the same file
cp: `gmp/mpn/generic/bz_divrem_n.c' and `gmp/mpn/bz_divrem_n.c' are the same file
cp: `gmp/mpn/generic/cmp.c' and `gmp/mpn/cmp.c' are the same file
cp: `gmp/mpn/generic/divrem_2.c' and `gmp/mpn/divrem_2.c' are the same file
cp: `gmp/mpn/generic/divrem.c' and `gmp/mpn/divrem.c' are the same file
cp: `gmp/mpn/generic/dump.c' and `gmp/mpn/dump.c' are the same file
cp: `gmp/mpn/generic/gcd_1.c' and `gmp/mpn/gcd_1.c' are the same file
cp: `gmp/mpn/generic/gcd.c' and `gmp/mpn/gcd.c' are the same file
cp: `gmp/mpn/generic/gcdext.c' and `gmp/mpn/gcdext.c' are the same file
cp: `gmp/mpn/generic/get_str.c' and `gmp/mpn/get_str.c' are the same file
cp: `gmp/mpn/generic/hamdist.c' and `gmp/mpn/hamdist.c' are the same file
cp: `gmp/mpn/generic/inlines.c' and `gmp/mpn/inlines.c' are the same file
cp: `gmp/mpn/generic/jacbase.c' and `gmp/mpn/jacbase.c' are the same file
cp: `gmp/mpn/generic/mod_1_rs.c' and `gmp/mpn/mod_1_rs.c' are the same file
cp: `gmp/mpn/generic/mul.c' and `gmp/mpn/mul.c' are the same file
cp: `gmp/mpn/generic/mul_fft.c' and `gmp/mpn/mul_fft.c' are the same file
cp: `gmp/mpn/generic/mul_n.c' and `gmp/mpn/mul_n.c' are the same file
cp: `gmp/mpn/generic/perfsqr.c' and `gmp/mpn/perfsqr.c' are the same file
cp: `gmp/mpn/generic/popcount.c' and `gmp/mpn/popcount.c' are the same file
cp: `gmp/mpn/generic/pre_mod_1.c' and `gmp/mpn/pre_mod_1.c' are the same file
cp: `gmp/mpn/generic/random2.c' and `gmp/mpn/random2.c' are the same file
cp: `gmp/mpn/generic/random.c' and `gmp/mpn/random.c' are the same file
cp: `gmp/mpn/generic/sb_divrem_mn.c' and `gmp/mpn/sb_divrem_mn.c' are the same file
cp: `gmp/mpn/generic/scan0.c' and `gmp/mpn/scan0.c' are the same file
cp: `gmp/mpn/generic/scan1.c' and `gmp/mpn/scan1.c' are the same file
cp: `gmp/mpn/generic/set_str.c' and `gmp/mpn/set_str.c' are the same file
cp: `gmp/mpn/generic/sqr_basecase.c' and `gmp/mpn/sqr_basecase.c' are the same file
cp: `gmp/mpn/generic/sqrtrem.c' and `gmp/mpn/sqrtrem.c' are the same file
cp: `gmp/mpn/generic/tdiv_qr.c' and `gmp/mpn/tdiv_qr.c' are the same file
checking Checking for buggy gcc version from redhat... yes .. turning off -O4
creating ./config.status
creating makedefc
creating h/gclincl.h
h/gclincl.h is unchanged
makedefc

# begin makedefs

# use=386-linux

# for main link of raw_gcl
LIBS= -lm

#The multi precision library stuff
MPFILES=$(MPDIR)/mpi-386_no_under.o $(MPDIR)/libmport.a


# root for the installation, eg /usr/local
# This would cause make install to create /usr/local/bin/gcl and
# /usr/local/lib/gcl-2-??/* with some basic files.
prefix=/usr/local

# where to place the info files
INFO_DIR=/usr/share/info/

# where to put emacs lisp files.
EMACS_SITE_LISP=/usr/share/emacs/21.2/site-lisp

# the default.el file
EMACS_DEFAULT_EL=/usr/share/emacs/21.2/site-lisp/default.el

# numerous TCL/TK variables culled from the tkConfig.sh and tclConfig.sh
# if these are found.
TK_CONFIG_PREFIX=/usr/lib
TK_LIBRARY=/usr/lib/tk8.3
TCL_LIBRARY=/usr/lib/tcl8.3
TK_XINCLUDES=-I/usr/X11R6/include
TK_INCLUDE=-I/usr/lib/../include
TCL_INCLUDE=-I/usr/lib/../include
TK_LIB_SPEC=-L/usr/lib -ltk${TK_DBGX}
TK_BUILD_LIB_SPEC=-L/usr/src/build/77334-i386/BUILD/tcltk-8.3.3/tk8.3.3/unix -ltk${TK_DBGX}
TK_XLIBSW=-L/usr/X11R6/lib -lX11
TK_XINCLUDES=-I/usr/X11R6/include
TCL_LIB_SPEC=-L/usr/lib -ltcl${TCL_DBGX}
TCL_DL_LIBS=-ldl
TCL_LIBS=-ldl  -lm

NOTIFY=yes
GCC=gcc





add-defs1 386-linux
make[3]: Entering directory `/home/axiomgnu/new/lsp/gcl-2.4.1/bin'
make[3]: `file-sub' is up to date.
make[3]: Leaving directory `/home/axiomgnu/new/lsp/gcl-2.4.1/bin'
using 386-linux.defs
inserting h/386-linux.defs in ..
 makefile,
 unixport/make_kcn,
 bin/makefile,
 clcs/makefile,
 cmpnew/makefile,
 comp/makefile,
 doc/makefile,
 dos/makefile,
 elisp/makefile,
 gcl-tk/makefile,
 go/makefile,
 info/makefile,
 lsp/makefile,
 mp/makefile,
 o/makefile,
 unixport/makefile,

patching o/makefile for gcc bug in 2.96
make[3]: Entering directory `/home/axiomgnu/new/lsp/gcl-2.4.1'
(cd bin; make all)
make[4]: Entering directory `/home/axiomgnu/new/lsp/gcl-2.4.1/bin'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/axiomgnu/new/lsp/gcl-2.4.1/bin'
make mpfiles
make[4]: Entering directory `/home/axiomgnu/new/lsp/gcl-2.4.1'
(cd gmp/mpn ; make)
make[5]: Entering directory `/home/axiomgnu/new/lsp/gcl-2.4.1/gmp/mpn'
Making all in tests
make[6]: Entering directory `/home/axiomgnu/new/lsp/gcl-2.4.1/gmp/mpn/tests'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/home/axiomgnu/new/lsp/gcl-2.4.1/gmp/mpn/tests'
make[6]: Entering directory `/home/axiomgnu/new/lsp/gcl-2.4.1/gmp/mpn'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/axiomgnu/new/lsp/gcl-2.4.1/gmp/mpn'
make[5]: Leaving directory `/home/axiomgnu/new/lsp/gcl-2.4.1/gmp/mpn'
(cd gmp/mpz ; make)
make[5]: Entering directory `/home/axiomgnu/new/lsp/gcl-2.4.1/gmp/mpz'
Making all in tests
make[6]: Entering directory `/home/axiomgnu/new/lsp/gcl-2.4.1/gmp/mpz/tests'
make[6]: Nothing to be done for `all'.
make[6]: Leaving directory `/home/axiomgnu/new/lsp/gcl-2.4.1/gmp/mpz/tests'
make[6]: Entering directory `/home/axiomgnu/new/lsp/gcl-2.4.1/gmp/mpz'
make[6]: Nothing to be done for `all-am'.
make[6]: Leaving directory `/home/axiomgnu/new/lsp/gcl-2.4.1/gmp/mpz'
make[5]: Leaving directory `/home/axiomgnu/new/lsp/gcl-2.4.1/gmp/mpz'
(cd gmp ; make `echo *.c | sed -e "s:\.c:.o :g"` )
make[5]: Entering directory `/home/axiomgnu/new/lsp/gcl-2.4.1/gmp'
make[5]: `assert.o' is up to date.
make[5]: `compat.o' is up to date.
make[5]: `errno.o' is up to date.
make[5]: `extract-dbl.o' is up to date.
make[5]: `insert-dbl.o' is up to date.
make[5]: `memory.o' is up to date.
make[5]: `mp_bpl.o' is up to date.
make[5]: `mp_clz_tab.o' is up to date.
make[5]: `mp_minv_tab.o' is up to date.
make[5]: `mp_set_fns.o' is up to date.
make[5]: `rand.o' is up to date.
make[5]: `randclr.o' is up to date.
make[5]: `randlc2x.o' is up to date.
make[5]: `randlc.o' is up to date.
make[5]: `randraw.o' is up to date.
make[5]: `randsd.o' is up to date.
make[5]: `randsdui.o' is up to date.
make[5]: `stack-alloc.o' is up to date.
make[5]: `version.o' is up to date.
make[5]: Leaving directory `/home/axiomgnu/new/lsp/gcl-2.4.1/gmp'
(cd gmp ; rm -f libgmp.a ;  ar qc libgmp.a *.o */*.o)
make[4]: Leaving directory `/home/axiomgnu/new/lsp/gcl-2.4.1'
rm -f o/cmpinclude.h ; ln h/cmpinclude.h o
(cd o; make all)
make[4]: Entering directory `/home/axiomgnu/new/lsp/gcl-2.4.1/o'
make new_init.c	decls1 "INI_FILES=`echo main.o alloc.o gbc.o bitop.o typespec.o eval.o macros.o lex.o bds.o frame.o predicate.o reference.o assignment.o bind.o let.o conditional.o block.o iteration.o mapfun.o prog.o multival.o catch.o symbol.o cfun.o cmpaux.o package.o big.o number.o num_pred.o num_comp.o num_arith.o num_sfun.o num_co.o num_log.o num_rand.o earith.o character.o  sequence.o list.o hash.o array.o string.o regexpr.o structure.o toplevel.o file.o read.o backq.o print.o format.o pathname.o unixfsys.o unixfasl.o error.o unixtime.o unixsys.o unixsave.o funlink.o fat_string.o ./run_process.o nfunlink.o usig.o usig2.o utils.o makefun.o sockets.o clxsocket.o init_pari.o nsocket.o   ./sfasl.o   | sed -e 's:\.o:.ini:g'  -e 's:new_init.o::g' `"
make[5]: Entering directory `/home/axiomgnu/new/lsp/gcl-2.4.1/o'
make[5]: `new_init.c' is up to date.
echo '#include "make-decl.h"' > foo.c
cat main.ini alloc.ini gbc.ini bitop.ini typespec.ini eval.ini macros.ini lex.ini bds.ini frame.ini predicate.ini reference.ini assignment.ini bind.ini let.ini conditional.ini block.ini iteration.ini mapfun.ini prog.ini multival.ini catch.ini symbol.ini cfun.ini cmpaux.ini package.ini big.ini number.ini num_pred.ini num_comp.ini num_arith.ini num_sfun.ini num_co.ini num_log.ini num_rand.ini earith.ini character.ini sequence.ini list.ini hash.ini array.ini string.ini regexpr.ini structure.ini toplevel.ini file.ini read.ini backq.ini print.ini format.ini pathname.ini unixfsys.ini unixfasl.ini error.ini unixtime.ini unixsys.ini unixsave.ini funlink.ini fat_string.ini ./run_process.ini nfunlink.ini usig.ini usig2.ini utils.ini makefun.ini sockets.ini clxsocket.ini init_pari.ini nsocket.ini ./sfasl.ini >> foo.c
gcc -pipe -fwritable-strings  -DVOL=volatile -I/home/axiomgnu/new/lsp/gcl-2.4.1/o -fsigned-char -E -I../h/ foo.c | sed -n -e '/#/d' -e '/DO_/d' -e '/[a-zA-Z;]/p' > tmpx
foo.c:574:103: warning: no newline at end of file
../xbin/move-if-changed mv tmpx ../h/new_decl.h
tmpx and ../h/new_decl.h were not the same.
ln tmpx ../h/new_decl.h
make[5]: Leaving directory `/home/axiomgnu/new/lsp/gcl-2.4.1/o'
make[4]: Leaving directory `/home/axiomgnu/new/lsp/gcl-2.4.1/o'
(cd lsp; make all)
make[4]: Entering directory `/home/axiomgnu/new/lsp/gcl-2.4.1/lsp'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/axiomgnu/new/lsp/gcl-2.4.1/lsp'
(cd cmpnew; make all)
make[4]: Entering directory `/home/axiomgnu/new/lsp/gcl-2.4.1/cmpnew'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/axiomgnu/new/lsp/gcl-2.4.1/cmpnew'
(cd unixport; make saved_gcl)
make[4]: Entering directory `/home/axiomgnu/new/lsp/gcl-2.4.1/unixport'
gcc -pipe -fwritable-strings  -DVOL=volatile -I/home/axiomgnu/new/lsp/gcl-2.4.1/o -fsigned-char  -o raw_gcl  ../o/main.o ../o/alloc.o ../o/gbc.o ../o/bitop.o ../o/typespec.o ../o/eval.o ../o/macros.o ../o/lex.o ../o/bds.o ../o/frame.o ../o/predicate.o ../o/reference.o ../o/assignment.o ../o/bind.o ../o/let.o ../o/conditional.o ../o/block.o ../o/iteration.o ../o/mapfun.o ../o/prog.o ../o/multival.o ../o/catch.o ../o/symbol.o ../o/cfun.o ../o/cmpaux.o ../o/package.o ../o/big.o ../o/number.o ../o/num_pred.o ../o/num_comp.o ../o/num_arith.o ../o/num_sfun.o ../o/num_co.o ../o/num_log.o ../o/num_rand.o ../o/earith.o ../o/character.o  ../o/sequence.o ../o/list.o ../o/hash.o ../o/array.o ../o/string.o ../o/regexpr.o ../o/structure.o ../o/toplevel.o ../o/file.o ../o/read.o ../o/backq.o ../o/print.o ../o/format.o ../o/pathname.o ../o/unixfsys.o ../o/unixfasl.o ../o/error.o ../o/unixtime.o ../o/unixsys.o ../o/unixsave.o ../o/funlink.o ../o/fat_string.o ../o/run_process.o ../o/nfunlink.o ../o/usig.o ../o/usig2.o ../o/utils.o ../o/makefun.o ../o/sockets.o  ../o/clxsocket.o ../o/init_pari.o ../o/nsocket.o ../o/new_init.o ../gmp/libgmp.a ../o/sfasl.o   ../lsp/defmacro.o ../lsp/evalmacros.o ../lsp/top.o ../lsp/module.o ../lsp/predlib.o ../lsp/setf.o ../lsp/arraylib.o ../lsp/assert.o ../lsp/defstruct.o ../lsp/describe.o ../lsp/iolib.o ../lsp/listlib.o ../lsp/mislib.o ../lsp/numlib.o ../lsp/packlib.o ../lsp/seq.o ../lsp/seqlib.o ../lsp/trace.o ../lsp/sloop.o  ../lsp/debug.o ../lsp/info.o ../lsp/serror.o ../cmpnew/cmpinline.o ../cmpnew/cmputil.o ../cmpnew/cmptype.o ../cmpnew/cmpbind.o ../cmpnew/cmpblock.o ../cmpnew/cmpcall.o ../cmpnew/cmpcatch.o ../cmpnew/cmpenv.o ../cmpnew/cmpeval.o ../cmpnew/cmpflet.o ../cmpnew/cmpfun.o ../cmpnew/cmpif.o ../cmpnew/cmplabel.o ../cmpnew/cmplam.o ../cmpnew/cmplet.o ../cmpnew/cmploc.o ../cmpnew/cmpmap.o ../cmpnew/cmpmulti.o ../cmpnew/cmpspecial.o ../cmpnew/cmptag.o ../cmpnew/cmptop.o ../cmpnew/cmpvar.o ../cmpnew/cmpvs.o ../cmpnew/cmpwt.o  sys_gcl.o  -lc	 -lm   ../o/gcllib.a
../o/file.o: In function `open_stream':
../o/file.o(.text+0x3b2): the use of `tmpnam' is dangerous, better use `mkstemp'
../o/unixfsys.o: In function `truename':
../o/unixfsys.o(.text+0x200): the `getwd' function is dangerous and should not be used.
../xbin/if-exists /usr/u9/wfs/schelter "../xbin/inc-version"
../xbin/if-exists saved_gcl "rm -f saved_gcl"
cat init_gcl.lsp | \
sed -e "s"DATE"Version(`cat ../majvers`.`cat ../minvers`) `date`g" \
-e 'ssaved_gclsaved_gclg' \
-e 'slinks t)links t)(setq compiler::*cc* "gcc -pipe -fwritable-strings  -DVOL=volatile -I/home/axiomgnu/new/lsp/gcl-2.4.1/o -fsigned-char")(si::build-symbol-table)g' \
-e "sGCLDIR/home/axiomgnu/new/lsp/gcl-2.4.1g" \
-e "s(defun lisp-imp(setq si::*gcl-version* `cat ../minvers` si::*gcl-major-version* `cat ../majvers`)(defun lisp-impg" \
-e "s:GCL-1:GCL-"`cat ../majvers`":g" 	> foo 
../unixport/raw_gcl ../unixport/ -libdir /home/axiomgnu/new/lsp/gcl-2.4.1/ < foo
GCL (GNU Common Lisp)  April 1994  32768 pages
loading ../lsp/export.lsp
Initializing ../lsp/defmacro.o
Initializing ../lsp/evalmacros.o
Initializing ../lsp/top.o
Initializing ../lsp/module.o
loading ../lsp/autoload.lsp

>
#<"COMPILER" package>

COMPILER>
#<"SYSTEM" package>

SYSTEM>
*COMMAND-ARGS*

SYSTEM>
#<"USER" package>

>
#<"LISP" package>

LISP>
#<"SLOOP" package>

SLOOP>
6

SLOOP>
#<"USER" package>

>
Loading ../gcl-tk/tk-package.lsp
Finished loading ../gcl-tk/tk-package.lsp
T

>Initializing ../lsp/predlib.o
Initializing ../lsp/setf.o
Initializing ../lsp/arraylib.o
Initializing ../lsp/assert.o
Initializing ../lsp/defstruct.o
Initializing ../lsp/describe.o
Initializing ../lsp/iolib.o
Initializing ../lsp/listlib.o
Initializing ../lsp/mislib.o
Initializing ../lsp/numlib.o
Initializing ../lsp/packlib.o
Initializing ../lsp/seq.o
Initializing ../lsp/seqlib.o
Initializing ../lsp/trace.o
Initializing ../lsp/sloop.o
Initializing ../lsp/serror.o
Initializing ../cmpnew/cmpinline.o
Initializing ../cmpnew/cmputil.o
Initializing ../lsp/debug.o
Initializing ../lsp/info.o
Initializing ../cmpnew/cmptype.o
Initializing ../cmpnew/cmpbind.o
Initializing ../cmpnew/cmpblock.o
Initializing ../cmpnew/cmpcall.o
Initializing ../cmpnew/cmpcatch.o
Initializing ../cmpnew/cmpenv.o
Initializing ../cmpnew/cmpeval.o
Initializing ../cmpnew/cmpflet.o
Initializing ../cmpnew/cmpfun.o
Initializing ../cmpnew/cmpif.o
Initializing ../cmpnew/cmplabel.o
Initializing ../cmpnew/cmplam.o
Initializing ../cmpnew/cmplet.o
Initializing ../cmpnew/cmploc.o
Initializing ../cmpnew/cmpmap.o
Initializing ../cmpnew/cmpmulti.o
Initializing ../cmpnew/cmpspecial.o
Initializing ../cmpnew/cmptag.o
Initializing ../cmpnew/cmptop.o
Initializing ../cmpnew/cmpvar.o
Initializing ../cmpnew/cmpvs.o
Initializing ../cmpnew/cmpwt.o
Building symbol table for ../unixport/raw_gcl ..

Loading ../cmpnew/cmpmain.lsp
Warning: COMPILE-FILE is being redefined.
Warning: COMPILE is being redefined.
Warning: DISASSEMBLE is being redefined.
Finished loading ../cmpnew/cmpmain.lsp
Loading ../cmpnew/lfun_list.lsp
Finished loading ../cmpnew/lfun_list.lsp
Loading ../cmpnew/cmpopt.lsp
Finished loading ../cmpnew/cmpopt.lsp
Loading ../lsp/auto.lsp
Finished loading ../lsp/auto.lsp
Warning: LISP-IMPLEMENTATION-VERSION is being redefined.
make[4]: Leaving directory `/home/axiomgnu/new/lsp/gcl-2.4.1/unixport'
make command
make[4]: Entering directory `/home/axiomgnu/new/lsp/gcl-2.4.1'
rm -f bin/gcl xbin/gcl
GCLDIR=`echo /home/axiomgnu/new/lsp/gcl-2.4.1 | sed -e 'sX^/cygdrive/\([a-z]\)X\1:Xg' -e 'sX^//\([a-z]\)X\1:Xg'` ; \
make install-command "INSTALL_LIB_DIR=${GCLDIR}" "prefix=${GCLDIR}" 
make[5]: Entering directory `/home/axiomgnu/new/lsp/gcl-2.4.1'
rm -f /home/axiomgnu/new/lsp/gcl-2.4.1/bin/gcl
(echo "#!/bin/sh" ; \
echo exec /home/axiomgnu/new/lsp/gcl-2.4.1/unixport/saved_gcl \\ ; \
echo '   -dir' /home/axiomgnu/new/lsp/gcl-2.4.1/unixport/ \\ ; \
echo '   -libdir' /home/axiomgnu/new/lsp/gcl-2.4.1/ \\ ; \
echo '   -eval '\''(setq si::*allow-gzipped-file* t)'\' \\ ;\
! [ -d "/usr/lib" ] || echo '   -eval '\''(setq si::*tk-library* '\"/usr/lib/tk8.3\"')'\' \\;\
echo '     '\"\$@\" ) > /home/axiomgnu/new/lsp/gcl-2.4.1/bin/gcl;
echo '#' other options: -load "/tmp/foo.o" -load "jo.lsp" -eval '"(joe 3)"' >> /home/axiomgnu/new/lsp/gcl-2.4.1/bin/gcl
chmod a+x /home/axiomgnu/new/lsp/gcl-2.4.1/bin/gcl
make[5]: Leaving directory `/home/axiomgnu/new/lsp/gcl-2.4.1'
(cd xbin ; ln -s ../bin/gcl .)
make[4]: Leaving directory `/home/axiomgnu/new/lsp/gcl-2.4.1'
(cd  cmpnew ; make collectfn.o)
make[4]: Entering directory `/home/axiomgnu/new/lsp/gcl-2.4.1/cmpnew'
make[4]: `collectfn.o' is up to date.
make[4]: Leaving directory `/home/axiomgnu/new/lsp/gcl-2.4.1/cmpnew'
(cd lsp ; make info.o)
make[4]: Entering directory `/home/axiomgnu/new/lsp/gcl-2.4.1/lsp'
make[4]: `info.o' is up to date.
make[4]: Leaving directory `/home/axiomgnu/new/lsp/gcl-2.4.1/lsp'
Make of GCL 2.4.0 completed.
make[4]: Entering directory `/home/axiomgnu/new/lsp/gcl-2.4.1/gcl-tk'
cat gcltksrv.in | sed -e "s:TK_LIBRARY=.*:TK_LIBRARY=/usr/lib/tk8.3:g" \
-e "s:TCL_LIBRARY=.*:TCL_LIBRARY=/usr/lib/tcl8.3:g" \
-e "s:TK_XLIB_DIR=.*:TK_XLIB_DIR=:g" \
-e "s:GCL_TK_DIR=.*:GCL_TK_DIR=/home/axiomgnu/new/lsp/gcl-2.4.1/gcl-tk:g" > gcltksrv
chmod a+x gcltksrv
(cd demos ; \
echo '(load "../tkl.o")(TK::GET-AUTOLOADS (directory "*.lisp"))' | ../../unixport/saved_gcl) 

>
Loading ../tkl.o
start address -T 8292000 Finished loading ../tkl.o
43968

>
NIL

>make[4]: Leaving directory `/home/axiomgnu/new/lsp/gcl-2.4.1/gcl-tk'
(cd info ; make)
make[4]: Entering directory `/home/axiomgnu/new/lsp/gcl-2.4.1/info'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/home/axiomgnu/new/lsp/gcl-2.4.1/info'
make[3]: Leaving directory `/home/axiomgnu/new/lsp/gcl-2.4.1'
make[2]: Leaving directory `/home/axiomgnu/new/lsp'
15 making /home/axiomgnu/new/src
=======================================================================
now we start building axiom proper
=======================================================================
make[2]: Entering directory `/home/axiomgnu/new/src'
=======================================================================
first we need to build bootsys from src/boot
these are the files necessary to translate boot to common lisp
since they are written in boot we need to "bootstrap" them from themselves
=======================================================================
9 making /home/axiomgnu/new/src/boot
make[3]: Entering directory `/home/axiomgnu/new/src/boot'
2 making /home/axiomgnu/new/int/boot/boothdr.lisp from /home/axiomgnu/new/src/boot/boothdr.lisp.pamphlet
1 making /home/axiomgnu/new/obj/linux/boot/boothdr.o from /home/axiomgnu/new/int/boot/boothdr.lisp

>
Compiling boothdr.lisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/boot/boothdr.o.
17 making /home/axiomgnu/new/int/boot/exports.lisp from /home/axiomgnu/new/src/boot/exports.lisp.pamphlet
16 making /home/axiomgnu/new/obj/linux/boot/exports.o from /home/axiomgnu/new/int/boot/exports.lisp

>
Compiling exports.lisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/boot/exports.o.
20 making /home/axiomgnu/new/int/boot/npextras.lisp from /home/axiomgnu/new/src/boot/npextras.lisp.pamphlet
19 making /home/axiomgnu/new/obj/linux/boot/npextras.o from /home/axiomgnu/new/int/boot/npextras.lisp

>
Compiling npextras.lisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/boot/npextras.o.
23 making /home/axiomgnu/new/int/boot/ptyout.lisp from /home/axiomgnu/new/src/boot/ptyout.boot.pamphlet
22 making /home/axiomgnu/new/obj/linux/boot/ptyout.o from /home/axiomgnu/new/int/boot/ptyout.lisp

>
Loading /home/axiomgnu/new/int/boot/npextras.lisp
Finished loading /home/axiomgnu/new/int/boot/npextras.lisp
Compiling ptyout.lisp.
; (DEFUN |bMap1| ...) is being compiled.
;; The variable |bStreamNil| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |defuse1| was replaced by iteration.
;; Note: Tail-recursive call of |defuse1| was replaced by iteration.
;; Note: Tail-recursive call of |bootOutLines| was replaced by iteration.
;; Note: Tail-recursive call of |bootOutLines| was replaced by iteration.
;; Note: Tail-recursive call of |shoePackageStartsAt| was replaced by iteration.
;; Note: Tail-recursive call of |shoePackageStartsAt| was replaced by iteration.
;; Note: Tail-recursive call of |shoePackageStartsAt| was replaced by iteration.
;; Note: Tail-recursive call of BOOTLOOP was replaced by iteration.
;; Note: Tail-recursive call of BOOTLOOP was replaced by iteration.
;; Note: Tail-recursive call of BOOTLOOP was replaced by iteration.
;; Note: Tail-recursive call of BOOTPO was replaced by iteration.
;; Note: Tail-recursive call of BOOTPO was replaced by iteration.
;; Note: Tail-recursive call of BOOTPO was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/boot/ptyout.o.
5 making /home/axiomgnu/new/int/boot/btincl2.lisp from /home/axiomgnu/new/src/boot/btincl2.boot.pamphlet
4 making /home/axiomgnu/new/obj/linux/boot/btincl2.o from /home/axiomgnu/new/int/boot/btincl2.lisp

>
Loading /home/axiomgnu/new/int/boot/npextras.lisp
Finished loading /home/axiomgnu/new/int/boot/npextras.lisp
Compiling btincl2.lisp.
; (DEFUN |shoeFileMap| ...) is being compiled.
;; The variable |bStreamNil| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/boot/btincl2.o.
13 making /home/axiomgnu/new/int/boot/btscan2.lisp from /home/axiomgnu/new/src/boot/btscan2.boot.pamphlet
12 making /home/axiomgnu/new/obj/linux/boot/btscan2.o from /home/axiomgnu/new/int/boot/btscan2.lisp

>
Loading /home/axiomgnu/new/int/boot/npextras.lisp
Finished loading /home/axiomgnu/new/int/boot/npextras.lisp
Compiling btscan2.lisp.
; (DEFUN |shoeConstructToken| ...) is being compiled.
;; Warning: The variable |ln| is not used.
; (DEFUN |shoeNextLine| ...) is being compiled.
;; The variable |shoeTAB| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |shoeLineToks| ...) is being compiled.
;; The variable |shoeCLOSEPAREN| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |shoeToken| ...) is being compiled.
;; The variable |shoeLispESCAPE| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |shoeSPACE| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |shoeSTRINGCHAR| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |shoeESCAPE| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |shoeStartsComment| ...) is being compiled.
;; The variable |shoePLUSCOMMENT| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |shoeStartsNegComment| ...) is being compiled.
;; The variable |shoeMINUSCOMMENT| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |shoeNumber| ...) is being compiled.
;; The variable |shoeDOT| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |shoeExponent| ...) is being compiled.
;; The variable |shoeEXPONENT1| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |shoeEXPONENT2| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |shoeKeyWord| ...) is being compiled.
;; The variable |shoeKeyTable| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |shoeMatch| ...) is being compiled.
;; The variable |shoeDict| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |shoePunctuation| ...) is being compiled.
;; The variable |shoePun| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |shoeKeyTableCons| ...) is being compiled.
;; The variable |shoeKeyWords| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |shoeNextLine| was replaced by iteration.
;; Note: Tail-recursive call of |shoeAccumulateLines| was replaced by iteration.
;; Note: Tail-recursive call of |shoeAccumulateLines| was replaced by iteration.
;; Note: Tail-recursive call of |shoeAccumulateLines| was replaced by iteration.
;; Note: Tail-recursive call of |shoeAccumulateLines| was replaced by iteration.
;; Note: Tail-recursive call of |shoeAccumulateLines| was replaced by iteration.
;; Note: Tail-recursive call of |shoeAccumulateLines| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/boot/btscan2.o.
35 making /home/axiomgnu/new/int/boot/typrops.lisp from /home/axiomgnu/new/src/boot/typrops.boot.pamphlet
34 making /home/axiomgnu/new/obj/linux/boot/typrops.o from /home/axiomgnu/new/int/boot/typrops.lisp

>
Loading /home/axiomgnu/new/int/boot/npextras.lisp
Finished loading /home/axiomgnu/new/int/boot/npextras.lisp
Compiling typrops.lisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/boot/typrops.o.
9 making /home/axiomgnu/new/int/boot/btpile2.lisp from /home/axiomgnu/new/src/boot/btpile2.boot.pamphlet
8 making /home/axiomgnu/new/obj/linux/boot/btpile2.o from /home/axiomgnu/new/int/boot/btpile2.lisp

>
Loading /home/axiomgnu/new/int/boot/npextras.lisp
Finished loading /home/axiomgnu/new/int/boot/npextras.lisp
Compiling btpile2.lisp.
End of Pass 1.  

;; Note: Tail-recursive call of |shoePileForests| was replaced by iteration.
;; Note: Tail-recursive call of |shoePileCoagulate| was replaced by iteration.
;; Note: Tail-recursive call of |shoePileCoagulate| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/boot/btpile2.o.
31 making /home/axiomgnu/new/int/boot/typars.lisp from /home/axiomgnu/new/src/boot/typars.boot.pamphlet
30 making /home/axiomgnu/new/obj/linux/boot/typars.o from /home/axiomgnu/new/int/boot/typars.lisp

>
Loading /home/axiomgnu/new/int/boot/npextras.lisp
Finished loading /home/axiomgnu/new/int/boot/npextras.lisp
Compiling typars.lisp.
End of Pass 1.  

;; Note: Tail-recursive call of |bpMoveTo| was replaced by iteration.
;; Note: Tail-recursive call of |bpMoveTo| was replaced by iteration.
;; Note: Tail-recursive call of |bpMoveTo| was replaced by iteration.
;; Note: Tail-recursive call of |bpMoveTo| was replaced by iteration.
;; Note: Tail-recursive call of |bpMoveTo| was replaced by iteration.
;; Note: Tail-recursive call of |bpMoveTo| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/boot/typars.o.
27 making /home/axiomgnu/new/int/boot/tyextra.lisp from /home/axiomgnu/new/src/boot/tyextra.boot.pamphlet
26 making /home/axiomgnu/new/obj/linux/boot/tyextra.o from /home/axiomgnu/new/int/boot/tyextra.lisp

>
Loading /home/axiomgnu/new/int/boot/npextras.lisp
Finished loading /home/axiomgnu/new/int/boot/npextras.lisp
Compiling tyextra.lisp.
; (DEFUN |bfStruct| ...) is being compiled.
;; Warning: The variable |name| is not used.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/boot/tyextra.o.
39 making /home/axiomgnu/new/int/boot/tytree1.lisp from /home/axiomgnu/new/src/boot/tytree1.boot.pamphlet
38 making /home/axiomgnu/new/obj/linux/boot/tytree1.o from /home/axiomgnu/new/int/boot/tytree1.lisp

>
Loading /home/axiomgnu/new/int/boot/npextras.lisp
Finished loading /home/axiomgnu/new/int/boot/npextras.lisp
Compiling tytree1.lisp.
; (DEFUN |bfMDef| ...) is being compiled.
;; Warning: The variable |defOp| is not used.
End of Pass 1.  

;; Note: Tail-recursive call of |bfDrop| was replaced by iteration.
;; Note: Tail-recursive call of |bfSUBLIS1| was replaced by iteration.
;; Note: Tail-recursive call of |bfCONTAINED| was replaced by iteration.
;; Note: Tail-recursive call of |bfLET2| was replaced by iteration.
;; Note: Tail-recursive call of |bfPosn| was replaced by iteration.
;; Note: Tail-recursive call of |shoeCompTran1| was replaced by iteration.
;; Note: Tail-recursive call of |bfSetelt| was replaced by iteration.
;; Note: Tail-recursive call of |bfSequence| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/boot/tytree1.o.
44 invoking make in /home/axiomgnu/new/src/boot with parms:
SYS= linux
LSP= /home/axiomgnu/new/lsp
PART= cprogs
SPAD= /home/axiomgnu/new/mnt/linux
SRC= /home/axiomgnu/new/src
INT= /home/axiomgnu/new/int
OBJ= /home/axiomgnu/new/obj
MNT= /home/axiomgnu/new/mnt
45 /home/axiomgnu/new/obj/linux/bin/bootsys created
=======================================================================
now we have obj/linux/bin/bootsys which is an image we can use to
translate boot code to common lisp code
=======================================================================
make[3]: Leaving directory `/home/axiomgnu/new/src/boot'
13 making /home/axiomgnu/new/src/interp
=======================================================================
now we need to make depsys and interpsys
since these images share a large number of files they are built
in the same subdirectory at the same time.
note that this will build depsys but NOT interpsys as I still have
work to do to finish the task
=======================================================================
make[3]: Entering directory `/home/axiomgnu/new/src/interp'
122 making /home/axiomgnu/new/int/interp/vmlisp.lisp from /home/axiomgnu/new/src/interp/vmlisp.lisp.pamphlet
53 making /home/axiomgnu/new/int/interp/ggreater.lisp from /home/axiomgnu/new/src/interp/ggreater.lisp.pamphlet
56 making /home/axiomgnu/new/int/interp/hash.lisp from /home/axiomgnu/new/src/interp/hash.lisp.pamphlet
14 making /home/axiomgnu/new/int/interp/bootfuns.lisp from /home/axiomgnu/new/src/interp/bootfuns.lisp.pamphlet
115 making /home/axiomgnu/new/int/interp/union.lisp from /home/axiomgnu/new/src/interp/union.lisp.pamphlet
79 making /home/axiomgnu/new/int/interp/nlib.lisp from /home/axiomgnu/new/src/interp/nlib.lisp.pamphlet
59 making /home/axiomgnu/new/int/interp/macros.lisp from /home/axiomgnu/new/src/interp/macros.lisp.pamphlet
25 making /home/axiomgnu/new/int/interp/comp.lisp from /home/axiomgnu/new/src/interp/comp.lisp.pamphlet
119 making /home/axiomgnu/new/int/interp/spaderror.lisp from /home/axiomgnu/new/src/interp/spaderror.lisp.pamphlet
34 making /home/axiomgnu/new/int/interp/debug.lisp from /home/axiomgnu/new/src/interp/debug.lisp.pamphlet
116 making /home/axiomgnu/new/int/interp/spad.lisp from /home/axiomgnu/new/src/interp/spad.lisp.pamphlet
11 making /home/axiomgnu/new/int/interp/bits.lisp from /home/axiomgnu/new/src/interp/bits.lisp.pamphlet
110 making /home/axiomgnu/new/int/interp/setq.lisp from /home/axiomgnu/new/src/interp/setq.lisp.pamphlet
107 making /home/axiomgnu/new/int/interp/property.lisp from /home/axiomgnu/new/src/interp/property.lisp.pamphlet
487 making /home/axiomgnu/new/int/interp/unlisp.lisp from /home/axiomgnu/new/src/interp/unlisp.lisp.pamphlet
596 making /home/axiomgnu/new/int/interp/foam_l.lisp from /home/axiomgnu/new/src/interp/foam_l.lisp.pamphlet
593 making /home/axiomgnu/new/int/interp/axext_l.lisp from /home/axiomgnu/new/src/interp/axext_l.lisp.pamphlet
112 making /home/axiomgnu/new/int/interp/sys-pkg.lisp from /home/axiomgnu/new/src/interp/sys-pkg.lisp.pamphlet
111 making /home/axiomgnu/new/obj/linux/interp/sys-pkg.lsp from /home/axiomgnu/new/int/interp/sys-pkg.lisp
82 making /home/axiomgnu/new/int/interp/nocompil.lisp from /home/axiomgnu/new/src/interp/nocompil.lisp.pamphlet
81 making /home/axiomgnu/new/obj/linux/interp/nocompil.lsp from /home/axiomgnu/new/int/interp/nocompil.lisp
119 making /home/axiomgnu/new/int/interp/util.lisp from /home/axiomgnu/new/src/interp/util.lisp.pamphlet
118 making /home/axiomgnu/new/obj/linux/interp/util.lsp from /home/axiomgnu/new/int/interp/util.lisp
368 making /home/axiomgnu/new/obj/linux/interp/postpar.lsp from /home/axiomgnu/new/src/interp/postpar.boot.pamphlet
361 making /home/axiomgnu/new/obj/linux/interp/parse.lsp from /home/axiomgnu/new/src/interp/parse.boot.pamphlet
92 making /home/axiomgnu/new/int/interp/parsing.lisp from /home/axiomgnu/new/src/interp/parsing.lisp.pamphlet
91 making /home/axiomgnu/new/obj/linux/interp/parsing.lsp from /home/axiomgnu/new/int/interp/parsing.lisp
64 making /home/axiomgnu/new/int/interp/metalex.lisp from /home/axiomgnu/new/src/interp/metalex.lisp.pamphlet
63 making /home/axiomgnu/new/obj/linux/interp/metalex.lsp from /home/axiomgnu/new/int/interp/metalex.lisp
19 making /home/axiomgnu/new/int/interp/bootlex.lisp from /home/axiomgnu/new/src/interp/bootlex.lisp.pamphlet
18 making /home/axiomgnu/new/obj/linux/interp/bootlex.lsp from /home/axiomgnu/new/int/interp/bootlex.lisp
76 making /home/axiomgnu/new/int/interp/newaux.lisp from /home/axiomgnu/new/src/interp/newaux.lisp.pamphlet
75 making /home/axiomgnu/new/obj/linux/interp/newaux.lsp from /home/axiomgnu/new/int/interp/newaux.lisp
104 making /home/axiomgnu/new/int/interp/preparse.lisp from /home/axiomgnu/new/src/interp/preparse.lisp.pamphlet
103 making /home/axiomgnu/new/obj/linux/interp/preparse.lsp from /home/axiomgnu/new/int/interp/preparse.lisp
99 making /home/axiomgnu/new/int/interp/postprop.lisp from /home/axiomgnu/new/src/interp/postprop.lisp.pamphlet
98 making /home/axiomgnu/new/obj/linux/interp/postprop.lsp from /home/axiomgnu/new/int/interp/postprop.lisp
39 making /home/axiomgnu/new/int/interp/def.lisp from /home/axiomgnu/new/src/interp/def.lisp.pamphlet
38 making /home/axiomgnu/new/obj/linux/interp/def.lsp from /home/axiomgnu/new/int/interp/def.lisp
69 making /home/axiomgnu/new/int/interp/metameta.lisp from /home/axiomgnu/new/src/interp/metameta.lisp.pamphlet
68 making /home/axiomgnu/new/obj/linux/interp/metameta.lsp from /home/axiomgnu/new/int/interp/metameta.lisp
46 making /home/axiomgnu/new/obj/linux/interp/fnewmeta.lsp from /home/axiomgnu/new/int/interp/fnewmeta.lisp.pamphlet
241 making /home/axiomgnu/new/obj/linux/interp/g-boot.lsp from /home/axiomgnu/new/src/interp/g-boot.boot.pamphlet
131 making /home/axiomgnu/new/obj/linux/interp/c-util.lsp from /home/axiomgnu/new/src/interp/c-util.boot.pamphlet
257 making /home/axiomgnu/new/obj/linux/interp/g-util.lsp from /home/axiomgnu/new/src/interp/g-util.boot.pamphlet
206 making /home/axiomgnu/new/obj/linux/interp/clam.lsp from /home/axiomgnu/new/src/interp/clam.boot.pamphlet
388 making /home/axiomgnu/new/obj/linux/interp/slam.lsp from /home/axiomgnu/new/src/interp/slam.boot.pamphlet
2 making /home/axiomgnu/new/obj/linux/bin/depsys

>
Loading /home/axiomgnu/new/obj/linux/interp/makedep.lisp
Loading /home/axiomgnu/new/obj/linux/interp/sys-pkg.lsp
Finished loading /home/axiomgnu/new/obj/linux/interp/sys-pkg.lsp
Loading /home/axiomgnu/new/obj/linux/interp/nocompil.lsp
Finished loading /home/axiomgnu/new/obj/linux/interp/nocompil.lsp
Loading /home/axiomgnu/new/obj/linux/interp/util.lsp
Finished loading /home/axiomgnu/new/obj/linux/interp/util.lsp
Loading /home/axiomgnu/new/int/interp/vmlisp.lisp
Finished loading /home/axiomgnu/new/int/interp/vmlisp.lisp
Loading /home/axiomgnu/new/int/interp/ggreater.lisp
Finished loading /home/axiomgnu/new/int/interp/ggreater.lisp
Loading /home/axiomgnu/new/int/interp/hash.lisp
Finished loading /home/axiomgnu/new/int/interp/hash.lisp
Loading /home/axiomgnu/new/int/interp/bootfuns.lisp
Finished loading /home/axiomgnu/new/int/interp/bootfuns.lisp
Loading /home/axiomgnu/new/int/interp/union.lisp
Finished loading /home/axiomgnu/new/int/interp/union.lisp
Loading /home/axiomgnu/new/int/interp/nlib.lisp
Finished loading /home/axiomgnu/new/int/interp/nlib.lisp
Loading /home/axiomgnu/new/int/interp/macros.lisp
Finished loading /home/axiomgnu/new/int/interp/macros.lisp
Loading /home/axiomgnu/new/int/interp/comp.lisp
Finished loading /home/axiomgnu/new/int/interp/comp.lisp
Loading /home/axiomgnu/new/int/interp/spaderror.lisp
Finished loading /home/axiomgnu/new/int/interp/spaderror.lisp
Loading /home/axiomgnu/new/int/interp/debug.lisp
Finished loading /home/axiomgnu/new/int/interp/debug.lisp
Loading /home/axiomgnu/new/int/interp/spad.lisp
Finished loading /home/axiomgnu/new/int/interp/spad.lisp
Loading /home/axiomgnu/new/int/interp/bits.lisp
Finished loading /home/axiomgnu/new/int/interp/bits.lisp
Loading /home/axiomgnu/new/int/interp/setq.lisp
Finished loading /home/axiomgnu/new/int/interp/setq.lisp
Loading /home/axiomgnu/new/int/interp/property.lisp
Finished loading /home/axiomgnu/new/int/interp/property.lisp
Loading /home/axiomgnu/new/int/interp/unlisp.lisp
Finished loading /home/axiomgnu/new/int/interp/unlisp.lisp
Loading /home/axiomgnu/new/int/interp/foam_l.lisp
Finished loading /home/axiomgnu/new/int/interp/foam_l.lisp
Loading /home/axiomgnu/new/int/interp/axext_l.lisp
Finished loading /home/axiomgnu/new/int/interp/axext_l.lisp
Loading /home/axiomgnu/new/lsp/gcl-2.4.1/cmpnew/collectfn.o
start address -T 839f000 Finished loading /home/axiomgnu/new/lsp/gcl-2.4.1/cmpnew/collectfn.o
Loading /home/axiomgnu/new/obj/linux/interp/proclaims.lisp
Finished loading /home/axiomgnu/new/obj/linux/interp/proclaims.lisp
Compiling /home/axiomgnu/new/obj/linux/interp/postpar.lsp.
; (DEFUN |postError| ...) is being compiled.
;; The variable |$defOp| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |postCategory| ...) is being compiled.
;; The variable |$insidePostCategoryIfTrue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |postDef| ...) is being compiled.
;; The variable |$maxSignatureLineNumber| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$docList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$headerDocumentation| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |postIf| ...) is being compiled.
;; Warning: The variable |x| is not used.
End of Pass 1.  

;; Note: Tail-recursive call of |postTranScripts| was replaced by iteration.
;; Note: Tail-recursive call of |postCollect| was replaced by iteration.
;; Note: Tail-recursive call of |postReduce| was replaced by iteration.
;; Note: Tail-recursive call of |killColons| was replaced by iteration.
;; Note: Tail-recursive call of |postcheck| was replaced by iteration.
;; Note: Tail-recursive call of |postcheck| was replaced by iteration.
;; Note: Tail-recursive call of |aplTran1| was replaced by iteration.
;; Note: Tail-recursive call of |deepestExpression| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/postpar.o.
Loading /home/axiomgnu/new/obj/linux/interp/postpar.o
start address -T 847f000 Finished loading /home/axiomgnu/new/obj/linux/interp/postpar.o
Compiling /home/axiomgnu/new/obj/linux/interp/parse.lsp.
; (DEFUN |parseType| ...) is being compiled.
;; The variable |$oldParserExpandAbbrs| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |parseTypeError| ...) is being compiled.
;; The variable |$op| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |x| is not used.
; (DEFUN |specialModeTran| ...) is being compiled.
;; The variable |$QuotientField| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |parseTranCheckForRecord| ...) is being compiled.
;; Warning: The variable |op| is not used.
; (DEFUN |transCategoryItem| ...) is being compiled.
;; The variable |$transCategoryAssoc| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |parseTran,g| was replaced by iteration.
;; Note: Tail-recursive call of |specialModeTran| was replaced by iteration.
;; Note: Tail-recursive call of |specialModeTran| was replaced by iteration.
;; Note: Tail-recursive call of |parseDropAssertions| was replaced by iteration.
;; Note: Tail-recursive call of |parseIf,ifTran| was replaced by iteration.
;; Note: Tail-recursive call of |parseIf,ifTran| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/parse.o.
Loading /home/axiomgnu/new/obj/linux/interp/parse.o
start address -T 8470000 Finished loading /home/axiomgnu/new/obj/linux/interp/parse.o
Compiling /home/axiomgnu/new/obj/linux/interp/parsing.lsp.
; (DEFUN ESCAPE-KEYWORDS ...) is being compiled.
;; The variable KEYWORDS is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN /EMBED-Q ...) is being compiled.
;; The variable /EMBEDNAMES is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN IOCLEAR ...) is being compiled.
;; Warning: The variable IN is not used.
;; Warning: The variable OUT is not used.
End of Pass 1.  

;; Note: Tail-recursive call of MAKE-PARSE-FUNC-FLATTEN-1 was replaced by iteration.
;; Note: Tail-recursive call of /MDEF was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/parsing.o.
Loading /home/axiomgnu/new/obj/linux/interp/parsing.o
start address -T 8489000 Finished loading /home/axiomgnu/new/obj/linux/interp/parsing.o
Compiling /home/axiomgnu/new/obj/linux/interp/metalex.lsp.
; (DEFUN NEWRULE ...) is being compiled.
;; The variable META_PREFIX is undefined.
;; The compiler will assume this variable is a global.
;; The variable RULE1 is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/metalex.o.
Loading /home/axiomgnu/new/obj/linux/interp/metalex.o
start address -T 839b000 Finished loading /home/axiomgnu/new/obj/linux/interp/metalex.o
Compiling /home/axiomgnu/new/obj/linux/interp/bootlex.lsp.
; (DEFUN INIT-BOOT/SPAD-READER ...) is being compiled.
;; The variable SPADERRORSTREAM is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN SPAD_SYNTAX_ERROR ...) is being compiled.
;; Warning: The variable BYEBYE is not used.
End of Pass 1.  

;; Note: Tail-recursive call of TRANSLABEL1 was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/bootlex.o.
Loading /home/axiomgnu/new/obj/linux/interp/bootlex.o
start address -T 8477b20 Finished loading /home/axiomgnu/new/obj/linux/interp/bootlex.o
Compiling /home/axiomgnu/new/obj/linux/interp/newaux.lsp.
; (DEFUN SPECIALCASESYNTAX ...) is being compiled.
;; The variable TOK is undefined.
;; The compiler will assume this variable is a global.
;; The variable CHR is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/newaux.o.
Loading /home/axiomgnu/new/obj/linux/interp/newaux.o
start address -T 839dac0 Finished loading /home/axiomgnu/new/obj/linux/interp/newaux.o
Compiling /home/axiomgnu/new/obj/linux/interp/preparse.lsp.
; (DEFUN PREPARSE ...) is being compiled.
;; The variable $COMBLOCKLIST is undefined.
;; The compiler will assume this variable is a global.
;; The variable $SKIPME is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$headerDocumentation| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$docList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$maxSignatureLineNumber| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$constructorLineNumber| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN PREPARSE-ECHO ...) is being compiled.
;; Warning: The variable LINELIST is not used.
End of Pass 1.  

;; Note: Tail-recursive call of PREPARSE was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/preparse.o.
Loading /home/axiomgnu/new/obj/linux/interp/preparse.o
start address -T 84a8ac0 Finished loading /home/axiomgnu/new/obj/linux/interp/preparse.o
Compiling /home/axiomgnu/new/obj/linux/interp/postprop.lsp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/postprop.o.
Loading /home/axiomgnu/new/obj/linux/interp/postprop.o
start address -T 847e800 Finished loading /home/axiomgnu/new/obj/linux/interp/postprop.o
Compiling /home/axiomgnu/new/obj/linux/interp/def.lsp.
; (DEFUN B-MDEF ...) is being compiled.
;; Warning: The variable X is not used.
; (DEFUN DEF-INNER ...) is being compiled.
;; Warning: The variable SIGNATURE is not used.
End of Pass 1.  

;; Note: Tail-recursive call of MK_LEFORM was replaced by iteration.
;; Note: Tail-recursive call of MK_LEFORM was replaced by iteration.
;; Note: Tail-recursive call of DEF-IS-EQLIST was replaced by iteration.
;; Note: Tail-recursive call of |new2OldDefForm| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/def.o.
Loading /home/axiomgnu/new/obj/linux/interp/def.o
start address -T 8490b00 Finished loading /home/axiomgnu/new/obj/linux/interp/def.o
Compiling /home/axiomgnu/new/obj/linux/interp/metameta.lsp.
; (DEFUN PARSE-HEADER ...) is being compiled.
;; The variable XNAME is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/metameta.o.
Loading /home/axiomgnu/new/obj/linux/interp/metameta.o
start address -T 849d000 Finished loading /home/axiomgnu/new/obj/linux/interp/metameta.o
Compiling /home/axiomgnu/new/obj/linux/interp/fnewmeta.lsp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/fnewmeta.o.
Loading /home/axiomgnu/new/obj/linux/interp/fnewmeta.o
start address -T 84e7000 Finished loading /home/axiomgnu/new/obj/linux/interp/fnewmeta.o
Compiling /home/axiomgnu/new/obj/linux/interp/clam.lsp.
; (DEFUN |consForHashLookup| ...) is being compiled.
;; The variable |$hashNode| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkCircularCountAlist| ...) is being compiled.
;; The variable |$reportFavoritesIfNumber| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |remHashEntriesWith0Count,fn| ...) is being compiled.
;; The variable |$hashTable| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |remHashEntriesWith0Count| ...) is being compiled.
;; The variable |remHashEntriesWith0Count,fn| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |initCache| ...) is being compiled.
;; The variable |$failed| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |addToSlam| ...) is being compiled.
;; The variable |$mutableDomain| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |recordInstantiation1| ...) is being compiled.
;; The variable |$insideCoerceInteractive| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$instantCoerceCount| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$insideCanCoerceFrom| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$instantCanCoerceCount| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$insideEvalMmCondIfTrue| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$instantMmCondCount| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |listTruncate| ...) is being compiled.
;; The variable |$op| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/clam.o.
Loading /home/axiomgnu/new/obj/linux/interp/clam.o
start address -T 84a2340 Finished loading /home/axiomgnu/new/obj/linux/interp/clam.o
Compiling /home/axiomgnu/new/obj/linux/interp/slam.lsp.
; (DEFUN |reportFunctionCompilation| ...) is being compiled.
;; The variable |$compiledOpNameList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$minivectorNames| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$compilingInputFile| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$minivectorCode| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$minivector| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$compileRecurrence| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkCircularAlist| ...) is being compiled.
;; The variable |$failed| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compileRecurrenceRelation| ...) is being compiled.
;; The variable |$TriangleVariableList| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |junk| is not used.
; (DEFUN |clearAllSlams,fn| ...) is being compiled.
;; The variable |$functorDependencyAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFMACRO |clearSlam| ...) is being compiled.
;; Warning: The variable #:G2668 is not used.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/slam.o.
Loading /home/axiomgnu/new/obj/linux/interp/slam.o
start address -T 84ac780 Finished loading /home/axiomgnu/new/obj/linux/interp/slam.o
Compiling /home/axiomgnu/new/obj/linux/interp/g-boot.lsp.
; (DEFUN |bootAbsorbSEQsAndPROGNs,flatten| ...) is being compiled.
;; The variable |$labelsForGO| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |defLetForm| ...) is being compiled.
;; The variable $LET is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |defLET1| ...) is being compiled.
;; The variable |$letGenVarCounter| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |defLET2| ...) is being compiled.
;; The variable |$inDefIS| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |defIS1| ...) is being compiled.
;; The variable |$inDefLET| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$isGenVarCounter| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |nakedEXIT?| was replaced by iteration.
;; Note: Tail-recursive call of |nakedEXIT?| was replaced by iteration.
;; Note: Tail-recursive call of |mergeCONDsWithEXITs| was replaced by iteration.
;; Note: Tail-recursive call of |defLET2| was replaced by iteration.
;; Note: Tail-recursive call of |bootLabelsForGO| was replaced by iteration.
;; Note: Tail-recursive call of |bootLabelsForGO| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/g-boot.o.
Loading /home/axiomgnu/new/obj/linux/interp/g-boot.o
start address -T 84d4020 Finished loading /home/axiomgnu/new/obj/linux/interp/g-boot.o
Compiling /home/axiomgnu/new/obj/linux/interp/c-util.lsp.
; (DEFUN |continue| ...) is being compiled.
;; The variable |$x| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$m| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$f| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |level| ...) is being compiled.
;; The variable |$level| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |displayComp| ...) is being compiled.
;; The variable |$bright| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$dim| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$op| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$s| is undefined.
;; The compiler will assume this variable is a global.
;; The variable $X is undefined.
;; The compiler will assume this variable is a global.
;; The variable $M is undefined.
;; The compiler will assume this variable is a global.
;; The variable $F is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |intersectionContour,modeCompare| ...) is being compiled.
;; The variable |$var| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |isAlmostSimple,setAssignment| ...) is being compiled.
;; The variable |$assignmentList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |stackSemanticError| ...) is being compiled.
;; The variable |$initCapsuleErrorCount| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |stackMessage| ...) is being compiled.
;; The variable |$compErrorMessageStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |?modemaps| ...) is being compiled.
;; The variable |$CapsuleModemapFrame| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |traverse,traverseInner| ...) is being compiled.
;; The variable |$seen| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$notseen| is undefined.
;; The compiler will assume this variable is a global.
;; The variable SET-PA-SPEC is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |makeCommonEnvironment,fn| was replaced by iteration.
;; Note: Tail-recursive call of |makeCommonEnvironment,fn| was replaced by iteration.
;; Note: Tail-recursive call of |makeCommonEnvironment,interC| was replaced by iteration.
;; Note: Tail-recursive call of |makeCommonEnvironment,interLocalE| was replaced by iteration.
;; Note: Tail-recursive call of |makeCommonEnvironment,interE| was replaced by iteration.
;; Note: Tail-recursive call of |isSideEffectFree| was replaced by iteration.
;; Note: Tail-recursive call of |decExitLevel,removeExit0| was replaced by iteration.
;; Note: Tail-recursive call of |pmatchWithSl| was replaced by iteration.
;; Note: Tail-recursive call of |displayProplist,fn| was replaced by iteration.
;; Note: Tail-recursive call of GEQNSUBSTLIST was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/c-util.o.
Loading /home/axiomgnu/new/obj/linux/interp/c-util.o
start address -T 84d8c80 Finished loading /home/axiomgnu/new/obj/linux/interp/c-util.o
Compiling /home/axiomgnu/new/obj/linux/interp/g-util.lsp.
; (DEFUN |reshape| ...) is being compiled.
;; Warning: The variable |b| is not used.
; (DEFUN |update| ...) is being compiled.
;; The variable /VERSION is undefined.
;; The compiler will assume this variable is a global.
;; The variable /WSNAME is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |spadThrow| ...) is being compiled.
;; The variable |$interpOnly| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$mapName| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |semchkProplist| ...) is being compiled.
;; Warning: The variable |val| is not used.
; (DEFUN |leftTrim| ...) is being compiled.
;; The variable |$blank| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |deleteAssoc| was replaced by iteration.
;; Note: Tail-recursive call of |deleteAssocWOC,fn| was replaced by iteration.
;; Note: Tail-recursive call of |insertWOC,fn| was replaced by iteration.
;; Note: Tail-recursive call of |concatList| was replaced by iteration.
;; Note: Tail-recursive call of |freeOfSharpVars| was replaced by iteration.
;; Note: Tail-recursive call of |getProplist| was replaced by iteration.
;; Note: Tail-recursive call of |position,posn| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/g-util.o.
Loading /home/axiomgnu/new/obj/linux/interp/g-util.o
start address -T 84bb000 Finished loading /home/axiomgnu/new/obj/linux/interp/g-util.o
Finished loading /home/axiomgnu/new/obj/linux/interp/makedep.lisp
3 /home/axiomgnu/new/obj/linux/bin/depsys created
=======================================================================
obj/linux/bin/depsys exists. 
now we have to compile all of the files in interpsys
=======================================================================
121 making /home/axiomgnu/new/obj/linux/interp/vmlisp.o from /home/axiomgnu/new/int/interp/vmlisp.lisp

>
Compiling /home/axiomgnu/new/int/interp/vmlisp.lisp.
; (DEFUN UNEMBED ...) is being compiled.
;; Warning: The variable #:G3452 is not used.
;; Warning: The variable #:G3455 is not used.
; (IN-PACKAGE 'BOOT) is being compiled.
;; Warning: The package operation (IN-PACKAGE 'BOOT) was in a bad place.
End of Pass 1.  

;; Note: Tail-recursive call of STRING2ID-N was replaced by iteration.
;; Note: Tail-recursive call of VMLISP::FLAT-BV-LIST was replaced by iteration.
;; Note: Tail-recursive call of VMLISP::FLAT-BV-LIST was replaced by iteration.
;; Note: Tail-recursive call of VMLISP::FLAT-BV-LIST was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/vmlisp.o.
55 making /home/axiomgnu/new/obj/linux/interp/hash.o from /home/axiomgnu/new/int/interp/hash.lisp

>
Compiling /home/axiomgnu/new/int/interp/hash.lisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/hash.o.
13 making /home/axiomgnu/new/obj/linux/interp/bootfuns.lsp from /home/axiomgnu/new/int/interp/bootfuns.lisp
58 making /home/axiomgnu/new/obj/linux/interp/macros.o from /home/axiomgnu/new/int/interp/macros.lisp

>
Compiling /home/axiomgnu/new/int/interp/macros.lisp.
; (DEFUN -REPEAT ...) is being compiled.
;; The variable FUNPLUSFORM is undefined.
;; The compiler will assume this variable is a global.
;; The variable FUNGTFORM is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |sayTeX| ...) is being compiled.
;; The variable |$texOutputStream| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |sayMSG2File| ...) is being compiled.
;; The variable |$listingDirectory| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN BLANKS ...) is being compiled.
;; Warning: Type declaration was found for not bound variable N.
; (DEFUN EVAL-DEFUN ...) is being compiled.
;; Warning: The variable NAME is not used.
; (DEFMACRO WI ...) is being compiled.
;; Warning: The variable A is not used.
; (DEFUN MARKHASH ...) is being compiled.
;; The variable HT is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of COMPARE was replaced by iteration.
;; Note: Tail-recursive call of ?ORDER was replaced by iteration.
;; Note: Tail-recursive call of REPEAT-TRAN was replaced by iteration.
;; Note: Tail-recursive call of MKPFFLATTEN-1 was replaced by iteration.
;; Note: Tail-recursive call of REMFLAG was replaced by iteration.
;; Note: Tail-recursive call of CONS-N was replaced by iteration.
;; Note: Tail-recursive call of APPEND-N was replaced by iteration.
;; Note: Tail-recursive call of REDUCE-N-2 was replaced by iteration.
;; Note: Tail-recursive call of TAILFN was replaced by iteration.
;; Note: Tail-recursive call of LASTATOM was replaced by iteration.
;; Note: Tail-recursive call of DROP was replaced by iteration.
;; Note: Tail-recursive call of |CONTAINED,EQ| was replaced by iteration.
;; Note: Tail-recursive call of |CONTAINED,EQUAL| was replaced by iteration.
;; Note: Tail-recursive call of S+ was replaced by iteration.
;; Note: Tail-recursive call of AS-INSERT1 was replaced by iteration.
;; Note: Tail-recursive call of MESSAGEPRINT-2 was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/macros.o.
486 making /home/axiomgnu/new/obj/linux/interp/unlisp.o from /home/axiomgnu/new/int/interp/unlisp.lisp

>
Compiling /home/axiomgnu/new/int/interp/unlisp.lisp.
; (DEFMACRO |CatchAsCan| ...) is being compiled.
;; Warning: The variable TAGVAR is not used.
End of Pass 1.  

;; Note: Tail-recursive call of |CharDigit?| was replaced by iteration.
;; Note: Tail-recursive call of |ListIsLength?| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/unlisp.o.
109 making /home/axiomgnu/new/obj/linux/interp/setq.lsp from /home/axiomgnu/new/int/interp/setq.lisp
517 making /home/axiomgnu/new/int/interp/astr.clisp from /home/axiomgnu/new/src/interp/astr.boot.pamphlet

>/home/axiomgnu/new/int/interp/astr.clisp PRODUCED
516 making /home/axiomgnu/new/obj/linux/interp/astr.o from /home/axiomgnu/new/int/interp/astr.clisp

>
Compiling /home/axiomgnu/new/int/interp/astr.clisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/astr.o.
10 making /home/axiomgnu/new/obj/linux/interp/bits.o from /home/axiomgnu/new/int/interp/bits.lisp

>
Compiling /home/axiomgnu/new/int/interp/bits.lisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/bits.o.
125 making /home/axiomgnu/new/int/interp/alql.clisp from /home/axiomgnu/new/src/interp/alql.boot.pamphlet

>124 making /home/axiomgnu/new/obj/linux/interp/alql.o from /home/axiomgnu/new/int/interp/alql.clisp

>
Compiling /home/axiomgnu/new/int/interp/alql.clisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/alql.o.
128 making /home/axiomgnu/new/int/interp/buildom.clisp from /home/axiomgnu/new/src/interp/buildom.boot.pamphlet

>127 making /home/axiomgnu/new/obj/linux/interp/buildom.o from /home/axiomgnu/new/int/interp/buildom.clisp

>
Compiling /home/axiomgnu/new/int/interp/buildom.clisp.
; (DEFUN |MappingEqual| ...) is being compiled.
;; Warning: The variable |dom| is not used.
; (DEFUN |MappingPrint| ...) is being compiled.
;; Warning: The variable |dom| is not used.
; (DEFUN |coerceMap2E| ...) is being compiled.
;; The variable |$testingSystem| is undefined.
;; The compiler will assume this variable is a global.
; (DEFMACRO |Enumeration| ...) is being compiled.
;; Warning: The variable #:G3414 is not used.
; (DEFUN |EnumEqual| ...) is being compiled.
;; Warning: The variable |dom| is not used.
; (DEFMACRO |RecordCategory| ...) is being compiled.
;; Warning: The variable #:G3444 is not used.
; (DEFMACRO |EnumerationCategory| ...) is being compiled.
;; Warning: The variable #:G3451 is not used.
; (DEFMACRO |UnionCategory| ...) is being compiled.
;; Warning: The variable #:G3458 is not used.
; (DEFUN |mkMappingFunList| ...) is being compiled.
;; Warning: The variable |mapForm| is not used.
End of Pass 1.  
Warning: mkEnumerationFunList has a duplicate definition in this file
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/buildom.o.
200 making /home/axiomgnu/new/int/interp/cattable.clisp from /home/axiomgnu/new/src/interp/cattable.boot.pamphlet

>199 making /home/axiomgnu/new/obj/linux/interp/cattable.o from /home/axiomgnu/new/int/interp/cattable.clisp

>
Compiling /home/axiomgnu/new/int/interp/cattable.clisp.
; (DEFUN |showCategoryTable| ...) is being compiled.
;; The variable *HASCATEGORY-HASH* is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |displayCategoryTable| ...) is being compiled.
;; The variable |$ct| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |genCategoryTable| ...) is being compiled.
;; The variable *ANCESTORS-HASH* is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$nonLisplibDomains| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$noCategoryDomains| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |simpHasPred,simp| ...) is being compiled.
;; The variable |$hasArgs| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |simpHasAttribute| ...) is being compiled.
;; The variable |$domain| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$predvec| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |moreGeneralCategoryPredicate| ...) is being compiled.
;; Warning: The variable |id| is not used.
; (DEFUN |catPairUnion| ...) is being compiled.
;; Warning: The variable |op| is not used.
;; Warning: The variable |cat| is not used.
; (DEFUN |categoryParts,exportsOf| ...) is being compiled.
;; The variable |$conslist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |categoryParts,build| ...) is being compiled.
;; The variable |$oplist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$attrlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |categoryParts| ...) is being compiled.
;; The variable |$TriangleVariableList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compressSexpr| ...) is being compiled.
;; The variable |$found| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |updateCategoryTable| ...) is being compiled.
;; The variable |$newcompMode| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTflag| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |updateCategoryTableForDomain| ...) is being compiled.
;; The variable |$doNotCompressHashTableIfTrue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |clearCategoryTable1| ...) is being compiled.
;; The variable |$cname| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |val| is not used.
End of Pass 1.  

;; Note: Tail-recursive call of |simpHasPred,simp| was replaced by iteration.
;; Note: Tail-recursive call of |simpHasPred,simp| was replaced by iteration.
;; Note: Tail-recursive call of |simpHasPred,simp| was replaced by iteration.
;; Note: Tail-recursive call of |simpHasPred,simp| was replaced by iteration.
;; Note: Tail-recursive call of |categoryParts,exportsOf| was replaced by iteration.
;; Note: Tail-recursive call of |categoryParts,build| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/cattable.o.
529 making /home/axiomgnu/new/int/interp/cformat.clisp from /home/axiomgnu/new/src/interp/cformat.boot.pamphlet

>/home/axiomgnu/new/int/interp/cformat.clisp PRODUCED
528 making /home/axiomgnu/new/obj/linux/interp/cformat.o from /home/axiomgnu/new/int/interp/cformat.clisp

>
Compiling /home/axiomgnu/new/int/interp/cformat.clisp.
; (DEFUN |%id| ...) is being compiled.
;; The variable IDENTITY is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/cformat.o.
22 making /home/axiomgnu/new/int/interp/cfuns.lisp from /home/axiomgnu/new/src/interp/cfuns.lisp.pamphlet
21 making /home/axiomgnu/new/obj/linux/interp/cfuns.o from /home/axiomgnu/new/int/interp/cfuns.lisp

>
Compiling /home/axiomgnu/new/int/interp/cfuns.lisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/cfuns.o.
208 making /home/axiomgnu/new/int/interp/clam.clisp from /home/axiomgnu/new/src/interp/clam.boot.pamphlet

>207 making /home/axiomgnu/new/obj/linux/interp/clam.o from /home/axiomgnu/new/int/interp/clam.clisp

>
Compiling /home/axiomgnu/new/int/interp/clam.clisp.
; (DEFUN |consForHashLookup| ...) is being compiled.
;; The variable |$hashNode| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkCircularCountAlist| ...) is being compiled.
;; The variable |$reportFavoritesIfNumber| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |remHashEntriesWith0Count,fn| ...) is being compiled.
;; The variable |$hashTable| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |remHashEntriesWith0Count| ...) is being compiled.
;; The variable |remHashEntriesWith0Count,fn| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |initCache| ...) is being compiled.
;; The variable |$failed| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |addToSlam| ...) is being compiled.
;; The variable |$mutableDomain| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |recordInstantiation1| ...) is being compiled.
;; The variable |$insideCoerceInteractive| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$instantCoerceCount| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$insideCanCoerceFrom| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$instantCanCoerceCount| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$insideEvalMmCondIfTrue| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$instantMmCondCount| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |listTruncate| ...) is being compiled.
;; The variable |$op| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/clam.o.
211 making /home/axiomgnu/new/int/interp/clammed.clisp from /home/axiomgnu/new/src/interp/clammed.boot.pamphlet

>210 making /home/axiomgnu/new/obj/linux/interp/clammed.o from /home/axiomgnu/new/int/interp/clammed.clisp

>
Compiling /home/axiomgnu/new/int/interp/clammed.clisp.
; (DEFUN |canCoerceFrom| ...) is being compiled.
;; The variable |canCoerceFrom;AL| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |canCoerce| ...) is being compiled.
;; The variable |canCoerce;AL| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |coerceConvertMmSelection| ...) is being compiled.
;; The variable |coerceConvertMmSelection;AL| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |hasFileProperty| ...) is being compiled.
;; The variable |hasFileProperty;AL| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |isValidType| ...) is being compiled.
;; The variable |isValidType;AL| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |isValidType;| ...) is being compiled.
;; The variable |$QuotientField| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |selectMms1| ...) is being compiled.
;; The variable |selectMms1;AL| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |resolveTT| ...) is being compiled.
;; The variable |resolveTT;AL| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |isLegitimateMode| ...) is being compiled.
;; The variable |isLegitimateMode;AL| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |underDomainOf| ...) is being compiled.
;; The variable |underDomainOf;AL| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/clammed.o.
24 making /home/axiomgnu/new/obj/linux/interp/comp.o from /home/axiomgnu/new/int/interp/comp.lisp

>
Compiling /home/axiomgnu/new/int/interp/comp.lisp.
; (DEFUN |compQuietly| ...) is being compiled.
;; The variable |$compileDontDefineFunctions| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dropInputLibrary| ...) is being compiled.
;; The variable INPUT-LIBRARIES is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |openOutputLibrary| ...) is being compiled.
;; The variable OUTPUT-LIBRARY is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN COMP-NEWNAM ...) is being compiled.
;; The variable $CLOSEDFNS is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of COMP-NEWNAM was replaced by iteration.
;; Note: Tail-recursive call of COMP-EXPAND was replaced by iteration.
;; Note: Tail-recursive call of COMP-TRAN-1 was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/comp.o.
214 making /home/axiomgnu/new/int/interp/compat.clisp from /home/axiomgnu/new/src/interp/compat.boot.pamphlet

>213 making /home/axiomgnu/new/obj/linux/interp/compat.o from /home/axiomgnu/new/int/interp/compat.clisp

>
Compiling /home/axiomgnu/new/int/interp/compat.clisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/compat.o.
225 making /home/axiomgnu/new/int/interp/compress.clisp from /home/axiomgnu/new/src/interp/compress.boot.pamphlet

>224 making /home/axiomgnu/new/obj/linux/interp/compress.o from /home/axiomgnu/new/int/interp/compress.clisp

>
Compiling /home/axiomgnu/new/int/interp/compress.clisp.
; (DEFUN |minimalise,HashCheck| ...) is being compiled.
;; The variable |$hash| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/compress.o.
499 making /home/axiomgnu/new/int/interp/cparse.clisp from /home/axiomgnu/new/src/interp/cparse.boot.pamphlet

>/home/axiomgnu/new/int/interp/cparse.clisp PRODUCED
498 making /home/axiomgnu/new/obj/linux/interp/cparse.o from /home/axiomgnu/new/int/interp/cparse.clisp

>
Compiling /home/axiomgnu/new/int/interp/cparse.clisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/cparse.o.
514 making /home/axiomgnu/new/int/interp/cstream.clisp from /home/axiomgnu/new/src/interp/cstream.boot.pamphlet

>/home/axiomgnu/new/int/interp/cstream.clisp PRODUCED
513 making /home/axiomgnu/new/obj/linux/interp/cstream.o from /home/axiomgnu/new/int/interp/cstream.clisp

>
Compiling /home/axiomgnu/new/int/interp/cstream.clisp.
; (DEFUN |incRgen1| ...) is being compiled.
;; The variable |StreamNil| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/cstream.o.
228 making /home/axiomgnu/new/int/interp/database.clisp from /home/axiomgnu/new/src/interp/database.boot.pamphlet

>227 making /home/axiomgnu/new/obj/linux/interp/database.o from /home/axiomgnu/new/int/interp/database.clisp

>
Compiling /home/axiomgnu/new/int/interp/database.clisp.
; (DEFUN |augLisplibModemapsFromCategory| ...) is being compiled.
;; The variable |$domainShell| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |buildDatabase| ...) is being compiled.
;; The variable |$constructorList| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |filemode| is not used.
;; Warning: The variable |expensive| is not used.
; (DEFUN |saveUsersHashTable| ...) is being compiled.
;; The variable |$usersTb| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |saveDependentsHashTable| ...) is being compiled.
;; The variable |$depTb| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |putModemapIntoDatabase| ...) is being compiled.
;; The variable |$databaseQueue| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |fileName| is not used.
; (DEFUN |getSystemModemaps| ...) is being compiled.
;; The variable |$getUnexposedOperations| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |updateDatabase| ...) is being compiled.
;; The variable |$newcompMode| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |fname| is not used.
; (DEFUN |addCoreModemap| ...) is being compiled.
;; Warning: The variable |cname| is not used.
; (DEFUN |isExposedConstructor| ...) is being compiled.
;; The variable |$localExposureData| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$globalExposureGroupAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |displayExposedGroups| ...) is being compiled.
;; The variable |$interpreterFrameName| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |isDomainSubst,findSub| was replaced by iteration.
;; Note: Tail-recursive call of |moveORsOutside| was replaced by iteration.
;; Note: Tail-recursive call of |mkAlistOfExplicitCategoryOps,fn| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/database.o.
33 making /home/axiomgnu/new/obj/linux/interp/debug.o from /home/axiomgnu/new/int/interp/debug.lisp

>
Compiling /home/axiomgnu/new/int/interp/debug.lisp.
; (DEFMACRO |/C,LIB| ...) is being compiled.
;; Warning: The variable $REPORTCOMPILATION is not used.
; (DEFUN /D-1 ...) is being compiled.
;; The variable /FN is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN /D-2 ...) is being compiled.
;; The variable |$sourceFiles| is undefined.
;; The compiler will assume this variable is a global.
;; The variable /EDITFILE is undefined.
;; The compiler will assume this variable is a global.
;; The variable /ECHO is undefined.
;; The compiler will assume this variable is a global.
;; The variable $PRETTYPRINT is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable W is not used.
;; Warning: The variable FILE is not used.
;; Warning: The variable X is not used.
; (DEFUN /INITUPDATES ...) is being compiled.
;; The variable FILENAME is undefined.
;; The compiler will assume this variable is a global.
;; The variable /UPDATESTREAM is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN /UPDATE ...) is being compiled.
;; The variable /VERSION is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN /WRITEUPDATE ...) is being compiled.
;; The variable DATETIME is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable ORECNO is not used.
;; Warning: The variable RECNO is not used.
;; Warning: The variable KEY is not used.
;; Warning: The variable IFT is not used.
;; Warning: The variable FTYPE is not used.
;; Warning: The variable OP is not used.
; (DEFUN |getDateAndTime| ...) is being compiled.
;; Warning: The variable SEC is not used.
; (DEFUN MONITOR-GETVALUE ...) is being compiled.
;; The variable /VALUE is undefined.
;; The compiler will assume this variable is a global.
;; The variable /CALLER is undefined.
;; The compiler will assume this variable is a global.
;; The variable /ARGS is undefined.
;; The compiler will assume this variable is a global.
;; The variable /NAME is undefined.
;; The compiler will assume this variable is a global.
; (DEFMACRO /UNEMBED ...) is being compiled.
;; The variable /EMBEDNAMES is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN /MONITORX ...) is being compiled.
;; Warning: The variable CURDEPTH is not used.
; (DEFUN BPITRACE ...) is being compiled.
;; The variable NEWNAME is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN LISP-BREAK-FROM-AXIOM ...) is being compiled.
;; Warning: The variable IGNORE is not used.
; (DEFUN INTERRUPT ...) is being compiled.
;; Warning: The variable IGNORE is not used.
End of Pass 1.  

;; Note: Tail-recursive call of /OPTIONS was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/debug.o.
511 making /home/axiomgnu/new/int/interp/dq.clisp from /home/axiomgnu/new/src/interp/dq.boot.pamphlet

>/home/axiomgnu/new/int/interp/dq.clisp PRODUCED
510 making /home/axiomgnu/new/obj/linux/interp/dq.o from /home/axiomgnu/new/int/interp/dq.clisp

>
Compiling /home/axiomgnu/new/int/interp/dq.clisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/dq.o.
42 making /home/axiomgnu/new/int/interp/fname.lisp from /home/axiomgnu/new/src/interp/fname.lisp.pamphlet
41 making /home/axiomgnu/new/obj/linux/interp/fname.o from /home/axiomgnu/new/int/interp/fname.lisp

>
Compiling /home/axiomgnu/new/int/interp/fname.lisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/fname.o.
235 making /home/axiomgnu/new/int/interp/format.clisp from /home/axiomgnu/new/src/interp/format.boot.pamphlet

>234 making /home/axiomgnu/new/obj/linux/interp/format.o from /home/axiomgnu/new/int/interp/format.clisp

>
Compiling /home/axiomgnu/new/int/interp/format.clisp.
; (DEFUN |formatOperation| ...) is being compiled.
;; The variable |Undef| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$commentedOps| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |constructorName| ...) is being compiled.
;; The variable |$abbreviateTypes| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formWrapId| ...) is being compiled.
;; The variable |$formatSigAsTeX| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formArguments2String,fn| ...) is being compiled.
;; The variable |$OutputForm| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formDecl2String| ...) is being compiled.
;; The variable |$permitWhere| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formJoin1| ...) is being compiled.
;; The variable |$abbreviateJoin| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$declVar| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |tuple2String| ...) is being compiled.
;; Warning: The variable |x| is not used.
; (DEFUN |pkey| ...) is being compiled.
;; The variable |KeyStuff| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |findSubstitutionOrder?,fn| was replaced by iteration.
;; Note: Tail-recursive call of |substInOrder| was replaced by iteration.
;; Note: Tail-recursive call of |form2String1| was replaced by iteration.
;; Note: Tail-recursive call of |formatPredParts| was replaced by iteration.
;; Note: Tail-recursive call of |formatPredParts| was replaced by iteration.
;; Note: Tail-recursive call of |formatPredParts| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/format.o.
243 making /home/axiomgnu/new/int/interp/g-boot.clisp from /home/axiomgnu/new/src/interp/g-boot.boot.pamphlet

>242 making /home/axiomgnu/new/obj/linux/interp/g-boot.o from /home/axiomgnu/new/int/interp/g-boot.clisp

>
Compiling /home/axiomgnu/new/int/interp/g-boot.clisp.
; (DEFUN |bootAbsorbSEQsAndPROGNs,flatten| ...) is being compiled.
;; The variable |$labelsForGO| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |defLetForm| ...) is being compiled.
;; The variable $LET is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |defLET1| ...) is being compiled.
;; The variable |$letGenVarCounter| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |defLET2| ...) is being compiled.
;; The variable |$inDefIS| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |defIS1| ...) is being compiled.
;; The variable |$inDefLET| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$isGenVarCounter| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |nakedEXIT?| was replaced by iteration.
;; Note: Tail-recursive call of |nakedEXIT?| was replaced by iteration.
;; Note: Tail-recursive call of |mergeCONDsWithEXITs| was replaced by iteration.
;; Note: Tail-recursive call of |defLET2| was replaced by iteration.
;; Note: Tail-recursive call of |bootLabelsForGO| was replaced by iteration.
;; Note: Tail-recursive call of |bootLabelsForGO| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/g-boot.o.
246 making /home/axiomgnu/new/int/interp/g-cndata.clisp from /home/axiomgnu/new/src/interp/g-cndata.boot.pamphlet

>245 making /home/axiomgnu/new/obj/linux/interp/g-cndata.o from /home/axiomgnu/new/int/interp/g-cndata.clisp

>
Compiling /home/axiomgnu/new/int/interp/g-cndata.clisp.
; (DEFUN |mkLowerCaseConTable| ...) is being compiled.
;; The variable |$lowerCaseConTb| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |attribute?| ...) is being compiled.
;; The variable *ATTRIBUTES* is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |installConstructor| ...) is being compiled.
;; Warning: The variable |type| is not used.
; (DEFUN |constructorAbbreviationErrorCheck| ...) is being compiled.
;; Warning: The variable |errmess| is not used.
; (DEFUN |abbreviationError| ...) is being compiled.
;; Warning: The variable |abb| is not used.
; (DEFUN |condAbbrev| ...) is being compiled.
;; Warning: The variable |arg| is not used.
End of Pass 1.  

;; Note: Tail-recursive call of |maximalSuperType| was replaced by iteration.
;; Note: Tail-recursive call of |unabbrev1| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/g-cndata.o.
249 making /home/axiomgnu/new/int/interp/g-error.clisp from /home/axiomgnu/new/src/interp/g-error.boot.pamphlet

>248 making /home/axiomgnu/new/obj/linux/interp/g-error.o from /home/axiomgnu/new/int/interp/g-error.clisp

>
Compiling /home/axiomgnu/new/int/interp/g-error.clisp.
; (DEFUN |argumentDataError| ...) is being compiled.
;; The variable |$AlgebraError| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |errorSupervisor1| ...) is being compiled.
;; The variable |$SystemError| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$UserError| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |returnToTopLevel| ...) is being compiled.
;; The variable CHR is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |returnToReader| ...) is being compiled.
;; The variable |$ReadingFile| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |sayErrorly| ...) is being compiled.
;; The variable |$saturn| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |saturnSayErrorly| ...) is being compiled.
;; The variable |$texOutputStream| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |sayErrorly1| ...) is being compiled.
;; The variable |$testingSystem| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$testingErrorPrefix| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |throwMessage| ...) is being compiled.
;; The variable |$mapName| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$printMsgsToFile| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/g-error.o.
252 making /home/axiomgnu/new/int/interp/g-opt.clisp from /home/axiomgnu/new/src/interp/g-opt.boot.pamphlet

>251 making /home/axiomgnu/new/obj/linux/interp/g-opt.o from /home/axiomgnu/new/int/interp/g-opt.clisp

>
Compiling /home/axiomgnu/new/int/interp/g-opt.clisp.
; (DEFUN |optimizeFunctionDef| ...) is being compiled.
;; The variable |$reportOptimization| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |optCallSpecially| ...) is being compiled.
;; The variable |$optimizableConstructorNames| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$getDomainCode| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |q| is not used.
; (DEFUN |EqualBarGensym,fn| ...) is being compiled.
;; The variable |$GensymAssoc| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |optimizeFunctionDef,removeTopLevelCatch| was replaced by iteration.
;; Note: Tail-recursive call of |optCatch,changeThrowToExit| was replaced by iteration.
;; Note: Tail-recursive call of |optCatch,hasNoThrows| was replaced by iteration.
;; Note: Tail-recursive call of |optCatch,changeThrowToGo| was replaced by iteration.
;; Note: Tail-recursive call of |optCallSpecially,lookup| was replaced by iteration.
;; Note: Tail-recursive call of |EqualBarGensym,fn| was replaced by iteration.
;; Note: Tail-recursive call of |optSEQ,getRidOfTemps| was replaced by iteration.
;; Note: Tail-recursive call of |optSEQ,getRidOfTemps| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/g-opt.o.
255 making /home/axiomgnu/new/int/interp/g-timer.clisp from /home/axiomgnu/new/src/interp/g-timer.boot.pamphlet

>254 making /home/axiomgnu/new/obj/linux/interp/g-timer.o from /home/axiomgnu/new/int/interp/g-timer.clisp

>
Compiling /home/axiomgnu/new/int/interp/g-timer.clisp.
; (DEFUN |peekTimedName| ...) is being compiled.
;; The variable |$timedNameStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |makeLongTimeString| ...) is being compiled.
;; The variable |$printTimeIfTrue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |makeLongSpaceString| ...) is being compiled.
;; The variable |$printStorageIfTrue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |computeElapsedTime| ...) is being compiled.
;; The variable |$oldElapsedGCTime| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$oldElapsedTime| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |computeElapsedSpace| ...) is being compiled.
;; The variable |$oldElapsedSpace| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |timedOptimization| ...) is being compiled.
;; The variable |$reportOptimization| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/g-timer.o.
259 making /home/axiomgnu/new/int/interp/g-util.clisp from /home/axiomgnu/new/src/interp/g-util.boot.pamphlet

>258 making /home/axiomgnu/new/obj/linux/interp/g-util.o from /home/axiomgnu/new/int/interp/g-util.clisp

>
Compiling /home/axiomgnu/new/int/interp/g-util.clisp.
; (DEFUN |reshape| ...) is being compiled.
;; Warning: The variable |b| is not used.
; (DEFUN |update| ...) is being compiled.
;; The variable /VERSION is undefined.
;; The compiler will assume this variable is a global.
;; The variable /WSNAME is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |spadThrow| ...) is being compiled.
;; The variable |$interpOnly| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$mapName| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |semchkProplist| ...) is being compiled.
;; Warning: The variable |val| is not used.
; (DEFUN |leftTrim| ...) is being compiled.
;; The variable |$blank| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |deleteAssoc| was replaced by iteration.
;; Note: Tail-recursive call of |deleteAssocWOC,fn| was replaced by iteration.
;; Note: Tail-recursive call of |insertWOC,fn| was replaced by iteration.
;; Note: Tail-recursive call of |concatList| was replaced by iteration.
;; Note: Tail-recursive call of |freeOfSharpVars| was replaced by iteration.
;; Note: Tail-recursive call of |getProplist| was replaced by iteration.
;; Note: Tail-recursive call of |position,posn| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/g-util.o.
52 making /home/axiomgnu/new/obj/linux/interp/ggreater.o from /home/axiomgnu/new/int/interp/ggreater.lisp

>
Compiling /home/axiomgnu/new/int/interp/ggreater.lisp.
; (DEFUN LEXVGREATERP ...) is being compiled.
;; Warning: The default value of NIL is not FIXNUM.
;; Warning: The default value of NIL is not FIXNUM.
;; Warning: The default value of NIL is not FIXNUM.
; (DEFUN VGREATERP ...) is being compiled.
;; Warning: The default value of NIL is not FIXNUM.
;; Warning: The default value of NIL is not FIXNUM.
;; Warning: The default value of NIL is not FIXNUM.
End of Pass 1.  

;; Note: Tail-recursive call of LEXGREATERP was replaced by iteration.
;; Note: Tail-recursive call of LEXGREATERP was replaced by iteration.
;; Note: Tail-recursive call of LEXGREATERP was replaced by iteration.
;; Note: Tail-recursive call of GGREATERP was replaced by iteration.
;; Note: Tail-recursive call of GGREATERP was replaced by iteration.
;; Note: Tail-recursive call of GGREATERP was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/ggreater.o.
262 making /home/axiomgnu/new/int/interp/hypertex.clisp from /home/axiomgnu/new/src/interp/hypertex.boot.pamphlet

>261 making /home/axiomgnu/new/obj/linux/interp/hypertex.o from /home/axiomgnu/new/int/interp/hypertex.clisp

>
Compiling /home/axiomgnu/new/int/interp/hypertex.clisp.
; (DEFUN |issueHT| ...) is being compiled.
;; The variable |$MenuServer| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$SendLine| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |endHTPage| ...) is being compiled.
;; The variable |$EndOfPage| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |replaceNamedHTPage| ...) is being compiled.
;; The variable |$PageStuff| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$currentFrameNum| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$ReplaceNamedPage| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |startHTPopUpPage| ...) is being compiled.
;; The variable |$PopUpPage| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |startHTPage| ...) is being compiled.
;; The variable |$StartPage| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |startReplaceHTPage| ...) is being compiled.
;; The variable |$ReplacePage| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |killHTPage| ...) is being compiled.
;; The variable |$KillPage| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |linkToHTPage| ...) is being compiled.
;; The variable |$LinkToPage| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |popUpNamedHTPage| ...) is being compiled.
;; The variable |$PopUpNamedPage| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |sendHTErrorSignal| ...) is being compiled.
;; The variable |$SpadError| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/hypertex.o.
265 making /home/axiomgnu/new/int/interp/i-analy.clisp from /home/axiomgnu/new/src/interp/i-analy.boot.pamphlet

>264 making /home/axiomgnu/new/obj/linux/interp/i-analy.o from /home/axiomgnu/new/int/interp/i-analy.clisp

>
Compiling /home/axiomgnu/new/int/interp/i-analy.clisp.
; (DEFUN |getBasicMode| ...) is being compiled.
;; The variable |$useIntegerSubdomain| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |getBasicMode0| ...) is being compiled.
;; The variable |$DoubleFloat| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |getMinimalVariableTower| ...) is being compiled.
;; The variable |$univariateDomains| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$multivariateDomains| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |polyVarlist| ...) is being compiled.
;; The variable |$QuotientField| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |pushDownTargetInfo| ...) is being compiled.
;; The variable |$OutputForm| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$Any| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$immediateDataSymbol| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |bottomUp| ...) is being compiled.
;; The variable |$localVars| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |bottomUpIdentifier| ...) is being compiled.
;; The variable |$genValue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |bottomUpDefaultCompile| ...) is being compiled.
;; Warning: The variable |isSub| is not used.
; (DEFUN |interpRewriteRule| ...) is being compiled.
;; Warning: The variable |expr| is not used.
; (DEFUN |bottomUpForm| ...) is being compiled.
;; The variable |$inRetract| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |bottomUpFormTuple| ...) is being compiled.
;; Warning: The variable |t| is not used.
;; Warning: The variable |argModeSetList| is not used.
; (DEFUN |printableArgModeSetList| ...) is being compiled.
;; The variable |$origArgModeSetList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |bottomUpForm0| ...) is being compiled.
;; The variable |$HTCompanionWindowID| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |getMinimalVariableTower| was replaced by iteration.
;; Note: Tail-recursive call of |getMinimalVariableTower| was replaced by iteration.
;; Note: Tail-recursive call of |getMinimalVariableTower| was replaced by iteration.
;; Note: Tail-recursive call of |getMinimalVariableTower| was replaced by iteration.
;; Note: Tail-recursive call of |getMinimalVarMode| was replaced by iteration.
;; Note: Tail-recursive call of |polyVarlist| was replaced by iteration.
;; Note: Tail-recursive call of |bottomUpForm0| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/i-analy.o.
268 making /home/axiomgnu/new/int/interp/i-code.clisp from /home/axiomgnu/new/src/interp/i-code.boot.pamphlet

>267 making /home/axiomgnu/new/obj/linux/interp/i-code.o from /home/axiomgnu/new/int/interp/i-code.clisp

>
Compiling /home/axiomgnu/new/int/interp/i-code.clisp.
; (DEFUN |intCodeGenCOERCE| ...) is being compiled.
;; The variable |$mapName| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$OutputForm| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |wrapMapBodyWithCatch| ...) is being compiled.
;; The variable |$mapThrowCount| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |intCodeGenCOERCE| was replaced by iteration.
;; Note: Tail-recursive call of |intCodeGenCOERCE| was replaced by iteration.
;; Note: Tail-recursive call of |intCodeGenCOERCE| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/i-code.o.
271 making /home/axiomgnu/new/int/interp/i-coerce.clisp from /home/axiomgnu/new/src/interp/i-coerce.boot.pamphlet

>270 making /home/axiomgnu/new/obj/linux/interp/i-coerce.o from /home/axiomgnu/new/int/interp/i-coerce.clisp

>
Compiling /home/axiomgnu/new/int/interp/i-coerce.clisp.
; (DEFUN |retract1| ...) is being compiled.
;; The variable |$SingleInteger| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |retract2Specialization| ...) is being compiled.
;; The variable |$Any| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$QuotientField| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |coerceRetract| ...) is being compiled.
;; The variable |$OutputForm| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$coerceFailure| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |canCoerceTopMatching| ...) is being compiled.
;; The variable |$univariateDomains| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$multivariateDomains| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |canCoerceLocal| ...) is being compiled.
;; The variable |$CoerceTable| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |canCoerceCommute| ...) is being compiled.
;; The variable |$CommuteTable| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |canConvertByFunction| ...) is being compiled.
;; The variable |$useConvertForCoercions| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |coerceInteractive| ...) is being compiled.
;; The variable |$mapName| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |coerceInt0| ...) is being compiled.
;; The variable |$genValue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |coerceInt1| ...) is being compiled.
;; The variable |$AnonymousFunction| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |getSubDomainPredicate| ...) is being compiled.
;; The variable |$superHash| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |constantInDomain?| was replaced by iteration.
;; Note: Tail-recursive call of |constantInDomain?| was replaced by iteration.
;; Note: Tail-recursive call of |getConstantFromDomain| was replaced by iteration.
;; Note: Tail-recursive call of |getConstantFromDomain| was replaced by iteration.
;; Note: Tail-recursive call of |isSubTowerOf| was replaced by iteration.
;; Note: Tail-recursive call of |absolutelyCannotCoerce| was replaced by iteration.
;; Note: Tail-recursive call of |coerceInt| was replaced by iteration.
;; Note: Tail-recursive call of |computeTTTranspositions,compress| was replaced by iteration.
;; Note: Tail-recursive call of |computeTTTranspositions,compress| was replaced by iteration.
;; Note: Tail-recursive call of |reassembleTowerIntoType| was replaced by iteration.
;; Note: Tail-recursive call of |permuteToOrder| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/i-coerce.o.
274 making /home/axiomgnu/new/int/interp/i-coerfn.clisp from /home/axiomgnu/new/src/interp/i-coerfn.boot.pamphlet

>273 making /home/axiomgnu/new/obj/linux/interp/i-coerfn.o from /home/axiomgnu/new/int/interp/i-coerfn.clisp

>
Compiling /home/axiomgnu/new/int/interp/i-coerfn.clisp.
; (DEFUN |Expr2Complex| ...) is being compiled.
;; The variable |$DoubleFloat| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN I2EI ...) is being compiled.
;; Warning: The variable |source| is not used.
;; Warning: The variable |target| is not used.
; (DEFUN I2OI ...) is being compiled.
;; Warning: The variable |source| is not used.
;; Warning: The variable |target| is not used.
; (DEFUN I2PI ...) is being compiled.
;; Warning: The variable |source| is not used.
;; Warning: The variable |target| is not used.
; (DEFUN I2NNI ...) is being compiled.
;; Warning: The variable |source| is not used.
;; Warning: The variable |target| is not used.
; (DEFUN OV2SE ...) is being compiled.
;; Warning: The variable |target| is not used.
; (DEFUN |OV2Sy| ...) is being compiled.
;; Warning: The variable |target| is not used.
; (DEFUN |Rn2F| ...) is being compiled.
;; Warning: The variable |source| is not used.
;; Warning: The variable |target| is not used.
; (DEFUN |Qf2domain| ...) is being compiled.
;; The variable |$QuotientField| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |Sy2OV| ...) is being compiled.
;; Warning: The variable |source| is not used.
; (DEFUN |Sy2Var| ...) is being compiled.
;; Warning: The variable |source| is not used.
; (DEFUN |commuteComplex| ...) is being compiled.
;; Warning: The variable |source| is not used.
; (DEFUN |commuteQuaternion| ...) is being compiled.
;; Warning: The variable |source| is not used.
; (DEFUN |commuteFraction| ...) is being compiled.
;; Warning: The variable |source| is not used.
; (DEFUN |commuteSparseUnivariatePolynomial| ...) is being compiled.
;; Warning: The variable |source| is not used.
End of Pass 1.  

;; Note: Tail-recursive call of |Mp2MpAux2| was replaced by iteration.
;; Note: Tail-recursive call of |Mp2MpAux2| was replaced by iteration.
;; Note: Tail-recursive call of |P2DmpAux| was replaced by iteration.
;; Note: Tail-recursive call of |P2MpAux| was replaced by iteration.
;; Note: Tail-recursive call of |insertAlist,fn| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/i-coerfn.o.
277 making /home/axiomgnu/new/int/interp/i-eval.clisp from /home/axiomgnu/new/src/interp/i-eval.boot.pamphlet

>276 making /home/axiomgnu/new/obj/linux/interp/i-eval.o from /home/axiomgnu/new/int/interp/i-eval.clisp

>
Compiling /home/axiomgnu/new/int/interp/i-eval.clisp.
; (DEFUN |evaluateType1| ...) is being compiled.
;; Warning: The variable |x| is not used.
;; Warning: The variable |m| is not used.
; (DEFUN |throwEvalTypeMsg| ...) is being compiled.
;; The variable |$noEvalTypeMsg| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |evalForm| ...) is being compiled.
;; The variable |$genValue| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$localVars| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTmonitorIfTrue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |getMappingArgValue| ...) is being compiled.
;; Warning: The variable |t| is not used.
; (DEFUN |getArgValueComp| ...) is being compiled.
;; The variable |$mapName| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |failCheck| ...) is being compiled.
;; The variable |$coerceFailure| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |mkEvalable| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/i-eval.o.
280 making /home/axiomgnu/new/int/interp/i-funsel.clisp from /home/axiomgnu/new/src/interp/i-funsel.boot.pamphlet

>279 making /home/axiomgnu/new/obj/linux/interp/i-funsel.o from /home/axiomgnu/new/int/interp/i-funsel.clisp

>
Compiling /home/axiomgnu/new/int/interp/i-funsel.clisp.
; (DEFUN |selectMms| ...) is being compiled.
;; The variable |$AnonymousFunction| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |defaultTarget| ...) is being compiled.
;; The variable |$DoubleFloat| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$Any| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$QuotientField| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |defaultTargetFE| ...) is being compiled.
;; The variable |$FunctionalExpression| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |getLocalMms| ...) is being compiled.
;; The variable |$useIntegerSubdomain| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$Coerce| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mmCost0| ...) is being compiled.
;; Warning: The variable |name| is not used.
; (DEFUN |getFunctionFromDomain| ...) is being compiled.
;; The variable |$nonLisplibDomains| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |findUniqueOpInDomain| ...) is being compiled.
;; The variable |$genValue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |findFunctionInDomain| ...) is being compiled.
;; The variable |$OutputForm| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |mm| is not used.
; (DEFUN |allOrMatchingMms| ...) is being compiled.
;; Warning: The variable |tar| is not used.
; (DEFUN |findFunctionInDomain1| ...) is being compiled.
;; The variable |$SubDom| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |findFunctionInCategory| ...) is being compiled.
;; Warning: The variable |mm| is not used.
; (DEFUN |matchMmSig| ...) is being compiled.
;; The variable $RTC is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |selectMmsGen,exact?| ...) is being compiled.
;; Warning: The variable |tar| is not used.
; (DEFUN |selectMmsGen,matchMms| ...) is being compiled.
;; The variable |$Subst| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |matchTypes| ...) is being compiled.
;; The variable |$SymbolType| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |t1| is not used.
; (DEFUN |evalMmFreeFunction| ...) is being compiled.
;; Warning: The variable |op| is not used.
;; Warning: The variable |mmC| is not used.
; (DEFUN |evalMmCat| ...) is being compiled.
;; Warning: The variable |sig| is not used.
; (DEFUN |evalMmCat1| ...) is being compiled.
;; The variable |$hope| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |hasCateSpecialNew| ...) is being compiled.
;; The variable |$ComplexInteger| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |hasCaty| ...) is being compiled.
;; The variable |$domPvar| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |selectMms| was replaced by iteration.
;; Note: Tail-recursive call of |selectMms| was replaced by iteration.
;; Note: Tail-recursive call of |matchMmSigTar| was replaced by iteration.
;; Note: Tail-recursive call of |matchMmSigTar| was replaced by iteration.
;; Note: Tail-recursive call of |evalMmStack| was replaced by iteration.
;; Note: Tail-recursive call of |evalMmStack| was replaced by iteration.
;; Note: Tail-recursive call of |evalMmStackInner| was replaced by iteration.
;; Note: Tail-recursive call of |containsVars1| was replaced by iteration.
;; Note: Tail-recursive call of |containsVars1| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/i-funsel.o.
283 making /home/axiomgnu/new/int/interp/i-hist.clisp from /home/axiomgnu/new/src/interp/i-hist.boot.pamphlet

>282 making /home/axiomgnu/new/obj/linux/interp/i-hist.o from /home/axiomgnu/new/int/interp/i-hist.clisp

>
Compiling /home/axiomgnu/new/int/interp/i-hist.clisp.
; (DEFUN |initHist| ...) is being compiled.
;; The variable |$useInternalHistoryTable| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |initHistList| ...) is being compiled.
;; The variable |$HistListLen| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$HistList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$HistListAct| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$HistRecord| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |history| ...) is being compiled.
;; The variable |$options| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setHistoryCore| ...) is being compiled.
;; The variable |$internalHistoryTable| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |writeInputLines| ...) is being compiled.
;; The variable UNDERBAR is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |vec| is not used.
; (DEFUN |updateHist| ...) is being compiled.
;; The variable |$mkTestInputStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |restoreHistory| ...) is being compiled.
;; The variable |$oldHistoryFileName| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |writifyComplain| ...) is being compiled.
;; The variable |$writifyComplained| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |writify,writifyInner| ...) is being compiled.
;; The variable |$seen| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NullStream| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NonNullStream| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/i-hist.o.
286 making /home/axiomgnu/new/int/interp/i-intern.clisp from /home/axiomgnu/new/src/interp/i-intern.boot.pamphlet

>285 making /home/axiomgnu/new/obj/linux/interp/i-intern.o from /home/axiomgnu/new/int/interp/i-intern.clisp

>
Compiling /home/axiomgnu/new/int/interp/i-intern.clisp.
; (DEFUN |mkAtreeWithSrcPos| ...) is being compiled.
;; The variable |$useParserSrcPos| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |transferSrcPosInfo| ...) is being compiled.
;; The variable |$transferParserSrcPos| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkAtree1| ...) is being compiled.
;; The variable |$immediateDataSymbol| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |transferPropsToNode,transfer| ...) is being compiled.
;; The variable |$localVars| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |atree2Tree1| ...) is being compiled.
;; The variable |$OutputForm| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$mapName| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |get1| ...) is being compiled.
;; The variable |$CapsuleModemapFrame| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |get2| ...) is being compiled.
;; Warning: The variable |e| is not used.
; (DEFUN |objEnv| ...) is being compiled.
;; Warning: The variable |obj| is not used.
End of Pass 1.  

;; Note: Tail-recursive call of |getAtree| was replaced by iteration.
;; Note: Tail-recursive call of |getMode| was replaced by iteration.
;; Note: Tail-recursive call of |putMode| was replaced by iteration.
;; Note: Tail-recursive call of |getValue| was replaced by iteration.
;; Note: Tail-recursive call of |putValue| was replaced by iteration.
;; Note: Tail-recursive call of |getUnnameIfCan| was replaced by iteration.
;; Note: Tail-recursive call of |getUnname| was replaced by iteration.
;; Note: Tail-recursive call of |putModeSet| was replaced by iteration.
;; Note: Tail-recursive call of |getModeOrFirstModeSetIfThere| was replaced by iteration.
;; Note: Tail-recursive call of |getModeSet| was replaced by iteration.
;; Note: Tail-recursive call of |getModeSet| was replaced by iteration.
;; Note: Tail-recursive call of |getModeSetUseSubdomain| was replaced by iteration.
;; Note: Tail-recursive call of |getModeSetUseSubdomain| was replaced by iteration.
;; Note: Tail-recursive call of |put| was replaced by iteration.
;; Note: Tail-recursive call of |putIntSymTab| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/i-intern.o.
289 making /home/axiomgnu/new/int/interp/i-map.clisp from /home/axiomgnu/new/src/interp/i-map.boot.pamphlet

>288 making /home/axiomgnu/new/obj/linux/interp/i-map.o from /home/axiomgnu/new/int/interp/i-map.clisp

>
Compiling /home/axiomgnu/new/int/interp/i-map.clisp.
; (DEFUN |makeInternalMapName| ...) is being compiled.
;; The variable |$interpreterFrameRing| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$specialMapNameSuffix| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |addDefMap| ...) is being compiled.
;; The variable |$mapName| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |addMap| ...) is being compiled.
;; Warning: The variable |x| is not used.
; (DEFUN |sayDroppingFunctions| ...) is being compiled.
;; The variable |$displayDroppedMap| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkFormalArg| ...) is being compiled.
;; The variable |$sl| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |clearDependencies| ...) is being compiled.
;; Warning: The variable |clearLocalModemapsIfTrue| is not used.
; (DEFUN |displayRule| ...) is being compiled.
;; Warning: The variable |op| is not used.
; (DEFUN |outputFormat| ...) is being compiled.
;; The variable |$OutputForm| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |analyzeMap| ...) is being compiled.
;; The variable |$analyzingMapList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |analyzeMap0| ...) is being compiled.
;; The variable |$mapList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compFailure| ...) is being compiled.
;; The variable |$useCoerceOrCroak| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$reportInterpOnly| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |rewriteMap| ...) is being compiled.
;; The variable |$genValue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |interpMap| ...) is being compiled.
;; The variable |$timedNameStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |analyzeDeclaredMap| ...) is being compiled.
;; The variable |$mapTarget| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |genMapCode| ...) is being compiled.
;; The variable |$whereCacheList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$localVars| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compileCoerceMap| ...) is being compiled.
;; The variable |$minivectorNames| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$compilingInputFile| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$minivectorCode| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$minivector| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |analyzeNonRecursiveMap| ...) is being compiled.
;; The variable |$mapThrowCount| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkLocalVar| ...) is being compiled.
;; Warning: The variable |op| is not used.
; (DEFUN |isFreeVar| ...) is being compiled.
;; The variable |$freeVars| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkFreeVar| ...) is being compiled.
;; Warning: The variable |op| is not used.
End of Pass 1.  

;; Note: Tail-recursive call of |mkAliasList,fn| was replaced by iteration.
;; Note: Tail-recursive call of |mkAliasList,fn| was replaced by iteration.
;; Note: Tail-recursive call of |putDependencies,removeObsoleteDependencies| was replaced by iteration.
;; Note: Tail-recursive call of |clearDep1| was replaced by iteration.
;; Note: Tail-recursive call of |analyzeDeclaredMap| was replaced by iteration.
;; Note: Tail-recursive call of |expandRecursiveBody| was replaced by iteration.
;; Note: Tail-recursive call of |numArgs| was replaced by iteration.
;; Note: Tail-recursive call of |findLocalVars1| was replaced by iteration.
;; Note: Tail-recursive call of |findLocalVars1| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/i-map.o.
292 making /home/axiomgnu/new/int/interp/i-output.clisp from /home/axiomgnu/new/src/interp/i-output.boot.pamphlet

>291 making /home/axiomgnu/new/obj/linux/interp/i-output.o from /home/axiomgnu/new/int/interp/i-output.clisp

>
Compiling /home/axiomgnu/new/int/interp/i-output.clisp.
; (DEFUN |specialChar| ...) is being compiled.
;; The variable |$specialCharacterAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$specialCharacters| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |appChar| ...) is being compiled.
;; The variable |$highlightDelta| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mathprint| ...) is being compiled.
;; The variable |$saturn| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |outputTran| ...) is being compiled.
;; The variable |$DoubleFloat| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$fractionDisplayType| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |outputMapTran| ...) is being compiled.
;; The variable |$op| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkSuperSub| ...) is being compiled.
;; The variable |$linearFormatScripts| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |appSum| ...) is being compiled.
;; Warning: The variable |arg| is not used.
; (DEFUN |isRationalNumber| ...) is being compiled.
;; Warning: The variable |x| is not used.
; (DEFUN |widthSC| ...) is being compiled.
;; Warning: The variable |u| is not used.
; (DEFUN |maprin| ...) is being compiled.
;; The variable |$demoFlag| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |maprinChk| ...) is being compiled.
;; The variable |$MatrixList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$collectOutput| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |PushMatrix| ...) is being compiled.
;; The variable |$MatrixCount| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |overbarApp| ...) is being compiled.
;; The variable UNDERBAR is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |concatTrouble,fixUp| ...) is being compiled.
;; The variable |$addBlankIfTrue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formulaFormat| ...) is being compiled.
;; The variable |$OutputForm| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |texFormat| ...) is being compiled.
;; The variable |$texOutputStream| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |outputNumber| ...) is being compiled.
;; The variable |$outputLines| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |charyTop| ...) is being compiled.
;; The variable |$testOutputLineFlag| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$testOutputLineList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |charySemiColon| ...) is being compiled.
;; Warning: The variable |v| is not used.
; (DEFUN |charyMinus| ...) is being compiled.
;; Warning: The variable |u| is not used.
; (DEFUN |charyBinary| ...) is being compiled.
;; Warning: The variable |u| is not used.
; (DEFUN |charyEquatnum| ...) is being compiled.
;; Warning: The variable |v| is not used.
; (DEFUN |eq0| ...) is being compiled.
;; Warning: The variable |u| is not used.
; (DEFUN |nothingWidth| ...) is being compiled.
;; Warning: The variable |x| is not used.
; (DEFUN |nothingSuper| ...) is being compiled.
;; Warning: The variable |x| is not used.
; (DEFUN |nothingSub| ...) is being compiled.
;; Warning: The variable |x| is not used.
; (DEFUN |nothingApp| ...) is being compiled.
;; Warning: The variable |u| is not used.
;; Warning: The variable |x| is not used.
;; Warning: The variable |y| is not used.
; (DEFUN |remWidth| ...) is being compiled.
;; The variable |remWidth| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |transcomparg| ...) is being compiled.
;; The variable STANDARGLIST is undefined.
;; The compiler will assume this variable is a global.
;; The variable FRLIS* is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |maPrin| ...) is being compiled.
;; The variable |$runTestFlag| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$mkTestFlag| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$mkTestOutputStack| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of APP was replaced by iteration.
;; Note: Tail-recursive call of |appChar| was replaced by iteration.
;; Note: Tail-recursive call of |outputTran| was replaced by iteration.
;; Note: Tail-recursive call of |outputTran| was replaced by iteration.
;; Note: Tail-recursive call of |outputTran| was replaced by iteration.
;; Note: Tail-recursive call of |outputTran| was replaced by iteration.
;; Note: Tail-recursive call of |outputTran| was replaced by iteration.
;; Note: Tail-recursive call of |outputTran| was replaced by iteration.
;; Note: Tail-recursive call of |outputTran| was replaced by iteration.
;; Note: Tail-recursive call of |outputTran| was replaced by iteration.
;; Note: Tail-recursive call of |outputTran| was replaced by iteration.
;; Note: Tail-recursive call of |getBindingPowerOf| was replaced by iteration.
;; Note: Tail-recursive call of |largeMatrixAlist| was replaced by iteration.
;; Note: Tail-recursive call of |output| was replaced by iteration.
;; Note: Tail-recursive call of |charybdis| was replaced by iteration.
;; Note: Tail-recursive call of |charyTop| was replaced by iteration.
;; Note: Tail-recursive call of |charyTop| was replaced by iteration.
;; Note: Tail-recursive call of |charyTop| was replaced by iteration.
;; Note: Tail-recursive call of |agg| was replaced by iteration.
;; Note: Tail-recursive call of |subspan| was replaced by iteration.
;; Note: Tail-recursive call of |superspan| was replaced by iteration.
;; Note: Tail-recursive call of |appagg1| was replaced by iteration.
;; Note: Tail-recursive call of |appsum| was replaced by iteration.
;; Note: Tail-recursive call of |starstarcond| was replaced by iteration.
;; Note: Tail-recursive call of |matWList| was replaced by iteration.
;; Note: Tail-recursive call of |matSubList1| was replaced by iteration.
;; Note: Tail-recursive call of |matSuperList1| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/i-output.o.
295 making /home/axiomgnu/new/int/interp/i-resolv.clisp from /home/axiomgnu/new/src/interp/i-resolv.boot.pamphlet

>294 making /home/axiomgnu/new/obj/linux/interp/i-resolv.o from /home/axiomgnu/new/int/interp/i-resolv.clisp

>
Compiling /home/axiomgnu/new/int/interp/i-resolv.clisp.
; (DEFUN |resolveTypeListAny| ...) is being compiled.
;; The variable |$Any| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |acceptableTypesToResolve1| ...) is being compiled.
;; The variable |$DoubleFloat| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$QuotientField| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |resolveTTRed1| ...) is being compiled.
;; The variable |$Res| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |getConditionalCategoryOfType1| ...) is being compiled.
;; The variable |$TriangleVariableList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |resolveTM1| ...) is being compiled.
;; The variable |$Subst| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$Coerce| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |resolveTMTaggedUnion| ...) is being compiled.
;; Warning: The variable |t| is not used.
; (DEFUN |resolveTMSpecial| ...) is being compiled.
;; The variable |$AnonymousFunction| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |resolveTMEq2| ...) is being compiled.
;; Warning: The variable |cm| is not used.
; (DEFUN |resolveTMRed| ...) is being compiled.
;; The variable |$ResMode| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |constructM| ...) is being compiled.
;; The variable |$FunctionalExpression| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |resolveTTSpecial| was replaced by iteration.
;; Note: Tail-recursive call of |resolveTTSpecial| was replaced by iteration.
;; Note: Tail-recursive call of |resolveTTSpecial| was replaced by iteration.
;; Note: Tail-recursive call of |resolveTTSpecial| was replaced by iteration.
;; Note: Tail-recursive call of |resolveTTEq2| was replaced by iteration.
;; Note: Tail-recursive call of |resolveTTRed2| was replaced by iteration.
;; Note: Tail-recursive call of |getConditionalCategoryOfType1| was replaced by iteration.
;; Note: Tail-recursive call of |getConditionalCategoryOfType1| was replaced by iteration.
;; Note: Tail-recursive call of |matchUpToPatternVars| was replaced by iteration.
;; Note: Tail-recursive call of |bubbleType| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/i-resolv.o.
298 making /home/axiomgnu/new/int/interp/i-spec1.clisp from /home/axiomgnu/new/src/interp/i-spec1.boot.pamphlet

>297 making /home/axiomgnu/new/obj/linux/interp/i-spec1.o from /home/axiomgnu/new/int/interp/i-spec1.clisp

>
Compiling /home/axiomgnu/new/int/interp/i-spec1.clisp.
; (DEFUN |evalUntargetedADEF| ...) is being compiled.
;; The variable |$AnonymousFunction| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |types| is not used.
; (DEFUN |evalTargetedADEF| ...) is being compiled.
;; The variable |$anonymousMapCounter| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkInterpTargetedADEF| ...) is being compiled.
;; The variable |$mapName| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compileADEFBody| ...) is being compiled.
;; The variable |$compiledOpNameList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$minivectorNames| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$compilingInputFile| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$minivectorCode| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$minivector| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$genValue| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$freeVariables| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$boundVariables| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |upAlgExtension| ...) is being compiled.
;; The variable |$printTypeIfTrue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |upTARGET| ...) is being compiled.
;; The variable |$localVars| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |upCOLLECT| ...) is being compiled.
;; The variable |$compilingLoop| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |upCOLLECT1| ...) is being compiled.
;; The variable |$interpOnly| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |falseFun| ...) is being compiled.
;; Warning: The variable |x| is not used.
; (DEFUN |interpIter| ...) is being compiled.
;; The variable |$indexVars| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$indexTypes| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |interpCOLLECTbodyIter| ...) is being compiled.
;; The variable |$collectTypeList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |collectOneStream| ...) is being compiled.
;; Warning: The variable |t| is not used.
; (DEFUN |collectSeveralStreams| ...) is being compiled.
;; Warning: The variable |t| is not used.
; (DEFUN |mkAndApplyZippedPredicates| ...) is being compiled.
;; The variable |$indexList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkIterZippedFun| ...) is being compiled.
;; The variable |$index| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |indexList| is not used.
; (DEFUN |replaceSymbols| ...) is being compiled.
;; The variable |$declaredMode| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |upNullList| ...) is being compiled.
;; Warning: The variable |l| is not used.
; (DEFUN |replaceSharps| ...) is being compiled.
;; The variable |$TriangleVariableList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |containsPolynomial| ...) is being compiled.
;; The variable |$univariateDomains| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$multivariateDomains| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |containsPolynomial| was replaced by iteration.
;; Note: Tail-recursive call of |containsVariables| was replaced by iteration.
;; Note: Tail-recursive call of |listOfDuplicates| was replaced by iteration.
;; Note: Tail-recursive call of |deleteAll| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/i-spec1.o.
301 making /home/axiomgnu/new/int/interp/i-spec2.clisp from /home/axiomgnu/new/src/interp/i-spec2.boot.pamphlet

>300 making /home/axiomgnu/new/obj/linux/interp/i-spec2.o from /home/axiomgnu/new/int/interp/i-spec2.clisp

>
Compiling /home/axiomgnu/new/int/interp/i-spec2.clisp.
; (DEFUN |upDollar| ...) is being compiled.
;; The variable |$genValue| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$localVars| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$immediateDataSymbol| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$OutputForm| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |uperror| ...) is being compiled.
;; The variable |$mapName| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |upfreeWithType| ...) is being compiled.
;; Warning: The variable |type| is not used.
; (DEFUN |uplocalWithType| ...) is being compiled.
;; Warning: The variable |type| is not used.
; (DEFUN |compileIF| ...) is being compiled.
;; The variable |$declaredMode| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |cond| is not used.
; (DEFUN |evalIF| ...) is being compiled.
;; The variable |$lastLineInSEQ| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |evalis| ...) is being compiled.
;; The variable |$opIsIs| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |evalIsPredicate| ...) is being compiled.
;; Warning: The variable |mode| is not used.
; (DEFUN |isPatMatch| ...) is being compiled.
;; The variable |$subs| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |upiterate| ...) is being compiled.
;; The variable |$repeatBodyLabel| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$iterateCount| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |upbreak| ...) is being compiled.
;; The variable |$repeatLabel| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$breakCount| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |getInterpMacroNames| ...) is being compiled.
;; The variable |$InterpreterMacroAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |isInterpMacro| ...) is being compiled.
;; The variable |$specialOps| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |upREPEAT| ...) is being compiled.
;; The variable |$compilingLoop| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |upREPEAT1| ...) is being compiled.
;; The variable |$interpOnly| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |upreturn| ...) is being compiled.
;; The variable |$mapTarget| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$mapThrowCount| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |upNullTuple| ...) is being compiled.
;; Warning: The variable |l| is not used.
End of Pass 1.  

;; Note: Tail-recursive call of |isPatMatch| was replaced by iteration.
;; Note: Tail-recursive call of |isPatMatch| was replaced by iteration.
;; Note: Tail-recursive call of |isPatMatch| was replaced by iteration.
;; Note: Tail-recursive call of |isPatMatch| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/i-spec2.o.
304 making /home/axiomgnu/new/int/interp/i-syscmd.clisp from /home/axiomgnu/new/src/interp/i-syscmd.boot.pamphlet

>303 making /home/axiomgnu/new/obj/linux/interp/i-syscmd.o from /home/axiomgnu/new/int/interp/i-syscmd.clisp

>
Compiling /home/axiomgnu/new/int/interp/i-syscmd.clisp.
; (DEFUN |initializeSystemCommands| ...) is being compiled.
;; The variable $SYSCOMMANDS is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |abbreviationsSpad2Cmd| ...) is being compiled.
;; The variable |$options| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |clearSpad2Cmd| ...) is being compiled.
;; The variable |$clearOptions| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |clearCmdCompletely| ...) is being compiled.
;; The variable |$localExposureData| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$localExposureDataDefault| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$xdatabase| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$CatOfCatDatabase| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$DomOfCatDatabase| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$JoinOfCatDatabase| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$JoinOfDomDatabase| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$attributeDb| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$functionTable| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$existingFiles| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |clearCmdAll| ...) is being compiled.
;; The variable |$frameRecord| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$previousBindings| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$variableNumberAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$useInternalHistoryTable| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$internalHistoryTable| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$frameMessages| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$interpreterFrameName| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |queryClients| ...) is being compiled.
;; The variable |$SessionManager| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$QueryClients| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |close| ...) is being compiled.
;; The variable |$saturn| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$SpadServer| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$CloseClient| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$currentFrameNum| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |args| is not used.
; (DEFUN |constructor| ...) is being compiled.
;; Warning: The variable |args| is not used.
; (DEFUN |compiler| ...) is being compiled.
;; The variable /EDITFILE is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compileAsharpCmd1| ...) is being compiled.
;; The variable |$asharpCmdlineFlags| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$newConlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compileAsharpArchiveCmd| ...) is being compiled.
;; The variable $CURRENT-DIRECTORY is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |summary| ...) is being compiled.
;; Warning: The variable |l| is not used.
; (DEFUN |credits| ...) is being compiled.
;; The variable CREDITS is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |displaySpad2Cmd| ...) is being compiled.
;; The variable |$displayOptions| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |clearParserMacro| ...) is being compiled.
;; The variable |$pfMacros| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |interpFunctionDepAlists| ...) is being compiled.
;; The variable |$dependentAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$dependeeAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |fixObjectForPrinting| ...) is being compiled.
;; The variable |$msgdbPrims| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |displayType| ...) is being compiled.
;; Warning: The variable |omitVariableNameIfTrue| is not used.
; (DEFUN |frameNames| ...) is being compiled.
;; The variable |$interpreterFrameRing| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |emptyInterpreterFrame| ...) is being compiled.
;; The variable |$HistList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$HistListLen| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$HistListAct| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$HistRecord| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |newHelpSpad2Cmd| ...) is being compiled.
;; The variable |$useFullScreenHelp| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |loadSpad2Cmd| ...) is being compiled.
;; Warning: The variable |args| is not used.
; (DEFUN |quitSpad2Cmd| ...) is being compiled.
;; The variable |$quitCommandType| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |reportOpsFromUnitDirectly0| ...) is being compiled.
;; The variable |$useEditorForShowOutput| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |reportOpsFromUnitDirectly1| ...) is being compiled.
;; The variable |$listingDirectory| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |reportOpsFromUnitDirectly| ...) is being compiled.
;; The variable |$showOptions| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |synonymSpad2Cmd| ...) is being compiled.
;; The variable |$CommandSynonymAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |whatSpad2Cmd| ...) is being compiled.
;; The variable |$whatOptions| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |workfilesSpad2Cmd| ...) is being compiled.
;; The variable |$sourceFiles| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |zsystemdevelopment1| ...) is being compiled.
;; The variable /VERSION is undefined.
;; The compiler will assume this variable is a global.
;; The variable /WSNAME is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |processSynonyms| ...) is being compiled.
;; The variable CHR is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |tabsToBlanks| ...) is being compiled.
;; The variable |$charTab| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$charBlank| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |npboot| ...) is being compiled.
;; The variable |$ans| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |npsynonym| ...) is being compiled.
;; Warning: The variable |unab| is not used.
; (DEFUN |tokenSystemCommand| ...) is being compiled.
;; Warning: The variable |unabr| is not used.
; (DEFUN |handleParsedSystemCommands| ...) is being compiled.
;; Warning: The variable |unabr| is not used.
; (DEFUN |parseFromString| ...) is being compiled.
;; The variable |$useNewParser| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |importFromFrame| was replaced by iteration.
;; Note: Tail-recursive call of |processSynonyms| was replaced by iteration.
;; Note: Tail-recursive call of |tabsToBlanks| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/i-syscmd.o.
307 making /home/axiomgnu/new/int/interp/i-toplev.clisp from /home/axiomgnu/new/src/interp/i-toplev.boot.pamphlet

>306 making /home/axiomgnu/new/obj/linux/interp/i-toplev.o from /home/axiomgnu/new/int/interp/i-toplev.clisp

>
Compiling /home/axiomgnu/new/int/interp/i-toplev.clisp.
; (DEFUN |runspad| ...) is being compiled.
;; The variable |$quitTag| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |start| ...) is being compiled.
;; The variable |$displayStartMsgs| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$interpreterTimedNames| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$interpreterTimedClasses| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$ruleSetsInitialized| is undefined.
;; The compiler will assume this variable is a global.
;; The variable $SPADROOT is undefined.
;; The compiler will assume this variable is a global.
;; The variable $CURRENT-DIRECTORY is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$superHash| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |readSpadProfileIfThere| ...) is being compiled.
;; The variable /EDITFILE is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |processInteractive| ...) is being compiled.
;; The variable |$defaultFortVar| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$ProcessInteractiveValue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |recordAndPrint| ...) is being compiled.
;; The variable |$printAnyIfTrue| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$printVoidIfTrue| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$collectOutput| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$QuietCommand| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$printTimeIfTrue| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$printTypeIfTrue| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$printStorageIfTrue| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$printStatisticsSummaryIfTrue| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$HTCompanionWindowID| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$mkTestFlag| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$runTestFlag| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$mkTestOutputType| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |printTypeAndTime| ...) is being compiled.
;; The variable |$saturn| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |printTypeAndTimeNormal| ...) is being compiled.
;; The variable |$outputLines| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |printTypeAndTimeSaturn| ...) is being compiled.
;; Warning: The variable |x| is not used.
; (DEFUN |printAsTeX| ...) is being compiled.
;; The variable |$texOutputStream| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |interpretTopLevel| ...) is being compiled.
;; The variable |$timedNameStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |interpret1| ...) is being compiled.
;; The variable |$eval| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$genValue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |interpret2| ...) is being compiled.
;; Warning: The variable |posnForm| is not used.
End of Pass 1.  

;; Note: Tail-recursive call of |interpretTopLevel| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/i-toplev.o.
310 making /home/axiomgnu/new/int/interp/i-util.clisp from /home/axiomgnu/new/src/interp/i-util.boot.pamphlet

>309 making /home/axiomgnu/new/obj/linux/interp/i-util.o from /home/axiomgnu/new/int/interp/i-util.clisp

>
Compiling /home/axiomgnu/new/int/interp/i-util.clisp.
; (DEFUN MKPROMPT ...) is being compiled.
;; The variable |$interpreterFrameName| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |Zeros| ...) is being compiled.
;; The variable |$ZeroVecCache| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |variableNumber| ...) is being compiled.
;; The variable |$variableNumberAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |newType?| ...) is being compiled.
;; Warning: The variable |t| is not used.
; (DEFUN |Undef| ...) is being compiled.
;; The variable |Undef| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |addModemap| ...) is being compiled.
;; The variable |$CapsuleModemapFrame| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |orderUnionEntries| ...) is being compiled.
;; The variable |$newCompilerUnionFlag| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |orderUnionEntries,split| was replaced by iteration.
;; Note: Tail-recursive call of |orderUnionEntries,split| was replaced by iteration.
;; Note: Tail-recursive call of |mkPredList,fn| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/i-util.o.
490 making /home/axiomgnu/new/int/interp/incl.clisp from /home/axiomgnu/new/src/interp/incl.boot.pamphlet

>/home/axiomgnu/new/int/interp/incl.clisp PRODUCED
489 making /home/axiomgnu/new/obj/linux/interp/incl.o from /home/axiomgnu/new/int/interp/incl.clisp

>
Compiling /home/axiomgnu/new/int/interp/incl.clisp.
; (DEFUN |incStringStream| ...) is being compiled.
;; The variable |Top| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |incClassify| ...) is being compiled.
;; The variable |incCommands| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |incLude1| ...) is being compiled.
;; The variable |StreamNil| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |fn| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |IfSkipToEnd| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |IfKeepPart| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |IfSkipPart| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |ElseifKeepPart| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |ElseifSkipPart| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |ElseifSkipToEnd| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |ElseKeepPart| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |ElseSkipToEnd| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |inclHandleBug| ...) is being compiled.
;; Warning: The variable |pos| is not used.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/incl.o.
550 making /home/axiomgnu/new/int/interp/int-top.clisp from /home/axiomgnu/new/src/interp/int-top.boot.pamphlet

>/home/axiomgnu/new/int/interp/int-top.clisp PRODUCED
549 making /home/axiomgnu/new/obj/linux/interp/int-top.o from /home/axiomgnu/new/int/interp/int-top.clisp

>
Compiling /home/axiomgnu/new/int/interp/int-top.clisp.
; (DEFUN |intloopSpadProcess| ...) is being compiled.
;; The variable TAGVAR is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |phIntReportMsgs| ...) is being compiled.
;; Warning: The variable |interactive?| is not used.
; (DEFUN |incString| ...) is being compiled.
;; The variable |Top| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |intloopReadConsole| was replaced by iteration.
;; Note: Tail-recursive call of |intloopReadConsole| was replaced by iteration.
;; Note: Tail-recursive call of |intloopReadConsole| was replaced by iteration.
;; Note: Tail-recursive call of |intloopReadConsole| was replaced by iteration.
;; Note: Tail-recursive call of |intloopReadConsole| was replaced by iteration.
;; Note: Tail-recursive call of |intloopProcess| was replaced by iteration.
;; Note: Tail-recursive call of |intloopProcess| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/int-top.o.
538 making /home/axiomgnu/new/int/interp/intfile.clisp from /home/axiomgnu/new/src/interp/intfile.boot.pamphlet

>/home/axiomgnu/new/int/interp/intfile.clisp PRODUCED
537 making /home/axiomgnu/new/obj/linux/interp/intfile.o from /home/axiomgnu/new/int/interp/intfile.clisp

>
Compiling /home/axiomgnu/new/int/interp/intfile.clisp.
End of Pass 1.  

;; Note: Tail-recursive call of |shoeIntern| was replaced by iteration.
;; Note: Tail-recursive call of |shoeIntern| was replaced by iteration.
;; Note: Tail-recursive call of |shoeIntern| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/intfile.o.
321 making /home/axiomgnu/new/int/interp/lisplib.clisp from /home/axiomgnu/new/src/interp/lisplib.boot.pamphlet

>320 making /home/axiomgnu/new/obj/linux/interp/lisplib.o from /home/axiomgnu/new/int/interp/lisplib.clisp

>
Compiling /home/axiomgnu/new/int/interp/lisplib.clisp.
; (DEFUN |hasFilePropertyNoCache| ...) is being compiled.
;; Warning: The variable |abbrev| is not used.
; (DEFUN |loadLibNoUpdate| ...) is being compiled.
;; Warning: The variable |libName| is not used.
; (DEFUN |autoLoad| ...) is being compiled.
;; Warning: The variable |abb| is not used.
; (DEFUN |compileConstructorLib| ...) is being compiled.
;; The variable /FN is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compConLib1| ...) is being compiled.
;; The variable /EDITFILE is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$listingDirectory| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compDefineLisplib| ...) is being compiled.
;; The variable |$compileDocumentation| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$libraryDirectory| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$newConlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |initializeLisplib| ...) is being compiled.
;; The variable ERRORS is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibAbbreviation| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibAncestors| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibOpAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibSuperDomain| is undefined.
;; The compiler will assume this variable is a global.
;; The variable /MAJOR-VERSION is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |finalizeLisplib| ...) is being compiled.
;; The variable |$lisplibCategory| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibAttributes| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibPredicates| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibParents| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibSlot1| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$profileCompiler| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |transformOperationAlist| ...) is being compiled.
;; The variable |$functionLocations| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |getSlotFromDomain| ...) is being compiled.
;; The variable |Undef| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |loadLibIfNecessary| was replaced by iteration.
;; Note: Tail-recursive call of |loadFunctor| was replaced by iteration.
;; Note: Tail-recursive call of |mkEvalableCategoryForm| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/lisplib.o.
502 making /home/axiomgnu/new/int/interp/macex.clisp from /home/axiomgnu/new/src/interp/macex.boot.pamphlet

>/home/axiomgnu/new/int/interp/macex.clisp PRODUCED
501 making /home/axiomgnu/new/obj/linux/interp/macex.o from /home/axiomgnu/new/int/interp/macex.clisp

>
Compiling /home/axiomgnu/new/int/interp/macex.clisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/macex.o.
324 making /home/axiomgnu/new/int/interp/match.clisp from /home/axiomgnu/new/src/interp/match.boot.pamphlet

>323 making /home/axiomgnu/new/obj/linux/interp/match.o from /home/axiomgnu/new/int/interp/match.clisp

>
Compiling /home/axiomgnu/new/int/interp/match.clisp.
; (DEFUN |patternCheck,subWild| ...) is being compiled.
;; The variable |$oldWild| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$wildCard| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |patternCheck,mknew| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/match.o.
72 making /home/axiomgnu/new/int/interp/monitor.lisp from /home/axiomgnu/new/src/interp/monitor.lisp.pamphlet
71 making /home/axiomgnu/new/obj/linux/interp/monitor.o from /home/axiomgnu/new/int/interp/monitor.lisp

>
Compiling /home/axiomgnu/new/int/interp/monitor.lisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/monitor.o.
520 making /home/axiomgnu/new/int/interp/msg.clisp from /home/axiomgnu/new/src/interp/msg.boot.pamphlet

>/home/axiomgnu/new/int/interp/msg.clisp PRODUCED
519 making /home/axiomgnu/new/obj/linux/interp/msg.o from /home/axiomgnu/new/int/interp/msg.clisp

>
Compiling /home/axiomgnu/new/int/interp/msg.clisp.
; (DEFUN |putDatabaseStuff| ...) is being compiled.
;; The variable |aL| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |posPointers| ...) is being compiled.
;; The variable |getMsgFTTag| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |desiredMsg| ...) is being compiled.
;; The variable TRUE is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setMsgCatlessAttr| ...) is being compiled.
;; The variable |catless| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/msg.o.
331 making /home/axiomgnu/new/int/interp/msgdb.clisp from /home/axiomgnu/new/src/interp/msgdb.boot.pamphlet

>330 making /home/axiomgnu/new/obj/linux/interp/msgdb.o from /home/axiomgnu/new/int/interp/msgdb.clisp

>
Compiling /home/axiomgnu/new/int/interp/msgdb.clisp.
; (DEFUN |substituteSegmentedMsg| ...) is being compiled.
;; The variable |$texFormatting| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |noBlankBeforeP| ...) is being compiled.
;; The variable |$msgdbNoBlanksBeforeGroup| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$msgdbListPrims| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |noBlankAfterP| ...) is being compiled.
;; The variable |$msgdbNoBlanksAfterGroup| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |throwPatternMsg| ...) is being compiled.
;; The variable |$testingSystem| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$testingErrorPrefix| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |sayKeyedMsgLocal| ...) is being compiled.
;; The variable |$displayMsgNumber| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$printMsgsToFile| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |throwKeyedMsg| ...) is being compiled.
;; The variable |$saturn| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |saturnThrowKeyedMsg| ...) is being compiled.
;; The variable |$texOutputStream| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |pushSatOutput| ...) is being compiled.
;; The variable |$saturnMode| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |returnStLFromKey| ...) is being compiled.
;; The variable |$msgDatabaseName| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |keyedMsgCompFailure| ...) is being compiled.
;; The variable |$useCoerceOrCroak| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$Coerce| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$reportInterpOnly| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |throwKeyedMsgCannotCoerceWithValue| ...) is being compiled.
;; The variable |$OutputForm| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |spadStartUpMsgs| ...) is being compiled.
;; The variable |$opSysName| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$msgAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |version| ...) is being compiled.
;; The variable *YEARWEEK* is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |brightPrint0| ...) is being compiled.
;; The variable $MARG is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |escapeSpecialChars| ...) is being compiled.
;; The variable |$htCharAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$htSpecialChars| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |say2Split| was replaced by iteration.
;; Note: Tail-recursive call of |say2Split| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/msgdb.o.
544 making /home/axiomgnu/new/int/interp/nci.lisp from /home/axiomgnu/new/src/interp/nci.lisp.pamphlet
543 making /home/axiomgnu/new/obj/linux/interp/nci.o from /home/axiomgnu/new/int/interp/nci.lisp

>
Compiling /home/axiomgnu/new/int/interp/nci.lisp.
; (DEFUN |clearMacroTable| ...) is being compiled.
;; The variable |$pfMacros| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nci.o.
334 making /home/axiomgnu/new/int/interp/newfort.clisp from /home/axiomgnu/new/src/interp/newfort.boot.pamphlet

>333 making /home/axiomgnu/new/obj/linux/interp/newfort.o from /home/axiomgnu/new/int/interp/newfort.clisp

>
Compiling /home/axiomgnu/new/int/interp/newfort.clisp.
; (DEFUN |newFortranTempVar| ...) is being compiled.
;; The variable |$exp2FortTempVarIndex| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$defaultFortranType| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |exp2FortOptimize| ...) is being compiled.
;; The variable |$fortranOptimizationLevel| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |beenHere| ...) is being compiled.
;; The variable |$fortCsList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |exp2FortOptimizeCS1,pushCsStacks| ...) is being compiled.
;; The variable |$fortCsExprStack| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$fortCsFuncStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |exp2FortOptimizeCS1,popCsStacks| ...) is being compiled.
;; Warning: The variable |x| is not used.
; (DEFUN |exp2FortOptimizeCS1| ...) is being compiled.
;; The variable |$fortCsHash| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |exp2FortOptimizeArray| ...) is being compiled.
;; The variable |$fortName| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$exprStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |fortran2Lines1| ...) is being compiled.
;; The variable |$fortIndent| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$fortLength| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |fortError1| ...) is being compiled.
;; The variable |$fortError| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |exp2FortSpecial| ...) is being compiled.
;; The variable |$fortranArrayStartingIndex| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |fortranifyIntrinsicFunctionName| ...) is being compiled.
;; The variable |$useIntrinsicFunctions| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$intrinsics| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$fortranPrecision| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |indentFortLevel| ...) is being compiled.
;; The variable |$maximumFortranExpressionLength| is undefined.
;; The compiler will assume this variable is a global.
; (DEFMACRO |changeExprLength| ...) is being compiled.
;; Warning: The variable #:G3845 is not used.
; (DEFMACRO |nameLen| ...) is being compiled.
;; Warning: The variable #:G4015 is not used.
; (DEFUN |currentSP| ...) is being compiled.
;; The variable |$currentSubprogram| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |fortPre1| ...) is being compiled.
;; The variable |$fortInts2Floats| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |segment| ...) is being compiled.
;; The variable |$fortranSegment| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |exp2Fort2| was replaced by iteration.
;; Note: Tail-recursive call of |fortPre1| was replaced by iteration.
;; Note: Tail-recursive call of |fortPre1| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/newfort.o.
78 making /home/axiomgnu/new/obj/linux/interp/nlib.o from /home/axiomgnu/new/int/interp/nlib.lisp

>
Compiling /home/axiomgnu/new/int/interp/nlib.lisp.
; (DEFUN RSETCLASS ...) is being compiled.
;; Warning: The variable KEY is not used.
;; Warning: The variable INT is not used.
;; Warning: The variable RSTREAM is not used.
; (DEFUN GET-DIRECTORY-LIST ...) is being compiled.
;; The variable $CURRENT-DIRECTORY is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN LIBRARY-FILE ...) is being compiled.
;; Warning: The variable FILENAME is not used.
; (DEFUN $FCOPY ...) is being compiled.
;; Warning: The variable APPEND-FLAG is not used.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nlib.o.
341 making /home/axiomgnu/new/int/interp/nrunfast.clisp from /home/axiomgnu/new/src/interp/nrunfast.boot.pamphlet

>340 making /home/axiomgnu/new/obj/linux/interp/nrunfast.o from /home/axiomgnu/new/int/interp/nrunfast.clisp

>
Compiling /home/axiomgnu/new/int/interp/nrunfast.clisp.
; (DEFUN |initNewWorld| ...) is being compiled.
;; The variable |$NRTflag| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTvec| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTmakeCompactDirect| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTquick| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTmakeShortDirect| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$newWorld| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$monitorNewWorld| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTmonitorIfTrue| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$doNotCompressHashTableIfTrue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |replaceGoGetSlot| ...) is being compiled.
;; The variable |$returnNowhereFromGoGet| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |newLookupInTable| ...) is being compiled.
;; The variable |$lookupDefaults| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |newLookupInCategories| ...) is being compiled.
;; The variable |$Slot1DataBase| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |getNewDefaultPackage| ...) is being compiled.
;; The variable |packageVec| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |catVec| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |dom| is not used.
;; Warning: The variable |dollar| is not used.
; (DEFUN |lazyMatchArg2| ...) is being compiled.
;; The variable |$isDefaultingPackage| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |newExpandGoGetTypeSlot| ...) is being compiled.
;; Warning: The variable |dollar| is not used.
End of Pass 1.  

;; Note: Tail-recursive call of |nrunNumArgCheck| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nrunfast.o.
344 making /home/axiomgnu/new/int/interp/nrungo.clisp from /home/axiomgnu/new/src/interp/nrungo.boot.pamphlet

>343 making /home/axiomgnu/new/obj/linux/interp/nrungo.o from /home/axiomgnu/new/int/interp/nrungo.clisp

>
Compiling /home/axiomgnu/new/int/interp/nrungo.clisp.
; (DEFUN |lookupInTable| ...) is being compiled.
;; The variable |$predVector| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |lookupInCategories| ...) is being compiled.
;; The variable |$Slot1DataBase| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |NRTcompileEvalForm| ...) is being compiled.
;; The variable |$insideCompileBodyIfTrue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |NRTgetMinivectorIndex| ...) is being compiled.
;; The variable |$minivector| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$compilingInputFile| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$minivectorCode| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkDiffAssoc| ...) is being compiled.
;; The variable |$TriangleVariableList| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |compareSigEqual| was replaced by iteration.
;; Note: Tail-recursive call of |compareSigEqual| was replaced by iteration.
;; Note: Tail-recursive call of |compareSigEqual| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nrungo.o.
350 making /home/axiomgnu/new/int/interp/nrunopt.clisp from /home/axiomgnu/new/src/interp/nrunopt.boot.pamphlet

>349 making /home/axiomgnu/new/obj/linux/interp/nrunopt.o from /home/axiomgnu/new/int/interp/nrunopt.clisp

>
Compiling /home/axiomgnu/new/int/interp/nrunopt.clisp.
; (DEFUN |getInfovecCode| ...) is being compiled.
;; The variable |$template| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTslot1Info| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lookupFunction| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |makeDomainTemplate| ...) is being compiled.
;; The variable |$byteVec| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |makeGoGetSlot| ...) is being compiled.
;; The variable |$byteAddress| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |makeCompactDirect| ...) is being compiled.
;; The variable |$NRTslot1PredicateList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |makeCompactDirect1,fn| ...) is being compiled.
;; The variable |$isOpPackageName| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |makeCompactDirect1| ...) is being compiled.
;; The variable |$byteVecAcc| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |orderBySubsumption| ...) is being compiled.
;; The variable |$op| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |NRTgenInitialAttributeAlist| ...) is being compiled.
;; The variable |$lisplibAttributes| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$pairlis| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |NRTgenFinalAttributeAlist| ...) is being compiled.
;; The variable |$NRTattributeAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |makePredicateBitVector| ...) is being compiled.
;; The variable |$insideCategoryPackageIfTrue| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$categoryPredicateList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$predGensymAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibPredicates| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |augmentPredCode| ...) is being compiled.
;; The variable $ is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |NRTmakeCategoryAlist| ...) is being compiled.
;; The variable |$uncondAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$condAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |NRTcatCompare| ...) is being compiled.
;; The variable |$levelAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |depthAssoc| ...) is being compiled.
;; The variable |$depthAssocCache| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |getCodeVector| ...) is being compiled.
;; The variable |$infovec| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dcOpTable| ...) is being compiled.
;; Warning: The variable |i| is not used.
; (DEFUN |dcOpPrint| ...) is being compiled.
;; The variable |$predvec| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |extendsCategory| ...) is being compiled.
;; The variable |$why| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |templateVal| ...) is being compiled.
;; Warning: The variable |domform| is not used.
End of Pass 1.  

;; Note: Tail-recursive call of |predicateBitIndex,pn| was replaced by iteration.
;; Note: Tail-recursive call of |buildBitTable,fn| was replaced by iteration.
;; Note: Tail-recursive call of |buildPredVector,fn| was replaced by iteration.
;; Note: Tail-recursive call of |listOfCategoryEntries| was replaced by iteration.
;; Note: Tail-recursive call of |listOfCategoryEntriesIf| was replaced by iteration.
;; Note: Tail-recursive call of |listOfCategoryEntriesIf| was replaced by iteration.
;; Note: Tail-recursive call of |formatSlotDomain| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nrunopt.o.
347 making /home/axiomgnu/new/int/interp/nruntime.clisp from /home/axiomgnu/new/src/interp/nruntime.boot.pamphlet

>346 making /home/axiomgnu/new/obj/linux/interp/nruntime.o from /home/axiomgnu/new/int/interp/nruntime.clisp

>
Compiling /home/axiomgnu/new/int/interp/nruntime.clisp.
; (DEFUN |lookupDisplay| ...) is being compiled.
;; The variable |$NRTmonitorIfTrue| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nruntime.o.
553 making /home/axiomgnu/new/int/interp/osyscmd.clisp from /home/axiomgnu/new/src/interp/osyscmd.boot.pamphlet

>/home/axiomgnu/new/int/interp/osyscmd.clisp PRODUCED
552 making /home/axiomgnu/new/obj/linux/interp/osyscmd.o from /home/axiomgnu/new/int/interp/osyscmd.clisp

>
Compiling /home/axiomgnu/new/int/interp/osyscmd.clisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/osyscmd.o.
556 making /home/axiomgnu/new/int/interp/packtran.clisp from /home/axiomgnu/new/src/interp/packtran.boot.pamphlet

>/home/axiomgnu/new/int/interp/packtran.clisp PRODUCED
555 making /home/axiomgnu/new/obj/linux/interp/packtran.o from /home/axiomgnu/new/int/interp/packtran.clisp

>
Compiling /home/axiomgnu/new/int/interp/packtran.clisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/packtran.o.
365 making /home/axiomgnu/new/int/interp/pathname.clisp from /home/axiomgnu/new/src/interp/pathname.boot.pamphlet

>364 making /home/axiomgnu/new/obj/linux/interp/pathname.o from /home/axiomgnu/new/int/interp/pathname.clisp

>
Compiling /home/axiomgnu/new/int/interp/pathname.clisp.
; (DEFUN |makePathname| ...) is being compiled.
;; Warning: The variable |dir| is not used.
; (DEFUN |isSystemDirectory| ...) is being compiled.
;; The variable $SPADROOT is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |makeHistFileName| ...) is being compiled.
;; The variable |$historyFileType| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$historyDirectory| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |oldHistFileName| ...) is being compiled.
;; The variable |$oldHistoryFileName| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |histFileName| ...) is being compiled.
;; The variable |$interpreterFrameName| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |updateSourceFiles| ...) is being compiled.
;; The variable |$sourceFiles| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |getFunctionSourceFile1| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/pathname.o.
559 making /home/axiomgnu/new/int/interp/pf2sex.clisp from /home/axiomgnu/new/src/interp/pf2sex.boot.pamphlet

>/home/axiomgnu/new/int/interp/pf2sex.clisp PRODUCED
558 making /home/axiomgnu/new/obj/linux/interp/pf2sex.o from /home/axiomgnu/new/int/interp/pf2sex.clisp

>
Compiling /home/axiomgnu/new/int/interp/pf2sex.clisp.
End of Pass 1.  

;; Note: Tail-recursive call of |pf2Sex1| was replaced by iteration.
;; Note: Tail-recursive call of |pf2Sex1| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/pf2sex.o.
496 making /home/axiomgnu/new/int/interp/pile.clisp from /home/axiomgnu/new/src/interp/pile.boot.pamphlet

>/home/axiomgnu/new/int/interp/pile.clisp PRODUCED
495 making /home/axiomgnu/new/obj/linux/interp/pile.o from /home/axiomgnu/new/int/interp/pile.clisp

>
Compiling /home/axiomgnu/new/int/interp/pile.clisp.
End of Pass 1.  

;; Note: Tail-recursive call of |pileForests| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/pile.o.
526 making /home/axiomgnu/new/int/interp/posit.clisp from /home/axiomgnu/new/src/interp/posit.boot.pamphlet

>/home/axiomgnu/new/int/interp/posit.clisp PRODUCED
525 making /home/axiomgnu/new/obj/linux/interp/posit.o from /home/axiomgnu/new/int/interp/posit.clisp

>
Compiling /home/axiomgnu/new/int/interp/posit.clisp.
End of Pass 1.  

;; Note: Tail-recursive call of |pfSourceToken| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/posit.o.
106 making /home/axiomgnu/new/obj/linux/interp/property.lsp from /home/axiomgnu/new/int/interp/property.lisp
505 making /home/axiomgnu/new/int/interp/ptrees.clisp from /home/axiomgnu/new/src/interp/ptrees.boot.pamphlet

>/home/axiomgnu/new/int/interp/ptrees.clisp PRODUCED
504 making /home/axiomgnu/new/obj/linux/interp/ptrees.o from /home/axiomgnu/new/int/interp/ptrees.clisp

>
Compiling /home/axiomgnu/new/int/interp/ptrees.clisp.
; (DEFUN |pfCheckInfop| ...) is being compiled.
;; Warning: The variable |form| is not used.
; (DEFUN |pfHide| ...) is being compiled.
;; Warning: The variable |a| is not used.
; (DEFUN |pfParen| ...) is being compiled.
;; Warning: The variable |a| is not used.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/ptrees.o.
508 making /home/axiomgnu/new/int/interp/ptrop.clisp from /home/axiomgnu/new/src/interp/ptrop.boot.pamphlet

>/home/axiomgnu/new/int/interp/ptrop.clisp PRODUCED
507 making /home/axiomgnu/new/obj/linux/interp/ptrop.o from /home/axiomgnu/new/int/interp/ptrop.clisp

>
Compiling /home/axiomgnu/new/int/interp/ptrop.clisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/ptrop.o.
432 making /home/axiomgnu/new/int/interp/record.clisp from /home/axiomgnu/new/src/interp/record.boot.pamphlet

>431 making /home/axiomgnu/new/obj/linux/interp/record.o from /home/axiomgnu/new/int/interp/record.clisp

>
Compiling /home/axiomgnu/new/int/interp/record.clisp.
; (DEFUN |inputFile2RecordFile| ...) is being compiled.
;; The variable |$testStream| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |recordAndPrintTest| ...) is being compiled.
;; The variable |$mkTestOutputStack| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$mkTestInputStack| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/record.o.
373 making /home/axiomgnu/new/int/interp/rulesets.clisp from /home/axiomgnu/new/src/interp/rulesets.boot.pamphlet

>372 making /home/axiomgnu/new/obj/linux/interp/rulesets.o from /home/axiomgnu/new/int/interp/rulesets.clisp

>
Compiling /home/axiomgnu/new/int/interp/rulesets.clisp.
; (DEFUN |createResolveTTRules| ...) is being compiled.
;; The variable |$mpolyTTRules| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$Res| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$nameList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$abList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$generalTTRules| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |createResolveTMRules| ...) is being compiled.
;; The variable |$mpolyTMRules| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$ResMode| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$generalTMRules| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |createTypeEquivRules| ...) is being compiled.
;; The variable |$TypeEQ| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$TypeEqui| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |initializeRuleSets| ...) is being compiled.
;; The variable |$newResolveAbbreviations| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$ruleSetsInitialized| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/rulesets.o.
493 making /home/axiomgnu/new/int/interp/scan.clisp from /home/axiomgnu/new/src/interp/scan.boot.pamphlet

>/home/axiomgnu/new/int/interp/scan.clisp PRODUCED
492 making /home/axiomgnu/new/obj/linux/interp/scan.o from /home/axiomgnu/new/int/interp/scan.clisp

>
Compiling /home/axiomgnu/new/int/interp/scan.clisp.
; (DEFUN |scanIgnoreLine| ...) is being compiled.
;; The variable CLOSEPAREN is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |scanToken| ...) is being compiled.
;; The variable QUESTION is undefined.
;; The compiler will assume this variable is a global.
;; The variable SPACE is undefined.
;; The compiler will assume this variable is a global.
;; The variable STRINGCHAR is undefined.
;; The compiler will assume this variable is a global.
;; The variable ESCAPE is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |constoken| ...) is being compiled.
;; Warning: The variable |ln| is not used.
; (DEFUN |startsComment?| ...) is being compiled.
;; The variable PLUSCOMMENT is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |startsNegComment?| ...) is being compiled.
;; The variable MINUSCOMMENT is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |scanCloser?| ...) is being compiled.
;; The variable |scanCloser| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |scanNumber| ...) is being compiled.
;; The variable RADIXCHAR is undefined.
;; The compiler will assume this variable is a global.
;; The variable DOT is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |scanExponent| ...) is being compiled.
;; The variable EXPONENT1 is undefined.
;; The compiler will assume this variable is a global.
;; The variable EXPONENT2 is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |keyword| ...) is being compiled.
;; The variable |scanKeyTable| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |subMatch| ...) is being compiled.
;; The variable |scanDict| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |scanKeyTableCons| ...) is being compiled.
;; The variable |scanKeyWords| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |punctuation?| ...) is being compiled.
;; The variable |scanPun| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/scan.o.
523 making /home/axiomgnu/new/int/interp/serror.clisp from /home/axiomgnu/new/src/interp/serror.boot.pamphlet

>/home/axiomgnu/new/int/interp/serror.clisp PRODUCED
522 making /home/axiomgnu/new/obj/linux/interp/serror.o from /home/axiomgnu/new/int/interp/serror.clisp

>
Compiling /home/axiomgnu/new/int/interp/serror.clisp.
End of Pass 1.  

;; Note: Tail-recursive call of |pfSourceStok| was replaced by iteration.
;; Note: Tail-recursive call of |npMoveTo| was replaced by iteration.
;; Note: Tail-recursive call of |npMoveTo| was replaced by iteration.
;; Note: Tail-recursive call of |npMoveTo| was replaced by iteration.
;; Note: Tail-recursive call of |npMoveTo| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/serror.o.
376 making /home/axiomgnu/new/int/interp/server.clisp from /home/axiomgnu/new/src/interp/server.boot.pamphlet

>375 making /home/axiomgnu/new/obj/linux/interp/server.o from /home/axiomgnu/new/int/interp/server.clisp

>
Compiling /home/axiomgnu/new/int/interp/server.clisp.
; (DEFUN |serverReadLine| ...) is being compiled.
;; The variable |$SpadServer| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$EndServerSession| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NeedToSignalSessionManager| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$SessionManager| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$EndOfOutput| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$CallInterp| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$CreateFrame| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$frameAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$frameNumber| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$currentFrameNum| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$SwitchFrames| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$EndSession| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$LispCommand| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$sockBufferLength| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$MenuServer| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$QuietSpadCommand| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$SpadCommand| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NonSmanSession| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$KillLispSystem| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |parseAndInterpret| ...) is being compiled.
;; The variable |$useNewParser| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |serverLoop| ...) is being compiled.
;; The variable |$Prompt| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/server.o.
380 making /home/axiomgnu/new/int/interp/setvars.clisp from /home/axiomgnu/new/src/interp/setvars.boot.pamphlet

>379 making /home/axiomgnu/new/obj/linux/interp/setvars.o from /home/axiomgnu/new/int/interp/setvars.clisp

>
Compiling /home/axiomgnu/new/int/interp/setvars.clisp.
; (DEFUN |resetWorkspaceVariables| ...) is being compiled.
;; The variable /EDITFILE is undefined.
;; The compiler will assume this variable is a global.
;; The variable /SOURCEFILES is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$sourceFiles| is undefined.
;; The compiler will assume this variable is a global.
;; The variable /SPACELIST is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$existingFiles| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$functionTable| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$echoLineStack| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$CommandSynonymAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$InitialCommandSynonymAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$UserAbbreviationsAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$msgAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$msgDatabase| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$msgDatabaseName| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$dependeeClosureAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$coerceIntByMapCounter| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$setOptions| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |set1| ...) is being compiled.
;; The variable |$displaySetValue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |countCache| ...) is being compiled.
;; The variable |$options| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setOutputFortran| ...) is being compiled.
;; The variable |$fortranOutputFile| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setOutputFormula| ...) is being compiled.
;; The variable |$formulaOutputFile| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setOutputTex| ...) is being compiled.
;; The variable |$texOutputStream| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$texOutputFile| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setExposeAddGroup| ...) is being compiled.
;; The variable |$globalExposureGroupAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$localExposureData| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$interpreterFrameName| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |x| is not used.
; (DEFUN |setExposeAddConstr| ...) is being compiled.
;; Warning: The variable |x| is not used.
; (DEFUN |setExposeDropGroup| ...) is being compiled.
;; Warning: The variable |x| is not used.
; (DEFUN |setExposeDropConstr| ...) is being compiled.
;; Warning: The variable |x| is not used.
; (DEFUN |setHistory| ...) is being compiled.
;; The variable |$useInternalHistoryTable| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setOutputCharacters| ...) is being compiled.
;; The variable |$specialCharacters| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$plainRTspecialCharacters| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$RTspecialCharacters| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$specialCharacterAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setOutputAlgebra| ...) is being compiled.
;; The variable |$algebraOutputFile| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setFortTmpDir| ...) is being compiled.
;; The variable |$fortranTmpDir| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setFortDir| ...) is being compiled.
;; The variable |$fortranDirectory| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setLinkerArgs| ...) is being compiled.
;; The variable |$fortranLibraries| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setNagHost| ...) is being compiled.
;; The variable |$nagHost| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setFortPers| ...) is being compiled.
;; The variable |$fortPersistence| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setAsharpArgs| ...) is being compiled.
;; The variable |$asharpCmdlineFlags| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setInputLibrary| ...) is being compiled.
;; The variable INPUT-LIBRARIES is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setOutputLibrary| ...) is being compiled.
;; Warning: The variable |fn| is not used.
;; Warning: The variable |arg| is not used.
End of Pass 1.  

;; Note: Tail-recursive call of |setExpose| was replaced by iteration.
;; Note: Tail-recursive call of |setExpose| was replaced by iteration.
;; Note: Tail-recursive call of |setExposeAdd| was replaced by iteration.
;; Note: Tail-recursive call of |setExposeDrop| was replaced by iteration.
;; Note: Tail-recursive call of |setHistory| was replaced by iteration.
;; Note: Tail-recursive call of |setOutputCharacters| was replaced by iteration.
;; Note: Tail-recursive call of |setOutputCharacters| was replaced by iteration.
;; Note: Tail-recursive call of |setInputLibrary| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/setvars.o.
547 making /home/axiomgnu/new/int/interp/sfsfun-l.lisp from /home/axiomgnu/new/src/interp/sfsfun-l.lisp.pamphlet
546 making /home/axiomgnu/new/obj/linux/interp/sfsfun-l.o from /home/axiomgnu/new/int/interp/sfsfun-l.lisp

>
Compiling /home/axiomgnu/new/int/interp/sfsfun-l.lisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/sfsfun-l.o.
562 making /home/axiomgnu/new/int/interp/sfsfun.clisp from /home/axiomgnu/new/src/interp/sfsfun.boot.pamphlet
ignoring undefined chunk name: << definition to be supplied>>

>/home/axiomgnu/new/int/interp/sfsfun.clisp PRODUCED
561 making /home/axiomgnu/new/obj/linux/interp/sfsfun.o from /home/axiomgnu/new/int/interp/sfsfun.clisp

>
Compiling /home/axiomgnu/new/int/interp/sfsfun.clisp.
; (DEFUN |logH| ...) is being compiled.
;; Warning: The variable |z| is not used.
; (DEFUN |BesselIBackRecur| ...) is being compiled.
;; Warning: The variable |largev| is not used.
End of Pass 1.  

;; Note: Tail-recursive call of |BesselI| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/sfsfun.o.
386 making /home/axiomgnu/new/int/interp/simpbool.clisp from /home/axiomgnu/new/src/interp/simpbool.boot.pamphlet

>385 making /home/axiomgnu/new/obj/linux/interp/simpbool.o from /home/axiomgnu/new/int/interp/simpbool.clisp

>
Compiling /home/axiomgnu/new/int/interp/simpbool.clisp.
End of Pass 1.  

;; Note: Tail-recursive call of |list1| was replaced by iteration.
;; Note: Tail-recursive call of |list2| was replaced by iteration.
;; Note: Tail-recursive call of |list3| was replaced by iteration.
;; Note: Tail-recursive call of |ordIntersection| was replaced by iteration.
;; Note: Tail-recursive call of |ordSetDiff| was replaced by iteration.
;; Note: Tail-recursive call of |ordSetDiff| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/simpbool.o.
390 making /home/axiomgnu/new/int/interp/slam.clisp from /home/axiomgnu/new/src/interp/slam.boot.pamphlet

>389 making /home/axiomgnu/new/obj/linux/interp/slam.o from /home/axiomgnu/new/int/interp/slam.clisp

>
Compiling /home/axiomgnu/new/int/interp/slam.clisp.
; (DEFUN |reportFunctionCompilation| ...) is being compiled.
;; The variable |$compiledOpNameList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$minivectorNames| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$compilingInputFile| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$minivectorCode| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$minivector| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$compileRecurrence| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkCircularAlist| ...) is being compiled.
;; The variable |$failed| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compileRecurrenceRelation| ...) is being compiled.
;; The variable |$TriangleVariableList| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |junk| is not used.
; (DEFUN |clearAllSlams,fn| ...) is being compiled.
;; The variable |$functorDependencyAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFMACRO |clearSlam| ...) is being compiled.
;; Warning: The variable #:G3610 is not used.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/slam.o.
113 making /home/axiomgnu/new/int/interp/sockio.lisp from /home/axiomgnu/new/src/interp/sockio.lisp.pamphlet
112 making /home/axiomgnu/new/obj/linux/interp/sockio.o from /home/axiomgnu/new/int/interp/sockio.lisp

>
Compiling /home/axiomgnu/new/int/interp/sockio.lisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/sockio.o.
115 making /home/axiomgnu/new/obj/linux/interp/spad.o from /home/axiomgnu/new/int/interp/spad.lisp

>
Compiling /home/axiomgnu/new/int/interp/spad.lisp.
; (DEFUN /TRANSMETA ...) is being compiled.
;; The variable /SOURCEFILES is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |traceComp| ...) is being compiled.
;; The variable $X is undefined.
;; The compiler will assume this variable is a global.
;; The variable $M is undefined.
;; The compiler will assume this variable is a global.
;; The variable $F is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN SPAD-MDTR-2 ...) is being compiled.
;; The variable $DOMVAR is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN READLISP ...) is being compiled.
;; Warning: The variable V is not used.
; (DEFUN TERSYSCOMMAND ...) is being compiled.
;; The variable CHR is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN /READ ...) is being compiled.
;; The variable /EDITFILE is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN /FLAG ...) is being compiled.
;; Warning: The variable X is not used.
;; The variable X is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN S-PROCESS ...) is being compiled.
;; The variable $TRACEFLAG is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$Translation| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |New,ENTRY1| ...) is being compiled.
;; Warning: The variable SPADERRORSTREAM is not used.
; (DEFUN |New,ENTRY,1| ...) is being compiled.
;; The variable SYNTAX_ERROR is undefined.
;; The compiler will assume this variable is a global.
;; The variable COLUMN is undefined.
;; The compiler will assume this variable is a global.
;; The variable SINGLINEMODE is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable STACKX is not used.
;; Warning: The variable STACK is not used.
;; Warning: The variable BACK is not used.
;; Warning: The variable CHR is not used.
;; Warning: The variable NBLNK is not used.
;; Warning: The variable ISID is not used.
;; Warning: The variable OK is not used.
;; Warning: The variable SINGLELINEMODE is not used.
;; Warning: The variable ZZ is not used.
; (DEFUN |New,ENTRY,2| ...) is being compiled.
;; The variable $PREVIOUSTIME is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable RULE is not used.
;; Warning: The variable FN is not used.
; (DEFUN NEW-LEXPR1 ...) is being compiled.
;; The variable STACK is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN PARSERSTATE ...) is being compiled.
;; The variable NBLNK is undefined.
;; The compiler will assume this variable is a global.
;; The variable ISID is undefined.
;; The compiler will assume this variable is a global.
;; The variable STACKX is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |boot2Lisp| ...) is being compiled.
;; The variable S-SPADKEY is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable CHR is not used.
;; Warning: The variable SPADERRORSTREAM is not used.
;; Warning: The variable COLUMN is not used.
;; Warning: The variable COMMENTCHR is not used.
;; Warning: The variable *PROMPT* is not used.
; (DEFUN /FOOBAR ...) is being compiled.
;; The variable $LASTCXARG is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable $XCOUNT is not used.
; (DEFUN FOOBAR ...) is being compiled.
;; Warning: The variable X is not used.
; (DEFUN |/tb| ...) is being compiled.
;; Warning: The variable $PRETTYPRINT is not used.
; (DEFUN |boot2LispError| ...) is being compiled.
;; The variable OK is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of ISLOCALOP-1 was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/spad.o.
118 making /home/axiomgnu/new/obj/linux/interp/spaderror.o from /home/axiomgnu/new/int/interp/spaderror.lisp

>
Compiling /home/axiomgnu/new/int/interp/spaderror.lisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/spaderror.o.
393 making /home/axiomgnu/new/int/interp/template.clisp from /home/axiomgnu/new/src/interp/template.boot.pamphlet

>392 making /home/axiomgnu/new/obj/linux/interp/template.o from /home/axiomgnu/new/int/interp/template.clisp

>
Compiling /home/axiomgnu/new/int/interp/template.clisp.
; (DEFUN |putPredHash| ...) is being compiled.
;; The variable |$predHash| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$predVectorFrontier| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$predVector| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkSigPredVectors| ...) is being compiled.
;; The variable |$consDB| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |NRTdescendCodeTran| ...) is being compiled.
;; The variable |$template| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |measure| ...) is being compiled.
;; The variable |SparseUnivariatePolynomial;| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |SparseUnivariatePolynomial;opDirect| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |SparseUnivariatePolynomial;template| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |measureCommon,fn| ...) is being compiled.
;; The variable HASH is undefined.
;; The compiler will assume this variable is a global.
;; The variable TABLE is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$table| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/template.o.
396 making /home/axiomgnu/new/int/interp/termrw.clisp from /home/axiomgnu/new/src/interp/termrw.boot.pamphlet

>395 making /home/axiomgnu/new/obj/linux/interp/termrw.o from /home/axiomgnu/new/int/interp/termrw.clisp

>
Compiling /home/axiomgnu/new/int/interp/termrw.clisp.
End of Pass 1.  

;; Note: Tail-recursive call of |termMatch| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/termrw.o.
399 making /home/axiomgnu/new/int/interp/trace.clisp from /home/axiomgnu/new/src/interp/trace.boot.pamphlet

>398 making /home/axiomgnu/new/obj/linux/interp/trace.o from /home/axiomgnu/new/int/interp/trace.clisp

>
Compiling /home/axiomgnu/new/int/interp/trace.clisp.
; (DEFUN |trace1| ...) is being compiled.
;; The variable |$options| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |saveMapSig| ...) is being compiled.
;; The variable |$tracedMapSignatures| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |getTraceOption| ...) is being compiled.
;; The variable |$traceOptionList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |resetSpacers| ...) is being compiled.
;; The variable /SPACELIST is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |stackTraceOptionError| ...) is being compiled.
;; The variable |$traceErrorStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |coerceTraceArgs2E| ...) is being compiled.
;; The variable |$OutputForm| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |traceName| is not used.
; (DEFUN |augmentTraceNames| ...) is being compiled.
;; Warning: The variable |mapSubNames| is not used.
; (DEFMACRO |funfind| ...) is being compiled.
;; Warning: The variable #:G3940 is not used.
; (DEFUN |traceDomainLocalOps| ...) is being compiled.
;; Warning: The variable |dom| is not used.
;; Warning: The variable |lops| is not used.
;; Warning: The variable |options| is not used.
; (DEFUN |untraceDomainLocalOps| ...) is being compiled.
;; The variable |abb| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |dom| is not used.
;; Warning: The variable |lops| is not used.
; (DEFUN |untraceAllDomainLocalOps| ...) is being compiled.
;; Warning: The variable |dom| is not used.
; (DEFUN |addTraceItem| ...) is being compiled.
;; The variable |$constructors| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$domains| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$packages| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |?t| ...) is being compiled.
;; Warning: The variable |x| is not used.
; (DEFUN |break| ...) is being compiled.
;; The variable /BREAKCONDITION is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |transOnlyOption| was replaced by iteration.
;; Note: Tail-recursive call of |hasPair| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/trace.o.
114 making /home/axiomgnu/new/obj/linux/interp/union.o from /home/axiomgnu/new/int/interp/union.lisp

>
Compiling /home/axiomgnu/new/int/interp/union.lisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/union.o.
31 making /home/axiomgnu/new/int/interp/daase.lisp from /home/axiomgnu/new/src/interp/daase.lisp.pamphlet
30 making /home/axiomgnu/new/obj/linux/interp/daase.o from /home/axiomgnu/new/int/interp/daase.lisp

>
Compiling /home/axiomgnu/new/int/interp/daase.lisp.
; (DEFUN |library| ...) is being compiled.
;; The variable ORIGINAL-DIRECTORY is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN WRITE-COMPRESS ...) is being compiled.
;; The variable *ATTRIBUTES* is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of FLAT was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/daase.o.
405 making /home/axiomgnu/new/int/interp/undo.clisp from /home/axiomgnu/new/src/interp/undo.boot.pamphlet

>404 making /home/axiomgnu/new/obj/linux/interp/undo.o from /home/axiomgnu/new/int/interp/undo.clisp

>
Compiling /home/axiomgnu/new/int/interp/undo.clisp.
; (DEFUN |undo| ...) is being compiled.
;; The variable |$options| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |recordFrame| ...) is being compiled.
;; The variable |$undoFlag| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$frameRecord| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$previousBindings| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |diffAlist| ...) is being compiled.
;; The variable |$reportUndo| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |undoSteps| ...) is being compiled.
;; Warning: The variable |framelist| is not used.
; (DEFUN |removeUndoLines| ...) is being compiled.
;; Warning: The variable |y| is not used.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/undo.o.
50 making /home/axiomgnu/new/int/interp/fortcall.lisp from /home/axiomgnu/new/src/interp/fortcall.boot.pamphlet

>49 making /home/axiomgnu/new/obj/linux/interp/fortcall.o from /home/axiomgnu/new/int/interp/fortcall.clisp

>
Compiling /home/axiomgnu/new/int/interp/fortcall.clisp.
; (DEFUN |makeFort1| ...) is being compiled.
;; The variable |$fortranDirectory| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |makeFortranFun| ...) is being compiled.
;; The variable |$fortranLibraries| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |writeCFile| ...) is being compiled.
;; The variable |$addUnderscoreToFortranNames| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |makeAspGenerators1| ...) is being compiled.
;; Warning: The variable |type| is not used.
; (DEFUN |makeCompilation| ...) is being compiled.
;; The variable |$fortranCompilerName| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |spadify| ...) is being compiled.
;; The variable RESULTS is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |prepareResults,defaultValue| ...) is being compiled.
;; The variable |shortZero| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |longZero| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |generateDataName| ...) is being compiled.
;; The variable |$fortranTmpDir| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |nagCall| ...) is being compiled.
;; The variable |$nagMessages| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$nagHost| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$fortPersistence| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |lispType| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/fortcall.o.
117 making /home/axiomgnu/new/obj/linux/interp/util.o from /home/axiomgnu/new/int/interp/util.lisp

>
Compiling /home/axiomgnu/new/int/interp/util.lisp.
; (DEFUN MAKE-DIRECTORY ...) is being compiled.
;; The variable $SPADROOT is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN INTERP-MAKE-DIRECTORY ...) is being compiled.
;; The variable $CURRENT-DIRECTORY is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN TRANSLATE ...) is being compiled.
;; Warning: The variable FN is not used.
; (DEFUN REROOT ...) is being compiled.
;; The variable |$defaultMsgDatabaseName| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$msgDatabaseName| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN MAKE-DEPSYS ...) is being compiled.
;; Warning: The variable SRC is not used.
;; Warning: The variable INT is not used.
;; Warning: The variable MNT is not used.
; (IN-PACKAGE 'BOOTTRAN) is being compiled.
;; Warning: The package operation (IN-PACKAGE 'BOOTTRAN) was in a bad place.
; (DEFUN BOOTTOCL ...) is being compiled.
;; Warning: The variable FN is not used.
; (IN-PACKAGE 'BOOT) is being compiled.
;; Warning: The package operation (IN-PACKAGE 'BOOT) was in a bad place.
; (DEFUN BUILD-INTERPSYS ...) is being compiled.
;; The variable COMP-FUNCTIONS is undefined.
;; The compiler will assume this variable is a global.
;; The variable PARSE-FUNCTIONS is undefined.
;; The compiler will assume this variable is a global.
;; The variable BROWSE-FUNCTIONS is undefined.
;; The compiler will assume this variable is a global.
;; The variable TRANSLATE-FUNCTIONS is undefined.
;; The compiler will assume this variable is a global.
;; The variable NAGBR-FUNCTIONS is undefined.
;; The compiler will assume this variable is a global.
;; The variable ASAUTO-FUNCTIONS is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable LSP is not used.
;; Warning: The variable SRC is not used.
;; Warning: The variable INT is not used.
;; Warning: The variable OBJ is not used.
;; Warning: The variable MNT is not used.
;; Warning: The variable SYS is not used.
; (DEFUN SPAD-SAVE ...) is being compiled.
;; The variable |$SpadServer| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$openServerIfTrue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN YEARWEEK ...) is being compiled.
;; The variable SYSTEM::*AKCL-VERSION* is undefined.
;; The compiler will assume this variable is a global.
; (IN-PACKAGE 'COMPILER) is being compiled.
;; Warning: The package operation (IN-PACKAGE 'COMPILER) was in a bad place.
; (IN-PACKAGE 'BOOT) is being compiled.
;; Warning: The package operation (IN-PACKAGE 'BOOT) was in a bad place.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/util.o.
8 making /home/axiomgnu/new/int/interp/apply.clisp from /home/axiomgnu/new/src/interp/apply.boot.pamphlet

>7 making /home/axiomgnu/new/obj/linux/interp/apply.o from /home/axiomgnu/new/int/interp/apply.clisp

>
Compiling /home/axiomgnu/new/int/interp/apply.clisp.
; (DEFUN |compApplication| ...) is being compiled.
;; The variable |$op| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compApplyModemap| ...) is being compiled.
;; The variable |$bindings| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compMapCondFun| ...) is being compiled.
;; Warning: The variable |op| is not used.
;; Warning: The variable |dc| is not used.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/apply.o.
6 making /home/axiomgnu/new/mnt/linux/autoload/apply.o from /home/axiomgnu/new/obj/linux/interp/apply.o
204 making /home/axiomgnu/new/int/interp/c-doc.clisp from /home/axiomgnu/new/src/interp/c-doc.boot.pamphlet

>203 making /home/axiomgnu/new/obj/linux/interp/c-doc.o from /home/axiomgnu/new/int/interp/c-doc.clisp

>
Compiling /home/axiomgnu/new/int/interp/c-doc.clisp.
; (DEFUN |getDoc| ...) is being compiled.
;; The variable |$FormalMapArgumentList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |recordDocumentation| ...) is being compiled.
;; The variable |$maxSignatureLineNumber| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$docList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |recordHeaderDocumentation| ...) is being compiled.
;; The variable $COMBLOCKLIST is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$headerDocumentation| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |finalizeDocumentation| ...) is being compiled.
;; The variable |$op| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |transDoc| ...) is being compiled.
;; Warning: The variable |conname| is not used.
; (DEFUN |transformAndRecheckComments| ...) is being compiled.
;; The variable |$checkingXmptex?| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$exposeFlag| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |checkRewrite| ...) is being compiled.
;; The variable |$argl| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |name| is not used.
; (DEFUN |checkTexht| ...) is being compiled.
;; The variable |$charLbrace| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$charRbrace| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |checkRecordHash| ...) is being compiled.
;; The variable |$charBack| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$HTlinks| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$htHash| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$name| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$origin| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$HTlisplinks| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lispHash| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$glossHash| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$currentSysList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$setOptions| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$sysHash| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |checkAddMacros| ...) is being compiled.
;; The variable |$HTmacs| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |checkComments| ...) is being compiled.
;; The variable |$attribute?| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |checkIndentedLines| ...) is being compiled.
;; The variable |$charFauxNewline| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |newWordFrom| ...) is being compiled.
;; The variable |$stringFauxNewline| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$charBlank| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |checkGetArgs| ...) is being compiled.
;; The variable |$charComma| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |checkTrim,wherePP| ...) is being compiled.
;; The variable |$charPlus| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |checkFixCommonProblem| ...) is being compiled.
;; The variable |$HTspadmacros| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |checkDecorate| ...) is being compiled.
;; The variable |$charExclusions| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |checkAddBackSlashes| ...) is being compiled.
;; The variable |$charEscapeList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |checkIeEgfun| ...) is being compiled.
;; The variable |$charPeriod| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: Type mismatch was found in (THE COMPILER::BOOLEAN
                                         (SPADLET |key|
                                          (MAKESTRING "that is"))).
;; Warning: Type mismatch was found in (THE COMPILER::BOOLEAN
                                         (SPADLET |key|
                                          (MAKESTRING "for example"))).
; (DEFUN |checkSplitPunctuation| ...) is being compiled.
;; The variable |$charSemiColon| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$charQuote| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$htMacroTable| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$charDash| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |checkSplitOn| ...) is being compiled.
;; The variable |$charSplitList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |checkBalance| ...) is being compiled.
;; The variable |$checkPrenAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |checkBeginEnd| ...) is being compiled.
;; The variable |$beginEndList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |checkTransformFirsts| ...) is being compiled.
;; Warning: Type mismatch was found in (THE COMPILER::BOOLEAN
                                         (SPADLET |close| (|char| ']))).
;; Warning: Type mismatch was found in (THE COMPILER::BOOLEAN
                                         (SPADLET |close|
                                          (|char| '|)|))).
; (DEFUN |checkSkipOpToken| ...) is being compiled.
;; The variable |$charDelimiters| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |checkAlphabetic| ...) is being compiled.
;; The variable |$charIdentifierEndings| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |docreport| ...) is being compiled.
;; The variable /EDITFILE is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setOutStream| ...) is being compiled.
;; The variable |$outStream| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |checkDocError1| ...) is being compiled.
;; The variable |$compileDocumentation| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |checkDocError| ...) is being compiled.
;; The variable |$checkErrorFlag| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$recheckingFlag| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$constructorName| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$exposeFlagHeading| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |checkDocMessage| ...) is being compiled.
;; The variable |$x| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |removeBackslashes| was replaced by iteration.
;; Note: Tail-recursive call of |htcharPosition| was replaced by iteration.
;; Note: Tail-recursive call of |checkGetArgs| was replaced by iteration.
;; Note: Tail-recursive call of |checkGetArgs| was replaced by iteration.
;; Note: Tail-recursive call of |checkAddSpaceSegments| was replaced by iteration.
;; Note: Tail-recursive call of |checkAddBackSlashes| was replaced by iteration.
;; Note: Tail-recursive call of |checkHTargs| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/c-doc.o.
202 making /home/axiomgnu/new/mnt/linux/autoload/c-doc.o from /home/axiomgnu/new/obj/linux/interp/c-doc.o
133 making /home/axiomgnu/new/int/interp/c-util.clisp from /home/axiomgnu/new/src/interp/c-util.boot.pamphlet

>132 making /home/axiomgnu/new/obj/linux/interp/c-util.o from /home/axiomgnu/new/int/interp/c-util.clisp

>
Compiling /home/axiomgnu/new/int/interp/c-util.clisp.
; (DEFUN |continue| ...) is being compiled.
;; The variable |$x| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$m| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$f| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |level| ...) is being compiled.
;; The variable |$level| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |displayComp| ...) is being compiled.
;; The variable |$bright| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$dim| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$op| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$s| is undefined.
;; The compiler will assume this variable is a global.
;; The variable $X is undefined.
;; The compiler will assume this variable is a global.
;; The variable $M is undefined.
;; The compiler will assume this variable is a global.
;; The variable $F is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |intersectionContour,modeCompare| ...) is being compiled.
;; The variable |$var| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |isAlmostSimple,setAssignment| ...) is being compiled.
;; The variable |$assignmentList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |stackSemanticError| ...) is being compiled.
;; The variable |$initCapsuleErrorCount| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |stackMessage| ...) is being compiled.
;; The variable |$compErrorMessageStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |?modemaps| ...) is being compiled.
;; The variable |$CapsuleModemapFrame| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |traverse,traverseInner| ...) is being compiled.
;; The variable |$seen| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$notseen| is undefined.
;; The compiler will assume this variable is a global.
;; The variable SET-PA-SPEC is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |makeCommonEnvironment,fn| was replaced by iteration.
;; Note: Tail-recursive call of |makeCommonEnvironment,fn| was replaced by iteration.
;; Note: Tail-recursive call of |makeCommonEnvironment,interC| was replaced by iteration.
;; Note: Tail-recursive call of |makeCommonEnvironment,interLocalE| was replaced by iteration.
;; Note: Tail-recursive call of |makeCommonEnvironment,interE| was replaced by iteration.
;; Note: Tail-recursive call of |isSideEffectFree| was replaced by iteration.
;; Note: Tail-recursive call of |decExitLevel,removeExit0| was replaced by iteration.
;; Note: Tail-recursive call of |pmatchWithSl| was replaced by iteration.
;; Note: Tail-recursive call of |displayProplist,fn| was replaced by iteration.
;; Note: Tail-recursive call of GEQNSUBSTLIST was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/c-util.o.
130 making /home/axiomgnu/new/mnt/linux/autoload/c-util.o from /home/axiomgnu/new/obj/linux/interp/c-util.o
222 making /home/axiomgnu/new/int/interp/profile.clisp from /home/axiomgnu/new/src/interp/profile.boot.pamphlet

>221 making /home/axiomgnu/new/obj/linux/interp/profile.o from /home/axiomgnu/new/int/interp/profile.clisp

>
Compiling /home/axiomgnu/new/int/interp/profile.clisp.
; (DEFUN |profileWrite| ...) is being compiled.
;; The variable |$profileAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |profileTran| ...) is being compiled.
;; The variable |$profileHash| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |profileRecord| ...) is being compiled.
;; The variable |$op| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$signatureOfForm| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/profile.o.
220 making /home/axiomgnu/new/mnt/linux/autoload/profile.o from /home/axiomgnu/new/obj/linux/interp/profile.o
197 making /home/axiomgnu/new/int/interp/category.clisp from /home/axiomgnu/new/src/interp/category.boot.pamphlet

>196 making /home/axiomgnu/new/obj/linux/interp/category.o from /home/axiomgnu/new/int/interp/category.clisp

>
Compiling /home/axiomgnu/new/int/interp/category.clisp.
; (DEFUN |SigListUnion| ...) is being compiled.
;; The variable |$NewCatVec| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |e| is not used.
; (DEFUN |SourceLevelSubset| ...) is being compiled.
;; The variable |$noSubsumption| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$noSubsets| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |mkCategory,Prepare2| was replaced by iteration.
;; Note: Tail-recursive call of |SigListMember| was replaced by iteration.
;; Note: Tail-recursive call of |FindFundAncs| was replaced by iteration.
;; Note: Tail-recursive call of |isCategoryForm| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/category.o.
195 making /home/axiomgnu/new/mnt/linux/autoload/ category.o from /home/axiomgnu/new/obj/linux/interp/category.o
218 making /home/axiomgnu/new/int/interp/compiler.clisp from /home/axiomgnu/new/src/interp/compiler.boot.pamphlet

>217 making /home/axiomgnu/new/obj/linux/interp/compiler.o from /home/axiomgnu/new/int/interp/compiler.clisp

>
Compiling /home/axiomgnu/new/int/interp/compiler.clisp.
; (DEFUN |compOrCroak1,fn| ...) is being compiled.
;; The variable |$s| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$level| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |tc| ...) is being compiled.
;; The variable |$x| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$m| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$f| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |comp| ...) is being compiled.
;; The variable |$compStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |comp2| ...) is being compiled.
;; The variable |$packagesUsed| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |hasFormalMapVariable,hasone?| ...) is being compiled.
;; The variable |$formalMapVariables| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |primitiveType| ...) is being compiled.
;; The variable |$DoubleFloat| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compSymbol| ...) is being compiled.
;; The variable |$functorLocalParameters| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compForm2| ...) is being compiled.
;; The variable |$TriangleVariableList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compSubsetCategory| ...) is being compiled.
;; The variable |$lhsOfColon| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setqSingle| ...) is being compiled.
;; The variable |$profileCompiler| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setqMultiple,decompose| ...) is being compiled.
;; Warning: The variable |length| is not used.
; (DEFUN |setqMultipleExplicit| ...) is being compiled.
;; Warning: The variable |m| is not used.
; (DEFUN |replaceExitEtc,fn| ...) is being compiled.
;; The variable |$finalEnv| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compImport| ...) is being compiled.
;; Warning: The variable |m| is not used.
; (DEFUN |compPretend| ...) is being compiled.
;; The variable |$newCompilerUnionFlag| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compileSpad2Cmd| ...) is being compiled.
;; The variable /EDITFILE is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$options| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$newConlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |convertSpadToAsFile| ...) is being compiled.
;; The variable |$badStack| is undefined.
;; The compiler will assume this variable is a global.
;; The variable HT is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |compOrCroak1,compactify| was replaced by iteration.
;; Note: Tail-recursive call of |maxSuperType| was replaced by iteration.
;; Note: Tail-recursive call of |hasType,fn| was replaced by iteration.
;; Note: Tail-recursive call of |compFormMatch,match| was replaced by iteration.
;; Note: Tail-recursive call of |compFormMatch,match| was replaced by iteration.
;; Note: Tail-recursive call of |canReturn| was replaced by iteration.
;; Note: Tail-recursive call of |canReturn| was replaced by iteration.
;; Note: Tail-recursive call of |canReturn| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/compiler.o.
216 making /home/axiomgnu/new/mnt/linux/autoload/compiler.o from /home/axiomgnu/new/obj/linux/interp/compiler.o
232 making /home/axiomgnu/new/int/interp/define.clisp from /home/axiomgnu/new/src/interp/define.boot.pamphlet

>231 making /home/axiomgnu/new/obj/linux/interp/define.o from /home/axiomgnu/new/int/interp/define.clisp

>
Compiling /home/axiomgnu/new/int/interp/define.clisp.
; (DEFUN |compDefine1| ...) is being compiled.
;; The variable |$op| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |addEmptyCapsuleIfNecessary| ...) is being compiled.
;; Warning: The variable |target| is not used.
; (DEFUN |compDefineCategory1| ...) is being compiled.
;; The variable |$lisplibCategory| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |makeCategoryPredicates,fn| ...) is being compiled.
;; The variable |$mvl| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$tvl| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |makeCategoryPredicates| ...) is being compiled.
;; The variable |$TriangleVariableList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkCategoryPackage| ...) is being compiled.
;; The variable |$categoryPredicateList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compDefineCategory2| ...) is being compiled.
;; The variable |$domainShell| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibParents| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibAncestors| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibAbbreviation| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |specialCases| is not used.
; (DEFUN |compDefineFunctor1| ...) is being compiled.
;; The variable |$functorSpecialCases| is undefined.
;; The compiler will assume this variable is a global.
;; The variable NRTPARSE is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$myFunctorBody| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$pairlis| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$mutableDomains| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$insideCategoryPackageIfTrue| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibFunctionLocations| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibCategoriesExtended| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibSlot1| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibMissingFunctions| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compFunctorBody| ...) is being compiled.
;; The variable /EDITFILE is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTaddForm| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |parForm| is not used.
; (DEFUN |reportOnFunctorCompilation| ...) is being compiled.
;; The variable |$functorStats| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$functionStats| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |displayMissingFunctions| ...) is being compiled.
;; The variable |$CheckVectorList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |makeFunctorArgumentParameters,augmentSig| ...) is being compiled.
;; The variable |$ConditionalOperators| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |genDomainView| ...) is being compiled.
;; The variable |$getDomainCode| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkOpVec| ...) is being compiled.
;; The variable |Undef| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |genDomainViewName| ...) is being compiled.
;; Warning: The variable |category| is not used.
; (DEFUN |compDefWhereClause,transformType| ...) is being compiled.
;; The variable |$sigAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compDefWhereClause,removeSuchthat| ...) is being compiled.
;; The variable |$predAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compDefineCapsuleFunction| ...) is being compiled.
;; The variable |$signatureOfForm| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$functionLocations| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$profileCompiler| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |stripOffArgumentConditions| ...) is being compiled.
;; The variable |$argumentConditionList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |addArgumentConditions,fn| ...) is being compiled.
;; The variable |$functionName| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$body| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |canCacheLocalDomain,domargsglobal| ...) is being compiled.
;; The variable |$functorLocalParameters| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |canCacheLocalDomain| ...) is being compiled.
;; The variable |$usedDomList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$selector| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$funcLocLen| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$selcount| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compile| ...) is being compiled.
;; The variable |$savableItems| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$splitUpItemsAlreadyThere| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibItemsAlreadyThere| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$saveableItems| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$macroIfTrue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compileConstructor1| ...) is being compiled.
;; The variable |$mutableDomain| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compAdd| ...) is being compiled.
;; The variable |$packagesUsed| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compSubDomain1| ...) is being compiled.
;; The variable |$lisplibSuperDomain| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compCapsuleInner| ...) is being compiled.
;; The variable |$addForm| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$signature| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compCapsuleItems| ...) is being compiled.
;; The variable |data| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |doIt| ...) is being compiled.
;; The variable |$functorsUsed| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTopt| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$LocalDomainAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |DomainSubstitutionFunction,Subst| ...) is being compiled.
;; The variable |$extraParms| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compCategoryItem| ...) is being compiled.
;; The variable |$atList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$sigList| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |getTargetFromRhs| was replaced by iteration.
;; Note: Tail-recursive call of |getTargetFromRhs| was replaced by iteration.
;; Note: Tail-recursive call of |macroExpand| was replaced by iteration.
;; Note: Tail-recursive call of |makeCategoryPredicates,fn| was replaced by iteration.
;; Note: Tail-recursive call of |mkCategoryPackage,fn| was replaced by iteration.
;; Note: Tail-recursive call of |mkCategoryPackage,gn| was replaced by iteration.
;; Note: Tail-recursive call of |compileCases,isEltArgumentIn| was replaced by iteration.
;; Note: Tail-recursive call of |compileCases,isEltArgumentIn| was replaced by iteration.
;; Note: Tail-recursive call of |compileCases,isEltArgumentIn| was replaced by iteration.
;; Note: Tail-recursive call of |listInitialSegment| was replaced by iteration.
;; Note: Tail-recursive call of |compCategoryItem| was replaced by iteration.
;; Note: Tail-recursive call of |compCategoryItem| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/define.o.
230 making /home/axiomgnu/new/mnt/linux/autoload/define.o from /home/axiomgnu/new/obj/linux/interp/define.o
239 making /home/axiomgnu/new/int/interp/functor.clisp from /home/axiomgnu/new/src/interp/functor.boot.pamphlet

>238 making /home/axiomgnu/new/obj/linux/interp/functor.o from /home/axiomgnu/new/int/interp/functor.clisp

>
Compiling /home/axiomgnu/new/int/interp/functor.clisp.
; (DEFUN |DomainPrint1| ...) is being compiled.
;; The variable |$Sublis| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$WhereList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |DPname| ...) is being compiled.
;; The variable |$WhereCounter| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |NewbFVectorCopy| ...) is being compiled.
;; The variable |Undef| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setVector12| ...) is being compiled.
;; The variable |$extraParms| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$domainShell| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setVector4| ...) is being compiled.
;; The variable |$HackSlot4| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$getDomainCode| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setVector4Onecat,Supplementaries| ...) is being compiled.
;; The variable |$supplementaries| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setVector4part3| ...) is being compiled.
;; The variable |$epilogue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkVectorWithDeferral| ...) is being compiled.
;; The variable |$ConstantAssignments| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |DescendCodeAdd1| ...) is being compiled.
;; The variable |$addFormLhs| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |DescendCode| ...) is being compiled.
;; The variable |$packagesUsed| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$locals| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |ProcessCond| ...) is being compiled.
;; The variable |$pairlis| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTslot1PredicateList| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |viewassoc| is not used.
; (DEFUN |SetFunctionSlots| ...) is being compiled.
;; The variable |$catvecList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$MissingFunctionInfo| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |CheckVector| ...) is being compiled.
;; The variable |$catNames| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$CheckVectorList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |InvestigateConditions,pessimise| ...) is being compiled.
;; The variable |$Conditions| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |InvestigateConditions| ...) is being compiled.
;; Warning: The variable |u| is not used.
; (DEFUN |resolvePatternVars| ...) is being compiled.
;; The variable |$TriangleVariableList| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |compCategories| was replaced by iteration.
;; Note: Tail-recursive call of |optFunctorBody| was replaced by iteration.
;; Note: Tail-recursive call of |optFunctorPROGN| was replaced by iteration.
;; Note: Tail-recursive call of |setVector12,freeof| was replaced by iteration.
;; Note: Tail-recursive call of |sublisProp| was replaced by iteration.
;; Note: Tail-recursive call of |setVector3| was replaced by iteration.
;; Note: Tail-recursive call of |setVector4Onecat| was replaced by iteration.
;; Note: Tail-recursive call of |DescendCodeAdd1,update| was replaced by iteration.
;; Note: Tail-recursive call of |ConstantCreator| was replaced by iteration.
;; Note: Tail-recursive call of |InvestigateConditions,Conds| was replaced by iteration.
;; Note: Tail-recursive call of |ICformat| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/functor.o.
237 making /home/axiomgnu/new/mnt/linux/autoload/functor.o from /home/axiomgnu/new/obj/linux/interp/functor.o
314 making /home/axiomgnu/new/int/interp/info.clisp from /home/axiomgnu/new/src/interp/info.boot.pamphlet

>313 making /home/axiomgnu/new/obj/linux/interp/info.o from /home/axiomgnu/new/int/interp/info.clisp

>
Compiling /home/axiomgnu/new/int/interp/info.clisp.
; (DEFUN |addInfo| ...) is being compiled.
;; The variable |$Information| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |actOnInfo| ...) is being compiled.
;; The variable |$functorLocalParameters| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |knownInfo| was replaced by iteration.
;; Note: Tail-recursive call of |knownInfo| was replaced by iteration.
;; Note: Tail-recursive call of |knownInfo| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/info.o.
312 making /home/axiomgnu/new/mnt/linux/autoload/info.o from /home/axiomgnu/new/obj/linux/interp/info.o
318 making /home/axiomgnu/new/int/interp/iterator.clisp from /home/axiomgnu/new/src/interp/iterator.boot.pamphlet

>317 making /home/axiomgnu/new/obj/linux/interp/iterator.o from /home/axiomgnu/new/int/interp/iterator.clisp

>
Compiling /home/axiomgnu/new/int/interp/iterator.clisp.
; (DEFUN |getIdentity| ...) is being compiled.
;; Warning: The variable |e| is not used.
; (DEFUN |compIterator| ...) is being compiled.
;; The variable |$until| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/iterator.o.
316 making /home/axiomgnu/new/mnt/linux/autoload/iterator.o from /home/axiomgnu/new/obj/linux/interp/iterator.o
328 making /home/axiomgnu/new/int/interp/modemap.clisp from /home/axiomgnu/new/src/interp/modemap.boot.pamphlet

>327 making /home/axiomgnu/new/obj/linux/interp/modemap.o from /home/axiomgnu/new/int/interp/modemap.clisp

>
Compiling /home/axiomgnu/new/int/interp/modemap.clisp.
; (DEFUN |addModemapKnown| ...) is being compiled.
;; The variable |$CapsuleModemapFrame| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkNewModemapList| ...) is being compiled.
;; The variable |$forceAdd| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mergeModemap| ...) is being compiled.
;; Warning: The variable |mmtail| is not used.
; (DEFUN |augModemapsFromCategoryRep| ...) is being compiled.
;; The variable |$base| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |getOperationAlist| ...) is being compiled.
;; The variable |$domainShell| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compCat| ...) is being compiled.
;; Warning: The variable |m| is not used.
; (DEFUN |getDomainsInScope| ...) is being compiled.
;; The variable |$CapsuleDomainsInScope| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/modemap.o.
326 making /home/axiomgnu/new/mnt/linux/autoload/modemap.o from /home/axiomgnu/new/obj/linux/interp/modemap.o
338 making /home/axiomgnu/new/int/interp/nruncomp.clisp from /home/axiomgnu/new/src/interp/nruncomp.boot.pamphlet

>337 making /home/axiomgnu/new/obj/linux/interp/nruncomp.o from /home/axiomgnu/new/int/interp/nruncomp.clisp

>
Compiling /home/axiomgnu/new/int/interp/nruncomp.clisp.
; (DEFUN |NRTaddDeltaCode| ...) is being compiled.
;; The variable |$catvecList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTbase| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTdeltaList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTdeltaListComp| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$template| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTaddForm| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$addForm| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |optDeltaEntry| ...) is being compiled.
;; The variable |$killOptimizeIfTrue| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$optimizableConstructorNames| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |genDeltaEntry| ...) is being compiled.
;; The variable |$profileCompiler| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$functorLocalParameters| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTdeltaLength| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |NRTassocIndex| ...) is being compiled.
;; The variable |$found| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |NRTgetLocalIndex1| ...) is being compiled.
;; Warning: The variable |killBindingIfTrue| is not used.
; (DEFUN |NRTgetAddForm| ...) is being compiled.
;; The variable |$Slot1DataBase| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |NRTisExported?| ...) is being compiled.
;; The variable |$domainShell| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |consDomainName| ...) is being compiled.
;; The variable |$devaluateList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |buildFunctor| ...) is being compiled.
;; The variable |$NRTvec| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$uncondAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$condAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTslot1PredicateList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$setelt| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$CheckVectorList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTdomainFormList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$getDomainCode| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |NRTvectorCopy| ...) is being compiled.
;; Warning: The variable |cacheName| is not used.
;; Warning: The variable |domName| is not used.
; (DEFUN |NRTsetVector4| ...) is being compiled.
;; The variable |$lisplibCategoriesExtended| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |NRTsetVector4Part2| ...) is being compiled.
;; The variable |$pairlis| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |NRTsetVector4a| ...) is being compiled.
;; The variable |$uncondList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$condList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |NRTmakeSlot1| ...) is being compiled.
;; The variable |$NRTmakeCompactDirect| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |domainShell| is not used.
; (DEFUN |NRTmakeSlot1Info| ...) is being compiled.
;; The variable |$insideCategoryPackageIfTrue| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibOpAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTderivedTargetIfTrue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |NRToptimizeHas| ...) is being compiled.
;; The variable |$hasCategoryAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |NRTaddToSlam| ...) is being compiled.
;; The variable |$mutableDomain| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |changeDirectoryInSlot1,fn| ...) is being compiled.
;; The variable |$lastPred| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$newEnv| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |genSlotSig| ...) is being compiled.
;; Warning: The variable |pred| is not used.
; (DEFUN |NRTputInHead| ...) is being compiled.
;; The variable |$elt| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |listOfBoundVars| was replaced by iteration.
;; Note: Tail-recursive call of |listOfBoundVars| was replaced by iteration.
;; Note: Tail-recursive call of |mergeAppend| was replaced by iteration.
;; Note: Tail-recursive call of |NRToptimizeHas| was replaced by iteration.
;; Note: Tail-recursive call of |deepChaseInferences| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nruncomp.o.
336 making /home/axiomgnu/new/mnt/linux/autoload/nruncomp.o from /home/axiomgnu/new/obj/linux/interp/nruncomp.o
357 making /home/axiomgnu/new/int/interp/package.clisp from /home/axiomgnu/new/src/interp/package.boot.pamphlet

>356 making /home/axiomgnu/new/obj/linux/interp/package.o from /home/axiomgnu/new/int/interp/package.clisp

>
Compiling /home/axiomgnu/new/int/interp/package.clisp.
; (DEFUN |processFunctorOrPackage| ...) is being compiled.
;; Warning: The variable |m| is not used.
; (DEFUN |processPackage| ...) is being compiled.
;; The variable |$domainShell| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$getDomainCode| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$mutableDomain| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$packagesUsed| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$functorLocalParameters| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |PackageDescendCode| ...) is being compiled.
;; The variable |$ResetItems| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |mkRepititionAssoc,mkRepfun| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/package.o.
355 making /home/axiomgnu/new/mnt/linux/autoload/package.o from /home/axiomgnu/new/obj/linux/interp/package.o
440 making /home/axiomgnu/new/int/interp/htcheck.clisp from /home/axiomgnu/new/src/interp/htcheck.boot.pamphlet

>439 making /home/axiomgnu/new/obj/linux/interp/htcheck.o from /home/axiomgnu/new/int/interp/htcheck.clisp

>
Compiling /home/axiomgnu/new/int/interp/htcheck.clisp.
; (DEFUN |buildHtMacroTable| ...) is being compiled.
;; The variable |$htMacroTable| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$primitiveHtCommands| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/htcheck.o.
438 making /home/axiomgnu/new/mnt/linux/autoload/htcheck.o from /home/axiomgnu/new/obj/linux/interp/htcheck.o
444 making /home/axiomgnu/new/int/interp/xruncomp.clisp from /home/axiomgnu/new/src/interp/xruncomp.boot.pamphlet

>443 making /home/axiomgnu/new/obj/linux/interp/xruncomp.o from /home/axiomgnu/new/int/interp/xruncomp.clisp

>
Compiling /home/axiomgnu/new/int/interp/xruncomp.clisp.
; (DEFUN |actOnInfo| ...) is being compiled.
;; The variable |$functorLocalParameters| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |genDeltaEntry| ...) is being compiled.
;; The variable |$profileCompiler| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTaddForm| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTdeltaList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTdeltaListComp| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTdeltaLength| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTbase| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |consDomainName| ...) is being compiled.
;; The variable |$devaluateList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |NRTassignCapsuleFunctionSlot| ...) is being compiled.
;; The variable |$insideCategoryPackageIfTrue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |changeDirectoryInSlot1,sigloc| ...) is being compiled.
;; The variable |$NRTslot1PredicateList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |changeDirectoryInSlot1,fn| ...) is being compiled.
;; The variable |$lastPred| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$newEnv| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |changeDirectoryInSlot1| ...) is being compiled.
;; The variable |$domainShell| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/xruncomp.o.
442 making /home/axiomgnu/new/mnt/linux/autoload/xruncomp.o from /home/axiomgnu/new/obj/linux/interp/xruncomp.o
16 making /home/axiomgnu/new/mnt/linux/autoload/bootlex.o from /home/axiomgnu/new/obj/linux/interp/bootlex.o
36 making /home/axiomgnu/new/mnt/linux/autoload/def.o from /home/axiomgnu/new/obj/linux/interp/def.o
47 making /home/axiomgnu/new/int/interp/fnewmeta.lisp from /home/axiomgnu/new/src/interp/fnewmeta.lisp.pamphlet
45 making /home/axiomgnu/new/obj/linux/interp/fnewmeta.o from /home/axiomgnu/new/int/interp/fnewmeta.lisp

>
Compiling /home/axiomgnu/new/int/interp/fnewmeta.lisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/fnewmeta.o.
44 making /home/axiomgnu/new/mnt/linux/autoload/fnewmeta.o from /home/axiomgnu/new/obj/linux/interp/fnewmeta.o
61 making /home/axiomgnu/new/mnt/linux/autoload/metalex.o from /home/axiomgnu/new/obj/linux/interp/metalex.o
66 making /home/axiomgnu/new/mnt/linux/autoload/metameta.o from /home/axiomgnu/new/obj/linux/interp/metameta.o
89 making /home/axiomgnu/new/mnt/linux/autoload/parsing.o from /home/axiomgnu/new/obj/linux/interp/parsing.o
362 making parse.clisp from /home/axiomgnu/new/src/interp/parse.boot.pamphlet

>360 making /home/axiomgnu/new/obj/linux/interp/parse.o from /home/axiomgnu/new/int/interp/parse.clisp

>
Compiling /home/axiomgnu/new/int/interp/parse.clisp.
; (DEFUN |parseType| ...) is being compiled.
;; The variable |$oldParserExpandAbbrs| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |parseTypeError| ...) is being compiled.
;; The variable |$op| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |x| is not used.
; (DEFUN |specialModeTran| ...) is being compiled.
;; The variable |$QuotientField| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |parseTranCheckForRecord| ...) is being compiled.
;; Warning: The variable |op| is not used.
; (DEFUN |transCategoryItem| ...) is being compiled.
;; The variable |$transCategoryAssoc| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |parseTran,g| was replaced by iteration.
;; Note: Tail-recursive call of |specialModeTran| was replaced by iteration.
;; Note: Tail-recursive call of |specialModeTran| was replaced by iteration.
;; Note: Tail-recursive call of |parseDropAssertions| was replaced by iteration.
;; Note: Tail-recursive call of |parseIf,ifTran| was replaced by iteration.
;; Note: Tail-recursive call of |parseIf,ifTran| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/parse.o.
359 making /home/axiomgnu/new/mnt/linux/autoload/parse.o from /home/axiomgnu/new/obj/linux/interp/parse.o
370 making /home/axiomgnu/new/int/interp/postpar.clisp from /home/axiomgnu/new/src/interp/postpar.boot.pamphlet

>369 making /home/axiomgnu/new/obj/linux/interp/postpar.o from /home/axiomgnu/new/int/interp/postpar.clisp

>
Compiling /home/axiomgnu/new/int/interp/postpar.clisp.
; (DEFUN |postError| ...) is being compiled.
;; The variable |$defOp| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |postCategory| ...) is being compiled.
;; The variable |$insidePostCategoryIfTrue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |postDef| ...) is being compiled.
;; The variable |$maxSignatureLineNumber| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$docList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$headerDocumentation| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |postIf| ...) is being compiled.
;; Warning: The variable |x| is not used.
End of Pass 1.  

;; Note: Tail-recursive call of |postTranScripts| was replaced by iteration.
;; Note: Tail-recursive call of |postCollect| was replaced by iteration.
;; Note: Tail-recursive call of |postReduce| was replaced by iteration.
;; Note: Tail-recursive call of |killColons| was replaced by iteration.
;; Note: Tail-recursive call of |postcheck| was replaced by iteration.
;; Note: Tail-recursive call of |postcheck| was replaced by iteration.
;; Note: Tail-recursive call of |aplTran1| was replaced by iteration.
;; Note: Tail-recursive call of |deepestExpression| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/postpar.o.
367 making /home/axiomgnu/new/mnt/linux/autoload/postpar.o from /home/axiomgnu/new/obj/linux/interp/postpar.o
97 making /home/axiomgnu/new/mnt/linux/autoload/postprop.lsp from /home/axiomgnu/new/obj/linux/interp/postprop.lsp
101 making /home/axiomgnu/new/mnt/linux/autoload/preparse.o from /home/axiomgnu/new/obj/linux/interp/preparse.o
409 making /home/axiomgnu/new/int/interp/bc-matrix.clisp from /home/axiomgnu/new/src/interp/bc-matrix.boot.pamphlet

>408 making /home/axiomgnu/new/obj/linux/interp/bc-matrix.o from /home/axiomgnu/new/int/interp/bc-matrix.clisp

>
Compiling /home/axiomgnu/new/int/interp/bc-matrix.clisp.
; (DEFUN |bcInputMatrixByFormula| ...) is being compiled.
;; The variable |$bcParseOnly| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |junk| is not used.
; (DEFUN |bcInputExplicitMatrix| ...) is being compiled.
;; Warning: The variable |junk| is not used.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/bc-matrix.o.
407 making /home/axiomgnu/new/mnt/linux/autoload/bc-matrix.o from /home/axiomgnu/new/obj/linux/interp/bc-matrix.o
413 making /home/axiomgnu/new/int/interp/bc-misc.clisp from /home/axiomgnu/new/src/interp/bc-misc.boot.pamphlet

>412 making /home/axiomgnu/new/obj/linux/interp/bc-misc.o from /home/axiomgnu/new/int/interp/bc-misc.clisp

>
Compiling /home/axiomgnu/new/int/interp/bc-misc.clisp.
; (DEFUN |bcSeriesExpansion| ...) is being compiled.
;; Warning: The variable |a| is not used.
;; Warning: The variable |b| is not used.
; (DEFUN |bcSeriesByFormula| ...) is being compiled.
;; Warning: The variable |a| is not used.
;; Warning: The variable |b| is not used.
; (DEFUN |bcTaylorSeries| ...) is being compiled.
;; Warning: The variable |a| is not used.
;; Warning: The variable |b| is not used.
; (DEFUN |bcSeriesByFormulaGen| ...) is being compiled.
;; Warning: The variable |htPage| is not used.
; (DEFUN |bcLaurentSeries| ...) is being compiled.
;; Warning: The variable |a| is not used.
;; Warning: The variable |b| is not used.
; (DEFUN |bcPuiseuxSeries| ...) is being compiled.
;; Warning: The variable |a| is not used.
;; Warning: The variable |b| is not used.
; (DEFUN |bcRealLimit| ...) is being compiled.
;; Warning: The variable |a| is not used.
;; Warning: The variable |b| is not used.
; (DEFUN |bcComplexLimit| ...) is being compiled.
;; Warning: The variable |a| is not used.
;; Warning: The variable |b| is not used.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/bc-misc.o.
411 making /home/axiomgnu/new/mnt/linux/autoload/bc-misc.o from /home/axiomgnu/new/obj/linux/interp/bc-misc.o
417 making /home/axiomgnu/new/int/interp/bc-solve.clisp from /home/axiomgnu/new/src/interp/bc-solve.boot.pamphlet

>416 making /home/axiomgnu/new/obj/linux/interp/bc-solve.o from /home/axiomgnu/new/int/interp/bc-solve.clisp

>
Compiling /home/axiomgnu/new/int/interp/bc-solve.clisp.
; (DEFUN |bcLinearSolve| ...) is being compiled.
;; Warning: The variable |p| is not used.
;; Warning: The variable |nn| is not used.
; (DEFUN |bcLinearSolveEqns| ...) is being compiled.
;; Warning: The variable |htPage| is not used.
;; Warning: The variable |p| is not used.
; (DEFUN |bcSystemSolve| ...) is being compiled.
;; Warning: The variable |htPage| is not used.
;; Warning: The variable |p| is not used.
; (DEFUN |bcSolveSingle| ...) is being compiled.
;; Warning: The variable |p| is not used.
; (DEFUN |bcInputEquations| ...) is being compiled.
;; The variable |$bcParseOnly| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |bcSolveEquationsNumerically| ...) is being compiled.
;; Warning: The variable |p| is not used.
; (DEFUN |bcLinearSolveMatrix| ...) is being compiled.
;; Warning: The variable |htPage| is not used.
;; Warning: The variable |junk| is not used.
; (DEFUN |bcLinearSolveMatrixInhomo| ...) is being compiled.
;; Warning: The variable |junk| is not used.
; (DEFUN |bcLinearSolveMatrixHomo| ...) is being compiled.
;; Warning: The variable |key| is not used.
; (DEFUN |linearFinalRequest| ...) is being compiled.
;; Warning: The variable |mat| is not used.
;; Warning: The variable |vect| is not used.
; (DEFUN |finalExactRequest| ...) is being compiled.
;; The variable |flag| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/bc-solve.o.
415 making /home/axiomgnu/new/mnt/linux/autoload/bc-solve.o from /home/axiomgnu/new/obj/linux/interp/bc-solve.o
421 making /home/axiomgnu/new/int/interp/bc-util.clisp from /home/axiomgnu/new/src/interp/bc-util.boot.pamphlet

>420 making /home/axiomgnu/new/obj/linux/interp/bc-util.o from /home/axiomgnu/new/int/interp/bc-util.clisp

>
Compiling /home/axiomgnu/new/int/interp/bc-util.clisp.
; (DEFUN |bcNotReady| ...) is being compiled.
;; Warning: The variable |htPage| is not used.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/bc-util.o.
419 making /home/axiomgnu/new/mnt/linux/autoload/bc-util.o from /home/axiomgnu/new/obj/linux/interp/bc-util.o
425 making /home/axiomgnu/new/int/interp/ht-util.clisp from /home/axiomgnu/new/src/interp/ht-util.boot.pamphlet

>424 making /home/axiomgnu/new/obj/linux/interp/ht-util.o from /home/axiomgnu/new/int/interp/ht-util.clisp

>
Compiling /home/axiomgnu/new/int/interp/ht-util.clisp.
; (DEFUN |htpDestroyPage| ...) is being compiled.
;; The variable |$activePageList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |iht| ...) is being compiled.
;; The variable |$newPage| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$htLineList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |bcHt| ...) is being compiled.
;; The variable |$curPage| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |doDoitButton| ...) is being compiled.
;; Warning: The variable |htPage| is not used.
; (DEFUN |typeCheckInputAreas| ...) is being compiled.
;; The variable |$bcParseOnly| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |parseAndEval1| ...) is being compiled.
;; The variable |$useNewParser| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |htEscapeString| ...) is being compiled.
;; The variable |$funnyQuote| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$funnyBacks| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |renamePatternVariables1| was replaced by iteration.
;; Note: Tail-recursive call of |pvarCondList1| was replaced by iteration.
;; Note: Tail-recursive call of |pvarCondList1| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/ht-util.o.
423 making /home/axiomgnu/new/mnt/linux/autoload/ht-util.o from /home/axiomgnu/new/obj/linux/interp/ht-util.o
429 making /home/axiomgnu/new/int/interp/htsetvar.clisp from /home/axiomgnu/new/src/interp/htsetvar.boot.pamphlet

>428 making /home/axiomgnu/new/obj/linux/interp/htsetvar.o from /home/axiomgnu/new/int/interp/htsetvar.clisp

>
Compiling /home/axiomgnu/new/int/interp/htsetvar.clisp.
; (DEFUN |htSetVars| ...) is being compiled.
;; The variable |$path| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lastTree| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$setOptions| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |htShowIntegerPage| ...) is being compiled.
;; The variable |$htInitial| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$htFinal| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |htKill| ...) is being compiled.
;; Warning: The variable |htPage| is not used.
; (DEFUN |htDoNothing| ...) is being compiled.
;; Warning: The variable |htPage| is not used.
;; Warning: The variable |command| is not used.
; (DEFUN |htSetCache| ...) is being compiled.
;; The variable |$valueList| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |htMakePathKey,fn| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/htsetvar.o.
427 making /home/axiomgnu/new/mnt/linux/autoload/htsetvar.o from /home/axiomgnu/new/obj/linux/interp/htsetvar.o
436 making /home/axiomgnu/new/int/interp/ht-root.clisp from /home/axiomgnu/new/src/interp/ht-root.boot.pamphlet

>435 making /home/axiomgnu/new/obj/linux/interp/ht-root.o from /home/axiomgnu/new/int/interp/ht-root.clisp

>
Compiling /home/axiomgnu/new/int/interp/ht-root.clisp.
; (DEFUN |downlink| ...) is being compiled.
;; The variable |$saturn| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |htSystemVariables,gn| ...) is being compiled.
;; The variable |$levels| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$heading| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |htSystemVariables| ...) is being compiled.
;; The variable |$fullScreenSysVars| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$setOptions| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |htSetSystemVariable| ...) is being compiled.
;; Warning: The variable |htPage| is not used.
; (DEFUN |htGlossPage| ...) is being compiled.
;; The variable |$tick| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |htGlossSearch| ...) is being compiled.
;; Warning: The variable |junk| is not used.
; (DEFUN |mkUnixPattern| ...) is being compiled.
;; The variable |$wild| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |htSystemVariables,fn| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/ht-root.o.
434 making /home/axiomgnu/new/mnt/linux/autoload/ht-root.o from /home/axiomgnu/new/obj/linux/interp/ht-root.o
452 making /home/axiomgnu/new/int/interp/br-con.clisp from /home/axiomgnu/new/src/interp/br-con.boot.pamphlet

>451 making /home/axiomgnu/new/obj/linux/interp/br-con.o from /home/axiomgnu/new/int/interp/br-con.clisp

>
Compiling /home/axiomgnu/new/int/interp/br-con.clisp.
; (DEFUN |conPageFastPath| ...) is being compiled.
;; The variable |$lowerCaseConTb| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |kxPage| ...) is being compiled.
;; Warning: The variable |htPage| is not used.
; (DEFUN |kiPage| ...) is being compiled.
;; The variable |$conformsAreDomains| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |junk| is not used.
; (DEFUN |kePage| ...) is being compiled.
;; Warning: The variable |junk| is not used.
; (DEFUN |ksPage| ...) is being compiled.
;; Warning: The variable |junk| is not used.
; (DEFUN |dbSearchOrder| ...) is being compiled.
;; The variable |$predvec| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |kcPage| ...) is being compiled.
;; The variable |$defaultPackageNamesHT| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |junk| is not used.
; (DEFUN |kcpPage| ...) is being compiled.
;; Warning: The variable |junk| is not used.
; (DEFUN |kcaPage| ...) is being compiled.
;; Warning: The variable |junk| is not used.
; (DEFUN |kcdPage| ...) is being compiled.
;; Warning: The variable |junk| is not used.
; (DEFUN |kcdoPage| ...) is being compiled.
;; Warning: The variable |junk| is not used.
; (DEFUN |kcaPage1| ...) is being compiled.
;; Warning: The variable |article| is not used.
; (DEFUN |kccPage| ...) is being compiled.
;; Warning: The variable |junk| is not used.
; (DEFUN |kcdePage| ...) is being compiled.
;; Warning: The variable |junk| is not used.
; (DEFUN |kcuPage| ...) is being compiled.
;; Warning: The variable |junk| is not used.
; (DEFUN |kcnPage| ...) is being compiled.
;; The variable |conname| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |junk| is not used.
; (DEFUN |conOpPage| ...) is being compiled.
;; Warning: The variable |conform| is not used.
; (DEFUN |conOpPage1| ...) is being compiled.
;; The variable |$Primitives| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbConstructorDoc,hn| ...) is being compiled.
;; The variable |$sig| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$args| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbConstructorDoc,gn| ...) is being compiled.
;; The variable |$op| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbDocTable| ...) is being compiled.
;; The variable |$docTableHash| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbAddDocTable| ...) is being compiled.
;; The variable |$docTable| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbGetDocTable,hn| ...) is being compiled.
;; The variable |$which| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$conform| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |kTestPred| ...) is being compiled.
;; The variable |$domain| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbAddChainDomain| ...) is being compiled.
;; The variable |$infovec| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbPresentCons| ...) is being compiled.
;; The variable |$saturn| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$includeUnexposed?| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$exposedOnlyIfTrue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbConsExposureMessage| ...) is being compiled.
;; The variable |$atLeastOneUnexposed| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbShowConsDoc1| ...) is being compiled.
;; The variable |$TriangleVariableList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbSelectCon| ...) is being compiled.
;; Warning: The variable |which| is not used.
; (DEFUN |isAsharpFileName?| ...) is being compiled.
;; Warning: The variable |con| is not used.
End of Pass 1.  

;; Note: Tail-recursive call of |dbSubConform| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/br-con.o.
450 making /home/axiomgnu/new/mnt/linux/autoload/br-con.o from /home/axiomgnu/new/obj/linux/interp/br-con.o
468 making /home/axiomgnu/new/int/interp/br-data.clisp from /home/axiomgnu/new/src/interp/br-data.boot.pamphlet

>467 making /home/axiomgnu/new/obj/linux/interp/br-data.o from /home/axiomgnu/new/int/interp/br-data.clisp

>
Compiling /home/axiomgnu/new/int/interp/br-data.clisp.
; (DEFUN |lefts| ...) is being compiled.
;; The variable *HASCATEGORY-HASH* is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |buildLibdb| ...) is being compiled.
;; The variable |$machineType| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |buildLibdbConEntry| ...) is being compiled.
;; The variable |$conname| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$conform| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$exposed?| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$doc| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$kind| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |libConstructorSig| ...) is being compiled.
;; The variable |$TriangleVariableList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |writedb| ...) is being compiled.
;; The variable |$outStream| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |libdbTrim| ...) is being compiled.
;; The variable |$Newline| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbReadComments| ...) is being compiled.
;; Warning: Type mismatch was found in (THE COMPILER::BOOLEAN
                                         (SPADLET |k| (MAXINDEX |x|))).
; (DEFUN |dbSplitLibdb| ...) is being compiled.
;; The variable |$tick| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |getGlossLines| ...) is being compiled.
;; The variable |$charBlank| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkUsersHashTable| ...) is being compiled.
;; The variable |$usersTb| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkDependentsHashTable| ...) is being compiled.
;; The variable |$depTb| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |getParentsFor| ...) is being compiled.
;; Warning: The variable |x| is not used.
; (DEFUN |parentsOf| ...) is being compiled.
;; The variable |$parentsCache| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |getParentsForDomain| ...) is being compiled.
;; Warning: The variable |x| is not used.
; (DEFUN |ancestorsRecur| ...) is being compiled.
;; The variable |$done| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibParents| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |ancestorsAdd| ...) is being compiled.
;; The variable |$if| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |domainsOf| ...) is being compiled.
;; The variable |$hasArgList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |sublisFormal,sublisFormal1| ...) is being compiled.
;; The variable |$formals| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |buildDefaultPackageNamesHT| ...) is being compiled.
;; The variable |$defaultPackageNamesHT| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |extendLocalLibdb| ...) is being compiled.
;; The variable |$createLocalLibDb| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$newConstructorList| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |dbSplit| was replaced by iteration.
;; Note: Tail-recursive call of |getImports,import| was replaced by iteration.
;; Note: Tail-recursive call of |folks| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/br-data.o.
466 making /home/axiomgnu/new/mnt/linux/autoload/br-data.o from /home/axiomgnu/new/obj/linux/interp/br-data.o
566 making /home/axiomgnu/new/int/interp/showimp.lisp from /home/axiomgnu/new/src/interp/showimp.boot.pamphlet

>565 making /home/axiomgnu/new/obj/linux/interp/showimp.o from /home/axiomgnu/new/int/interp/showimp.clisp

>
Compiling /home/axiomgnu/new/int/interp/showimp.clisp.
; (DEFUN |showImp| ...) is being compiled.
;; The variable |$domainArgs| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |getDomainRefName| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/showimp.o.
564 making /home/axiomgnu/new/mnt/linux/autoload/showimp.o from /home/axiomgnu/new/obj/linux/interp/showimp.o
460 making /home/axiomgnu/new/int/interp/br-op1.clisp from /home/axiomgnu/new/src/interp/br-op1.boot.pamphlet

>459 making /home/axiomgnu/new/obj/linux/interp/br-op1.o from /home/axiomgnu/new/int/interp/br-op1.clisp

>
Compiling /home/axiomgnu/new/int/interp/br-op1.clisp.
; (DEFUN |dbPresentOps| ...) is being compiled.
;; The variable |$conformsAreDomains| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$includeUnexposed?| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$exposedOnlyIfTrue| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$defaultPackageNamesHT| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbShowOps| ...) is being compiled.
;; The variable |$groupChoice| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |reduceByGroup| ...) is being compiled.
;; The variable |$topicHash| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbShowOp1| ...) is being compiled.
;; The variable |$opDescriptionThreshold| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$OpViewTable| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbOpsExposureMessage| ...) is being compiled.
;; The variable |$atLeastOneUnexposed| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |fromHeading| ...) is being compiled.
;; The variable |$pn| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |conform2StringList| ...) is being compiled.
;; The variable |$lowerCaseConTb| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |x| is not used.
; (DEFUN |dbConform| ...) is being compiled.
;; The variable |$saturn| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbGatherData| ...) is being compiled.
;; The variable |$dbDataFunctionAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbGatherDataImplementation,fn| ...) is being compiled.
;; Warning: The variable |u| is not used.
; (DEFUN |dbGatherDataImplementation| ...) is being compiled.
;; The variable |$domainArgs| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbContrivedForm| ...) is being compiled.
;; The variable |$which| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbGetOrigin| ...) is being compiled.
;; Warning: The variable |op| is not used.
; (DEFUN |dbGetCondition| ...) is being compiled.
;; Warning: The variable |op| is not used.
; (DEFUN |dbShowOpAllDomains| ...) is being compiled.
;; The variable *HASCATEGORY-HASH* is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbGatherThenShow| ...) is being compiled.
;; Warning: The variable |htPage| is not used.
;; Warning: The variable |opAlist| is not used.
; (DEFUN |dbShowOpSignatures| ...) is being compiled.
;; Warning: The variable |htPage| is not used.
;; Warning: The variable |opAlist| is not used.
; (DEFUN |dbShowOpParameters| ...) is being compiled.
;; Warning: The variable |htPage| is not used.
;; Warning: The variable |opAlist| is not used.
; (DEFUN |dbShowOpDocumentation| ...) is being compiled.
;; Warning: The variable |data| is not used.
; (DEFUN |dbShowOperationLines| ...) is being compiled.
;; The variable |$attributeArgs| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbExpandOpAlistIfNecessary| ...) is being compiled.
;; The variable |$docTableHash| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |needOrigins?| is not used.
; (DEFUN |evalDomainOpPred,evpred1| ...) is being compiled.
;; The variable |$predicateList| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/br-op1.o.
458 making /home/axiomgnu/new/mnt/linux/autoload/br-op1.o from /home/axiomgnu/new/obj/linux/interp/br-op1.o
464 making /home/axiomgnu/new/int/interp/br-op2.clisp from /home/axiomgnu/new/src/interp/br-op2.boot.pamphlet

>463 making /home/axiomgnu/new/obj/linux/interp/br-op2.o from /home/axiomgnu/new/int/interp/br-op2.clisp

>
Compiling /home/axiomgnu/new/int/interp/br-op2.clisp.
; (DEFUN |displayDomainOp| ...) is being compiled.
;; The variable |$saturn| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$includeUnexposed?| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$Primitives| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$TriangleVariableList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$sig| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$charFauxNewline| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$charNewline| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |htSayExplicitExports| ...) is being compiled.
;; The variable |$displayReturnValue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |htSayArgument| ...) is being compiled.
;; The variable |$signature| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$conkind| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$conlength| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$generalSearch?| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$conargs| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbGetFormFromDocumentation| ...) is being compiled.
;; Warning: Type mismatch was found in (THE COMPILER::BOOLEAN
                                         (SPADLET |k| 6)).
;; Warning: Type mismatch was found in (THE COMPILER::BOOLEAN
                                         (SPADLET |k| 3)).
;; The variable |$charRbrace| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbChooseOperandName| ...) is being compiled.
;; The variable |$FunctionList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NumberList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$chooseDownCaseOfType| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$ElementList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$DomainList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |whoUsesMatch1?| ...) is being compiled.
;; The variable |$conname| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |koAttrs| ...) is being compiled.
;; The variable |$domain| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |koOps,fn| ...) is being compiled.
;; The variable |$packageItem| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |hashTable2Alist| ...) is being compiled.
;; The variable |$if| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |modemap2Sig| ...) is being compiled.
;; The variable |$badStack| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |whoUsesMatch1?| was replaced by iteration.
;; Note: Tail-recursive call of |whoUsesMatch1?| was replaced by iteration.
;; Note: Tail-recursive call of |whoUsesMatch1?| was replaced by iteration.
;; Note: Tail-recursive call of |modemap2SigConds| was replaced by iteration.
;; Note: Tail-recursive call of |getSigSubst| was replaced by iteration.
;; Note: Tail-recursive call of |getSigSubst| was replaced by iteration.
;; Note: Tail-recursive call of |getSigSubst| was replaced by iteration.
;; Note: Tail-recursive call of |getSigSubst| was replaced by iteration.
;; Note: Tail-recursive call of |getSigSubst| was replaced by iteration.
;; Note: Tail-recursive call of |getSigSubst| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/br-op2.o.
462 making /home/axiomgnu/new/mnt/linux/autoload/br-op2.o from /home/axiomgnu/new/obj/linux/interp/br-op2.o
456 making /home/axiomgnu/new/int/interp/br-search.clisp from /home/axiomgnu/new/src/interp/br-search.boot.pamphlet

>455 making /home/axiomgnu/new/obj/linux/interp/br-search.o from /home/axiomgnu/new/int/interp/br-search.clisp

>
Compiling /home/axiomgnu/new/int/interp/br-search.clisp.
; (DEFUN |grepConstructDo| ...) is being compiled.
;; The variable |$orCount| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$localLibdb| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$newConstructorList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |grepForAbbrev| ...) is being compiled.
;; The variable |$lowerCaseConTb| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$includeUnexposed?| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$defaultPackageNamesHT| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |key| is not used.
; (DEFUN |grepf| ...) is being compiled.
;; The variable |$key| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |pmTransFilter| ...) is being compiled.
;; The variable |$browseMixedCase| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$charUnderscore| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |isFilterDelimiter?| ...) is being compiled.
;; The variable |$pmFilterDelimiters| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkGrepPattern1,addOptions| ...) is being compiled.
;; The variable |$options| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$wild1| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |conform2OutputForm| ...) is being compiled.
;; Warning: The variable |x| is not used.
; (DEFUN |genSearch1| ...) is being compiled.
;; The variable |$exposedOnlyIfTrue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |genSearchSay| ...) is being compiled.
;; The variable |$browseCountThreshold| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbGetName| ...) is being compiled.
;; The variable |$tick| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |sayDocMessage| ...) is being compiled.
;; The variable |$blank| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |oSearchGrep| ...) is being compiled.
;; Warning: The variable |key| is not used.
; (DEFUN |grepConstructorSearch| ...) is being compiled.
;; Warning: The variable |yes| is not used.
; (DEFUN |dbWordFrom| ...) is being compiled.
;; The variable |$dbDelimiters| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |grepSearchJump| ...) is being compiled.
;; Warning: The variable |yes| is not used.
; (DEFUN |generalSearchDo| ...) is being compiled.
;; The variable |$htPage| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |flag| is not used.
; (DEFUN |mkDetailedGrepPattern| ...) is being compiled.
;; The variable |$saturn| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |obey| ...) is being compiled.
;; The variable |$aixTestSaturn| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |grepSource| ...) is being compiled.
;; The variable $SPADROOT is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkGrepFile| ...) is being compiled.
;; The variable |$standard| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |grepf| was replaced by iteration.
;; Note: Tail-recursive call of |grepf| was replaced by iteration.
;; Note: Tail-recursive call of |dnForm| was replaced by iteration.
;; Note: Tail-recursive call of |mkGrepPattern1,h| was replaced by iteration.
;; Note: Tail-recursive call of |mkDetailedGrepPattern,simp| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/br-search.o.
454 making /home/axiomgnu/new/mnt/linux/autoload/br-search.o from /home/axiomgnu/new/obj/linux/interp/br-search.o
472 making /home/axiomgnu/new/int/interp/br-util.clisp from /home/axiomgnu/new/src/interp/br-util.boot.pamphlet

>471 making /home/axiomgnu/new/obj/linux/interp/br-util.o from /home/axiomgnu/new/int/interp/br-util.clisp

>
Compiling /home/axiomgnu/new/int/interp/br-util.clisp.
; (DEFUN |escapeSpecialIds| ...) is being compiled.
;; The variable |$htCharAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$htSpecialChars| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |htPred2English,fnAttr| ...) is being compiled.
;; The variable |$emList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |htPred2English,gn| ...) is being compiled.
;; Warning: The variable |prec| is not used.
; (DEFUN |htPred2English,fn| ...) is being compiled.
;; The variable |$precList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbConstructorKind| ...) is being compiled.
;; The variable |$defaultPackageNamesHT| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |bcConform1,say| ...) is being compiled.
;; The variable |$italics?| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |bcConform1,mapping| ...) is being compiled.
;; The variable |$saturn| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |bcConform1,hd| ...) is being compiled.
;; The variable |$FormalFunctionParameterList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$italicHead?| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$bcMultipleNames| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |bcConstructor| ...) is being compiled.
;; Warning: The variable |cname| is not used.
; (DEFUN |bcStar| ...) is being compiled.
;; The variable |$includeUnexposed?| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |errorPage| ...) is being compiled.
;; Warning: The variable |htPage| is not used.
; (DEFUN |htQueryPage| ...) is being compiled.
;; Warning: The variable |htPage| is not used.
; (DEFUN |dbKindString| ...) is being compiled.
;; The variable |$dbKindAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbName| ...) is being compiled.
;; The variable |$tick| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |bcConform1,hd| was replaced by iteration.
;; Note: Tail-recursive call of |bcConform1,hd| was replaced by iteration.
;; Note: Tail-recursive call of |extractFileNameFromPath,fn| was replaced by iteration.
;; Note: Tail-recursive call of |dbPart| was replaced by iteration.
;; Note: Tail-recursive call of |dbTickIndex| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/br-util.o.
470 making /home/axiomgnu/new/mnt/linux/autoload/br-util.o from /home/axiomgnu/new/obj/linux/interp/br-util.o
480 making /home/axiomgnu/new/int/interp/topics.clisp from /home/axiomgnu/new/src/interp/topics.boot.pamphlet

>479 making /home/axiomgnu/new/obj/linux/interp/topics.o from /home/axiomgnu/new/int/interp/topics.clisp

>
Compiling /home/axiomgnu/new/int/interp/topics.clisp.
; (DEFUN |mkTopicHashTable| ...) is being compiled.
;; The variable |$defaultsHash| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$topicsDefaults| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$conTopicHash| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$topicHash| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$groupAssoc| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$topicIndex| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |skipBlanks| ...) is being compiled.
;; The variable |$charBlank| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |topicCode| ...) is being compiled.
;; The variable |$topicSynonyms| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |td| ...) is being compiled.
;; The variable |$topicClasses| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/topics.o.
478 making /home/axiomgnu/new/mnt/linux/autoload/topics.o from /home/axiomgnu/new/obj/linux/interp/topics.o
484 making /home/axiomgnu/new/int/interp/br-prof.clisp from /home/axiomgnu/new/src/interp/br-prof.boot.pamphlet

>483 making /home/axiomgnu/new/obj/linux/interp/br-prof.o from /home/axiomgnu/new/int/interp/br-prof.clisp

>
Compiling /home/axiomgnu/new/int/interp/br-prof.clisp.
; (DEFUN |kciPage| ...) is being compiled.
;; Warning: The variable |junk| is not used.
; (DEFUN |dbShowInfoOp| ...) is being compiled.
;; The variable $ is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbInfoChoose1| ...) is being compiled.
;; Warning: The variable |htPage| is not used.
; (DEFUN |dbInfoSigMatch| ...) is being compiled.
;; The variable |$conform| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/br-prof.o.
482 making /home/axiomgnu/new/mnt/linux/autoload/br-prof.o from /home/axiomgnu/new/obj/linux/interp/br-prof.o
476 making /home/axiomgnu/new/int/interp/br-saturn.clisp from /home/axiomgnu/new/src/interp/br-saturn.boot.pamphlet

>475 making /home/axiomgnu/new/obj/linux/interp/br-saturn.o from /home/axiomgnu/new/int/interp/br-saturn.clisp

>
Compiling /home/axiomgnu/new/int/interp/br-saturn.clisp.
; (DEFUN |on| ...) is being compiled.
;; The variable |$saturn| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$standard| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |ts| ...) is being compiled.
;; The variable |$saturnFileNumber| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |page| ...) is being compiled.
;; The variable |$curPage| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$saturnPage| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |bcHt| ...) is being compiled.
;; The variable |$newPage| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$htLineList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |writeSaturnPrefix| ...) is being compiled.
;; The variable |$saturnContextMenuLines| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$saturnContextMenuIndex| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |issueHTStandard| ...) is being compiled.
;; The variable |$MenuServer| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$SendLine| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |writeSaturn| ...) is being compiled.
;; The variable |$marg| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |saturnPRINTEXP| ...) is being compiled.
;; The variable |$browserOutputStream| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |getCallBack| ...) is being compiled.
;; The variable |$callTailList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |endHTPage| ...) is being compiled.
;; The variable |$EndOfPage| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |htMakeButtonSaturn| ...) is being compiled.
;; The variable |$kPageSaturnArguments| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |htInitPageNoScroll| ...) is being compiled.
;; The variable |$atLeastOneUnexposed| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |htpMakeEmptyPage| ...) is being compiled.
;; The variable |$activePageList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |kPage| ...) is being compiled.
;; The variable |$conformsAreDomains| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |saturnHasExamplePage| ...) is being compiled.
;; The variable |$exampleConstructors| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbPresentCons| ...) is being compiled.
;; The variable |$includeUnexposed?| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$exposedOnlyIfTrue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |addParameterTemplates| ...) is being compiled.
;; The variable |$conArgstrings| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |dbGatherThenShow| ...) is being compiled.
;; Warning: The variable |htPage| is not used.
;; Warning: The variable |opAlist| is not used.
; (DEFUN |displayDomainOp| ...) is being compiled.
;; The variable |$Primitives| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$TriangleVariableList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$sig| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$charFauxNewline| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$charNewline| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkTabularItem,fn| ...) is being compiled.
;; The variable |$saturnAmpersand| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compDefineCapsuleFunction| ...) is being compiled.
;; The variable |$FormalFunctionParameterList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$signatureOfForm| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$functionLocations| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$profileCompiler| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$functorStats| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |bcConform1,say| ...) is being compiled.
;; The variable |$italics?| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |bcConform1,hd| ...) is being compiled.
;; The variable |$italicHead?| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$bcMultipleNames| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |purgeLocalLibdb| ...) is being compiled.
;; The variable |$newConstructorList| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |writeSaturn| was replaced by iteration.
;; Note: Tail-recursive call of |writeSaturn| was replaced by iteration.
;; Note: Tail-recursive call of |writeSaturn| was replaced by iteration.
;; Note: Tail-recursive call of |writeSaturn| was replaced by iteration.
;; Note: Tail-recursive call of |writeSaturn| was replaced by iteration.
;; Note: Tail-recursive call of |writeSaturn| was replaced by iteration.
;; Note: Tail-recursive call of |writeSaturn| was replaced by iteration.
;; Note: Tail-recursive call of |writeSaturn| was replaced by iteration.
;; Note: Tail-recursive call of |writeSaturnTable| was replaced by iteration.
;; Note: Tail-recursive call of |findBalancingBrace| was replaced by iteration.
;; Note: Tail-recursive call of |findBalancingBrace| was replaced by iteration.
;; Note: Tail-recursive call of |findBalancingBrace| was replaced by iteration.
;; Note: Tail-recursive call of |bcConform1,hd| was replaced by iteration.
;; Note: Tail-recursive call of |bcConform1,hd| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/br-saturn.o.
474 making /home/axiomgnu/new/mnt/linux/autoload/br-saturn.o from /home/axiomgnu/new/obj/linux/interp/br-saturn.o
353 making /home/axiomgnu/new/int/interp/obey.lsp from /home/axiomgnu/new/src/interp/obey.lisp.pamphlet
352 making /home/axiomgnu/new/obj/linux/interp/obey.o from /home/axiomgnu/new/int/interp/obey.lsp

>
Compiling /home/axiomgnu/new/int/interp/obey.lsp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/obey.o.
601 the database was updated...remaking interpsys
532 making /home/axiomgnu/new/int/interp/varini.clisp from /home/axiomgnu/new/src/interp/varini.boot.pamphlet

>/home/axiomgnu/new/int/interp/varini.clisp PRODUCED
531 making /home/axiomgnu/new/obj/linux/interp/varini.o from /home/axiomgnu/new/int/interp/varini.clisp

>
Compiling /home/axiomgnu/new/int/interp/varini.clisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/varini.o.
535 making /home/axiomgnu/new/int/interp/parini.clisp from /home/axiomgnu/new/src/interp/parini.boot.pamphlet

>/home/axiomgnu/new/int/interp/parini.clisp PRODUCED
534 making /home/axiomgnu/new/obj/linux/interp/parini.o from /home/axiomgnu/new/int/interp/parini.clisp

>
Compiling /home/axiomgnu/new/int/interp/parini.clisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/parini.o.
383 making /home/axiomgnu/new/int/interp/setvart.clisp from /home/axiomgnu/new/src/interp/setvart.boot.pamphlet

>382 making /home/axiomgnu/new/obj/linux/interp/setvart.o from /home/axiomgnu/new/int/interp/setvart.clisp

>
Compiling /home/axiomgnu/new/int/interp/setvart.clisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/setvart.o.
541 making /home/axiomgnu/new/int/interp/intint.lisp from /home/axiomgnu/new/src/interp/intint.lisp.pamphlet
540 making /home/axiomgnu/new/obj/linux/interp/intint.o from /home/axiomgnu/new/int/interp/intint.lisp

>
Compiling /home/axiomgnu/new/int/interp/intint.lisp.
; (DEFUN |intSetNeedToSignalSessionManager| ...) is being compiled.
;; The variable |$NeedToSignalSessionManager| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |intSetQuiet| ...) is being compiled.
;; The variable |$QuietCommand| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/intint.o.
575 making /home/axiomgnu/new/int/interp/xrun.clisp from /home/axiomgnu/new/src/interp/xrun.boot.pamphlet

>574 making /home/axiomgnu/new/obj/linux/interp/xrun.o from /home/axiomgnu/new/int/interp/xrun.clisp

>
Compiling /home/axiomgnu/new/int/interp/xrun.clisp.
; (DEFUN |NRTmakeCategoryAlist| ...) is being compiled.
;; The variable |$uncondAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$condAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$pairlis| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$byteVec| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |replaceGoGetSlot| ...) is being compiled.
;; The variable |$monitorNewWorld| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$returnNowhereFromGoGet| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |newExpandGoGetTypeSlot| ...) is being compiled.
;; Warning: The variable |dollar| is not used.
; (DEFUN |sigDomainVal| ...) is being compiled.
;; Warning: The variable |dollar| is not used.
; (DEFUN |lazyMatchArg2| ...) is being compiled.
;; The variable |$isDefaultingPackage| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |findFunctionInDomain1| ...) is being compiled.
;; The variable |$SubDom| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |evalForm| ...) is being compiled.
;; The variable |$genValue| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$localVars| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTmonitorIfTrue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |coerceConvertMmSelection| ...) is being compiled.
;; The variable |coerceConvertMmSelection;AL| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |coerceByFunction| ...) is being compiled.
;; The variable |$coerceFailure| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/xrun.o.
572 making /home/axiomgnu/new/int/interp/interop.clisp from /home/axiomgnu/new/src/interp/interop.boot.pamphlet

>571 making /home/axiomgnu/new/obj/linux/interp/interop.o from /home/axiomgnu/new/int/interp/interop.clisp

>
Compiling /home/axiomgnu/new/int/interp/interop.clisp.
; (DEFUN |DNameToSExpr1| ...) is being compiled.
;; The variable |DNameStringID| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |DNameToSExpr| ...) is being compiled.
;; The variable |DNameOtherID| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |SExprToDName| ...) is being compiled.
;; The variable |DNameApplyID| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |DNameTupleID| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |runOldAxiomFunctor| ...) is being compiled.
;; The variable |$oldAxiomPreCategoryDispatch| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |makeLazyOldAxiomDispatchDomain| ...) is being compiled.
;; The variable |$attributeDispatch| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lazyOldAxiomDomainDispatch| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |makeOldAxiomDispatchDomain| ...) is being compiled.
;; The variable |$oldAxiomDomainDispatch| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |lazyOldAxiomDomainLookupExport| ...) is being compiled.
;; Warning: The variable |env| is not used.
; (DEFUN |lazyOldAxiomDomainHashCode| ...) is being compiled.
;; Warning: The variable |env| is not used.
; (DEFUN |lazyOldAxiomDomainDevaluate| ...) is being compiled.
;; Warning: The variable |env| is not used.
; (DEFUN |lazyOldAxiomAddChild| ...) is being compiled.
;; Warning: The variable |kid| is not used.
;; Warning: The variable |env| is not used.
; (DEFUN |oldAxiomPreCategoryBuild| ...) is being compiled.
;; The variable |$oldAxiomCategoryDispatch| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |env| is not used.
; (DEFUN |oldAxiomPreCategoryHashCode| ...) is being compiled.
;; Warning: The variable |env| is not used.
; (DEFUN |oldAxiomCategoryDefaultPackage| ...) is being compiled.
;; Warning: The variable |dom| is not used.
; (DEFUN |oldAxiomPreCategoryDevaluate| ...) is being compiled.
;; The variable T$ is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |env| is not used.
; (DEFUN |oldAxiomCategoryDevaluate| ...) is being compiled.
;; Warning: The variable |env| is not used.
; (DEFUN |oldAxiomCategoryLookupExport| ...) is being compiled.
;; Warning: The variable |box| is not used.
;; Warning: The variable |env| is not used.
; (DEFUN |oldAxiomCategoryParentCount| ...) is being compiled.
;; Warning: The variable |env| is not used.
; (DEFUN |oldAxiomCategoryNthParent| ...) is being compiled.
;; Warning: The variable |env| is not used.
; (DEFUN |oldAxiomCategoryHashCode| ...) is being compiled.
;; Warning: The variable |env| is not used.
; (DEFUN |attributeDevaluate| ...) is being compiled.
;; Warning: The variable |env| is not used.
; (DEFUN |attributeLookupExport| ...) is being compiled.
;; Warning: The variable |box| is not used.
;; Warning: The variable |env| is not used.
; (DEFUN |attributeHashCode| ...) is being compiled.
;; Warning: The variable |env| is not used.
; (DEFUN |attributeCategoryBuild| ...) is being compiled.
;; Warning: The variable |dom| is not used.
;; Warning: The variable |env| is not used.
; (DEFUN |attributeCategoryParentCount| ...) is being compiled.
;; Warning: The variable |attrObj| is not used.
;; Warning: The variable |env| is not used.
; (DEFUN |attributeNthParent| ...) is being compiled.
;; Warning: The variable |attrObj| is not used.
;; Warning: The variable |env| is not used.
; (DEFUN |oldAxiomDomainLookupExport| ...) is being compiled.
;; The variable |$hashOp1| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$hashOp0| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$hashOpApply| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$hashOpSet| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$hashSeg| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |env| is not used.
; (DEFUN |oldAxiomDomainHashCode| ...) is being compiled.
;; Warning: The variable |env| is not used.
; (DEFUN |oldAxiomDomainHasCategory| ...) is being compiled.
;; Warning: The variable |env| is not used.
; (DEFUN |oldAxiomDomainDevaluate| ...) is being compiled.
;; Warning: The variable |env| is not used.
; (DEFUN |oldAxiomAddChild| ...) is being compiled.
;; Warning: The variable |child| is not used.
;; Warning: The variable |env| is not used.
; (DEFUN |isDomain| ...) is being compiled.
;; The variable |$domainTypeTokens| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |basicLookupCheckDefaults| ...) is being compiled.
;; The variable |$lookupDefaults| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |domain| is not used.
; (DEFUN |opIsHasCat| ...) is being compiled.
;; The variable |$hasCatOpHash| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |lazyMatchArg2| ...) is being compiled.
;; The variable |$isDefaultingPackage| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |hashNewLookupInTable| ...) is being compiled.
;; The variable |$monitorNewWorld| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |hashNewLookupInCategories| ...) is being compiled.
;; The variable |$Slot1DataBase| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |replaceGoGetSlot| ...) is being compiled.
;; The variable |$returnNowhereFromGoGet| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |coerceConvertMmSelection| ...) is being compiled.
;; The variable |coerceConvertMmSelection;AL| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |getFunctionFromDomain| ...) is being compiled.
;; The variable |$nonLisplibDomains| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |HasAttribute| was replaced by iteration.
;; Note: Tail-recursive call of |HasCategory| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/interop.o.
95 making /home/axiomgnu/new/int/interp/patches.lisp from /home/axiomgnu/new/src/interp/patches.lisp.pamphlet
94 making /home/axiomgnu/new/obj/linux/interp/patches.o from /home/axiomgnu/new/int/interp/patches.lisp

>
Compiling /home/axiomgnu/new/int/interp/patches.lisp.
; (DEFUN CATCHALL ...) is being compiled.
;; Warning: The variable B is not used.
; (DEFUN CLEAR-HIGHLIGHT ...) is being compiled.
;; The variable |$specialCharacters| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN RESET-HIGHLIGHT ...) is being compiled.
;; The variable |$saveHighlight| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$saveSpecialchars| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |cd| ...) is being compiled.
;; The variable $CURRENT-DIRECTORY is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN TOPLEVEL ...) is being compiled.
;; Warning: UNWIND (in lisp package) is called as a function--not yet defined
;; Warning: The variable FOO is not used.
; (DEFUN /RF ...) is being compiled.
;; Warning: The variable FOO is not used.
; (DEFUN /RQ ...) is being compiled.
;; Warning: The variable FOO is not used.
; (DEFUN |/RQ,LIB| ...) is being compiled.
;; Warning: The variable FOO is not used.
; (DEFUN /RF-1 ...) is being compiled.
;; The variable /EDITFILE is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$useNewParser| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN /EF ...) is being compiled.
;; Warning: The variable FOO is not used.
; (DEFUN RESTART ...) is being compiled.
;; The variable |$openServerIfTrue| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$SpadServerName| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$SpadServer| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$displayStartMsgs| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN AKCL-VERSION ...) is being compiled.
;; The variable SYSTEM::*AKCL-VERSION* is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN SHAREDITEMS ...) is being compiled.
;; Warning: The variable X is not used.
; (DEFUN WHOCALLED ...) is being compiled.
;; Warning: The variable N is not used.
; (DEFUN /VERSIONCHECK ...) is being compiled.
;; The variable /MAJOR-VERSION is undefined.
;; The compiler will assume this variable is a global.
; (SHADOW 'MAP) is being compiled.
;; Warning: The package operation (SHADOW 'MAP) was in a bad place.
; (DEFUN |spadtestValueHook| ...) is being compiled.
;; Warning: The variable VAL is not used.
;; Warning: The variable TYPE is not used.
; (DEFUN |testError| ...) is being compiled.
;; Warning: The variable ERROTYPE is not used.
;; Warning: The variable ERROVALUE is not used.
; (DEFUN |bootFind| ...) is being compiled.
;; Warning: The variable WORD is not used.
; (DEFUN |fetchKeyedMsg| ...) is being compiled.
;; The variable |$defaultMsgDatabaseName| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setViewportProcess| ...) is being compiled.
;; The variable |$ViewportProcessToWatch| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |waitForViewport| ...) is being compiled.
;; The variable |$MenuServer| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN PRINT-XDR-STREAM ...) is being compiled.
;; Warning: The variable Z is not used.

=======================================================================
this is an expected failure -- tim
=======================================================================

Error: Cannot find the external symbol XDR-OPEN in #<"SYSTEM" package>.
Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by READ.
Broken at APPLY.  Type :H for Help.
BOOT>>569 making /home/axiomgnu/new/int/interp/hashcode.clisp from /home/axiomgnu/new/src/interp/hashcode.boot.pamphlet

>568 making /home/axiomgnu/new/obj/linux/interp/hashcode.o from /home/axiomgnu/new/int/interp/hashcode.clisp

>
Compiling /home/axiomgnu/new/int/interp/hashcode.clisp.
; (DEFUN |hashType| ...) is being compiled.
;; The variable |$VoidHash| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$DomainsWithoutLisplibs| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |hashString| ...) is being compiled.
;; The variable |$hashModulus| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |hashType| was replaced by iteration.
;; Note: Tail-recursive call of |hashType| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/hashcode.o.
402 making /home/axiomgnu/new/int/interp/as.clisp from /home/axiomgnu/new/src/interp/as.boot.pamphlet

>401 making /home/axiomgnu/new/obj/linux/interp/as.o from /home/axiomgnu/new/int/interp/as.clisp

>
Compiling /home/axiomgnu/new/int/interp/as.clisp.
; (DEFUN |astran| ...) is being compiled.
;; The variable |$docHash| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$conHash| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$constantHash| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$newConlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |asyParents| ...) is being compiled.
;; The variable |$mmAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |asMakeAlist| ...) is being compiled.
;; The variable |$parentsHash| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$opHash| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$docAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$niladics| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$TriangleVariableList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$asFilename| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$asyPrint| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |asyDocumentation,fn| ...) is being compiled.
;; Warning: The variable |op| is not used.
; (DEFUN |asyExportAlist,fn| ...) is being compiled.
;; Warning: The variable |op| is not used.
; (DEFUN |asyMakeOperationAlist| ...) is being compiled.
;; The variable |attributeAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |asytranDeclaration| ...) is being compiled.
;; The variable |$asyFile| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$docHashLocal| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |asytranForm1| ...) is being compiled.
;; The variable |$hasPerCent| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |asyAbbreviation| ...) is being compiled.
;; Warning: The variable |n| is not used.
; (DEFUN |asyGetAbbrevFromComments,fn| ...) is being compiled.
;; Warning: The variable |op| is not used.
; (DEFUN |asyExtractAbbreviation| ...) is being compiled.
;; The variable |$stringNewline| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |asyTypeJoin| ...) is being compiled.
;; The variable |$kind| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |asyTypeJoinPartIf| ...) is being compiled.
;; The variable |$predlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |asyTypeJoinItem| ...) is being compiled.
;; The variable |$opStack| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$conStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |asyFindAttrs| ...) is being compiled.
;; The variable *ATTRIBUTES* is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |x| is not used.
; (DEFUN |asCategoryParts,exportsOf| ...) is being compiled.
;; The variable |$conslist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |asCategoryParts,build| ...) is being compiled.
;; The variable |$oplist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$attrlist| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |getAttributesFromCATEGORY| was replaced by iteration.
;; Note: Tail-recursive call of |asyExtractDescription| was replaced by iteration.
;; Note: Tail-recursive call of |asyExtractDescription| was replaced by iteration.
;; Note: Tail-recursive call of |asyAncestors| was replaced by iteration.
;; Note: Tail-recursive call of |asyIsCatForm| was replaced by iteration.
;; Note: Tail-recursive call of |asytranForm1| was replaced by iteration.
;; Note: Tail-recursive call of |asytranForm1| was replaced by iteration.
;; Note: Tail-recursive call of |asytranForm1| was replaced by iteration.
;; Note: Tail-recursive call of |asytranApply| was replaced by iteration.
;; Note: Tail-recursive call of |asytranApply| was replaced by iteration.
;; Note: Tail-recursive call of |asySig1| was replaced by iteration.
;; Note: Tail-recursive call of |asyType| was replaced by iteration.
;; Note: Tail-recursive call of |asyTypeUnit| was replaced by iteration.
;; Note: Tail-recursive call of |asyPredTran1| was replaced by iteration.
;; Note: Tail-recursive call of |asyTypeItem| was replaced by iteration.
;; Note: Tail-recursive call of |asCategoryParts,exportsOf| was replaced by iteration.
;; Note: Tail-recursive call of |asCategoryParts,build| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/as.o.
595 making /home/axiomgnu/new/obj/linux/interp/foam_l.o from /home/axiomgnu/new/int/interp/foam_l.lisp

>
Compiling foam_l.lisp.
; (DEFMACRO |SFloRPlus| ...) is being compiled.
;; Warning: The variable R is not used.
;; Warning: The variable Y is not used.
;; Warning: The variable X is not used.
; (DEFMACRO |SFloRMinus| ...) is being compiled.
;; Warning: The variable R is not used.
;; Warning: The variable Y is not used.
;; Warning: The variable X is not used.
; (DEFMACRO |SFloRTimes| ...) is being compiled.
;; Warning: The variable R is not used.
;; Warning: The variable Y is not used.
;; Warning: The variable X is not used.
; (DEFMACRO |SFloRTimesPlus| ...) is being compiled.
;; Warning: The variable R is not used.
;; Warning: The variable Z is not used.
;; Warning: The variable Y is not used.
;; Warning: The variable X is not used.
; (DEFMACRO |SFloRDivide| ...) is being compiled.
;; Warning: The variable R is not used.
;; Warning: The variable Y is not used.
;; Warning: The variable X is not used.
; (DEFMACRO |SFloDissemble| ...) is being compiled.
;; Warning: The variable X is not used.
; (DEFMACRO |SFloAssemble| ...) is being compiled.
;; Warning: The variable Y is not used.
;; Warning: The variable X is not used.
;; Warning: The variable W is not used.
; (DEFMACRO |DFloRPlus| ...) is being compiled.
;; Warning: The variable R is not used.
;; Warning: The variable Y is not used.
;; Warning: The variable X is not used.
; (DEFMACRO |DFloRMinus| ...) is being compiled.
;; Warning: The variable R is not used.
;; Warning: The variable Y is not used.
;; Warning: The variable X is not used.
; (DEFMACRO |DFloRTimes| ...) is being compiled.
;; Warning: The variable R is not used.
;; Warning: The variable Y is not used.
;; Warning: The variable X is not used.
; (DEFMACRO |DFloRTimesPlus| ...) is being compiled.
;; Warning: The variable R is not used.
;; Warning: The variable Z is not used.
;; Warning: The variable Y is not used.
;; Warning: The variable X is not used.
; (DEFMACRO |DFloRDivide| ...) is being compiled.
;; Warning: The variable R is not used.
;; Warning: The variable Y is not used.
;; Warning: The variable X is not used.
; (DEFMACRO |DFloDissemble| ...) is being compiled.
;; Warning: The variable X is not used.
; (DEFMACRO |DFloAssemble| ...) is being compiled.
;; Warning: The variable Z is not used.
;; Warning: The variable Y is not used.
;; Warning: The variable X is not used.
;; Warning: The variable W is not used.
; (DEFUN |FormatNumber| ...) is being compiled.
;; The variable STR is undefined.
;; The compiler will assume this variable is a global.
; (DEFMACRO |RElt| ...) is being compiled.
;; Warning: The variable FIELD is not used.
; (DEFMACRO |SetRElt| ...) is being compiled.
;; Warning: The variable FIELD is not used.
; (DEFMACRO |EElt| ...) is being compiled.
;; Warning: The variable N is not used.
; (DEFMACRO |SetEElt| ...) is being compiled.
;; Warning: The variable N is not used.
; (DEFMACRO |Lex| ...) is being compiled.
;; Warning: The variable N is not used.
; (DEFMACRO |SetLex| ...) is being compiled.
;; Warning: The variable N is not used.
; (DEFMACRO |FoamFree| ...) is being compiled.
;; Warning: The variable O is not used.
; (DEFUN |fiSetDebugger| ...) is being compiled.
;; Warning: The variable X is not used.
;; Warning: The variable Y is not used.
; (DEFUN |fiGetDebugger| ...) is being compiled.
;; Warning: The variable X is not used.
End of Pass 1.  

;; Note: Tail-recursive call of |magicEq1| was replaced by iteration.
;; Note: Tail-recursive call of AUX was replaced by iteration.
;; Note: Tail-recursive call of AUX was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/foam_l.o.
592 making /home/axiomgnu/new/obj/linux/interp/axext_l.o from /home/axiomgnu/new/int/interp/axext_l.lisp

>
Compiling /home/axiomgnu/new/int/interp/axext_l.lisp.
; (DEFUN H-INTEGER ...) is being compiled.
;; Warning: The variable E is not used.
; (DEFUN H-STRING ...) is being compiled.
;; Warning: The variable E is not used.
; (DEFUN H-ERROR ...) is being compiled.
;; Warning: The variable E is not used.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/axext_l.o.
448 making /home/axiomgnu/new/int/interp/ax.clisp from /home/axiomgnu/new/src/interp/ax.boot.pamphlet

>447 making /home/axiomgnu/new/obj/linux/interp/ax.o from /home/axiomgnu/new/int/interp/ax.clisp

>
Compiling /home/axiomgnu/new/int/interp/ax.clisp.
; (DEFUN |spad2AxTranslatorAutoloadOnceTrigger| ...) is being compiled.
;; Warning: The variable |any| is not used.
; (DEFUN |setExtendedDomains| ...) is being compiled.
;; The variable |$extendedDomains| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |makeAxFile| ...) is being compiled.
;; The variable |$literals| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$baseForms| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |stripType| ...) is being compiled.
;; The variable |$stripTypes| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |modemapToAx| ...) is being compiled.
;; The variable |$TriangleVariableList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |axFormatType| ...) is being compiled.
;; The variable |$pretendFlag| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |makeDefaultDef| ...) is being compiled.
;; The variable |$defaultFlag| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |getDefaultingOps| ...) is being compiled.
;; Warning: The variable |i| is not used.
; (DEFUN |get1defaultOp| ...) is being compiled.
;; The variable |$opList| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |axFormatType| was replaced by iteration.
;; Note: Tail-recursive call of |axFormatType| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/ax.o.
446 making /home/axiomgnu/new/mnt/linux/autoload/ax.o from /home/axiomgnu/new/obj/linux/interp/ax.o
137 making /home/axiomgnu/new/int/interp/nag-c02.clisp from /home/axiomgnu/new/src/interp/nag-c02.boot.pamphlet

>136 making /home/axiomgnu/new/obj/linux/interp/nag-c02.o from /home/axiomgnu/new/int/interp/nag-c02.clisp

>
Compiling /home/axiomgnu/new/int/interp/nag-c02.clisp.
; (DEFUN |c02affSolve| ...) is being compiled.
;; The variable |$bcParseOnly| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nag-c02.o.
135 making/home/axiomgnu/new/mnt/linux/autoload/nag-c02.o from /home/axiomgnu/new/obj/linux/interp/nag-c02.o
141 making /home/axiomgnu/new/int/interp/nag-c05.clisp from /home/axiomgnu/new/src/interp/nag-c05.boot.pamphlet

>140 making /home/axiomgnu/new/obj/linux/interp/nag-c05.o from /home/axiomgnu/new/int/interp/nag-c05.clisp

>
Compiling /home/axiomgnu/new/int/interp/nag-c05.clisp.
; (DEFUN |c05nbfSolve| ...) is being compiled.
;; The variable |$bcParseOnly| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nag-c05.o.
139 making /home/axiomgnu/new/mnt/linux/autoload/nag-c05.o from /home/axiomgnu/new/obj/linux/interp/nag-c05.o
145 making /home/axiomgnu/new/int/interp/nag-c06.clisp from /home/axiomgnu/new/src/interp/nag-c06.boot.pamphlet

>144 making /home/axiomgnu/new/obj/linux/interp/nag-c06.o from /home/axiomgnu/new/int/interp/nag-c06.clisp

>
Compiling /home/axiomgnu/new/int/interp/nag-c06.clisp.
; (DEFUN |c06eafSolve| ...) is being compiled.
;; The variable |$bcParseOnly| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nag-c06.o.
143 making/home/axiomgnu/new/mnt/linux/autoload/nag-c06.o from /home/axiomgnu/new/obj/linux/interp/nag-c06.o
149 making /home/axiomgnu/new/int/interp/nag-d01.clisp from /home/axiomgnu/new/src/interp/nag-d01.boot.pamphlet

>148 making /home/axiomgnu/new/obj/linux/interp/nag-d01.o from /home/axiomgnu/new/int/interp/nag-d01.clisp

>
Compiling /home/axiomgnu/new/int/interp/nag-d01.clisp.
; (DEFUN |d01ajfGen| ...) is being compiled.
;; The variable |$bcParseOnly| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nag-d01.o.
147 making/home/axiomgnu/new/mnt/linux/autoload/nag-d01.o from /home/axiomgnu/new/obj/linux/interp/nag-d01.o
153 making /home/axiomgnu/new/int/interp/nag-d02.clisp from /home/axiomgnu/new/src/interp/nag-d02.boot.pamphlet

>152 making /home/axiomgnu/new/obj/linux/interp/nag-d02.o from /home/axiomgnu/new/int/interp/nag-d02.clisp

>
Compiling /home/axiomgnu/new/int/interp/nag-d02.clisp.
; (DEFUN |d02bbfSolve| ...) is being compiled.
;; The variable |$bcParseOnly| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nag-d02.o.
151 making/home/axiomgnu/new/mnt/linux/autoload/nag-d02.o from /home/axiomgnu/new/obj/linux/interp/nag-d02.o
157 making /home/axiomgnu/new/int/interp/nag-d03.clisp from /home/axiomgnu/new/src/interp/nag-d03.boot.pamphlet

>156 making /home/axiomgnu/new/obj/linux/interp/nag-d03.o from /home/axiomgnu/new/int/interp/nag-d03.clisp

>
Compiling /home/axiomgnu/new/int/interp/nag-d03.clisp.
; (DEFUN |d03edfSolve| ...) is being compiled.
;; The variable |$bcParseOnly| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nag-d03.o.
155 making/home/axiomgnu/new/mnt/linux/autoload/nag-d03.o from /home/axiomgnu/new/obj/linux/interp/nag-d03.o
161 making /home/axiomgnu/new/int/interp/nag-e01.clisp from /home/axiomgnu/new/src/interp/nag-e01.boot.pamphlet

>160 making /home/axiomgnu/new/obj/linux/interp/nag-e01.o from /home/axiomgnu/new/int/interp/nag-e01.clisp

>
Compiling /home/axiomgnu/new/int/interp/nag-e01.clisp.
; (DEFUN |e01bafSolve| ...) is being compiled.
;; The variable |$bcParseOnly| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nag-e01.o.
159 making /home/axiomgnu/new/mnt/linux/autoload/nag-e01.o from /home/axiomgnu/new/obj/linux/interp/nag-e01.o
169 making /home/axiomgnu/new/int/interp/nag-e02.clisp from /home/axiomgnu/new/src/interp/nag-e02.boot.pamphlet

>
=======================================================================
this is an expected failure -- tim
=======================================================================
Error: Invocation history stack overflow.
Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by OR.
Broken at APPLY.  Type :H for Help.
BOOT>>168 making /home/axiomgnu/new/obj/linux/interp/nag-e02.o from /home/axiomgnu/new/int/interp/nag-e02.clisp

>
Compiling /home/axiomgnu/new/int/interp/nag-e02.clisp.
; (DEFUN |e02adfSolve| ...) is being compiled.
;; The variable |$bcParseOnly| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nag-e02.o.
167 making /home/axiomgnu/new/mnt/linux/autoload/nag-e02.o from /home/axiomgnu/new/obj/linux/interp/nag-e02.o
173 making /home/axiomgnu/new/int/interp/nag-e04.clisp from /home/axiomgnu/new/src/interp/nag-e04.boot.pamphlet

>172 making /home/axiomgnu/new/obj/linux/interp/nag-e04.o from /home/axiomgnu/new/int/interp/nag-e04.clisp

>
Compiling /home/axiomgnu/new/int/interp/nag-e04.clisp.
; (DEFUN |e04dgfSolve| ...) is being compiled.
;; The variable |$bcParseOnly| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nag-e04.o.
171 making /home/axiomgnu/new/mnt/linux/autoload/nag-e04.o from /home/axiomgnu/new/obj/linux/interp/nag-e04.o
177 making /home/axiomgnu/new/int/interp/nag-f01.clisp from /home/axiomgnu/new/src/interp/nag-f01.boot.pamphlet

>176 making /home/axiomgnu/new/obj/linux/interp/nag-f01.o from /home/axiomgnu/new/int/interp/nag-f01.clisp

>
Compiling /home/axiomgnu/new/int/interp/nag-f01.clisp.
; (DEFUN |f01brfSolve| ...) is being compiled.
;; The variable |$bcParseOnly| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |f01qcfDefaultSolve| ...) is being compiled.
;; Warning: The variable |lda| is not used.
; (DEFUN |f01qdfDefaultSolve| ...) is being compiled.
;; Warning: The variable |lda| is not used.
;; Warning: The variable |ldb| is not used.
; (DEFUN |f01qefDefaultSolve| ...) is being compiled.
;; Warning: The variable |lda| is not used.
; (DEFUN |f01rdfDefaultSolve| ...) is being compiled.
;; Warning: The variable |lda| is not used.
;; Warning: The variable |ldb| is not used.
; (DEFUN |f01refDefaultSolve| ...) is being compiled.
;; Warning: The variable |lda| is not used.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nag-f01.o.
175 making /home/axiomgnu/new/mnt/linux/autoload/nag-f01.o from /home/axiomgnu/new/obj/linux/interp/nag-f01.o
181 making /home/axiomgnu/new/int/interp/nag-f02.clisp from /home/axiomgnu/new/src/interp/nag-f02.boot.pamphlet

>180 making /home/axiomgnu/new/obj/linux/interp/nag-f02.o from /home/axiomgnu/new/int/interp/nag-f02.clisp

>
Compiling /home/axiomgnu/new/int/interp/nag-f02.clisp.
; (DEFUN |f02aafSolve| ...) is being compiled.
;; The variable |$bcParseOnly| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |f02aafDefaultSolve| ...) is being compiled.
;; Warning: The variable |ia| is not used.
; (DEFUN |f02abfDefaultSolve| ...) is being compiled.
;; Warning: The variable |ia| is not used.
;; Warning: The variable |iv| is not used.
; (DEFUN |f02adfDefaultSolve| ...) is being compiled.
;; Warning: The variable |ia| is not used.
;; Warning: The variable |ib| is not used.
; (DEFUN |f02aefDefaultSolve| ...) is being compiled.
;; Warning: The variable |ia| is not used.
;; Warning: The variable |ib| is not used.
;; Warning: The variable |iv| is not used.
; (DEFUN |f02affDefaultSolve| ...) is being compiled.
;; Warning: The variable |ia| is not used.
; (DEFUN |f02agfDefaultSolve| ...) is being compiled.
;; Warning: The variable |ia| is not used.
;; Warning: The variable |ivr| is not used.
;; Warning: The variable |ivi| is not used.
; (DEFUN |f02ajfDefaultSolve| ...) is being compiled.
;; Warning: The variable |iar| is not used.
;; Warning: The variable |iai| is not used.
; (DEFUN |f02akfDefaultSolve| ...) is being compiled.
;; Warning: The variable |iar| is not used.
;; Warning: The variable |iai| is not used.
;; Warning: The variable |ivr| is not used.
;; Warning: The variable |ivi| is not used.
; (DEFUN |f02awfDefaultSolve| ...) is being compiled.
;; Warning: The variable |iar| is not used.
;; Warning: The variable |iai| is not used.
; (DEFUN |f02axfDefaultSolve| ...) is being compiled.
;; Warning: The variable |iar| is not used.
;; Warning: The variable |iai| is not used.
;; Warning: The variable |ivr| is not used.
;; Warning: The variable |ivi| is not used.
; (DEFUN |f02bbfDefaultSolve| ...) is being compiled.
;; Warning: The variable |ia| is not used.
;; Warning: The variable |iv| is not used.
; (DEFUN |f02bjfDefaultSolve| ...) is being compiled.
;; Warning: The variable |ia| is not used.
;; Warning: The variable |ib| is not used.
;; Warning: The variable |iv| is not used.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nag-f02.o.
179 making /home/axiomgnu/new/mnt/linux/autoload/nag-f02.o from /home/axiomgnu/new/obj/linux/interp/nag-f02.o
185 making /home/axiomgnu/new/int/interp/nag-f04.clisp from /home/axiomgnu/new/src/interp/nag-f04.boot.pamphlet

>184 making /home/axiomgnu/new/obj/linux/interp/nag-f04.o from /home/axiomgnu/new/int/interp/nag-f04.clisp

>
Compiling /home/axiomgnu/new/int/interp/nag-f04.clisp.
; (DEFUN |f04adfSolve| ...) is being compiled.
;; The variable |$bcParseOnly| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |f04atfDefaultSolve| ...) is being compiled.
;; Warning: The variable |iaa| is not used.
; (DEFUN |f04jgfDefaultSolve| ...) is being compiled.
;; Warning: The variable |nra| is not used.
;; Warning: The variable |lwork| is not used.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nag-f04.o.
183 making /home/axiomgnu/new/mnt/linux/autoload/nag-f04.o from /home/axiomgnu/new/obj/linux/interp/nag-f04.o
189 making /home/axiomgnu/new/int/interp/nag-f07.clisp from /home/axiomgnu/new/src/interp/nag-f07.boot.pamphlet

>188 making /home/axiomgnu/new/obj/linux/interp/nag-f07.o from /home/axiomgnu/new/int/interp/nag-f07.clisp

>
Compiling /home/axiomgnu/new/int/interp/nag-f07.clisp.
; (DEFUN |f07adfSolve| ...) is being compiled.
;; The variable |$bcParseOnly| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |f07adfDefaultSolve| ...) is being compiled.
;; Warning: The variable |lda| is not used.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nag-f07.o.
187 making /home/axiomgnu/new/mnt/linux/autoload/nag-f07.o from /home/axiomgnu/new/obj/linux/interp/nag-f07.o
193 making /home/axiomgnu/new/int/interp/nag-s.clisp from /home/axiomgnu/new/src/interp/nag-s.boot.pamphlet

>192 making /home/axiomgnu/new/obj/linux/interp/nag-s.o from /home/axiomgnu/new/int/interp/nag-s.clisp

>
Compiling /home/axiomgnu/new/int/interp/nag-s.clisp.
; (DEFUN |s17dcfGen| ...) is being compiled.
;; The variable |$bcParseOnly| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nag-s.o.
191 making /home/axiomgnu/new/mnt/linux/autoload/nag-s.o from /home/axiomgnu/new/obj/linux/interp/nag-s.o
165 making /home/axiomgnu/new/int/interp/nag-e02a.clisp from /home/axiomgnu/new/src/interp/nag-e02a.boot.pamphlet

>164 making /home/axiomgnu/new/obj/linux/interp/nag-e02a.o from /home/axiomgnu/new/int/interp/nag-e02a.clisp

>
Compiling /home/axiomgnu/new/int/interp/nag-e02a.clisp.
; (DEFUN |e02adfSolve| ...) is being compiled.
;; The variable |$bcParseOnly| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nag-e02a.o.
163 making /home/axiomgnu/new/mnt/linux/autoload/nag-e02a.o from /home/axiomgnu/new/obj/linux/interp/nag-e02a.o
578 making /home/axiomgnu/new/int/interp/wi1.clisp from /home/axiomgnu/new/src/interp/wi1.boot.pamphlet

>577 making /home/axiomgnu/new/mnt/linux/autoload/wi1.o from /home/axiomgnu/new/int/interp/wi1.clisp

>
Compiling /home/axiomgnu/new/int/interp/wi1.clisp.
; (DEFUN |stackMessage| ...) is being compiled.
;; The variable |$compErrorMessageStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |put| ...) is being compiled.
;; The variable |$CapsuleModemapFrame| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compJoin| ...) is being compiled.
;; Warning: The variable |x| is not used.
; (DEFUN |compDefineLisplib| ...) is being compiled.
;; The variable |$compileDocumentation| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |comp0| ...) is being compiled.
;; The variable |$compStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compAtom| ...) is being compiled.
;; The variable |$localImportStack| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$globalImportStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compSymbol| ...) is being compiled.
;; The variable |$functorLocalParameters| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setqSingle| ...) is being compiled.
;; The variable |$profileCompiler| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$markFreeStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |setqMultiple,decompose| ...) is being compiled.
;; Warning: The variable |length| is not used.
; (DEFUN |setqMultipleExplicit| ...) is being compiled.
;; Warning: The variable |m| is not used.
; (DEFUN |canReturn| ...) is being compiled.
;; The variable |$convert2NewCompiler| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compDefine| ...) is being compiled.
;; The variable |$originalBody| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compDefine1| ...) is being compiled.
;; The variable |$op| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compDefineCategory1| ...) is being compiled.
;; The variable |$lisplibCategory| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compDefineCategory2| ...) is being compiled.
;; The variable |$TriangleVariableList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$catAddForm| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$categoryTranForm| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$domainShell| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$convertingSpadFile| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |specialCases| is not used.
End of Pass 1.  

;; Note: Tail-recursive call of |put| was replaced by iteration.
;; Note: Tail-recursive call of |canReturn| was replaced by iteration.
;; Note: Tail-recursive call of |canReturn| was replaced by iteration.
;; Note: Tail-recursive call of |canReturn| was replaced by iteration.
;; Note: Tail-recursive call of |canReturn| was replaced by iteration.
;; Note: Tail-recursive call of |compCoerce| was replaced by iteration.
;; Note: Tail-recursive call of |genCaseTag| was replaced by iteration.
;; Note: Tail-recursive call of |genCaseTag| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/mnt/linux/autoload/wi1.o.
581 making /home/axiomgnu/new/int/interp/wi2.clisp from /home/axiomgnu/new/src/interp/wi2.boot.pamphlet

>580 making /home/axiomgnu/new/mnt/linux/autoload/wi2.o from /home/axiomgnu/new/int/interp/wi2.clisp

>
Compiling /home/axiomgnu/new/int/interp/wi2.clisp.
; (DEFUN |compDefineFunctor1| ...) is being compiled.
;; The variable |$functorSpecialCases| is undefined.
;; The compiler will assume this variable is a global.
;; The variable NRTPARSE is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$pairlis| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$mutableDomains| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$domainShell| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$insideCategoryPackageIfTrue| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$myFunctorBody| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$convert2NewCompiler| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$originalBody| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibFunctionLocations| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibCategoriesExtended| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibSlot1| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lisplibMissingFunctions| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |makeFunctorArgumentParameters,augmentSig| ...) is being compiled.
;; The variable |$ConditionalOperators| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compDefineCapsuleFunction| ...) is being compiled.
;; The variable |$signatureOfForm| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$functionLocations| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$profileCompiler| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compCapsuleInner| ...) is being compiled.
;; The variable |$functorLocalParameters| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$addForm| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$signature| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$getDomainCode| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compImport| ...) is being compiled.
;; Warning: The variable |dom| is not used.
;; Warning: The variable |m| is not used.
; (DEFUN |applyMapping| ...) is being compiled.
;; The variable |$op| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compApplyModemap| ...) is being compiled.
;; The variable |$bindings| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |NRTgetLocalIndex1| ...) is being compiled.
;; The variable |$NRTaddForm| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTdeltaList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTdeltaListComp| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTdeltaLength| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTbase| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |killBindingIfTrue| is not used.
; (DEFUN |optDeltaEntry| ...) is being compiled.
;; The variable |$killOptimizeIfTrue| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$optimizableConstructorNames| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |makeSimplePredicateOrNil| ...) is being compiled.
;; Warning: The variable |p| is not used.
; (DEFUN |mkUserConstructorAbbreviation| ...) is being compiled.
;; The variable |$AnalyzeOnly| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$abbreviationStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |compIterator| ...) is being compiled.
;; The variable |$until| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |doItSeq| ...) is being compiled.
;; The variable |$predl| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |doItLet1| ...) is being compiled.
;; The variable |$functorsUsed| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$packagesUsed| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$globalImportDefAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$NRTopt| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$LocalDomainAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |doItExpression| ...) is being compiled.
;; The variable $ITEM is undefined.
;; The compiler will assume this variable is a global.
;; The variable $T1 is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |wiReplaceNode| ...) is being compiled.
;; The variable $NODE is undefined.
;; The compiler will assume this variable is a global.
;; The variable $NODE1 is undefined.
;; The compiler will assume this variable is a global.
;; The variable $NODE2 is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |replaceNodeBy| ...) is being compiled.
;; The variable |$nodeCopy| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |macroExpand| was replaced by iteration.
;; Note: Tail-recursive call of |unLet| was replaced by iteration.
;; Note: Tail-recursive call of |parseIf,ifTran| was replaced by iteration.
;; Note: Tail-recursive call of |parseIf,ifTran| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/mnt/linux/autoload/wi2.o.
584 making /home/axiomgnu/new/int/interp/pspad1.clisp from /home/axiomgnu/new/src/interp/pspad1.boot.pamphlet

>583 making /home/axiomgnu/new/mnt/linux/autoload/pspad1.o from /home/axiomgnu/new/int/interp/pspad1.clisp

>
Compiling /home/axiomgnu/new/int/interp/pspad1.clisp.
; (DEFUN |lisp2Boot| ...) is being compiled.
;; The variable |$fieldNames| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$autoLine| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lineFragmentBuffer| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$bc| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$m| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$c| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$numberOfSpills| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lineLength| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formatOutput| ...) is being compiled.
;; The variable |$commentsToPrint| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |consLineBuffer| ...) is being compiled.
;; The variable |$lineBuffer| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |consBuffer| ...) is being compiled.
;; The variable |$rightBraceFlag| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$semicolonFlag| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |newLine| ...) is being compiled.
;; The variable |$newLineWritten| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |indent| ...) is being compiled.
;; The variable |$marginStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formatMacroCheck| ...) is being compiled.
;; The variable |$globalMacroStack| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$localMacroStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formatAtom| ...) is being compiled.
;; The variable |$renameAlist| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$escapeWords| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$underScore| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formatUnion,fn| ...) is being compiled.
;; The variable |$count| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formatApplication1| ...) is being compiled.
;; The variable |$formatForcePren| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formatPrefixOp| ...) is being compiled.
;; The variable |$spadTightList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formatDEF| ...) is being compiled.
;; The variable |$DEFdepth| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formatMDEF| ...) is being compiled.
;; The variable |.| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$insideCAPSULE| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |insideCat| ...) is being compiled.
;; The variable |$noColonDeclaration| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |lispStringList2String| was replaced by iteration.
;; Note: Tail-recursive call of |consBuffer| was replaced by iteration.
;; Note: Tail-recursive call of |formatUnion,fn| was replaced by iteration.
;; Note: Tail-recursive call of |pspadBindingPowerOf| was replaced by iteration.
;; Note: Tail-recursive call of |addFieldNames| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/mnt/linux/autoload/pspad1.o.
587 making /home/axiomgnu/new/int/interp/pspad2.clisp from /home/axiomgnu/new/src/interp/pspad2.boot.pamphlet

>586 making /home/axiomgnu/new/mnt/linux/autoload/pspad2.o from /home/axiomgnu/new/int/interp/pspad2.clisp

>
Compiling /home/axiomgnu/new/int/interp/pspad2.clisp.
; (DEFUN |formatDeftran| ...) is being compiled.
;; The variable |$insideDEF| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formatDeftranRepper| ...) is being compiled.
;; The variable |$pspadRelationAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formatCategory| ...) is being compiled.
;; Warning: The variable #:G4322 is not used.
; (DEFUN |formatColon| ...) is being compiled.
;; The variable |$insideTypeExpression| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$insideCAPSULE| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formatCOND| ...) is being compiled.
;; The variable |$c| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$m| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formatIfExit| ...) is being compiled.
;; The variable |$currentMarginStack| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$doNotResetMarginIfTrue| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formatIf1| ...) is being compiled.
;; The variable |.| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$numberOfSpills| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formatSCOND| ...) is being compiled.
;; The variable |$pilesAreOkHere| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formatCOMMENT| ...) is being compiled.
;; The variable |$commentsToPrint| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formatComments| ...) is being compiled.
;; The variable |$commentIndentation| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$insideEXPORTS| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$comments| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |consComments| ...) is being compiled.
;; The variable |$lineLength| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$charBlank| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formatDoCommentLine| ...) is being compiled.
;; The variable |$lineBuffer| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formatPileLine| ...) is being compiled.
;; The variable |$newLineWritten| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$rightBraceFlag| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |ident2PrintImage| ...) is being compiled.
;; The variable |$underScore| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |tryToFit| ...) is being compiled.
;; The variable |$back| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |s| is not used.
; (DEFUN |restoreState| ...) is being compiled.
;; The variable |$lineFragmentBuffer| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$marginStack| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$braceStack| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$DEFdepth| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$bc| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$autoLine| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$semicolonFlag| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$noColonDeclaration| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |formatSC| ...) is being compiled.
;; The variable |$pileStyle| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |wrapBraces| ...) is being compiled.
;; Warning: The variable |x| is not used.
;; Warning: The variable |z| is not used.
; (DEFUN |formatLB| ...) is being compiled.
;; The variable |$braceIndentation| is undefined.
;; The compiler will assume this variable is a global.
End of Pass 1.  

;; Note: Tail-recursive call of |formatDeftran| was replaced by iteration.
;; Note: Tail-recursive call of |formatDeftran| was replaced by iteration.
;; Note: Tail-recursive call of |formatDeftran| was replaced by iteration.
;; Note: Tail-recursive call of |formatDeftran| was replaced by iteration.
;; Note: Tail-recursive call of |formatDeftran| was replaced by iteration.
;; Note: Tail-recursive call of |formatIF| was replaced by iteration.
;; Note: Tail-recursive call of |formatIF3| was replaced by iteration.
;; Note: Tail-recursive call of |consComments| was replaced by iteration.
;; Note: Tail-recursive call of |nary2Binary| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/mnt/linux/autoload/pspad2.o.
590 making /home/axiomgnu/new/int/interp/mark.clisp from /home/axiomgnu/new/src/interp/mark.boot.pamphlet

>589 making /home/axiomgnu/new/mnt/linux/autoload/mark.o from /home/axiomgnu/new/int/interp/mark.clisp

>
Compiling /home/axiomgnu/new/int/interp/mark.clisp.
; (DEFUN WI ...) is being compiled.
;; Warning: The variable |a| is not used.
; (DEFUN |markCoerce| ...) is being compiled.
;; The variable |$partExpression| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markCompAtom| ...) is being compiled.
;; The variable |$convert2NewCompiler| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markAutoCoerceUp| ...) is being compiled.
;; Warning: The variable |x| is not used.
; (DEFUN |markLisp| ...) is being compiled.
;; Warning: The variable |m| is not used.
; (DEFUN |markLambda| ...) is being compiled.
;; The variable |$PerCentVariableList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markMacro| ...) is being compiled.
;; The variable |$def| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$localMacroStack| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$globalMacroStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markReduce| ...) is being compiled.
;; The variable |$funk| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markImport| ...) is being compiled.
;; The variable |$localImportStack| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$localDeclareStack| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$globalImportStack| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$globalDeclareStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markSetq| ...) is being compiled.
;; The variable |$domainLevelVariableList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$importStack| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$freeStack| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$markFreeStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |capsuleStack| ...) is being compiled.
;; The variable |$capsuleStack| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$predicateStack| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$predl| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$signatureOfForm| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$signatureStack| is undefined.
;; The compiler will assume this variable is a global.
;; Warning: The variable |name| is not used.
; (DEFUN |markChanges| ...) is being compiled.
;; The variable |$hoho| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |reduceImports1| ...) is being compiled.
;; The variable |$globalImportDefAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |augmentBodyByLoopDecls| ...) is being compiled.
;; The variable |$localLoopVariables| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markFindOriginalSignature| ...) is being compiled.
;; The variable |$originalTarget| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markEncodeChanges| ...) is being compiled.
;; The variable |$markChoices| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markRecord| ...) is being compiled.
;; The variable |$shout2| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$monitorCoerce| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$from| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$coerceList| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markPath| ...) is being compiled.
;; The variable |$path| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$pathStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markPath1| ...) is being compiled.
;; The variable |$shout1| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markGetPath| ...) is being compiled.
;; The variable |$amb| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$pathErrorStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markTryPaths| ...) is being compiled.
;; The variable |$x| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$y| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markPaths| ...) is being compiled.
;; The variable |$shout| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markSpliceInChanges| ...) is being compiled.
;; The variable |$cl| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$hohum| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markInsertNextChange| ...) is being compiled.
;; The variable |$data| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markInsertChanges| ...) is being compiled.
;; The variable $CHANGE is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$markPrimitiveNumbers| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markFinish| ...) is being compiled.
;; The variable |$cs| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$ps| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$ss| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$os| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$gis| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$gds| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$gms| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$as| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$abbreviationStack| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$lms| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$map| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$macrosAlreadyPrinted| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$gs| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$fs| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$b| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$t| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |reFinish| ...) is being compiled.
;; The variable |$abbreviationsAlreadyPrinted| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markFinish1| ...) is being compiled.
;; The variable |$categoryNameForDollar| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$extraDefinitions| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$categoryPart| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |getNumberTypesInScope| ...) is being compiled.
;; The variable |$markNumberTypes| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkNewCapsuleItem| ...) is being compiled.
;; The variable |$finalImports| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markFinishItem| ...) is being compiled.
;; The variable |$f| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$ob| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markCompare| ...) is being compiled.
;; The variable |$macroAlist| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markPrint| ...) is being compiled.
;; The variable |$categoryTranForm| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$TriangleVariableList| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$catAddForm| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$originalBody| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$bootForm| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$bootLines| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markSay| ...) is being compiled.
;; The variable |$outStream| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markCheckForAttributes,fn| ...) is being compiled.
;; The variable |$knownAttributes| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markInsertParts| ...) is being compiled.
;; The variable |$partNumber| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markPartOp?| ...) is being compiled.
;; The variable |$partChoices| is undefined.
;; The compiler will assume this variable is a global.
;; The variable |$partSkips| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |changeToEqualEqual| ...) is being compiled.
;; The variable |$blank| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |markGetPaths| ...) is being compiled.
;; The variable |$newPaths| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |mkCheck| ...) is being compiled.
;; The variable |$badStack| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |combineDefinitions| ...) is being compiled.
;; The variable |$hash| is undefined.
;; The compiler will assume this variable is a global.
; (DEFUN |buildNewDefinition| ...) is being compiled.
;; Warning: The variable |op| is not used.
End of Pass 1.  

;; Note: Tail-recursive call of |getImpliedImports| was replaced by iteration.
;; Note: Tail-recursive call of |markEncodeChanges| was replaced by iteration.
;; Note: Tail-recursive call of |markEncodeChanges| was replaced by iteration.
;; Note: Tail-recursive call of |markEncodeChanges| was replaced by iteration.
;; Note: Tail-recursive call of |markEncodeChanges| was replaced by iteration.
;; Note: Tail-recursive call of |markEncodeChanges| was replaced by iteration.
;; Note: Tail-recursive call of |markEncodeChanges| was replaced by iteration.
;; Note: Tail-recursive call of |markOrigName| was replaced by iteration.
;; Note: Tail-recursive call of |markOrigName| was replaced by iteration.
;; Note: Tail-recursive call of |getSourceWI| was replaced by iteration.
;; Note: Tail-recursive call of |markRemove| was replaced by iteration.
;; Note: Tail-recursive call of |markRemove| was replaced by iteration.
;; Note: Tail-recursive call of |getTargetWI| was replaced by iteration.
;; Note: Tail-recursive call of |getTargetWI| was replaced by iteration.
;; Note: Tail-recursive call of |markPath1| was replaced by iteration.
;; Note: Tail-recursive call of |markPaths| was replaced by iteration.
;; Note: Tail-recursive call of |markPaths| was replaced by iteration.
;; Note: Tail-recursive call of |markPaths| was replaced by iteration.
;; Note: Tail-recursive call of |markPaths| was replaced by iteration.
;; Note: Tail-recursive call of |markPathsEqual| was replaced by iteration.
;; Note: Tail-recursive call of |markPathsEqual| was replaced by iteration.
;; Note: Tail-recursive call of |markPathsEqual| was replaced by iteration.
;; Note: Tail-recursive call of |markPathsEqual| was replaced by iteration.
;; Note: Tail-recursive call of |markCheckForAttributes| was replaced by iteration.
;; Note: Tail-recursive call of |markKillExpr| was replaced by iteration.
;; Note: Tail-recursive call of |markKillExpr| was replaced by iteration.
;; Note: Tail-recursive call of |markKillButIfs| was replaced by iteration.
;; Note: Tail-recursive call of |markKillButIfs| was replaced by iteration.
;; Note: Tail-recursive call of |markKillButIfs| was replaced by iteration.
;; Note: Tail-recursive call of |markKillAll| was replaced by iteration.
;; Note: Tail-recursive call of |markKillAll| was replaced by iteration.
;; Note: Tail-recursive call of |markKillAll| was replaced by iteration.
;; Note: Tail-recursive call of |lookupRight| was replaced by iteration.
;; Note: Tail-recursive call of |mkPaths| was replaced by iteration.
;; Note: Tail-recursive call of |getLocOf| was replaced by iteration.
;; Note: Tail-recursive call of |boolBin| was replaced by iteration.
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/mnt/linux/autoload/mark.o.
87 making /home/axiomgnu/new/int/interp/nspadaux.lisp from /home/axiomgnu/new/src/interp/nspadaux.lisp.pamphlet
85 making /home/axiomgnu/new/obj/linux/interp/nspadaux.o from /home/axiomgnu/new/int/interp/nspadaux.lisp

>
Compiling /home/axiomgnu/new/int/interp/nspadaux.lisp.
End of Pass 1.  
End of Pass 2.  
OPTIMIZE levels: Safety=0 (No runtime error checking), Space=0, Speed=3
Finished compiling /home/axiomgnu/new/obj/linux/interp/nspadaux.o.
84 making /home/axiomgnu/new/mnt/linux/autoload/nspadaux.o from /home/axiomgnu/new/obj/linux/interp/nspadaux.o
=======================================================================
this is an expected failure -- tim
=======================================================================
make[3]: *** No rule to make target `/home/axiomgnu/new/src/algebra/INTERP.EXPOSED', needed by `/home/axiomgnu/new/mnt/linux/algebra/INTERP.EXPOSED'.  Stop.
make[3]: Leaving directory `/home/axiomgnu/new/src/interp'
make[2]: *** [interpdir] Error 2
make[2]: Leaving directory `/home/axiomgnu/new/src'
make[1]: *** [srcdir] Error 2
make[1]: Leaving directory `/home/axiomgnu/new'
make: *** [all] Error 2


=======================================================================
obj/linux/bin/lisp, bootsys and depsys should exist
well, obj/(your platorm)/bin/  should have them anyway.
give me feedback, prefer a console trace -- tim dec 21, 2002
=======================================================================

real	15m11.414s
user	12m38.200s
sys	0m29.400s
bash-2.05a# 


\start
Date: 22 Dec 2002 20:23:19 -0500
From: Camm Maguire
To: Tim Daly
Subject: Re:  pre-interpsys image
cc: Bill Page

Greetings, and thanks as always for your work on this!  Just wanted to
notice that there are quite a few straightforward failures when using
the latest GCL, due to the ansi IN-PACKAGE behavior (i.e. MAKE-PACKAGE
needs to be called first).

Please let me know if you ever change your mind, and would like a
compile or run time switch to get the old behavior.

\start
Date: Sun, 22 Dec 2002 21:08:11 -0500
From: Tim Daly 
To: Camm Maguire
Subject: Re:  pre-interpsys image
cc: Bill Page

Camm,

Yes, I know about the IN-PACKAGE failures which will be fixed up shortly.
I'm still using gcl 2.4.1 for that very reason. I have several things
queued up to rewrite and this is one of them. At the moment I'm 
concentrating on getting one runnable version before I begin to add
my mista....changes.

If you modify the intermediate lisp files they will not get rebuilt.
You can add the make-package call to them and see if anything else
fails. Alternatively you could add a make-package into the lisp 
image and the compiles should work correctly.

I'm not caving into the runtime switch because I want Axiom to run on
both versions, the old common lisp and the new. GCL is only one of the
planned common lisp platforms so I couldn't depend on a compile-time
switch anyway.

\start
Date: Tue, 24 Dec 2002 01:16:28 -0500
From: Tim Daly 
To: list
Subject:  open source axiom lives

I just got it to compute 2+2
It lives!

There are, of course, a pile of breakages that need to be fixed
and the build procedures need to be reworked but the heart of the
system is beginning to function. The plan is to have an alpha
release by year-end.

\start
Date: 24 Dec 2002 11:56:32 -0500
From: Camm Maguire
To: Tim Daly
Subject: Re:  open source axiom lives

Congratulations!  An outstanding achievement!  And, BTW, everything
works with current GCL cvs if one does a few MAKE-PACKAGE commands in
the image first, as you suggested.

Take care,

Tim Daly  writes:

> I just got it to compute 2+2
> It lives!
> 
> There are, of course, a pile of breakages that need to be fixed
> and the build procedures need to be reworked but the heart of the
> system is beginning to function. The plan is to have an alpha
> release by year-end.

\start
Date: Tue, 24 Dec 2002 12:05:12 -0500
From: Tim Daly 
To: Camm Maquire
Subject: Re:  open source axiom lives

re: current gcl 

I have to add a few things to the image to make Axiom work.
In particular, I add 2 files. This is easily done by adding
them to the EXTRAS shell variable in 386-linux.defs. However
the symbols they use get resolved from libspad.a. I know I
used have a way to add libspad.a to the raw_gcl loader line
but memory fails me about the "correct" path. Any suggestions?



\end{verbatim}
\eject
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\cleardoublepage
%\phantomsection
\addcontentsline{toc}{chapter}{Bibliography}
\bibliographystyle{axiom}
\bibliography{axiom}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\cleardoublepage
%\phantomsection
\addcontentsline{toc}{chapter}{Index}
\printindex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{document}
