Date: Thu, 5 Aug 1999 10:19:13 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Travis cc: djgpp AT delorie DOT com Subject: Re: OBJ files with DJGPP In-Reply-To: <37A8E3E3.A21CAD9D@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 4 Aug 1999, Travis wrote: > How do I get djgpp to produce microsoft and borland compatable object > files (.OBJ)? You can't, sorry. At least, not with the development tools as distributed. The object format is determined by the way the Binutils package was configured when it was built. You need to rebuild Binutils with support for the OBJ format to get what you want. FWIW, I'm not even sure Binutils *can* support that format (they do support the PE format, but you don't tell whether you want that or the DOS OBJ format). The above should not surprise you, btw: after all, Borland and Microsoft cannot generate the DJGPP .o files either, right?