Date: Thu, 27 Mar 1997 13:24:29 +0300 (IDT) From: Eli Zaretskii To: Michael Bukin cc: djgpp AT delorie DOT com Subject: Re: Something wrong with libobjc.a from obc2721b.zip? In-Reply-To: <5hbgnb$67f@sky.inp.nsk.su> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 26 Mar 1997, Michael Bukin wrote: > compile with: gcc -g -o test test.m -lobjc > > And program exits due to SIGFPE > in __objc_init_dispatch_tables (according to gdb). > > Then I have rebuild libobjc.a using sources from > gcc2721s.zip. > > >cd gcc-2721/config/msdos > >configure.bat go32 > >cd objc > >make -f makefile.dos > > then copied resulting library to djgpp/lib > and recompiled test.m and the problem goes away > (at least it runs without complains). Thanks for a detailed and informative message. I will update the FAQ with the detailed instructions that you posted.