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=Hq9JJUqNJEDZLHVUPty8TieKFKJC/HAydgz6Au1On+N
	FZtyhoe8JBzNSildiIVnhaR/FUEqXNtKRZCiETL6aduEWy3jPYX1MGGgaam50I+y
	3aedqhEp+hLJmZTQ1r48C92BC6Rp8o96DTK9HM2LQHVr6aDQQcKNOJFgAQ3Kv4Jk
	=
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=gpF5M+bVxpp/WcJ5dB/ehW67NDA=; b=YyXxNQldNzVZ33auf
	1KVyVk2rGJYk2qcTHnCKCMrnAr1tSzEq1Caa1YqjhzLS8Fu9QHQgeS1pAAznKJmp
	c/D5ZfB/3qrXkAqSru8kJwIH5MOsNt/cw0cVNZoLgryWGP2XYJlV4sod5jR+kzLm
	YpygK+0CQUspK/UyvIMAPJ+Zj4=
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=-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: <54A32348.2080302@cornell.edu>
Date: Tue, 30 Dec 2014 17:12:24 -0500
From: Ken Brown <kbrown@cornell.edu>
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@cygwin.com
Subject: Re: [ANNOUNCEMENT] Updated: ImageMagick-6.9.0.0-1 (Emacs problem)
References: <54A2B49A.9060108@alice.it> <54A2CFD1.3030403@gmail.com> <54A317D2.3050200@alice.it> <54A31E5D.20302@gmail.com>
In-Reply-To: <54A31E5D.20302@gmail.com>
Content-Type: text/plain; charset=iso-8859-15; format=flowed
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes

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 [...]

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

