On Sat, Jun 22, 2013 at 8:39 AM, Bruce Johnson <john...@pharmacy.arizona.edu> wrote: > Updated my home box to 10.8 at last, and installed the latest Developer tools > from the App store, which no longer install the various command-line tools in > /Developer/usr/bin but straight up in /usr/bin . > > My first attempt at re-installing DBI failed because it couldn't find clang. > > I took the lazy way out and created a Developer directory and symlinked /usr > into it. Worked fine, but going forward this is probably something to > consider in the installer.
The path to developer tools actually got switched with a specific release of Xcode, not OS X, I forget which version of Xcode, I think 4.2. [pig][brian ~]$ sw_vers ProductName: Mac OS X ProductVersion: 10.7.5 BuildVersion: 11G63b [pig][brian ~]$ which clang /usr/bin/clang Thanks, Brian