From xemacs-m  Thu Feb 20 15:37:56 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id PAA26887
	for <xemacs-beta@xemacs.org>; Thu, 20 Feb 1997 15:37:56 -0600 (CST)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id NAA08538;
	Thu, 20 Feb 1997 13:48:42 -0800
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: Xemacs 20.1-b1: FAILURE
References: <199702202120.PAA07795@apollo.jeeves.net> <199702202129.NAA08910@xemacs.eng.sun.com>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@miranova.com>
In-Reply-To: Martin Buchholz's message of Thu, 20 Feb 1997 13:29:09 -0800
Mime-Version: 1.0 (generated by tm-edit 7.105)
Content-Type: text/plain; charset=US-ASCII
Date: 20 Feb 1997 13:48:41 -0800
Message-ID: <m2k9o31746.fsf@altair.xemacs.org>
Lines: 25
X-Mailer: Gnus v5.4.15/XEmacs 20.1

Martin Buchholz writes:

>>>>>> "rob" == repayne  <repayne@jeeves.net> writes:
rob> On linux 2.0.28, using X from Xaccel, I get the following error message
rob> when trying to link:

rob> /usr/X11R6/lib/libXt.so: undefined reference to `XkbLookupKeySym'

> The XEmacs source contains no reference to Xkb*.  I suspect your X
> libs are broken.  Maybe an extra lib needs to get added to the link
> command line.

Martin's right.  I see XkbLookupKeySym as undefined in
/usr/X11R6/lib/libXt.so.6.0 and defined in /usr/X11R6/lib/libX11.so.6.1.

$ nm /usr/X11R6/lib/libXt.so.6.0 | grep XkbLookupKeySym
         U XkbLookupKeySym
$ nm /usr/X11R6/lib/libX11.so.6.1  | grep XkbLookupKeySym  
00046988 T XkbLookupKeySym

This is from XFree86-3.2, perhaps your libXt and libX11 have a version
conflict.
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

