On Sun, Aug 7, 2011 at 6:35 PM, dsh <daniel.hais...@googlemail.com> wrote: > Just a little update: > > OSX Lion with Xcode 4.1: > > * i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. > build 5658) (LLVM build 2335.15.00) > * Apple clang version 2.1 > > OSX Lion with Xcode 4.2: > > * i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 > * Apple clang version 3.0 > > OSX Snow Leopard with Xcode 4.0.2: > > * i686-apple-darwin10-llvm-gcc-4.2 (GCC) 4.2.1 > * Apple clang version 2.0 based on LLVM 2.9svn > > PS: There exists an Apple Xcode version 4.2 for OSX Snow Leopard which > we could use as a fallback if 4.0.2 turns out to be unusable > PPS: I really love these virtualized OSX envs I setup recently because > they allow to have all those different setups and configurations :) > > Cheers > Daniel >
OK, here's what I'm using on OS X Lion: Xcode Version 4.1 Build 4B110 macbook-air:~$ g++ --version i686-apple-darwin11-llvm-g++-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00) macbook-air:~$ clang++ --version Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn) Target: x86_64-apple-darwin11.0.0 Thread model: posix -- Jean-Sebastien