Re: [Axiom-developer] build-improvements on ia64

2006-11-12 Thread Gabriel Dos Reis
Richard Harke <[EMAIL PROTECTED]> writes: [...] | Thanks. This was very helpful. I still have the problem, however. | I agree it appears to be a gcl problem. I didn't see any thing in the | gcl build log and the save-system and compiler::link tests | given above both appeared to work fine. I did

Re: [Axiom-developer] build-improvements on ia64

2006-11-10 Thread Richard Harke
On Thu November 9 2006 12:47, Bill Page wrote: > If this problem persists after re-building with a fresh copy of > the Axiom source (see below), it might be a bit hard to diagnose > with only the information above. :-) My first suggestion is to > look for the possibility of another error somewhere

Re: [Axiom-developer] build-improvements on ia64

2006-11-09 Thread Gabriel Dos Reis
Ralf Hemmecke <[EMAIL PROTECTED]> writes: | > I recommend that you do an "out of source" build. This means | > that Axiom is built in a different directory then where the | > source distribution exists. | > To do this, first use svn to check-out a clean copy of the | > Axiom source to some directo

Re: [Axiom-developer] build-improvements on ia64

2006-11-09 Thread Ralf Hemmecke
I recommend that you do an "out of source" build. This means that Axiom is built in a different directory then where the source distribution exists. To do this, first use svn to check-out a clean copy of the Axiom source to some directory, e.g. ~/axiom.improvements. After that you will not change

RE: [Axiom-developer] build-improvements on ia64

2006-11-09 Thread Bill Page
On November 9, 2006 3:15 PM Richard Harke wrote: > > I built gcl manually per suggestion. Based on suggestions > I used the following configure command: > > ./configure --prefix=/usr/local \ > --enable-vssize=65536*2 --enable-maxpage=256*1024 \ > --disable-x --disable-xgcl --disable-tkconfig > G

[Axiom-developer] build-improvements on ia64

2006-11-09 Thread Richard Harke
I built gcl manually per suggestion. Based on suggestions I used the following configure command: ./configure --prefix=/usr/local \ --enable-vssize=65536*2 --enable-maxpage=256*1024 \ --disable-x --disable-xgcl --disable-tkconfig After installing gcl, I configured Axiom: ./configure --with-gcl D