To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64134
------- Additional comments from [EMAIL PROTECTED] Sat May 20 10:07:22 -0700
2006 -------
m170 still has the same issue. /usr/lib/libX11.a doesn't have "XauDisposeAuth"
and "XauGetBestAuthByAddr" on Debian GNU/Linux unstable.
=====
% nm /usr/lib/libX11.a | grep Xau
nm: lcDynamic.o: no symbols
U XauDisposeAuth
U XauGetBestAuthByAddr
=====
Debian GNU/Linux unstable have already adopted X.org 7.0 instead of 6.9 by
default. According to ChangeLog of X.org, some functions included by libXau and
libXdmcp was separated from libX11.so from version 7.0. This change cause this
issue.
===== http://webcvs.freedesktop.org/xorg/xc/ChangeLog?r1=1.365&r2=1.1587
2005-09-22 Alan Coopersmith <[EMAIL PROTECTED]>
* config/cf/X11.tmpl:
* lib/Xau/Imakefile:
* lib/Xdmcp/Imakefile:
Make libXau & libXdmcp default to shared instead of static
libraries
to match modular build. (See fd.o bugzilla #4200.)
=====
For this reason -lXau is not specific to Debian GNU/Linux, but depends on X.org
version. The configure script should evaluate its version and set linkage option
according to the version number. This issue should be resolved before more Linux
distributions will adopt the latest X.org.
vmiklos: I'm not sure but mh, tools project owner, may be appropriate person for
configure script.
Regards, Takashi Nakamoto
---------------------------------------------------------------------
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]