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


User tra changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'dbo,obrmac'              |'dbo,hjs,obrmac'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Tue Sep 26 05:11:39 -0700 
2006 -------
tra: I tried the map file approach on Mac OS X (linker switch
-exported-symbols-file). This solves the above mentioned problems during the OOo
startup while keeping the possibility to use "strip -x". 
The format of Mac OS X map files is different though on Linux/Solaris but the
name mangling of the Mac gcc is equal to that of the Linux Intel gcc. So in
principle the Mac OS X map file could be generated out of the Linux-Intel gcc3
map file (the desirable solution IMO). 
One problem is that Mac OS X map files apparently do not allow the use of
wildcards which will be used on Linux for instance to export RTTI symbols
automatically. A solution to this problem could be to link the concerned
libraries twice (using the first pass to extract the list of RTTI symbols and
extending the map file automatically, the second pass to link the library using
that map file).

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