Re: [sage-devel] Compilation failure of pari (ARM, gcc 4.6.2)

2012-02-25 Thread Julien Puydt
Le samedi 04 février, Julien Puydt a écrit: > I'll try to investigate where the problem is (pari? gcc? other?), but > I thought sharing early would raise good suggestions. Well, the problem was in the gcc version used for precise on ARM, which has been updated since : I just compiled 5.0beta5 on m

Re: [sage-devel] Compilation failure of pari (ARM, gcc 4.6.2)

2012-02-08 Thread Julien Puydt
Le mercredi 08 février, Dr. David Kirkby a écrit: > On 02/ 8/12 10:18 AM, Julien Puydt wrote: > > Le samedi 04 février, Julien Puydt a écrit: > >> After I compile mp.c with only the -O switch, pari and the rest of > >> sage compiled correctly. > > > > Amusing remark : > > > > sage: float(maxima('1e

Re: [sage-devel] Compilation failure of pari (ARM, gcc 4.6.2)

2012-02-08 Thread William Stein
On Wed, Feb 8, 2012 at 3:52 PM, Dr. David Kirkby wrote: > On 02/ 8/12 10:18 AM, Julien Puydt wrote: >> >> Le samedi 04 février, Julien Puydt a écrit: >>> >>> After I compile mp.c with only the -O switch, pari and the rest of >>> sage compiled correctly. >> >> >> Amusing remark : >> >> sage: float(

Re: [sage-devel] Compilation failure of pari (ARM, gcc 4.6.2)

2012-02-08 Thread Dr. David Kirkby
On 02/ 8/12 10:18 AM, Julien Puydt wrote: Le samedi 04 février, Julien Puydt a écrit: After I compile mp.c with only the -O switch, pari and the rest of sage compiled correctly. Amusing remark : sage: float(maxima('1e+17')) 1e+17 One problem down... It's a shame others came up... Snark on #

Re: [sage-devel] Compilation failure of pari (ARM, gcc 4.6.2)

2012-02-08 Thread Julien Puydt
Le samedi 04 février, Julien Puydt a écrit: > After I compile mp.c with only the -O switch, pari and the rest of > sage compiled correctly. Amusing remark : sage: float(maxima('1e+17')) 1e+17 One problem down... It's a shame others came up... Snark on #sagemath -- To post to this group, send

Re: [sage-devel] Compilation failure of pari (ARM, gcc 4.6.2)

2012-02-04 Thread Julien Puydt
Le 04/02/2012 10:18, Paulo César Pereira de Andrade a écrit : 2012/2/4 Julien Puydt: (sage subshell) hecke:Olinux-armv7l jpuydt$ make gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -g -funroll-loops -fPIC -I. -I../src/headers -I/home/jpuydt/sage-4.8/local/include -o mp.o mp.c

Re: [sage-devel] Compilation failure of pari (ARM, gcc 4.6.2)

2012-02-04 Thread Julien Puydt
Le 04/02/2012 09:37, Julien Puydt a écrit : And indeed, pari doesn't compile! After I compile mp.c with only the -O switch, pari and the rest of sage compiled correctly. Snark on #sagemath -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group,

Re: [sage-devel] Compilation failure of pari (ARM, gcc 4.6.2)

2012-02-04 Thread Paulo César Pereira de Andrade
2012/2/4 Julien Puydt : > Hi, > > I upgraded my AC100 to (a snapshot of the forthcoming) ubuntu precise, > thinking it woud perhaps raise new issues, and that would be interesting to > detect them beforehand. > > And indeed, pari doesn't compile! > > One of the files gives an assembler file which d