[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

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

2012-02-15 Thread entropy
On Feb 15, 3:16 am, Jeroen Demeyer jdeme...@cage.ugent.be 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/ gcc-4.6.2.spkg Successfully installed

[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

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

2012-02-14 Thread entropy
...@cage.ugent.be 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 group, send an email to sage-devel@googlegroups.com

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

2012-02-14 Thread entropy
installing gcc-4.6.2.spkg On Tue, Feb 14, 2012 at 10:50, Jeroen Demeyer jdeme...@cage.ugent.be 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

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

2012-02-14 Thread entropy
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 jberw...@gmail.com wrote: woohoo! Success as well using $ CC=clang CXX

[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 jhpalmier...@gmail.com 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?