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=npj+AFgvdOKY+504TcCUoIzfqSkCw6PaAx/3Qc96JLx POsziGDQiiz+GXeGh8io3NyyO5cZXHYWsD001nwyhjIhg0Eq3IZHL4k7Ues2/HtS cMgonSk8CYjwBH1gQHA66UsYVlzRYrmLY+a74L/M/pjSkhAOemVxD1q861SCIc94 = 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=z64wjrDbQPY3xXzDBfttnPcg09U=; b=V2RzSOUXqVvvKgzfL YDW1adWMtLz+KiJrRwh8G3L/91AEKJ2xRdgbilmq/aBgfZHNrMjfTuoc1Q3M4WyZ 550/E423nrUx1+os/WGt7RhyPz1kuiHM8P5S7VPiL3MVJnJILmMcyJRelnCQMDsi MjJvnPOGrjPwXUrd1FnpbCshNU= 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.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Message-ID: <54A39478.4010909@cygwin.com> Date: Wed, 31 Dec 2014 00:15:20 -0600 From: Yaakov Selkowitz User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: [ANNOUNCEMENT] Updated: ImageMagick-6.9.0.0-1 (Emacs problem) References: <54A2B49A DOT 9060108 AT alice DOT it> <54A2CFD1 DOT 3030403 AT gmail DOT com> <54A317D2 DOT 3050200 AT alice DOT it> <54A31E5D DOT 20302 AT gmail DOT com> <54A32348 DOT 2080302 AT cornell DOT edu> In-Reply-To: <54A32348.2080302@cornell.edu> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 2014-12-30 16:12, Ken Brown wrote: > On 12/30/2014 4:51 PM, Marco Atzeri wrote: >> On 12/30/2014 10:23 PM, Angelo Graziosi wrote: >>> Sure it isn't a packaging bug? I see that now ImageMagick has missed >>> /usr/lib/libMagickCore.dll.a... and this >> >> changed name upstream. >> >>> cd /usr/lib >>> ln -sf libMagickCore-6.Q16.dll.a libMagickCore.dll.a >>> >>> seem to fix the build (both with CLANG and GCC) > > I think the problem is that ImageMagick.pc adds -lImageMagick: > > $ pkg-config --libs ImageMagick > -lMagickCore-6.Q16 -ljbig -llcms2 -ltiff -lfreetype -lbz2 -lz -lpng15 > -lm -lz -ljpeg -lgs -lpng15 -lautotrace -lpng -lz -lm -lMagickCore [...] Actually, the problem is that autotrace has a (circular) dependency on ImageMagick, and therefore autotrace needs to be rebuilt. Yaakov -- 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