X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Thu, 26 Jun 2008 17:16:49 -0400 Message-Id: <200806262116.m5QLGnCm031339@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <6cif2mF3grqnkU1@mid.individual.net> (message from Robert Riebisch on Thu, 26 Jun 2008 23:12:54 +0200) Subject: Re: Disable EXE file creation on linking References: <6cibtrF3fserjU1 AT mid DOT individual DOT net> <200806262033 DOT m5QKXKBS029968 AT envy DOT delorie DOT com> <6cie06F1gurclU1 AT mid DOT individual DOT net> <200806262102 DOT m5QL2Dfp030919 AT envy DOT delorie DOT com> <6cif2mF3grqnkU1 AT mid DOT individual DOT net> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Ah, OK. But what other options to I have to pass to ld? Lots, which is why you should use g++ to link, and then exe2coff it. > > Why do you need an unstubbed executable anyway? > > I want to skip the exe2coff step. ;-) That doesn't tell me why you need the results of exe2coff though.