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? Date: Tue, 8 Mar 2005 14:49:44 +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 1110289864 19907 80.91.229.2 (8 Mar 2005 13:51:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 8 Mar 2005 13:51:04 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 08 14:51:03 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D8f6B-0002FE-6L for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Mar 2005 14:50:11 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8fKe-0006Wt-T2 for geh-help-gnu-emacs@m.gmane.org; Tue, 08 Mar 2005 09:05:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D8fJX-0006Du-AY for help-gnu-emacs@gnu.org; Tue, 08 Mar 2005 09:03:59 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D8fJR-0006Ax-SM for help-gnu-emacs@gnu.org; Tue, 08 Mar 2005 09:03:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D8fJR-0006Au-PH for help-gnu-emacs@gnu.org; Tue, 08 Mar 2005 09:03:53 -0500 Original-Received: from [193.70.192.33] (helo=smtp0.libero.it) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D8f3t-0004ub-Ee for help-gnu-emacs@gnu.org; Tue, 08 Mar 2005 08:47:49 -0500 Original-Received: from localhost (172.16.1.82) by smtp0.libero.it (7.0.027-DD01) id 41BDA86901278FD9 for help-gnu-emacs@gnu.org; Tue, 8 Mar 2005 14:47:48 +0100 Original-Received: from [151.26.90.116] (151.26.90.116) by smtp0.libero.it (7.0.027-DD01) id 41BF5F48050AD602 for help-gnu-emacs@gnu.org; Tue, 8 Mar 2005 14:47:48 +0100 Original-Received: from 127.0.0.1 (AVG SMTP 7.0.308 [266.6.4]); Tue, 08 Mar 2005 14:49:44 +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 serv3 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:24623 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24623 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 downloaded and installed: zlib-1.2.2.tar.gz, libpng-1.2.8-config.tar.gz, tiff-3.7.1.tar.gz, libungif-4.1.3.tar.gz and jpegsrc.v6b.tar.gz; then run '$ ./configure' again and the above output turned into: Does Emacs use -lXaw3d? no Does Emacs use -lXpm? yes Does Emacs use -ljpeg? no Does Emacs use -ltiff? yes Does Emacs use -lungif? yes Does Emacs use -lpng? yes Does Emacs use X toolkit scroll bars? no . So, now it's okay for tiff and gif, but not for jpeg. Why? The installation of jpeg seemed to have no problem. Any suggestion? Thanks, Rodolfo P.S.: I also downloaded Xaw3d-1.5.tar.gz, but didn't see any README or Install file there. How shall I install it?