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





------- Additional comments from [EMAIL PROTECTED] Tue Mar 20 23:24:30 +0000 
2007 -------
I have found the followings in the manpage of ld MaxOSX.

      "If  a  static archive library appears after a dynamic shared library on
       the command line, the static library is placed in the  dynamic  library
       search  list and is searched as a dynamic library.  In this way, when a
       dynamic library has undefined symbols, it will  cause  the  appropriate
       members  of the static libraries to be loaded into the output.  Search-
       ing static libraries as dynamic libraries can  cause  problems  if  the
       dynamic  library  later  changes  to  reference symbols from the static
       library that it did not previously reference. In  this  case  when  the
       program runs, the dynamic linker will report these symbols as undefined
       because the members for these symbols were not loaded into the  output."

I suspect libtool is doing something to avoid this sitiation, omitting static 
libraries from the list if they are specified after dynamic libs and causing 
link errors. If so, there is no way to find one good sequence for lib 
specification.

tono (Takashi Ono)
 

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