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





------- Additional comments from [EMAIL PROTECTED] Fri Sep 15 02:55:44 -0700 
2006 -------
If Mach-O ld supports something similar to Linux/Solaris map files, that should
help to avoid problems from our ODR violation, as using a map file implicitly
causes intra-lib references to non-exported symbols to be statically resolved. 
So, if someone knows how to have such map files for OS X for all the libs that
have map files on other platforms: please go ahead.  (Once the ODR-violation
related problem is solved, it has to be re-evaluated if "strip" or "strip -x" is
better to solve the original problem of this issue; also it is unclear to me
whether this all relates to Intel only or is also relevant for PPC.)

If Mach-O strip works similar to ELF strip (just removing unnecessary exported
symbols, not changing any intra-lib references from symbolic to static), obr's
patch would probably not help in solving this problem.  (It could actually
adversely hide the problem.  Independent of this issue, stripping dylibs on OS X
is of course something that should be done if possible.)

---------------------------------------------------------------------
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]

Reply via email to