From: "Mark E." To: djgpp-workers AT delorie DOT com Date: Tue, 23 Jan 2001 16:02:20 -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: <3A6DAB0C.21140.9BA68D@localhost> In-reply-to: <3A6DA4D3.25820.8356D7@localhost> References: <200101232005 DOT PAA03563 AT envy DOT delorie DOT com> X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > In cygwin, I put it inside the code for write(). Nobody else uses it. > > My problem comes from djgpp having write which calls _write and each takes > care of calling a fsext hook for write. I'll put the function in write.c and also call it from _write.c. That'll avoid compilicating things. Mark