From xemacs-m  Mon Jan 13 10:54:31 1997
Received: from the-great-machine.mit.edu (brnstndkramden.acf.nyu.edu@THE-GREAT-MACHINE.MIT.EDU [18.238.0.254])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id KAA05938 for <xemacs-beta@xemacs.org>; Mon, 13 Jan 1997 10:54:29 -0600 (CST)
Received: (from jered@localhost)
          by the-great-machine.mit.edu (8.8.4/8.8.4)
	  id LAA04788; Mon, 13 Jan 1997 11:54:14 -0500
Message-Id: <199701131654.LAA04788@the-great-machine.mit.edu>
X-Mailer: exmh version 1.6.7 5/3/96
To: The Pope <lazarus@mind.net>
cc: xemacs-beta@xemacs.org
Subject: Re: 20.0-b90 Compilation Failed. Help? 
In-reply-to: Your message of "Mon, 13 Jan 1997 08:46:42 PST."
             <199701131646.IAA13444@binah.mind.net> 
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Date: Mon, 13 Jan 1997 11:54:14 EST
From: Jered Floyd <jered@mit.edu>


> I'm running Linux 2.0.27.  I just made a few upgrades which may be
> affecting things.  I installed libc 5.4.17 and binutils 2.7.0.3 and
> I'm using gcc 2.7.2.  Here's my configuration.  One thing that struck
> me as odd was the fact that it didn't find Xmu.  I know I've got Xmu
> stuff.

>   Using the Motif dialog boxes.

Looks like it found motif...

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

I had this problem when I was linking against the XFree86 3.2 libraries.
The Xkb stuff is part of X11R6.1, and thus not in 3.1.1.   I wasn't able
to find where it was actually defined, but I didn't want to be linking
against those libraries anyhow.

--Jered
jered@mit.edu


