Greg,

The process is:

   notangle i-coerfn.boot.pamphlet ==> i-coerfn.boot
   depsys (boottocl) i-coerfn.boot ==> i-coerfn.clisp
   depsys   i-coerfn.clisp         ==> i-coerfn.o

The process can fail in several ways but it appears that you have
a partially translated .boot file resulting in a truncated .clisp file.
The usually indicates a syntax error in the boot file causing the
boottocl translator to stop.

Or if the make is stopped while the .clisp file is partially written
then it will already exist (with only some of the functions translated)
and restarting the make will not retranslate the file (since it exists).

Rebuilding the system from scratch should cure the problem. I've fetched
the sources and will do another rebuild here just to check that the file
was not changed in some way.

Tim



_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to