<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Oct 12, 2011, at 4:08 AM, Dallman, John wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><blockquote type="cite"><br class="Apple-interchange-newline">/Developer/usr/bin/gcc --version<br></blockquote><blockquote type="cite">i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc.<br></blockquote><blockquote type="cite">build 5658) (LLVM build 2336.1.00)<br></blockquote><br>llvm-gcc is the default gcc at Xcode 4.1, but that also has a non-LLVM<br>gcc at /Developer/usr/bin/gcc-4.2. The information I have is that isn't<br>present at Xcode 4.2.<br></span></blockquote></div><br><div>Correct.  Xcode 4.1 includes Clang, llvm-gcc-4.2 and gcc-4.2.</div><div><br></div><div>Xcode 4.2 does not include gcc-4.2, so it includes clang and llvm-gcc-4.2.  For maximum compatibility and least disruption, "gcc" is a symlink to llvm-gcc in Xcode 4.2.</div><div><br></div><div>-Chris</div></body></html>