From: "John M. Aldrich" Newsgroups: comp.os.msdos.djgpp Subject: Re: Can you convert UNIX G++ ELF object files To DJGPP COFF Files? Date: Fri, 03 Apr 1998 20:51:01 -0500 Organization: Two pounds of chaos and a pinch of salt. Lines: 24 Message-ID: <35259205.EE0@cs.com> References: NNTP-Posting-Host: ppp214.cs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Kris Mills wrote: > > well i guess you got the question in the subject :) > anyways. I have to program a simply program for class but i would rather do it > at home instead on at school which is 30 min away thanks alot. > I need to convert UNIX G++ ELF object files To DJGPP COFF Files > are there any programs that can do this PLEASE I NEED you help.. If this Unix machine that the ELF files are generated on is not using an 80x86 architecture, then the object file format makes no difference; the executable code is completely foreign to your PC and has exactly zero chance of working. Different CPUs + different operating systems + different libraries = completely incompatible code. The only way to get these object files to work in DJGPP is to find the source, port it to DOS (sometimes easy, sometimes hard), and rebuild it. -- --------------------------------------------------------------------- | John M. Aldrich | "A committee is a life form with six | | aka Fighteer I | or more legs and no brain." | | mailto:fighteer AT cs DOT com | | | http://www.cs.com/fighteer | - Lazarus Long | ---------------------------------------------------------------------