axiom-developer
[Top][All Lists]
Advanced

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

Re: [Axiom-developer] about compilation error on mandrake 1.0


From: Camm Maguire
Subject: Re: [Axiom-developer] about compilation error on mandrake 1.0
Date: 02 Aug 2004 11:23:33 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!  The default maxpage and stack sizes are now larger, so
those options may not be needed (but don't hurt obviously). 'locbfd',
as separately posted, means build the bfd library locally from the gcl
source tree instead of using an external version.   Adds quite a bit
to the compile time, but homogenizes the situation somewhat regarding
bfd which is very much a moving target.  In principle, though, gcc,
which is always external, uses bfd to write the objects which gcl
expects to read -- the versions should therefore always be compatible,
which is why I put in the external option as the default.

Take care,

C Y <address@hidden> writes:

> --- Stephen Wilson <address@hidden> wrote:
> 
> > Xin, You need to edit lsp/Makefile.pamphlet line 300 (as of cvs 2-3
> > days ago). It reads as:
> > 
> >  ./configure --enable-vssize=65536*2 --enable-statsysbfd
> > --enable-maxpage=128*1024 ;
> > 
> > you should change this to:
> > 
> >  ./configure --enable-vssize=65536*2 --disable-statsysbfd
> > --enable-locbfd \
> >  --enable-maxpage=128*1024 ;
> 
> Which GCL is currently being used in Axiom?  Until recently I had to do
> the same thing with GCL on Gentoo Linux, but I'm not sure if it was
> system upgrades or a GCL upgrade which eliminated the need.  
> 
> CY
>  
> 
> 
> 
>               
> __________________________________
> Do you Yahoo!?
> Yahoo! Mail - 50x more storage than other providers!
> http://promotions.yahoo.com/new_mail
> 
> 
> _______________________________________________
> Axiom-developer mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/axiom-developer
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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