summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2007-05-29 14:44:15 +0000
committerRichard W.M. Jones <rjones@redhat.com>2007-05-29 14:44:15 +0000
commit0832c58c0a80ec480a0df3849c8d73cca58aa3b9 (patch)
treec844151f71dfbc31c64e673abe0c1000b6205190 /TODO
parentc3e814684a247a24228ce625f83a466007898bd1 (diff)
downloadlibvirt-0832c58c0a80ec480a0df3849c8d73cca58aa3b9.tar.gz
+Tue May 29 15:41:00 BST 2007 Richard W.M. Jones <rjones@redhat.com>
+ + * TODO: Added a note about requiring C++ compiler because of a + possible problem with libtool autoconf macros. + * docs/examples/Makefile.am, proxy/Makefile.am, qemud/Makefile.am, + src/Makefile.am, tests/Makefile.am: Pass $(WARN_CFLAGS) when + linking, so if -fstack-protector is there, gcc will link to + the stack protector library. + * tests/xencapstest.c: Allow this test to compile when Xen + libraries are not enabled. +
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO
index b739d7f327..828d50d8f7 100644
--- a/TODO
+++ b/TODO
@@ -22,3 +22,8 @@ Cleanup:
- now that libxml2 is linked in, drop hash.[ch] and get back to libxml2 ones ?
same for the buffers
+Autoconf:
+- On Debian and other platforms, C++ compiler is required because
+ autoconf macros to detect libtool depend on it. (This is probably
+ an autoconf or libtool m4 macro bug, and the fact that it happens
+ on Debian is a red herring).