+* Troubleshooting
+
+Unfortunately the current Gettext still does not include all the
+needed tools so that the bootstrapping always perform successfully.
+
+If you experience problems, I suggest the following:
+
+1. Do a regular CVS checkout
+
+2. Fetch a recent tarball in:
+ ftp://alpha.gnu.org/gnu/bison/
+
+3. Extract it
+
+4. Override the content of your checkout with the content of this
+ tarball, i.e.:
+ cp -r bison-1.875c/* bison-cvs
+
+5. Proceed on ./configure && make etc.