[sage-devel] Re: Sage works on OS X 10.7!

2012-02-13 Thread entropy
Hi all, This is wonderful news. So great, that I tried to compile sage-5.0beta3 on my OS X 10.7.2 laptop. Sadly, it threw an error while attempting to compile gcc4.6.2. Hopefully someone may have more expertise than me.  Below is the bottom of the build log with the error. I'm running XCode 4.1.

[sage-devel] Re: Sage works on OS X 10.7!

2012-02-13 Thread entropy
On Feb 13, 5:13 pm, John H Palmieri wrote: > On Monday, February 13, 2012 11:49:29 AM UTC-8, Volker Braun wrote: > > > On Monday, February 13, 2012 10:05:56 AM UTC-8, John H Palmieri wrote: > > >> Or is there something about the laptop architecture which is causing the > >> problem? > > > It wou

[sage-devel] Re: Sage works on OS X 10.7!

2012-02-14 Thread entropy
Here is a link to the gcc build file: http://dl.dropbox.com/u/546764/gcc-4.6.2_sagebuild.zip and the log file http://dl.dropbox.com/u/546764/gcc-4.6.2.log. These are from a serial build. Note that I had initially attempted a parallel build, which failed with the same error. I've attempted a bui

[sage-devel] Re: Sage works on OS X 10.7!

2012-02-14 Thread entropy
yer wrote: > John, entropy, Could you try the following: > > $ rm spkg/logs/gcc-4.6.2.log > $ MAKE="make -j1" SAGE_CHECK=yes CFLAGS="-O0" ./sage -f > spkg/standard/gcc-4.6.2.spkg > > If it fails, send me spkg/logs/gcc-4.6.2.log -- To post to this gro

[sage-devel] Re: Sage works on OS X 10.7!

2012-02-14 Thread entropy
wstein/sage/install/sage-5.0.beta3-gcc/local/lib/gcc/x86_64-apple-d > > arwin11.2.0/4.6.2/include' > > > real    16m28.713s > > user    11m57.666s > > sys     3m5.779s > > Successfully installed gcc-4.6.2 > > Now cleaning up tmp files. > > Finis

[sage-devel] Re: Sage works on OS X 10.7!

2012-02-14 Thread entropy
ss? Or is my problem that the built process should be using gcc-4.6.2 throughout once gcc-4.6.2 is built? The log file for the failed mpir build can be found here if anyone is interested: http://dl.dropbox.com/u/546764/mpir-2.1.3.p9.log Jesse On Feb 14, 5:24 pm, entropy wrote: > woohoo! Success

[sage-devel] Re: Sage works on OS X 10.7!

2012-02-15 Thread entropy
gcc-4.6.2 On Feb 15, 3:16 am, Jeroen Demeyer wrote: > On 2012-02-14 23:24, entropy wrote: > > > woohoo! Success as well using > > > $ CC=clang CXX=clang++ MAKE="make -j1" ./sage -f spkg/standard/ > >

[sage-devel] Re: Sage works on OS X 10.7!

2012-02-21 Thread entropy
John, Just to confirm, did this build work for you on Lion 10.7.2, with Xcode 4.3, and gcc version 4.2.1 (LLVM build 2336.9.00)? From you follow-up messages I am assuming that beta4-gcc still builds a copy of gcc-4.6 on top of everything else, correct? I never was able to get clang to build sage