From: rupp AT gnat DOT com (Douglas B. Rupp) Message-Id: <9706191555.AA24471@nile.gnat.com> Subject: coff and .exe output To: djgpp-workers AT delorie DOT com Date: Thu, 19 Jun 1997 11:55:18 -0400 (EDT) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk In djgpp v2.01, what is the mechanism that produces both coff and .exe output when the link line looks like: gcc -o foo foo.o? Is it in gcc or ld? I just want to know where to start looking, since grep has proved useless in this endeavor. THanks.