From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Compiling emacs 22 on ubuntu 7.0.4 Date: Thu, 14 Jun 2007 03:49:21 -0400 Message-ID: References: <701fce30706102144k17151433rc78902a60e136884@mail.gmail.com> <466CE537.4030906@swipnet.se> <466DC104.4000701@gnu.org> <466FB669.3030006@swipnet.se> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1181807470 17608 80.91.229.12 (14 Jun 2007 07:51:10 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Jun 2007 07:51:10 +0000 (UTC) Cc: silverburgh.meryl@gmail.com, emacs-devel@gnu.org, jasonr@gnu.org To: =?ISO-8859-15?Q?Jan_Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 14 09:51:08 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Hyk6l-0003eT-7u for ged-emacs-devel@m.gmane.org; Thu, 14 Jun 2007 09:51:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hyk6k-0000Oz-SM for ged-emacs-devel@m.gmane.org; Thu, 14 Jun 2007 03:51:06 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hyk56-0008Fc-7u for emacs-devel@gnu.org; Thu, 14 Jun 2007 03:49:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hyk54-0008Es-Mk for emacs-devel@gnu.org; Thu, 14 Jun 2007 03:49:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hyk54-0008Em-FE for emacs-devel@gnu.org; Thu, 14 Jun 2007 03:49:22 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hyk54-0008G5-2s for emacs-devel@gnu.org; Thu, 14 Jun 2007 03:49:22 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1Hyk53-0006Yi-G3; Thu, 14 Jun 2007 03:49:21 -0400 In-reply-to: <466FB669.3030006@swipnet.se> (message from =?ISO-8859-15?Q?Jan_Dj=E4rv?= on Wed, 13 Jun 2007 11:18:33 +0200) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:72841 Archived-At: I have machines where no libpng or lib(un)gif are installed. But I don't need that functionallity in Emacs. So why should Emacs reuire those libraries? Is there some particular reason why you want to avoid installing those libraries there? Kastrup wrote: I don't mind being able to specify --without-libpng and/or --without-libgif, but the default behavior makes it somewhat too easy to overlook that one is not generating a fully-capable Emacs for a given platform. I agree.