J Elaych on Sun, 09 Aug 2009 07:25:34 +0200
|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Ubuntu 9.10 and gcc-4.4 failure
|
- To: Jeroen Demeyer <jdemeyer@cage.ugent.be>
- Subject: Re: Ubuntu 9.10 and gcc-4.4 failure
- From: J Elaych <microscope@gmail.com>
- Date: Sat, 8 Aug 2009 22:23:47 -0700
- Cc: pari-dev <pari-dev@list.cr.yp.to>
- Delivery-date: Sun, 09 Aug 2009 07:25:34 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=koFvvQ7Mrocg6xLc6LVV6kGp0+4/4eMVP+5PdjNBfUg=; b=ic2Uy4gVpWTd17kORNK0dLzyOCi8NODWxkhkdZFhrHoLqDSmGILrSC6kezX3tfTmNh BI7RJvMUwQBN3d2fjM9eaQzPZELmH/wtBdOB0FVaFTgSnHGB0NU4yT27g/eew9+pCYVN SJWv9NbJV1x2qtoVBUFrJKiovOvJIfieXioQQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=oZuZDZfbGs0RNinMoY+3zwCB9s6lWRQ4H2HkSXkVrK83AL7jqTF6TqgVQtCDBFGF0N l61oOr3ZnEXlTLszVTvMpekMkOKuDPEhn9elqoeb7nxVJr3fgOO97ZYlKkPSso6vEi+z TJ4IbUdYNns8sOBgZ4OqurWlrFXLpoPPWF1PQ=
- In-reply-to: <4A7DCB2B.6030100@cage.ugent.be>
- Mailing-list: contact pari-dev-help@list.cr.yp.to; run by ezmlm
- References: <af67f4010908061321q7d413628o4cdd9aa65c94fb86@mail.gmail.com> <4A7DCB2B.6030100@cage.ugent.be>
~$ /usr/bin/gcc -v
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.4.1-1ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.4/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --enable-multiarch --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.4 --program-suffix=-4.4 --enable-nls --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-objc-gc --disable-werror --with-arch-32=i486 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.4.1 (Ubuntu 4.4.1-1ubuntu3)
On Sat, Aug 8, 2009 at 11:59 AM, Jeroen Demeyer
<jdemeyer@cage.ugent.be> wrote:
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
Could you post the output of "/usr/bin/gcc -v"?