Date: Fri, 11 Oct 1996 13:05:01 +0200 (METDST) From: Robert Hoehne To: Bill Currie Cc: djgpp-workers AT delorie DOT com Subject: Re: binutils 2.7 questions In-Reply-To: <325E158C.2245@blackmagic.tait.co.nz> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Fri, 11 Oct 1996, Bill Currie wrote: > Do I need to configure binutils 2.7 to rebuild, or is it already done and > I can just run make? It is ready configured. > Also, (this is for Robert, I think) should ld realy default to producing > stubbed exe's? It's a bit of a pain having to either use a .lnk file > or -oformat option to get a raw coff file At first my question: For what do you need a raw coff image? All the binutils and GDB 4.16 can handle now the exe files. This was also the reason, to make the 'coff-go32-exe' target as the default target for ld. I (we) had discussed about this problem in the past in this group and came to the fact, that producing the exe file should be the deafult, and every one, who realy need a raw coff image can either use the exe2coff or must do some work (thinking about the correct commandline switches) to produce direct a coff image. Robert