To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=74325
------- Additional comments from [EMAIL PROTECTED] Mon Mar 26 20:58:32 +0000 2007 ------- tra: The filter used in solenv/bin/addsym-macosx.sh inadvertently let symbols pass that should really pass. On Mac OS X Tiger with gcc4.x global-external symbols will be denoted with value '01' while on Panther with gcc-3.3 '1f' is the type flag (see second column of the 'nm -gx' output). Not sure if its really a Panther vs Tiger issue. Probably its more a gcc3.x vs gcc4.x issue. Either way we need a more reliable way to filter out the required symbols in the course of the map file generation on Mac OS X. I'm not sure yet how to correctly decode the type field of 'nm'. The man page is not detailed enough. Looking for better information yet. --------------------------------------------------------------------- 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]
