Date: Tue, 2 Jul 1996 16:25:35 +0200 (IST) From: Eli Zaretskii To: "Chris J. Holmberg" Cc: djgpp AT delorie DOT com Subject: Re: .OBJ => .O In-Reply-To: <31D878EE.7F4E@freenet.hut.fi> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Mon, 1 Jul 1996, Chris J. Holmberg wrote: > If you want to convert a .obj file into the .o format used by DJGPP > you can use EMX's emxaout. This way you don't need the .obj file's source > code just to mention one good thing about it. Did you use this way yourself? If you did, please tell what .obj formats this method supports (BC? MSC? Watcom?) and whether it requires something from the .obj files (like that they be written for flat addressing, etc.). If this method is good enough, I'll consider including it in the FAQ. Thanks.