Bill Allombert on Sun, 16 Aug 2009 21:53:40 +0200


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

Re: Ubuntu 9.10 and gcc-4.4 failure


On Sun, Aug 09, 2009 at 10:25:43AM +0200, Bill Allombert wrote:
> On Thu, Aug 06, 2009 at 01:21:40PM -0700, J Elaych wrote:
> > Hi all,
> > 
> > I've been working with the Sage / Python package which
> > includes pari-2.3.4 and noticed that the build failed at
> > the command
> > 
> > /usr/bin/gcc  -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer    -I.
> > -I../src/headers -fPIC -o base3.o ../src/basemath/base3.c
> 
> What is the error message ?

With Debian gcc 4.4.1-2 (4.4.1-1 works fine), the compiler eat all available
memory and crash. I reported that issue as Debian bug #541816
<http://bugs.debian.org/541816>.

Apparently the problem is when compiling the function int_elt_val() in
src/basemath/base3.c.

Cheers,
Bill.