From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Giorgos Keramidas Newsgroups: gmane.emacs.help Subject: Re: Compiling CVS Emacs with X toolkit Date: Thu, 23 Nov 2006 18:55:31 +0200 Organization: SunSITE.dk - Supporting Open source Message-ID: <87hcwqdrwc.fsf@kobe.laptop> References: <1164293948.178111.49410@j72g2000cwa.googlegroups.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1164390402 25744 80.91.229.2 (24 Nov 2006 17:46:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 24 Nov 2006 17:46:42 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 24 18:46:41 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Gnf8J-0008BB-R7 for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Nov 2006 18:46:40 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gnf8J-0007oX-An for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Nov 2006 12:46:39 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!xs4all!news2.euro.net!83.128.0.11.MISMATCH!news-out1.kabelfoon.nl!newsfeed.kabelfoon.nl!bandi.nntp.kabelfoon.nl!news.banetele.no!dotsrc.org!filter.dotsrc.org!news.dotsrc.org!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (berkeley-unix) Cancel-Lock: sha1:B0HiCUp5WKwITdz0VsFJy/j56vs= Original-Lines: 47 Original-NNTP-Posting-Host: 62.103.39.229 Original-X-Trace: news.sunsite.dk DXC=Lil; 7kGoi]LB^D; 0lZCOUDYSB=nbEKnkK=EO><:f6NB@L^MjG2:ak; I7eU]GGb30c[>DY7KNB:hKILaiWL Original-X-Complaints-To: staff@sunsite.dk Original-Xref: shelby.stanford.edu gnu.emacs.help:143298 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:38915 Archived-At: On 23 Nov 2006 06:59:08 -0800, "Robert Thorpe" wrote: > Mathias Dahl wrote: >> Since upgradring my GNU/Linux installation from Mandrake 10.1 Official >> to Mandriva Free 2007, my CVS Emacs build does not get any X >> capabilities. I use the same script (cd prj/emacs; cvs update; >> ./configure; make etc...) as I did before. >> >> Of course I understand that this has to do with the new install and >> that I lack some "blabla-devel-y.z" libraries, but I find it hard to >> figure out exactly which I lack. Using rpmdrake (which is a very nice >> tool), there is a jungle of different libs for "X" to choose from. I >> don't care much about which toolkit I use although GTK would be nice. >> >> Any pointers? >> >> Maybe this question would be more valid in some Mandria forum, I don't >> know... > > Do what Giorgos said. The libraries Emacs uses are libXt and libXaw, > as far as I can remember. Right... and a few other X11-related libraries. % keramida@kobe:/home/keramida$ emacs --batch --eval '(princ (format "%s\n" (version)))' % GNU Emacs 22.0.91.2 (i386-unknown-freebsd7.0, X toolkit) % of 2006-11-22 on kobe % keramida@kobe:/home/keramida$ ldd /opt/emacs/bin/emacs % /opt/emacs/bin/emacs: => % libXaw.so.8 => /usr/X11R6/lib/libXaw.so.8 (0x281cf000) => % libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x28223000) => % libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x28237000) => % libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x28282000) => % libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x2828a000) => % libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x282a0000) % libtiff.so.4 => /usr/local/lib/libtiff.so.4 (0x282ad000) % libjpeg.so.9 => /usr/local/lib/libjpeg.so.9 (0x282fb000) % libpng.so.5 => /usr/local/lib/libpng.so.5 (0x28319000) % libz.so.3 => /lib/libz.so.3 (0x2833b000) % libm.so.4 => /lib/libm.so.4 (0x2834c000) % libungif.so.5 => /usr/local/lib/libungif.so.5 (0x28362000) => % libXpm.so.4 => /usr/X11R6/lib/libXpm.so.4 (0x2836a000) => % libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x28379000) % libutil.so.6 => /lib/libutil.so.6 (0x2843b000) % libncurses.so.6 => /lib/libncurses.so.6 (0x28447000) % libc.so.7 => /lib/libc.so.7 (0x2848f000) => % libXp.so.6 => /usr/X11R6/lib/libXp.so.6 (0x28583000) % keramida@kobe:/home/keramida$