On Thu, Aug 09, 2012 at 06:15:46PM -0700, Jeremy Huddleston Sequoia wrote: > > On Aug 9, 2012, at 18:06, Jack Howarth <howa...@bromo.med.uc.edu> wrote: > > > On Thu, Aug 09, 2012 at 05:53:51PM -0700, Jeremy Huddleston Sequoia wrote: > >> > >> On Aug 9, 2012, at 17:08, Jack Howarth <howa...@bromo.med.uc.edu> wrote: > >> > >>> Did anyone else notice that the initial release of Xcode 4.4 on Lion > >>> seemed to install an > >>> older version of the Command Line Tools on Lion than on Mountain Lion? > >> > >> Yes, that was discussed on this mailing list. It should be fixed now (you > >> should see an "install" or "update" button in XCode for command line tools > >> to install the correct versions). The issue only affected the tools > >> installed from within XCode on Lion after upgrading from XCode 4.3. You > >> still had the option of installing the correct package from > >> http://connect.apple.com > > > > Hmm, I am pretty sure that I manually downloaded the original Xcode 4.4 > > Command Line Tools for Lion and installed that over > > the copy that Xcode 4.4's Preference panel installed which still left me > > with the stale compilers and devtools. > > Well that seems contrary to what everyone in the macports-users thread > mentioned, but at least it seems to be working for you now =)
Jeremy, Curiously, the Command Line Tools from August 2012 for Lion are slightly newer than those from the August 2012 release for Mountain Lion. On Lion, Xcode 4.4.1 installs... % 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 % 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) whereas on Mountain Lion, Xcode 4.4.1 installs... % clang -v Apple clang version 4.0 (tags/Apple/clang-421.0.57) (based on LLVM 3.1svn) Target: x86_64-apple-darwin12.0.0 Thread model: posix % 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.57) Odd. Anyway, that argues that the Command Line Tools now shipping for Xcode 4.4.1 on Lion aren't the same ones that shipped with the Xcode 4.4 release on Lion. Jack > > --Jeremy > > _______________________________________________ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-dev