Date: Tue, 18 Mar 1997 17:32:46 +0300 (EET) From: Riza Dindir To: djgpp AT delorie DOT com Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I have some problems in running objective-c programs. There are no problems in the compilation of the source codes. But when it comes to executing the program I get a Floating Point Exception (FPE) and the program exits. I read the FAQ's about the FPE problems that exists in objective-c programs. In these FAQ's stated that I had to change some source code lines in some source files and compile to get cc1obj and the lib files for objective-c. Since the FAQ's dated back to 1995 or so I have searched for the versions that could accomodate that change. So I found the gcc2721 version. In the source file (i386.md) this change was made. This was not the case in the source file i386.md of the gcc272s.zip archieve. So I installed the gcc2721 version. But still I can't get the programs to run. The system I use is a Intel Pentium-100 processor based system which has 8Mbytes of RAM. Is there something wrong with the Pentium-100 processor ? Or did I do something wrong in the installations of the gcc archieve ?