X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f Date: Mon, 6 Aug 2007 11:45:47 -0400 Message-Id: <200708061545.l76FjlD1022843@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com In-reply-to: (wosrediinanatour@aon.at) Subject: Re: DJELF References: <200708060041 DOT l760f9QU030386 AT envy DOT delorie DOT com> Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Would it be much more difficult than adding these patches from > DJELF? The question is "why ELF?" The *reasons* for ELF are what cause all the effort - shared libraries, position independent code, etc. Converting DJGPP to be ELF is a lot of work; if you just want to make some non-DJGPP ELF files, the right answer is to build an i386-elf cross compiler.