I downloaded the latest libvirt and tried to make it but received
this
error message:
make: *** No rule to make target `gnulib/m4/onceonly_2_57.m4',
needed by
`Makefile.in'. Stop.
The problem was related to running ./autogen.sh --prefix=$HOME/usr.
I didn't notice that it did not run correctly. It requires the install
gettext-devel
which does not come automatically with fedora.
But now the make fails due to an i386 / i386:x86-64 incompatibility. These
are the error messages:
/usr/bin/ld: i386 architecture of input file
`.libs/libvirt_la-openvz_conf.o' is incompatible with i386:x86-64 output
/usr/bin/ld: i386 architecture of input file
`.libs/libvirt_la-openvz_driver.o' is incompatible with i386:x86-64 output
collect2: ld returned 1 exit status
make[2]: *** [libvirt.la] Error 1
make[2]: Leaving directory `/home/nagin/workspace/libvirt/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nagin/workspace/libvirt'
make: *** [all] Error 2
-- Kenneth Nagin