This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: [Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: gcc-bugzilla at gcc dot gnu dot org
- Cc: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 9 Feb 2005 22:44:55 -0500
- Subject: Re: [Bug bootstrap/18810] Operation not supported while installing 4.0.0 on apple-darmin-7.6.0.
- References: <20041203142409.18810.3dw4rd@verizon.net> <20050210030818.6141.qmail@sourceware.org>
On Feb 9, 2005, at 10:08 PM, peter at pogma dot com wrote:
and that darwin's as has a write_object.c which at aoround line 582
has:
(void)unlink(out_file_name);
So is this really a darwin's as bug rather than a gcc bug.
-- Andrew