axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] Re: [Gcl-devel] Re: Trying to build axiom


From: root
Subject: Re: [Axiom-developer] Re: [Gcl-devel] Re: Trying to build axiom
Date: Sun, 23 Nov 2003 15:32:13 -0500

Peter,

Don't do a make clean.

Do the following:

cd /usr/local/src/axiom-current          <== (yourpath)
cd lsp                                   <== where lisp lives
edit Makefile                            <== Axiom's Makefile, not the .pamphlet
modify line 35 from:                     <== where we specify gcl options

        ./configure --enable-vssize=65536*2 --enable-statsysbfd 
--enable-readline --enable-maxpage=128*1024 ; \

to read:                                 <== add two options

        ./configure --enable-vssize=65536*2 --enable-statsysbfd 
--disable-tclconfig --disable-tkconfig --enable-readline 
--enable-maxpage=128*1024 ; \

(note that the I've added "--disable-tclconfig --disable-tkconfig")

save the file                            <== 
cd ..                                    <== back to axiom-current
rm obj/linux/bin/lisp                    <== remove the broken lisp
rm lsp/gcldir                            <== force lisp to be rebuilt
make                                     <== restart the build process

This change should skip the gcl tcl build completely.
That should bypass the problem.
Save the console again in case it fails.

I'll make option changes on the configure easier.

Tim




reply via email to

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