[sage-devel] Re: 3.3.alpha4 fails build PPC X.4

2009-02-03 Thread kcrisman
Ok, that is a side effect of not setting -fno-common. I am curious which gcc release this is. powerpc-apple-darwin8-gcc-4.0.1 export SHAREDFLAGS=-fno-common and restart the build. Okay, I will try that. Apparently it is picking up where it left off and separately doing each of that

[sage-devel] Re: 3.3.alpha4 fails build PPC X.4

2009-02-03 Thread kcrisman
Well, I am much more interested in gcc -v since the above can cover 3 or so XCode releases. Build 5370. --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to

[sage-devel] Re: 3.3.alpha4 fails build PPC X.4

2009-02-03 Thread mabshoff
On Feb 3, 3:54 am, kcrisman kcris...@gmail.com wrote: Ok, that is a side effect of not setting -fno-common. I am curious which gcc release this is. powerpc-apple-darwin8-gcc-4.0.1 Well, I am much more interested in gcc -v since the above can cover 3 or so XCode releases.    export

[sage-devel] Re: 3.3.alpha4 fails build PPC X.4

2009-02-03 Thread mabshoff
On Feb 3, 8:53 am, kcrisman kcris...@gmail.com wrote: Well, I am much more interested in gcc -v since the above can cover 3 or so XCode releases. Build 5370. Thanks. I ran testlong on that OSX 10.4/PPC and I am seeing one surprising doctest failure sage -t -long

[sage-devel] Re: 3.3.alpha4 fails build PPC X.4

2009-02-03 Thread mabshoff
On Feb 3, 9:33 am, mabshoff mabsh...@googlemail.com wrote: On Feb 3, 8:53 am, kcrisman kcris...@gmail.com wrote: Well, I am much more interested in gcc -v since the above can cover 3 or so XCode releases. Build 5370. Thanks. I ran testlong on that OSX 10.4/PPC and I am seeing one

[sage-devel] Re: 3.3.alpha4 fails build PPC X.4

2009-02-02 Thread mabshoff
On Feb 2, 8:23 pm, kcrisman kcris...@gmail.com wrote: On PPC OSX.4.11: While building ntl-5.4.2.p5: g++ -I../include -I.  -O2 -g    -fPIC -dynamiclib -undefined dynamic_lookup -o libntl.dylib FFT.o FacVec.o GF2.o lots more vec_ulong.o vec_vec_ulong.o