From: "Stephen Lin" Newsgroups: comp.os.msdos.djgpp Subject: Re: How do you enable exceptions? Date: 19 Mar 1997 15:02:51 GMT Organization: DCI HiNet Lines: 11 Message-ID: <01bc3474$ebd09f60$LocalHost@hntp1.hinet.net> References: <33261785 DOT 2BF0 AT uxa DOT ecn DOT bgu DOT edu> NNTP-Posting-Host: 168.95.245.181 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp In v2.01, try "-fhandle-exceptions". Andy Bober 次寫入到主題 <33261785 DOT 2BF0 AT uxa DOT ecn DOT bgu DOT edu>... > I can't get my C++ program with try-catch blocks in it to link > correctly. I used the -fenable_exceptions and it compiles fine but it > gets the linker error: > > "undefined referece to terminate(void)" >