From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Rodolfo Medina" Newsgroups: gmane.emacs.help Subject: Re: How to make Emacs use image support libraries? [solved] Date: Tue, 8 Mar 2005 12:18:47 +0100 Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1110281986 28805 80.91.229.2 (8 Mar 2005 11:39:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 8 Mar 2005 11:39:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 08 12:39:46 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D8d3s-00016c-Av for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Mar 2005 12:39:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8dIK-0001Dn-Op for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Mar 2005 06:54:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D8dDT-00005A-Rc for help-gnu-emacs@gnu.org; Tue, 08 Mar 2005 06:49:36 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D8dDQ-0008Uv-Ug for help-gnu-emacs@gnu.org; Tue, 08 Mar 2005 06:49:34 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8dDQ-0008EP-4z for help-gnu-emacs@gnu.org; Tue, 08 Mar 2005 06:49:32 -0500 Original-Received: from [193.70.192.33] (helo=smtp0.libero.it) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D8chu-0000eS-9i for help-gnu-emacs@gnu.org; Tue, 08 Mar 2005 06:16:58 -0500 Original-Received: from localhost (172.16.1.79) by smtp0.libero.it (7.0.027-DD01) id 41BDA8690126D9BD for help-gnu-emacs@gnu.org; Tue, 8 Mar 2005 12:16:57 +0100 Original-Received: from a3i3g5 (151.26.91.158) by smtp20.libero.it (7.0.027-DD01) id 41D02BD303E303BE for help-gnu-emacs@gnu.org; Tue, 8 Mar 2005 12:16:57 +0100 Original-Received: from 127.0.0.1 (AVG SMTP 7.0.308 [266.6.4]); Tue, 08 Mar 2005 12:18:47 +0100 Original-To: X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal X-Virus-Scanned: by amavisd-new at libero.it serv1 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: news.gmane.org gmane.emacs.help:24620 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24620 Rodolfo Medina wrote: > When I installed Emacs CVS 21.3.50 on my system, > the `$ ./configure' step ended up accompanied by the following output: > > Does Emacs use -lXaw3d? no > Does Emacs use -lXpm? yes > Does Emacs use -ljpeg? no > Does Emacs use -ltiff? no > Does Emacs use -lungif? no > Does Emacs use -lpng? no > Does Emacs use X toolkit scroll bars? no > > > > . Now, I need Emacs to use png libraried. How to do so? > I tried with `$ ./configure --with-png' and also with > `$ ./configure --with-png=yes', but the above output would not change. > The same with jpeg, gif, tiff. I think all these libraries are installed > in my system, because there are many files with such extensions and, besides, > I can perfectly view jpeg images. > Any suggestion? Jason Rumney wrote: > Are the development packages for those libraries also installed? Emacs > needs the header files to compile against. Thanks to Jason and Pete who kindly replied. I installed the packages zlib-1.2.2.tar.gz and libpng-1.2.8-config.tar.gz and then repeated the '$ ./configure' step with Emacs, and now there is: Does Emacs use -lpng? yes . Cheers, Rodolfo