Xcode 4.4.1 on Lion now same as ML?
Xcode 4.4.1 on Lion now same as ML?
- Subject: Xcode 4.4.1 on Lion now same as ML?
- From: Jack Howarth <email@hidden>
- Date: Thu, 09 Aug 2012 19:59:11 -0400
Did anyone else notice that the initial Xcode 4.4 release on Lion
installed a Command Line Tools which was older than that installed on
Mountain Lion? On my 10.7.4 machine, Xcode 4.4 installed a Command Line
Tools which contained...
[MacBookPro:~] howarth% clang -v
Apple clang version 3.1 (tags/Apple/clang-318.0.61) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix
[MacBookPro:~] howarth% ld -v
@(#)PROGRAM:ld PROJECT:ld64-128.2
llvm version 3.1svn, from Apple Clang 3.1 (build 318.0.61)
After applying the Xcode 4.4.1 update, there didn't seem to be a matching
update to the Command Line Tools however today one appeared. This now seems to
have brought the Command Line Tools up to the same release as on Mountain Lion...
[MacBookPro:~] howarth% clang -v
Apple clang version 4.0 (tags/Apple/clang-421.0.60) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix
[MacBookPro:~] howarth% ld -v
@(#)PROGRAM:ld PROJECT:ld64-133.3
configured to support archs: armv6 armv7 i386 x86_64
LTO support using: LLVM version 3.1svn, from Apple Clang 4.0 (build 421.0.60)
This is very welcome as there are a number of linker fixes which were missing
on Lion such as radr://10466868, "-undefined dynamic_lookup linker bug" which
is now fixed with the new Command Line Tools update. Nice.
Jack
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden