xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Olaf Hering <olaf@aepfle.de>
To: "Martinx - ジェームズ" <thiagocmartinsc@gmail.com>
Cc: xen-devel <xen-devel@lists.xensource.com>,
	Ian Campbell <Ian.Campbell@citrix.com>,
	Xen List <xen-users@lists.xensource.com>
Subject: Re: Re: Xen 4.0.1 failed to compile on Ubuntu Natty 32 bits
Date: Thu, 16 Dec 2010 18:36:05 +0100	[thread overview]
Message-ID: <20101216173605.GA21326@aepfle.de> (raw)
In-Reply-To: <AANLkTimZrNZQTxe2q8HVbu+pWoGfQLnkCScOHGao4iJU@mail.gmail.com>

On Thu, Dec 16, Martinx - ジェームズ wrote:

> Ian,
> 
>  I chenge the files but, the error persist, check it out:

Try this patch, I sent a similar series once for xen-unstable.
Maybe its time to backport the LDFLAGS reordering for 4.0.2.

Olaf

--- xen-4.0.1-testing.orig/tools/blktap/drivers/Makefile
+++ xen-4.0.1-testing/tools/blktap/drivers/Makefile
@@ -28,8 +28,9 @@ CFLAGS += -DMEMSHR
 MEMSHRLIBS += $(MEMSHR_DIR)/libmemshr.a
 endif
 
-LDFLAGS_blktapctrl := $(LDFLAGS_libxenctrl) $(LDFLAGS_libxenstore) $(MEMSHRLIBS) -L../lib -lblktap -lrt -lm -lpthread
-LDFLAGS_img := $(LIBAIO_DIR)/libaio.a $(CRYPT_LIB) -lpthread -lz
+LDFLAGS_xen := $(LDFLAGS_libxenctrl) $(LDFLAGS_libxenstore)
+LDFLAGS_blktapctrl := $(LDFLAGS_xen) $(MEMSHRLIBS) -L../lib -lblktap -lrt -lm -lpthread $(LDFLAGS_xen)
+LDFLAGS_img := $(LIBAIO_DIR)/libaio.a $(CRYPT_LIB) -lpthread -lz $(LDFLAGS_xen)
 
 BLK-OBJS-y  := block-aio.o
 BLK-OBJS-y  += block-sync.o

  reply	other threads:[~2010-12-16 17:36 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-10 22:09 Xen 4.0.1 failed to compile on Ubuntu Natty 32 bits Martinx - ジェームズ
2010-12-10 23:04 ` Martinx - ジェームズ
2010-12-15 22:15   ` Martinx - ジェームズ
2010-12-15 22:21     ` Martinx - ジェームズ
2010-12-16  9:34     ` [Xen-devel] " Ian Campbell
2010-12-16 17:27       ` Martinx - ジェームズ
2010-12-16 17:36         ` Olaf Hering [this message]
2010-12-16 19:02           ` [Xen-devel] " Martinx - ジェームズ
2010-12-16 19:16             ` Olaf Hering
2010-12-16 20:21               ` Martinx - ジェームズ
2010-12-22 16:35                 ` [Xen-devel] " Ian Jackson
2011-01-10 10:23                   ` Olaf Hering

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20101216173605.GA21326@aepfle.de \
    --to=olaf@aepfle.de \
    --cc=Ian.Campbell@citrix.com \
    --cc=thiagocmartinsc@gmail.com \
    --cc=xen-devel@lists.xensource.com \
    --cc=xen-users@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).