From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Goldman Newsgroups: gmane.emacs.help Subject: Building emacs 23 for RHEL5 Date: Thu, 12 May 2011 14:58:50 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1305226761 22128 80.91.229.12 (12 May 2011 18:59:21 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 12 May 2011 18:59:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 12 20:59:17 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QKb6N-0008W2-Ct for geh-help-gnu-emacs@m.gmane.org; Thu, 12 May 2011 20:59:11 +0200 Original-Received: from localhost ([::1]:36638 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKb6N-00021E-0M for geh-help-gnu-emacs@m.gmane.org; Thu, 12 May 2011 14:59:11 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45000) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKb6H-000219-SF for help-gnu-emacs@gnu.org; Thu, 12 May 2011 14:59:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QKb6G-0005U2-TK for help-gnu-emacs@gnu.org; Thu, 12 May 2011 14:59:05 -0400 Original-Received: from lo.gmane.org ([80.91.229.12]:60077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QKb6G-0005Tp-Nh for help-gnu-emacs@gnu.org; Thu, 12 May 2011 14:59:04 -0400 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QKb6F-0008Rf-BA for help-gnu-emacs@gnu.org; Thu, 12 May 2011 20:59:03 +0200 Original-Received: from yktgi01e0-s5.watson.ibm.com ([129.34.20.19]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 May 2011 20:59:03 +0200 Original-Received: from kgold by yktgi01e0-s5.watson.ibm.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 12 May 2011 20:59:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 25 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: yktgi01e0-s5.watson.ibm.com User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110419 Red Hat/3.1.10-1.el6_0 Thunderbird/3.1.10 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:80969 Archived-At: I'm trying to upgrade my existing emacs 21 to 23. This is Linux RHEL5, 32-bit Intel. When I build, I get: ~~~~~~~~~ configure: error: The following required libraries were not found: libXpm libjpeg libpng libgif/libungif libtiff Maybe some development libraries/packages are missing? If you don't want to link with them give --with-xpm=no --with-jpeg=no --with-png=no --with-gif=no --with-tiff=no ~~~~~~~~~ When I compile without them, emacs runs but is really ugly, fonts are wrong, menus don't pop up,, etc. I tried to install xpm-devel, but wound up in the usual bottomless pit of missing dependencies. Is there an rpm for emacs-23 that I can just install that includes everything it needs?