--- Comment #5 from pluto at agmk dot net 2009-01-25 09:57 ---
Created an attachment (id=17180)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17180&action=view)
testcase
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38920
--- Comment #4 from pluto at agmk dot net 2009-01-25 09:57 ---
adding try{throw 0;}catch(...){} to main() shows that dw2-exceptions
don't work at all, so it's not related to dll crossing.
new testcase attached.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38920
--- Comment #3 from pluto at agmk dot net 2009-01-20 08:41 ---
(In reply to comment #2)
> libstdc++ also needs to be built and linked in as dll.
i'm passing --enable-shared to gcc's configure but it only
creates shared libgcc_s_1.dll. libstdc++ is still static.
should i applay some magi
--- Comment #2 from dannysmith at users dot sourceforge dot net 2009-01-20
06:07 ---
libstdc++ also needs to be built and linked in as dll.
Search mingw archive lists for other examples and approaches.
Danny
--
dannysmith at users dot sourceforge dot net changed:
What
--- Comment #1 from pluto at agmk dot net 2009-01-20 02:51 ---
Created an attachment (id=17149)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=17149&action=view)
testcase
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38920