http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46749
--- Comment #30 from rguenther at suse dot de <rguenther at suse dot de> 2010-12-03 23:20:54 UTC --- On Fri, 3 Dec 2010, mikestump at comcast dot net wrote: > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46749 > > --- Comment #29 from Mike Stump <mikestump at comcast dot net> 2010-12-03 > 23:13:02 UTC --- > > The darwin people have to design a more robust way to run dsymutil. > > > Ok. How's this, you must run LINK_COMMAND_SPEC to link. When you run it, any > temporary real .o files created by the compilation process cannot be removed > until after it finishes running, including any sub-invocations of the compiler > that contribute content. yes, I would have expected that this happens already. Now, I (or somebody else) needs to take the time and investigate why this doesn't happen.