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: 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

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