From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Fri, 19 Jan 2001 17:48:07 -0500 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: Where does gcc -o foo make foo.exe Message-ID: <3A687DD7.834.3F21A6@localhost> References: <3A605A7C DOT 44 DOT 7AB95C AT localhost> In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com > > An attempt by someone (I forget now who) tried generic fix, but it was > > refused. The bnu210b.zip solves it in a DJGPP specific way. I'll take another > > look at this soon. > > Thanks! I've gone over the binutils archives (used 'fseek zero' as search term) and found that two other tries at a generic fix failed and the opinion was the seek/garbage problem should not be solved in the libc library and not BFD. So I don't think any patch I offer will be accepted. I think it would be better to solve the problem in our own libc and available by means of some flag. Mark