From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olaf Hering Subject: Re: Re: Xen 4.0.1 failed to compile on Ubuntu Natty 32 bits Date: Thu, 16 Dec 2010 18:36:05 +0100 Message-ID: <20101216173605.GA21326@aepfle.de> References: <1292492084.32368.6927.camel@zakaz.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Martinx - =?utf-8?B?44K444Kn44O844Og44K6?= Cc: xen-devel , Ian Campbell , Xen List List-Id: xen-devel@lists.xenproject.org On Thu, Dec 16, Martinx - =E3=82=B8=E3=82=A7=E3=83=BC=E3=83=A0=E3=82=BA w= rote: > Ian, >=20 > 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 +=3D -DMEMSHR MEMSHRLIBS +=3D $(MEMSHR_DIR)/libmemshr.a endif =20 -LDFLAGS_blktapctrl :=3D $(LDFLAGS_libxenctrl) $(LDFLAGS_libxenstore) $(M= EMSHRLIBS) -L../lib -lblktap -lrt -lm -lpthread -LDFLAGS_img :=3D $(LIBAIO_DIR)/libaio.a $(CRYPT_LIB) -lpthread -lz +LDFLAGS_xen :=3D $(LDFLAGS_libxenctrl) $(LDFLAGS_libxenstore) +LDFLAGS_blktapctrl :=3D $(LDFLAGS_xen) $(MEMSHRLIBS) -L../lib -lblktap -= lrt -lm -lpthread $(LDFLAGS_xen) +LDFLAGS_img :=3D $(LIBAIO_DIR)/libaio.a $(CRYPT_LIB) -lpthread -lz $(LDF= LAGS_xen) =20 BLK-OBJS-y :=3D block-aio.o BLK-OBJS-y +=3D block-sync.o