Danger, Will Robinson: the g++ from gcc-4.2.0 does not have any support
for catching exceptions thrown across DLL boundaries. Nor does it include
the fix for empty strings (PR24196).
The former problem can be solved by building libgcc shared, and
libstdc++/libsupc++ shared. Absent modern libtool support (which is
partially present only in trunk), this will be tricky. But even when you
get an initial DLL version of these libraries, there will certainly be a
long shakedown period...
So don't anybody here on the cygwin list get too excited yet. <g>
Yes, it looks like we are getting a few instances of this on the LLVM test
suite.
Oh well, looks like the Cygwin build is not going to make it for the LLVM
2.0 Release.
Aaron
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/