X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Fri, 21 May 2004 12:05:59 -0400 Message-Id: <200405211605.i4LG5xeq019627@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (message from Tom Junior on Fri, 21 May 2004 15:48:31 GMT) Subject: Re: Help: PE operations on a non PE file. References: 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 1. DJGPP does not support PE at all. 2. You can't output a PE bfd as "binary" format. Use objcopy to convert it to binary after linking it at PE.