Xen 
 
Home About Xen.org Xen Xen Summit Wiki Mailing List Bug Tracker Xen Downloads
 
   
 

xen-devel

[Xen-devel] Parallel builds with x86_64

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] Parallel builds with x86_64
From: "Puthiyaparambil, Aravindh" <aravindh.puthiyaparambil@xxxxxxxxxx>
Date: Wed, 31 Aug 2005 15:33:30 -0400
Cc: "Koren, Bradley J" <Bradley.Koren@xxxxxxxxxx>, "Magolan, John F" <John.Magolan@xxxxxxxxxx>, "Subrahmanian, Raj" <raj.subrahmanian@xxxxxxxxxx>, "Davis, Jason" <jason.davis@xxxxxxxxxx>, "Vessey, Bruce A" <Bruce.Vessey@xxxxxxxxxx>
Delivery-date: Wed, 31 Aug 2005 19:31:33 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcWuYt3wvAv5UO7TRDCG04RSAaibHA==
Thread-topic: Parallel builds with x86_64
I am trying to compile Xen on a SLES9 SP2 x86_64 Dell box.

When I do a "make -j4 world", I am getting the following error.

/usr/lib64/gcc-lib/x86_64-suse-linux/3.3.3/../../../../x86_64-suse-linux
/bin/ld: ./libxenctrl.a(xc_domain.ogcc -nostdinc -fno-builtin
-fno-common -fno-strict-aliasing -iwithprefix include -Wall -Werror
-Wno-pointer-arith -pipe -I/root/xen/xen-unstable.hg/xen/include
-I/root/xen/xen-unstable.hg/xen/include/asm-x86/mach-generic
-I/root/xen/xen-unstable.hg/xen/include/asm-x86/mach-default -O3
-fomit-frame-pointer -msoft-float -m64 -mno-red-zone -fpic
-fno-reorder-blocks -fno-asynchronous-unwind-tables -DNDEBUG -DVERBOSE
-c sched_bvt.c -o sched_bvt.o
): relocation R_X86_64_32 can not be used when making a shared object;
recompile with -fPIC
./libxenctrl.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[4]: *** [libxenguest.so.3.0.0] Error 1
make[4]: Leaving directory `/root/xen/xen-unstable.hg/tools/libxc'
make[3]: *** [build] Error 2
make[3]: Leaving directory `/root/xen/xen-unstable.hg/tools/libxc'
make[2]: *** [install] Error 2
make[2]: Leaving directory `/root/xen/xen-unstable.hg/tools'
make[1]: *** [tools] Error 2
make[1]: *** Waiting for unfinished jobs....

But if I do a "make world" I don't see this error. Any idea why this is
happening?

Aravindh

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Parallel builds with x86_64, Puthiyaparambil, Aravindh <=