To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50505
User hjs changed the following:
What |Old value |New value
================================================================================
CC|'' |'ericb'
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Fri Jun 17 04:08:04 -0700
2005 -------
one way to handle this is to distinguish between shared and static libraries in
each link makefile. (e.g. introduce SHLnSTATICSTDLIBS). as incorect assignments
wouldn't show up imidiately, this may result in permanently fixing the
assignments all over the code.
another possibility is to atomatically move static libraries to the end of the
library list when creating the link line. this in turn would require a mechanism
to detect static libraries. here one may think of two ways: fetch the needed
information from the filesystem or supply a manually maintained list of static
libraries. both sulutions have their pros and cons...
any comments?
---------------------------------------------------------------------
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]