From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.help Subject: Re: emacs 21.3 with X support? Date: Sun, 13 Jun 2004 07:05:32 +0200 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <6137-Sun13Jun2004070532+0300-eliz@gnu.org> References: <302FA80E-BC8C-11D8-9FC9-000A95C0C442@berkeley.edu> <9787-Sat12Jun2004202849+0300-eliz@gnu.org> <9D81769A-BC98-11D8-9BF3-000A95C0C442@berkeley.edu> <86acz8va7f.fsf@rumba.de.uu.net> <0F3691CE-BCBC-11D8-9BF3-000A95C0C442@berkeley.edu> Reply-To: Eli Zaretskii NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1087099750 18415 80.91.224.253 (13 Jun 2004 04:09:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 13 Jun 2004 04:09:10 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jun 13 06:09:04 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BZMIq-00074U-00 for ; Sun, 13 Jun 2004 06:09:04 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BZMJf-0000wn-6M for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Jun 2004 00:09:55 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BZMJY-0000we-Nx for help-gnu-emacs@gnu.org; Sun, 13 Jun 2004 00:09:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BZMJW-0000wR-Kv for help-gnu-emacs@gnu.org; Sun, 13 Jun 2004 00:09:48 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BZMJW-0000wO-HT for help-gnu-emacs@gnu.org; Sun, 13 Jun 2004 00:09:46 -0400 Original-Received: from [192.114.186.23] (helo=aragorn.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BZMIf-0005rl-QL for help-gnu-emacs@gnu.org; Sun, 13 Jun 2004 00:08:54 -0400 Original-Received: from zaretski ([80.230.141.54]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id DBS05816; Sun, 13 Jun 2004 07:08:37 +0300 (IDT) Original-To: help-gnu-emacs@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: <0F3691CE-BCBC-11D8-9BF3-000A95C0C442@berkeley.edu> (message from Aaron Steele on Sat, 12 Jun 2004 15:01:30 -0700) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:18964 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:18964 > From: Aaron Steele > Date: Sat, 12 Jun 2004 15:01:30 -0700 > > configure:3651:27: X11/Intrinsic.h: No such file or directory > configure: failed program was: > #line 3650 "configure" > #include "confdefs.h" > #include This means it couldn't find your X include files. Where are they on that system? > configure:3731: gcc -o conftest -O2 -D_BSD_SOURCE conftest.c -lXt > 1>&5 > /usr/bin/ld: cannot find -lXt > collect2: ld returned 1 exit status > configure: failed program was: > #line 3724 "configure" > #include "confdefs.h" > > int main() { > XtMalloc() > ; return 0; } And this says that the X toolkit library, libXt.so, could not be found. Where do you have that on your machine?