X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Thu, 26 Jun 2008 17:02:13 -0400 Message-Id: <200806262102.m5QL2Dfp030919@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: <6cie06F1gurclU1@mid.individual.net> (message from Robert Riebisch on Thu, 26 Jun 2008 22:54:29 +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> 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 > I had to remove the stubify line in "lib\gcc-lib\djgpp\2.953\specs", but > is this really the preferred solution? ;-) I guess, this will have bad > side effects. That means you can run ld directly to bypass the .exe step. Of course, you normally wouldn't link like this, most folks would just use exe2coff to convert the file as needed. Why do you need an unstubbed executable anyway?