Here is the output from my box, looks consistent! Fabian, I think you accidentally used -V on gcc, not -v.
On 04.03.2014, at 21:11, Fabian Groffen
On 04-03-2014 20:55:42 +0100, Stefan Manegold wrote:
could you please provide me with the output (stdout & stderr) of these four commands:
gcc -dumpversion
4.2.1
gcc -v
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) Target: x86_64-apple-darwin13.1.0 Thread model: posix
clang -dumpversion
4.2.1
clang -v
Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) Target: x86_64-apple-darwin13.1.0 Thread model: posix
on Mavericks?
➜ ~ sw_vers ProductName: Mac OS X ProductVersion: 10.9.2 BuildVersion: 13C64 Best, Hannes