From: Elliott Oti Newsgroups: comp.os.msdos.djgpp Subject: Re: Question optios gcc Date: Thu, 12 Dec 1996 02:30:16 -0800 Organization: Academic Computer Centre Utrecht, (ACCU) Lines: 13 Message-ID: <32AFDEB8.5274@stud.warande.ruu.nl> References: NNTP-Posting-Host: warande1078.warande.ruu.nl 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 Miguel Murillo wrote: > > the optios -fhandle-exceptions for C++ exceptions exist an gpp > but I not found man gpp , info gpp invocations , or RHIDE 1.0 > What is it? > Thanks ! I believe it enables the throw/catch instructions to be used; if you compile a C++ prog. with throw/catch and without -fhandle-execptions you get an error message telling you to compile with that option. Elliott