Date: Fri, 13 Mar 1998 17:21:58 -0800 (PST) Message-Id: <199803140121.RAA05976@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: ggerard AT flash DOT net (Gregory Gerard), djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: coff to elf? any easy way? Precedence: bulk At 09:33 3/12/1998 -0800, Gregory Gerard wrote: >Is there any easy way to take a .o file compiled under djgpp and link it >in with other elf libraries to form an elf executable? Especially when >one of those elf libraries is the stdlib? Probably not. The leading underscore is the least of your worries, AFAIK. From whence come these ELF libraries? Unless they were written, or at least compiled, for DJGPP, they probably won't work. Also, how do you plan to run the ELF executable when you get it generated? If you want to run the ELF executable on another system, why can't you just compile your source with that system's native compiler? Nate Eldredge eldredge AT ap DOT net