On 3/16/07, Ian Campbell <[EMAIL PROTECTED]> wrote: > This is necessary when running Xen with a 64 bit hypervisor and 32 bit > domain 0 since the CPU crash notes will be 64 bit. > > Detecting the hypervisor archiecture requires libxenctrl and therefore this > support is optional and disabled by default. > > Signed-off-by: Ian Campbell <[EMAIL PROTECTED]> [snip] > +dnl find Xen control stack libraries > +if test "$with_xen" = yes ; then > + AC_CHECK_HEADER(xenctrl.h, AC_CHECK_LIB(xenctrl, xc_version, > + [AC_DEFINE(HAVE_XENCTRL_H, 1) LIBS="$LIBS -lxenctrl"])) > +fi > +
Building for i386 against xen-3.0.4-testing-13139 seems to require linking against pthread. Maybe this is just a side effect of a broken cross-compiler setup on my part... Any comments? / magnus _______________________________________________ fastboot mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/fastboot
