axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] build bug


From: Tim Daly
Subject: [Axiom-developer] build bug
Date: Mon, 26 Jan 2004 12:55:53 -0500

well, piffle. the CVS version is broken as I failed to upload a 
change to one Makefile.pamphlet. I'll do that once I get home.

That isn't Peter's problem, however.

I don't see any reason for the build to fail at that point.

lisp appears to have been built successfully.

bootsys appears to have been built successfully. (bootsys is an 
interpreted image that is used to compile the src/boot files).

now the system is building depsys. this involves compiling the
files in src/boot. the first file you try to compile fails.
this means that bootsys is broken somehow. try the following
and let me know the result:

export AXIOM=/usr/local/src/axiom-current/mnt/linux
export PATH=/usr/local/src/axiom-current/obj/linux/bin:$PATH
cd /usr/local/src/axiom-current/obj/linux/interp
lisp
> (load "makedep.lisp")

if this fails please send me the makedep.lisp file.

if all else fails start again:

export AXIOM=/usr/local/src/axiom-current/mnt/linux
export PATH=/usr/local/src/axiom-current/obj/linux/bin:$PATH
cd /usr/local/src/axiom-current
make clean
make





reply via email to

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