- doc/FAQ.html: added a warning about gcc-3.0
- doc/xml.html: added reference to gdome2 and removed a confusing
  sentence
Daniel
diff --git a/doc/FAQ.html b/doc/FAQ.html
index 6d76fb0..f6cf9ab 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -153,6 +153,11 @@
     script to regenerate the configure and Makefiles, like:</p>
     <p><code>./autogen.sh --prefix=/usr --disable-shared</code></p>
   </li>
+  <li><em>I have troubles when running make tests with gcc-3.0</em>
+    <p>It seems the initial release of gcc-3.0 has a problem with the
+    optimizer which miscompiles the URI module. Please use another
+    compiler</p>
+  </li>
 </ol>
 
 <h2><a name="Developer">Developer</a> corner</h2>