In article <cacahohsjaanravybpqmptohjkq7y6ft4eitrcs52rad9qfq...@mail.gmail.com>, Mark Anderson <[email protected]> wrote: > Will xcode-select --install work right without XCode.app? I do OSX and Mac > Dev, so I always have it, but I'm curious to try now.
Yes. $ sw_vers ProductName: Mac OS X ProductVersion: 10.9 BuildVersion: 13A598 $ ls -l /Applications/Xcode.app ls: /Applications/Xcode.app: No such file or directory $ ls -l /usr/ # no /usr/include total 8 drwxr-xr-x 5 root wheel 170 Aug 24 22:05 X11 lrwxr-xr-x 1 root wheel 3 Oct 4 23:38 X11R6 -> X11 drwxr-xr-x 1039 root wheel 35326 Oct 5 00:31 bin drwxr-xr-x 247 root wheel 8398 Oct 4 23:34 lib drwxr-xr-x 163 root wheel 5542 Oct 4 23:51 libexec drwxr-xr-x 242 root wheel 8228 Oct 4 23:35 sbin drwxr-xr-x 40 root wheel 1360 Oct 4 23:35 share drwxr-xr-x 4 root wheel 136 Oct 4 23:22 standalone $ ls -l /System/Library/Frameworks/Tcl.framework/ # no tclConfig.sh total 16 lrwxr-xr-x 1 root wheel 26 Oct 4 23:34 Resources -> Versions/Current/Resources lrwxr-xr-x 1 root wheel 20 Oct 4 23:34 Tcl -> Versions/Current/Tcl drwxr-xr-x 5 root wheel 170 Oct 4 23:34 Versions -rw-r--r-- 1 root wheel 338 Aug 24 18:44 module.map $ xcode-select --install xcode-select: note: install requested for command line developer tools $ ls -l /Applications/Xcode.app # still no Xcode ls: /Applications/Xcode.app: No such file or directory $ ls -l /usr/ # now we have /usr/include and an updated /usr/lib total 8 drwxr-xr-x 5 root wheel 170 Aug 24 22:05 X11 lrwxr-xr-x 1 root wheel 3 Oct 4 23:38 X11R6 -> X11 drwxr-xr-x 1039 root wheel 35326 Oct 5 00:31 bin drwxr-xr-x 253 root wheel 8602 Oct 30 21:29 include drwxr-xr-x 267 root wheel 9078 Oct 30 21:30 lib drwxr-xr-x 163 root wheel 5542 Oct 4 23:51 libexec drwxr-xr-x 242 root wheel 8228 Oct 4 23:35 sbin drwxr-xr-x 41 root wheel 1394 Oct 30 21:30 share drwxr-xr-x 4 root wheel 136 Oct 4 23:22 standalone $ ls -l /System/Library/Frameworks/Tcl.framework/ total 48 lrwxr-xr-x 1 root wheel 24 Oct 30 21:29 Headers -> Versions/Current/Headers lrwxr-xr-x 1 root wheel 31 Oct 30 21:29 PrivateHeaders -> Versions/Current/PrivateHeaders lrwxr-xr-x 1 root wheel 26 Oct 4 23:34 Resources -> Versions/Current/Resources lrwxr-xr-x 1 root wheel 20 Oct 4 23:34 Tcl -> Versions/Current/Tcl drwxr-xr-x 5 root wheel 170 Oct 4 23:34 Versions lrwxr-xr-x 1 root wheel 28 Oct 30 21:29 libtclstub8.5.a -> Versions/8.5/libtclstub8.5.a -rw-r--r-- 1 root wheel 338 Aug 24 18:44 module.map lrwxr-xr-x 1 root wheel 29 Oct 30 21:29 tclConfig.sh -> Versions/Current/tclConfig.sh $ cc --version Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) Target: x86_64-apple-darwin13.0.0 Thread model: posix -- Ned Deily, [email protected] _______________________________________________ macports-dev mailing list [email protected] https://lists.macosforge.org/mailman/listinfo/macports-dev
