X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 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 AT cygwin DOT com Subject: Re: Emacs and last libpng release References: <54DA37E4 DOT 1060706 AT alice DOT 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