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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=b0dH49CXQQepQJax quRUMIvI36STuR1NI6CY53n8bnFdr5u8a+/BMVbQi7jdAKJjlA+SLaDRsvoDp5sV bkRjS4LiJk//FQf2LwjGHEWopRpMDmYj+UQFN9IcMMMsVoST+8+vT401R+xA+bQU q225btTWthvCunsC6xNaycQ6F1o= 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:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=wb5hRf+LrKGLbXNzkObj+2 flPRM=; b=V9C6BJ7HTHSxWNFn01qriR4FFyN59m1aiEOc1bYmD6QWsh2Rv3kcFU nowi8QJQ1bypTxBZ7c0dd6QZnVs9H0IHx2rKr0G+r4QC2u5qGc04YpWI4HYUBuN3 RkwzVBCQsgeFFLyvfoSc+10zSFp3nd7M2u1sbVNHVtViOmpyaBf94= 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.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*MI:sk:6c85acf, H*f:sk:6c85acf, H*i:sk:6c85acf, H*M:db3a X-HELO: mail-wm0-f51.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=fg9AfeDNPdAPgVdSiRjZJp+FJBS2D48N/W+rWFx0NwM=; b=lKzv8hXhCDr4uEbVZX8A5prJYUB7C1Xxi9DxGz6mlnaz2VBJ2MoX7nd5pg1a7nPU1I JnPnwfrEZOXnBpxRmJpcZmtOACygRB/b7F2VfPZDZyfaPagwUD8axgZs24pTh+TriaFT sZkyHU0Ip49lYTpxygoCAmALI7PfHBD+rNMMYV4juS353tNQ0nNHl47WjdP7Ut7z1QVp 88jFm6XffSjnnl82LM5EjjpuRQGS+DtSg6tabTgwHRyEEgchgKlT7bCrQK0575hagBaL aTu/YQkR1GYh9jWVi0pHPmposyTzAU6waTDNV4WdDvAti8Jc6NebnJnnvyIB2OaoN/S+ X98A== X-Gm-Message-State: AEkoouvL3f5DGjxJJTmmzrecZD6vZS2IHAfP6oqoY4++IVHb7G2q4RO9CbkpYil/If/hiA== X-Received: by 10.194.73.136 with SMTP id l8mr15892431wjv.153.1471793101138; Sun, 21 Aug 2016 08:25:01 -0700 (PDT) Subject: Re: emacs-w32 not starting - libgd3 problem To: cygwin AT cygwin DOT com References: <966a14c2-ee69-7d3d-800e-a4f9f62a3ec9 AT gmail DOT com> <69ab42c7-0c3b-e8ce-978f-77c52b8c1a56 AT cornell DOT edu> <6c85acfc-dec8-e215-8519-94884190b198 AT cornell DOT edu> From: Marco Atzeri Message-ID: <91f48fa5-db3a-959c-5cb3-20b8df3a2791@gmail.com> Date: Sun, 21 Aug 2016 17:24:55 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <6c85acfc-dec8-e215-8519-94884190b198@cornell.edu> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 20/08/2016 18:54, Ken Brown wrote: > On 8/20/2016 9:41 AM, Marco Atzeri wrote: >> On 20/08/2016 04:52, Ken Brown wrote: >>> On 8/19/2016 4:03 PM, Ken Brown wrote: >>>> On 8/19/2016 11:22 AM, Ken Brown wrote: >>>>> On 8/19/2016 9:55 AM, Ken Brown wrote: >>>>>> On 8/19/2016 6:27 AM, Peter Hull wrote: >>>>>>> Hi all, >> >> >> It seems more a libgd3 build problem. >> Specially if it happens only on 32bit and not on 64bit. > > The difference between 32-bit and 64-bit is due to differences in > ImageMagick on the two platforms. > > On 32-bit, as I showed in an earlier message, I get: > > $ objdump -p /usr/bin/cygMagickCore-6.Q16-2.dll > [...] > DLL Name: cyggd-3.dll > vma: Hint/Ord Member-Name Bound-To > 48ee2c 8 WebPDecode > [...] > > On 64-bit, I get: > > $ objdump -p /usr/bin/cygMagickCore-6.Q16-2.dll > [...] > DLL Name: cygwebp-5.dll > vma: Hint/Ord Member-Name Bound-To > [...] > 48096c 271 WebPDecode > [...] > > Moreover, libMagickCore6_2 depends on libgd3 on 32-bit but not 64-bit. > So it seems that ImageMagick needs to be rebuilt on 32-bit so as to > remove this dependency. > > Ken > Hi Ken, the 32bit depends on both /usr/bin/cyggd-3.dll => libgd3-2.1.1-2 /usr/bin/cygwebp-5.dll => libwebp5-0.4.4-1 the 64 bit is missing the first. So in theory I should rebuild the 64 one to include the libgd3 dependency. You can verify with objdump -x cygMagickCore-6.Q16-2.dll|grep DLL |sort The libgd3-2.1.1-2 has on both 32 and 64 bit $ objdump -x cyggd-3.dll |grep WebP [ 8] WebPDecode [ 9] WebPEncode [ 10] WebPGetInfo [ 11] WebPGetPSNR So before my rebuild we need to understand what's happened to libgd3. Regards Marco -- 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