Hello list,<br><br>I'm writing a how-to about libvirt compilation in Debian Etch. Well, I tried to compile version 0.1.11 in a Debian etch completly newly built from debootstrap. These are the steps that I took: <br>----- init commands
<br>apt-get install make gcc<br># cd /usr/src && wget <a href="http://libvirt.org/sources/libvirt-cvs-snapshot.tar.gz">http://libvirt.org/sources/libvirt-cvs-snapshot.tar.gz</a> && tar -xzvf libvirt-cvs-snapshot.tar.gz
<br># cd libvirt-0.1.11<br># ./configure<br>checking build system type... i686-pc-linux-gnulibc1<br>checking host system type... i686-pc-linux-gnulibc1<br>checking for a BSD-compatible install... /usr/bin/install -c<br>checking whether build environment is sane... yes
<br>checking for gawk... no<br>checking for mawk... mawk<br>checking whether make sets $(MAKE)... yes<br>checking for gcc... gcc<br>checking for C compiler default output file name... configure: error: C compiler cannot create executables
<br>See `config.log' for more details.<br># tail config.log<br>#define PACKAGE "libvirt"<br>#define PACKAGE_BUGREPORT ""<br>#define PACKAGE_NAME ""<br>#define PACKAGE_STRING ""<br>
#define PACKAGE_TARNAME ""<br>#define PACKAGE_VERSION ""<br>#define VERSION "0.1.11"<br><br>configure: exit 77<br>----- finish commands<br><br>I don't know what's the problem.  Ideas please...
<br><br>thanks <br><br><br>-- <br>Marco Sinhoreli<br>