From: un1t AT rz DOT uni-karlsruhe DOT de (Matthias Baas) Newsgroups: comp.os.msdos.djgpp Subject: Re: How do you enable exceptions? Date: Fri, 14 Mar 1997 07:37:17 GMT Organization: University of Karlsruhe, Germany Message-ID: <5gav83$g3h$1@nz12.rz.uni-karlsruhe.de> References: <33261785 DOT 2BF0 AT uxa DOT ecn DOT bgu DOT edu> NNTP-Posting-Host: rzstud1.rz.uni-karlsruhe.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Lines: 11 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Andy Bober wrote: >"undefined referece to terminate(void)" You have to link the library "stdcxx". If you want to catch derived classes you should also add the compiler option "-frtti". - Matthias -