Re: [homebrew] GCC LLVM build version database
- From:
- Trevor Wennblom
- Date:
- 2011-09-02 @ 16:41
On Sep 2, 2011, at 4:08 AM, Max Howell wrote:
> Hi, in order to fix up various LLVM / Xcode related issues I'd ask that
people fill in the table at the bottom of this page:
>
> https://github.com/mxcl/homebrew/wiki/Xcode
>
> The info can be gotten from `brew --config` Though the full LLVM build
string would be useful too, `llvm-gcc --version`.
following the progression of the GCC 4.2 and LLVM-GCC columns it seems my
version is out of step?
% which llvm-gcc
/usr/bin/llvm-gcc
% llvm-gcc --version
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build
5658) (LLVM build 2335.15.00)
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
% clang --version
Apple clang version 2.1 (tags/Apple/clang-163.7.1) (based on LLVM 3.0svn)
Target: x86_64-apple-darwin11.1.0
Thread model: posix
% brew --config
HOMEBREW_VERSION: 0.8
HEAD: 9b4f9570991160b38c992758e13dd2dfdbdbb0f9
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CELLAR: /usr/local/Cellar
HOMEBREW_REPOSITORY: /usr/local
HOMEBREW_LIBRARY_PATH: /usr/local/Library/Homebrew
Hardware: dual-core 64-bit penryn
OS X: 10.7.1
Kernel Architecture: x86_64
Ruby: 1.8.7-249
/usr/bin/ruby =>
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby
Xcode: 4.1
GCC-4.0: N/A
GCC-4.2: build 5666
LLVM: build 2335
MacPorts or Fink? false
X11 installed? true
Re: [homebrew] GCC LLVM build version database
- From:
- Andre Arko
- Date:
- 2011-09-02 @ 17:14
On Sep 2, 2011, at 9:41 AM, Trevor Wennblom wrote:
> following the progression of the GCC 4.2 and LLVM-GCC columns it seems
my version is out of step?
I have the same 5658 build of GCC 4.2.1 installed with my stock Lion
developer tools and Xcode 4.1:
$ llvm-gcc --version
i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build
5658) (LLVM build 2335.15.00)