From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-15?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Compiling emacs 22 on ubuntu 7.0.4 Date: Thu, 14 Jun 2007 10:23:24 +0200 Message-ID: <4670FAFC.7090105@swipnet.se> References: <701fce30706102144k17151433rc78902a60e136884@mail.gmail.com> <466CE537.4030906@swipnet.se> <466DC104.4000701@gnu.org> <466FB669.3030006@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1181809473 24293 80.91.229.12 (14 Jun 2007 08:24:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 14 Jun 2007 08:24:33 +0000 (UTC) Cc: silverburgh.meryl@gmail.com, emacs-devel@gnu.org, jasonr@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 14 10:24:30 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 1Hykd1-0001mg-Pt for ged-emacs-devel@m.gmane.org; Thu, 14 Jun 2007 10:24:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hykd1-0003st-98 for ged-emacs-devel@m.gmane.org; Thu, 14 Jun 2007 04:24:27 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hykcx-0003qP-Je for emacs-devel@gnu.org; Thu, 14 Jun 2007 04:24:23 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hykcw-0003pG-Nd for emacs-devel@gnu.org; Thu, 14 Jun 2007 04:24:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hykcw-0003oo-G2 for emacs-devel@gnu.org; Thu, 14 Jun 2007 04:24:22 -0400 Original-Received: from av9-2-sn2.hy.skanova.net ([81.228.8.180]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Hykcu-0006WW-I4; Thu, 14 Jun 2007 04:24:20 -0400 Original-Received: by av9-2-sn2.hy.skanova.net (Postfix, from userid 502) id 979FE383DE; Thu, 14 Jun 2007 10:24:19 +0200 (CEST) Original-Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av9-2-sn2.hy.skanova.net (Postfix) with ESMTP id 7DFF138321; Thu, 14 Jun 2007 10:24:19 +0200 (CEST) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id 69DB437E4E; Thu, 14 Jun 2007 10:24:19 +0200 (CEST) User-Agent: Thunderbird 2.0.0.0 (X11/20070419) In-Reply-To: X-detected-kernel: Linux 2.4-2.6 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:72845 Archived-At: Richard Stallman skrev: > 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? > I would have to install them as a regular user, and then pass on correct -I and -L to configure so it finds them. > 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. --without-gif is OK for me also. Jan D.