"Richard W.M. Jones" <rjones(a)redhat.com> wrote:
Jim, I also needed the attached patch, and then I had to do this:
cd docs/examples && ./index.py
...
-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
Thanks.
Will incorporate.