"Richard W.M. Jones" <rjones(a)redhat.com> wrote:
There are still a few bits which don't work.
Also attached, the output of './configure --without-xen --without-qemu
--without-sasl', and the output of 'make -k' after the second time it
has run (so you just see which bits fail to compile).
...
Index: docs/examples/Makefile.am
===================================================================
RCS file: /data/cvs/libvirt/docs/examples/Makefile.am,v
retrieving revision 1.12
diff -u -r1.12 Makefile.am
--- docs/examples/Makefile.am 15 Nov 2007 13:04:28 -0000 1.12
+++ docs/examples/Makefile.am 6 Dec 2007 11:27:48 -0000
@@ -3,7 +3,8 @@
SUBDIRS=python
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I@srcdir@/include
DEPS = $(top_builddir)/src/libvirt.la
-LDADDS = @STATIC_BINARIES@ $(WARN_CFLAGS) $(top_builddir)/src/libvirt.la
+LDADDS = @STATIC_BINARIES@ $(WARN_CFLAGS) $(top_builddir)/src/libvirt.la \
+ $(top_builddir)/gnulib/lib/libgnu.la
rebuild: examples.xml index.html
Index: docs/examples/index.py
===================================================================
RCS file: /data/cvs/libvirt/docs/examples/index.py,v
retrieving revision 1.6
diff -u -r1.6 index.py
--- docs/examples/index.py 15 Nov 2007 13:04:28 -0000 1.6
+++ docs/examples/index.py 6 Dec 2007 11:27:49 -0000
@@ -225,7 +225,8 @@
SUBDIRS=python
INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include -I@srcdir@/include
DEPS = $(top_builddir)/src/libvirt.la
-LDADDS = @STATIC_BINARIES@ $(WARN_CFLAGS) $(top_builddir)/src/libvirt.la
+LDADDS = @STATIC_BINARIES@ $(WARN_CFLAGS) $(top_builddir)/src/libvirt.la \\
+ $(top_builddir)/gnulib/lib/libgnu.la
rebuild: examples.xml index.html
Hi Rich,
Maybe those patches slipped in by mistake?
Did you ever reply to this message?
http://thread.gmane.org/gmane.comp.emulators.libvirt/4080/focus=4111