From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: How to output ELF with DJGPP Date: Wed, 13 Oct 1999 15:38:12 +0200 Organization: NetVision Israel Lines: 17 Message-ID: References: <7u0095$r6l$1 AT news3 DOT Belgium DOT EU DOT net> <7u039r$d9r$1 AT solomon DOT cs DOT rose-hulman DOT edu> <7u1n59$ong$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 939821815 21467 199.203.121.2 (13 Oct 1999 13:36:55 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 13 Oct 1999 13:36:55 GMT X-Sender: eliz AT is In-Reply-To: <7u1n59$ong$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 Thu, 14 Oct 1999, DaXy_II wrote: > > Recompile everything with ELF turned on. > > But, how, my ld doesn't support the ELF format :-( This is done in two stages: 1) Recompile ld (and the rest of Binutils) with ELF support. You get COFF executables that can produce ELF. 2) Using the results of 1), recompile again, this time you get ELF executables. But you still didn't explain what are you trying to accomplish. Perhaps there is a simpler solution to your problems.