Date: Thu, 24 Oct 1996 18:00:31 +0200 (IST) From: Eli Zaretskii To: nico Cc: djgpp AT delorie DOT com Subject: Re: Convert .o -> .obj In-Reply-To: <326f322c.1221138@news.imaginet.fr> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Thu, 24 Oct 1996, nico wrote: > Can someone tell me if you can find a program to convert > DJGPP .o files to .obj to use with the watcom compiler and dos/4gw The DJGPP FAQ list (available as v2/faq202b.zip from the same place you get DJGPP) includes pointers to a few of converters in the opposite direction (from .obj to .o) in section 17.5. I don't think there is any converter .o -> .obj. Also note that it is generally a bad idea to mix object files from different compilers. There are usually some nasty incompatibilities, and therefore you should only try this if you absolutely have no other way of accomplishing what you want.