From: Lisa Kremer Newsgroups: comp.os.msdos.djgpp Subject: DJGPP and exceptions Date: Wed, 20 Nov 1996 23:35:26 +0200 Organization: The hebrew University of Jerusalem Lines: 13 Message-ID: <3293799E.1ADB@www-mail.huji.ac.il> NNTP-Posting-Host: cs4.cs.huji.ac.il Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi all, I am using DJGPP 2.0 with RHIDE. Wrote a program that uses exceptions. Compiling with the -fhandle-exceptions was fine, but the linkage was stopped by an error: Linking: myfile.cc(.text+0x113): undefined reference to 'terminate(void)' As far as I know, the word 'terminate' does not appear in my program, which compiles and executes on a Sun with g++ 2.72 Can anyone resolve this one ?