From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Herbert J. Skuhra" Newsgroups: gmane.emacs.help Subject: Re: Failed to build emacs against imagemagick 6.8.4.6 Date: Fri, 05 Apr 2013 11:50:18 +0200 Message-ID: <86a5684e3bc7b2b753dfda940710d4f8@eumx.net> References: <515E9895.5010301@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1365278822 32414 80.91.229.3 (6 Apr 2013 20:07:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Apr 2013 20:07:02 +0000 (UTC) To: Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sat Apr 06 22:07:04 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UOZK1-0001KY-6E for geh-help-gnu-emacs@m.gmane.org; Sat, 06 Apr 2013 22:02:45 +0200 Original-Received: from localhost ([::1]:39152 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UO3hw-00041n-IO for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Apr 2013 06:17:20 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:39768) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UO3Hx-0007Fd-JL for help-gnu-emacs@gnu.org; Fri, 05 Apr 2013 05:50:34 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UO3Hq-0006S5-I4 for help-gnu-emacs@gnu.org; Fri, 05 Apr 2013 05:50:29 -0400 Original-Received: from eumx.net ([91.82.101.43]:50407 helo=owm.eumx.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UO3Hq-0006RZ-8I for help-gnu-emacs@gnu.org; Fri, 05 Apr 2013 05:50:22 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=eumx.net; h=mime-version :content-type:content-transfer-encoding:date:from:to:subject :in-reply-to:references:message-id; s=default; bh=XTWxsuiNwDmmQN 8HNuoDR/Gce8s=; b=XNtk+GKtXqMVD9Rqftr24+8frC9UwUr4D7dOYSWnAbTunI y0LvL29CvCZ9EFJhbYoUybigeZSMm2Hv/DkMb+UGUZ45c94g8jWVYjxoerVz6ARu f5zrMXy2pMhXBdSbCwirlXkYinN3aDkrYU9PS3LJq4xHVhufon7fQnBGr6lrU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=eumx.net; h=mime-version :content-type:content-transfer-encoding:date:from:to:subject :in-reply-to:references:message-id; q=dns; s=default; b=g2YuUEpU TBMJLwzBrVuoZ9yIiVEqg7UCXUUYctsSk/ZFnrN2i1HwEo5I2UFT4Wr3Y5KDaeE0 q1I2YopmH+BHoEz6yFOyuI3kB8UggvNZGuTPy++GLTixSXJrRE646VrXVQPkrhdd JEaUUVvuWTl9RNZ6lZsek2/mLLrIGBoz3HQ= In-Reply-To: <515E9895.5010301@gmail.com> X-Sender: hskuhra@eumx.net User-Agent: Roundcube Webmail X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 91.82.101.43 X-Mailman-Approved-At: Fri, 05 Apr 2013 06:17:08 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90032 Archived-At: Den 05.04.2013 11:25, skrev YE Qianchuan: > Hi, all. I'm on Archlinux x86_64. > It kept complaining about undefined reference to symbol>. > Since I built it smoothly before upgrading imagemagick to 6.8.4.6, I > guess it's an incompatibility issue. > > A sample error output is as follows: > [...] IMAGEMAGICK_LIBS in src/Makefile contains only '-lMagickCore'. So you have to add '-lMagickWand' manually. -- Herbert