Re: g++ 3.4.4, mingw32, exceptions and threads

2006-06-22 Thread kenelson8
And the answer to my question is because I forgot to compile with -mthreads. (Which I would have found in 5 minutes if their mailling list was actually working. ) --Karl -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html D

Re: [OT] RE: g++ 3.4.4, mingw32, exceptions and threads

2006-06-22 Thread Larry Hall (Cygwin)
Danny Smith wrote: Karl wrote: I am having problems getting exceptions to work properly in the latest release of g++ distributed from cygwin. I have a multithreaded code which is built using the no-cygwin option. The code uses exceptions in a few places. Oddly the code is either crashing

[OT] RE: g++ 3.4.4, mingw32, exceptions and threads

2006-06-22 Thread Danny Smith
Karl wrote: > I am having problems getting exceptions to work properly in > the latest release of g++ distributed from cygwin. I have a multithreaded > code which is built using the no-cygwin option. The code uses > exceptions in a few places. Oddly the code is either crashing out right, > o

Re: g++ 3.4.4, mingw32, exceptions and threads

2006-06-22 Thread kenelson8
The mingw32 was distributed with cygwin (al la gcc-mingw-g++). g++ obviously has an option for threadsafe exceptions, as I have used them in the past. So if this isn't the place to inquire about the build options used to make the gcc-mingw-* packages distributed with cygwin then where is? And

RE: g++ 3.4.4, mingw32, exceptions and threads

2006-06-22 Thread Dave Korn
On 22 June 2006 19:34, kenelson8 wrote: > I am having problems getting exceptions to work properly in > the latest release of g++ distributed from cygwin. I have a multithreaded > code which is built using the no-cygwin option. What part of 'no cygwin' don't you get? ;) If there's a bug

g++ 3.4.4, mingw32, exceptions and threads

2006-06-22 Thread kenelson8
I am having problems getting exceptions to work properly in the latest release of g++ distributed from cygwin. I have a multithreaded code which is built using the no-cygwin option. The code uses exceptions in a few places. Oddly the code is either crashing out right, or the exceptions are be