To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=103795 Issue #|103795 Summary|mingw gcc-4.4.0 port: use gcc dll Component|porting Version|DEV300m52 Platform|PC URL| OS/Version|Windows, all Status|UNCONFIRMED Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|code Assigned to|tono Reported by|tono
------- Additional comments from [email protected] Sat Jul 25 02:17:10 +0000 2009 ------- Recently gcc-4.4.0 is released by mingw community. With this release dll version of gcc library is available and exceptions can be thrown across dll boundaries if and only if all the modules are dynamically linked with gcc library. Additionally, a caught object can be rethrown across dll boundary if and only if all the modules are dynamically linked with standard c++ library. So the availability of shared libgcc and libstdc++ should be checked in configure script for mingw build and used in all modules. And crtbegin.o and crtend.o have to be linked in strict order. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
