X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 q=dns; s=default; b=I945byuy6Q6t6zPeun5Guvxxbra2AfqVD6fgApit0d9
	Tmxdh48/A2lYJn+JlCXx70FBZE6rZxqKSl6Ywog5s3e2mdke/qdRaZ6ewxE0bSxi
	QAvAnAeUZgUQgcOWw9YlG9Tz9fKgvvrSvy3aGvagGxLQvggmgu+jG+mIu+QlSQfc
	=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:date:from:mime-version:to:subject
	:references:in-reply-to:content-type:content-transfer-encoding;
	 s=default; bh=VQgscmaCyVAaEirPQcMa/V5KNUs=; b=DnlegnRCjM4u6LYao
	sfTKV1+yFIHUrVUamNvIjKKJAe+YshfhSia3aDQBf4b70if0aAjLhveEZ+aQlfHS
	v77EfL9jKHJ3EVpvQ6EwZQ6mjy/Ra0mhzucXkog/o8nWqbcx5uNNePWOnQNXO60a
	0yXqRNbSiUvZbDRjmTGNBlTojw=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2
X-HELO: smtp201.alice.it
Message-ID: <54DA41A2.9010205@alice.it>
Date: Tue, 10 Feb 2015 18:36:34 +0100
From: Angelo Graziosi <angelo.graziosi@alice.it>
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Emacs and last libpng release
References: <54DA37E4.1060706@alice.it>
In-Reply-To: <54DA37E4.1060706@alice.it>
Content-Type: text/plain; charset=iso-8859-15; format=flowed
Content-Transfer-Encoding: 7bit



Il 10/02/2015 17:55, Angelo Graziosi ha scritto:
> Ken Brown wrote:
>> I think the better way is for all libraries that rely on libpng15 to
>> rebuild for libpng16.
>
> Does this mean that there is some library which, after being rebuilt,
> will allow Emacs to be build OB, linking to libpng16, without the need
> to install libpng15?
>

Maybe I have understood.. it seems an issue similar to that I flagged 
here: https://cygwin.com/ml/cygwin/2014-12/msg00390.html

The build log shows:

   Does Emacs use a png library?                           yes -lpng16

and ldd :

$ ldd /usr/local/emacs/bin/emacs.exe | grep png
         cygpng16-16.dll => /usr/bin/cygpng16-16.dll (0x3f6700000)
         cygpng15-15.dll => /usr/bin/cygpng15-15.dll (0x3f6740000)

So, the "spurious" dependency could came from ImageMagick which still 
depend on libpng15.

> Ciao,
>   Angelo.

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

