On Oct 16, 2004, at 5:43 PM, David Jantzen wrote:
Note that the XCode upgrade solves other C compilation issues as well. I was seeing "compiler cannot create executable" messages trying to compile nmap, and I wouldn't be surprised if there were other problems waiting in the wings. It's probably good advice for anyone doing dev work on OSX to upgrade to 1.5.
There's one caveat, though: the build of gcc which shipped with XCode 1.5 is known to produce incorrect output from C++ code under certain circumstances. See http://article.gmane.org/gmane.os.apple.fink.beginners/13580/ match=cc1plus+download+costabel for a workaround.
-- Dave