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





------- Additional comments from [EMAIL PROTECTED] Sun Nov 16 09:56:05 +0000 
2008 -------
The problem is actually much deeper. Before linking of libvclplug_kde (which
takes place in vcl/util/makefile.mk), SHLxSTDLIBS is properly set to
$(KDE_LIBS), but, in the linker command, $(SHLxSTDLIBS) is placed _after_
$(SOLARLIB). Unfortunately, on Linux, SOLARLIB contains $(XLIB) (see
config_office/set_env.in:1420), which in turn is /usr/lib (/usr/lib64) on modern
machines.

There are two things I could think up for solving it:
1. Add $(KDE_LIBS) to _beginning_ of SOLARENV if we are building with KDE. (We
are already adding MOZ_LIB in the same style, so there is a precedent.)
2. Move $(SOLARENV) at the end of the linker command, so libraries from
$(SHLxSTDLIBS) are searched first. That's what I have done for SHL5LINKER in the
affected .IF branch; it should preferably be done for all other definitions of
SHL5LINKER too, if only for consistency.

I suspect there'll be the very same problem with KDE backend from desktop and
Kab driver from connectivity, but I haven't checked it 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]

Reply via email to