On Feb 1, 2012, at 04:46 , Dima Pasechnik wrote: > > On Wednesday, February 1, 2012 5:01:41 AM UTC+8, R. Andrew Ohana wrote: >> >> On Mon, Jan 30, 2012 at 10:04, John H Palmieri <jhpalm...@gmail.com> wrote: [snip] >> I've started looking into the difficulties of getting sage to build >> with clang (on lion), and have made some progress on the sage >> libraries. >> >> Using CC=clang, CXX=clang++, and SAGE_CHECK=yes for all spkgs except >> > > I wonder if this is clang from Xcode 4 (i.e. what their cc is set to), or > some other clang?
I am using Xcode 4.2.1 on 10.7.1. Here's what the compilers think is going on: $ cc -v Using built-in specs. Target: i686-apple-darwin11 Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1~22/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.1~22/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1 Thread model: posix gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00) $ clang -v Apple clang version 3.0 (tags/Apple/clang-211.12) (based on LLVM 3.0svn) Target: x86_64-apple-darwin11.1.0 Thread model: posix HTH Justin -- Justin C. Walker, Curmudgeon-At-Large Institute for the Enhancement of the Director's Income -------- When LuteFisk is outlawed, Only outlaws will have LuteFisk -------- -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org