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=vhhJZ4j0609ExepxPYg7T7Zt+d1cX1/m9L+pRjrltIC 2ocoFYa1/h0utd/MnQeFKMjRbmFdvoCU+XEk4DBEalGEVE8TJSGyjTsaZTYEhony Vj21vAXys8u+a6BgoVcnYyOVhuUdWgfhBAlZd2glmO4JyVw7xc9yB7wtES6dkFfA = 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=gLwkJdHzppuM73XlGY+tp2uQplc=; b=xp3dL5c4O5BPYnRdN XXdaL6hAbLx4haq1QASXDVamEky1o5qQEOqQ9mU5+AHnC+DKFeVUzadkNWlXzDPt ILmJTft/LclfKOA1s74HxlVzmuPB39VirDh2NH09Vywu/nNycApO1CZ8o99s9Jcr Q2nPIsW5WbG0Bq/JhzBW3fL0VQ= 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=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: limerock02.mail.cornell.edu X-CornellRouted: This message has been Routed already. Message-ID: <54DA4363.2040306@cornell.edu> Date: Tue, 10 Feb 2015 12:44:03 -0500 From: Ken Brown 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 X-IsSubscribed: yes On 2/10/2015 11:55 AM, Angelo Graziosi wrote: > 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? I think that's right. It looks to me like ImageMagick and fontconfig are both adding -lpng15 to the link command line. I'm puzzled about fontconfig because it was just rebuilt. $ pkg-config --libs fontconfig -lfontconfig -lexpat -lfreetype -lbz2 -lz -lpng15 -lm -lz -lexpat -lfreetype -lbz2 -lz -lpng16 -lm -lz Yaakov, can you explain this? Ken -- 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