Xref: news2.mv.net comp.os.msdos.djgpp:832 From: jstev AT gladstone DOT uoregon DOT edu (Josh Stevens) Newsgroups: comp.os.msdos.djgpp Subject: Re: V2 beta5 Date: Tue, 06 Feb 1996 20:30:03 GMT Organization: University of Oregon Lines: 11 Message-ID: <4f8dan$49p@pith.uoregon.edu> References: NNTP-Posting-Host: cisco-ts8-line3.uoregon.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp dj AT delorie DOT com (DJ Delorie) wrote: >A sample exception program works when compiled like this: > gcc -fhandle-exceptions test.cc -o test.exe -lstdcxx Yeah, I know. Small programs that I wrote worked fine with exceptions too. Trying to compile a larger file is what caused the crash. -Josh