From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: How to output ELF with DJGPP Date: Wed, 13 Oct 1999 12:01:57 +0200 Organization: NetVision Israel Lines: 16 Message-ID: References: <7u0095$r6l$1 AT news3 DOT Belgium DOT EU DOT net> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 939808840 15595 199.203.121.2 (13 Oct 1999 10:00:40 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 13 Oct 1999 10:00:40 GMT X-Sender: eliz AT is In-Reply-To: <7u0095$r6l$1@news3.Belgium.EU.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp 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, 13 Oct 1999, DaXy_II wrote: > How can I output ELF with DJGPP ? In practice, you can't. To be more precise: you will have to go through many development tools, like GCC, Binutils, the debuggers, and rebuild/change them to support ELF. You will also need to rebuild the C library. If you want to actually run such programs on DOS/Windows, you will also need to rewrite the stub loader. For more details, see the DJGPP FAQ, section 22.21. If you have some special need in mind, which doesn't require building an entire program with ELF as the object format, there might be a way to do it. Please describe the details of what you need to accomplish.