To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=113227





------- Additional comments from t...@openoffice.org Mon Jul 19 12:44:57 +0000 
2010 -------
libmingw32.a(main.o) is the housekeeping module for Windows application(.exe).
It is not needed for shared dll and seems to be erroneously included.

If -shared nor -mdll is not specified, the startup module refers the symbol
"main" and the module will be included if "main" is not defined in user code,
that is not console application.

As -shared is specified, the error may be caused "main"is refered somewhere 
else.

It may be informative to generate linker map using -Wl,Map=xxxx.


---------------------------------------------------------------------
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: issues-unsubscr...@api.openoffice.org
For additional commands, e-mail: issues-h...@api.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to