RE: gcc exception handling

2004-10-14 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Peter Xiaochuan Huang > Sent: 13 October 2004 18:51 > > Are you using the correct command line options to > > compile with exceptions? > > I tried -mthreads that didn't fix it. What is the > right compile flag? I believe -fex

Re: gcc exception handling

2004-10-13 Thread Peter Xiaochuan Huang
Responses are below --- Peter Xiaochuan Huang <[EMAIL PROTECTED]> wrote: > > -Original Message- > > From: cygwin-owner On Behalf Of Peter Xiaochuan > Huang > > Sent: 12 October 2004 17:59 > > > I don't know if this a known issue. But I > encounter > > this problem when using gcc 3.3

RE: gcc exception handling

2004-10-12 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Peter Xiaochuan Huang > Sent: 12 October 2004 17:59 > I don't know if this a known issue. But I encounter > this problem when using gcc 3.3.3 on cygwin. The code > similar to below core dumps me. > >try { > obj->dothis(); >