From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Reitter Newsgroups: gmane.emacs.devel Subject: Re: build broken: libxml - i386 vs. X86_64 - configure problem Date: Mon, 13 Sep 2010 15:31:38 -0400 Message-ID: <096A7603-3149-4E34-8CD1-87BFE5E0B923@gmail.com> References: <2622DDFD-A026-430F-959B-167F6462D731@gmail.com> <89EF9F06-CF3D-45D6-8786-55FB77AD2EC2@mit.edu> <0A4044B9-65CB-4515-8B84-CF448E2CE05A@gmail.com> <65EE3DC2-0C2F-4469-ACBA-F4C633C5EB08@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1284406286 8080 80.91.229.12 (13 Sep 2010 19:31:26 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Sep 2010 19:31:26 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 13 21:31:25 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OvEkN-0002J4-Pv for ged-emacs-devel@m.gmane.org; Mon, 13 Sep 2010 21:31:24 +0200 Original-Received: from localhost ([127.0.0.1]:55083 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvEkN-0006OV-8D for ged-emacs-devel@m.gmane.org; Mon, 13 Sep 2010 15:31:23 -0400 Original-Received: from [140.186.70.92] (port=38733 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvEkF-0006Mq-8y for emacs-devel@gnu.org; Mon, 13 Sep 2010 15:31:16 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvEkD-0008OR-Pp for emacs-devel@gnu.org; Mon, 13 Sep 2010 15:31:15 -0400 Original-Received: from mail-qw0-f41.google.com ([209.85.216.41]:63863) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OvEkD-0008N6-KX for emacs-devel@gnu.org; Mon, 13 Sep 2010 15:31:13 -0400 Original-Received: by qwf7 with SMTP id 7so4167436qwf.0 for ; Mon, 13 Sep 2010 12:31:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=YuydMs0JneLnxTmtGWOYBUsvFTxATViLaBn48PqhreA=; b=CUfmV8bqi+KRpHQNET1c2bnDgnuA3DAGy4dRcu4ygr84+ySKPO3JZE/LJ1dC3vkARB KChVOTSDXpMHlvfOMuyNBr2hL/u7dIrgHalKeRF/FiuJZG+KaCtLldpT1yekmo0MykFR iixUIgpFoWrJOyuVItIXVr35Fxjfwnp1tnT+A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=afIg2A/RkhKmjBvEJXNCFGu+/KHYP4AP5a9+K9FIzQjFVRvb96XgYASC9swjaOrtjN bbN8cnvAWJ2smbRFn4hiV0ms4NddITn1NhjfYGewZjSMC1FOykbYFddlxX/X7GP2ZAsu t6Q4SxROiAJ66qOsBImkmxv/aqh9FCZJ6n/ec= Original-Received: by 10.229.1.193 with SMTP id 1mr3015668qcg.290.1284406264408; Mon, 13 Sep 2010 12:31:04 -0700 (PDT) Original-Received: from elin.psy.cmu.edu (ELIN.PSY.CMU.EDU [128.2.248.190]) by mx.google.com with ESMTPS id t18sm6758820qco.32.2010.09.13.12.31.03 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 13 Sep 2010 12:31:03 -0700 (PDT) In-Reply-To: X-Mailer: Apple Mail (2.1081) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:130090 Archived-At: On Sep 13, 2010, at 2:48 PM, Lars Magne Ingebrigtsen wrote: >=20 > Does the following patch fix it for you? >=20 > + LIBS=3D"$LIBXML2_LIBS $LIBS" > =20 Yes, this works. Of course, the consequence is that your support for the XML library = isn't included, even though I have a perfectly appropriate XML library = in /usr/lib. But perhaps this is the fair consequence of having an = inappropriate library lurking around (that said, it is a perfectly fine = library, being i386 and all... just not 64-bit...)