Date: Sun, 10 Oct 1999 16:19:58 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Felix Natter cc: djgpp AT delorie DOT com Subject: Re: problems gcc2.95.1 with binutils 2.81 ? In-Reply-To: <199910101349.PAA05103@public.ndh.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Sun, 10 Oct 1999, Felix Natter wrote: > > Binutils 2.8.1 should work just fine. Make sure you have DJGPP v2.02 > > installed, though; that one *is* required (i.e., v2.01 will not work). > > this is from egcs.cygnus.com/install/: > > i?86-*-linux* > > You will need binutils-2.9.1.0.15 or newer for exception handling to work. Linux uses a totally different binary format (ELF, while DJGPP uses COFF), and the setup for exception handling is also quite different. The Binutils bugs that affect Linux don't affect DJGPP.