|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] xen 3.4-testing build error
On Wed, 2011-10-19 at 06:19 +0100, AP wrote:
> I am trying to build xen-3.4-testing (19995:0e3b875fd5fb) on Ubuntu
> 11.10 64-bit. I am building with the following patch:
3.4 is a bit old, why not use 4.1?
> I have tried installing the bz2 (libbz2-dev) and lzam (liblzma-dev)
> dev packages but I still get the error. I have tried doing a clean and
> make after the installing the dev packages to no avail. Any idea what
> other library I need to install?
Recent Ubuntu enabled --as-needed in the linker by default. If you want
to stick with 3.4 you might need to add --no-as-needed somewhere
appropriate, 22856:18807b89083d is the temporary fix which we used for
4.1. This issue is fixed properly in 4.2.
Ian.
>
> Thanks,
> AP
>
> GCC Info
> --------------
> Using built-in specs.
> COLLECT_GCC=gcc
> COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6.1/lto-wrapper
> Target: x86_64-linux-gnu
> Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro
> 4.6.1-9ubuntu3'
> --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs
> --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr
> --program-suffix=-4.6 --enable-shared --enable-linker-build-id
> --with-system-zlib --libexecdir=/usr/lib --without-included-gettext
> --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6
> --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu
> --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin
> --enable-objc-gc --disable-werror --with-arch-32=i686
> --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu
> --host=x86_64-linux-gnu --target=x86_64-linux-gnu
> Thread model: posix
> gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|