To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=53572
------- Additional comments from [EMAIL PROTECTED] Sat Mar 17 01:04:38 +0000 2007 ------- @cloph: I have changed the lib sequence just to emphasize the fact that these static libraries will always be used prior to dll's in name resolution, assuming that libraries will be searched recursively in all platforms. In MINGW build, I have chosen direct dll linking because linking with import libraries consumes huge time and memory. However, direct dll linking actually does not resolve names in dll in lib specification sequence but only generates imports. And the imports will be processed only after the name resolution is completed with specified libraries. Therefore, if there are name conflicts and dynamic libraries are specified prior to static libs or import libs, the name resolution will be different in MINGW from in other platforms. The change of lib sequence is not needed if there are no name conflicts and I think we can give up them in both cases, if they cause problems in Mac build. Of course the resolution sequence is essential in uwinapi, I have chosen import lib for it. tono (Takashi Ono) --------------------------------------------------------------------- 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]
