Date: Sun, 29 Sep 1996 12:05:05 +0200 (IST) From: Eli Zaretskii To: Spasmo Cc: djgpp AT delorie DOT com Subject: Re: Problem with Some Objective-C Code In-Reply-To: <52lanv$d3e@Masala.CC.UH.EDU> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 29 Sep 1996, Spasmo wrote: > I downloaded and set up djgpp so I could do some Objective C > programming (or rather learning), yet after downloading > some sample code from a web site and compiling it, the > program crashed when I tried to run it. I got an error > about a floating point exception with a trace back, but > there was no numerical manipulation in the code! It was This is a known problem in Objective C, it is described in the DJGPP FAQ list (section 11.7). That section includes a pointer to a patch which solves this bug, but you will have to rebuild GCC in order to get a corrected version :-(. The latest vesrion of the DJGPP FAQ list is available as v2/faq201b.zip from the same place you get DJGPP.