Hi Joost, On Wed, 17 Dec 2008, VandeVondele Joost wrote: >>> Would be great if such a thing could be detected at configure time >>> (i.e. like missing mpfr.h headers are already detected), with some >>> kind of a gentle error message. >> It wouldn't be detected until the target libs are built, since that's >> the first time any 32-bit headers are needed. >> >> Patches welcome. > Is this useful ?
I'll leave the install.texi part to Andrew, but I think he had a configure patch in mind to detect this earlier? For the following, Merriam-Webster seems to indicate that "Alternately" is proper English in this context, according to http://www.merriam-webster.com/dictionary/alternately Thanks for the input! Gerald > also, this likely fixes a typo > > Index: cvs.html > =================================================================== > RCS file: /cvs/gcc/wwwdocs/htdocs/cvs.html,v > retrieving revision 1.213 > diff -c -p -r1.213 cvs.html > *** cvs.html 30 Dec 2007 09:01:19 -0000 1.213 > --- cvs.html 17 Dec 2008 12:04:09 -0000 > *************** and SSH installed, you can check out the > *** 36,42 **** > <li>Set CVS_RSH in your environment to <code>ssh</code>.</li> > <li>Set CVSROOT in your environment to > <code>:pserver:c...@gcc.gnu.org:/cvs/gcc</code>. > ! Alternately add > <code>-d :pserver:c...@gcc.gnu.org:/cvs/gcc</code> > immediately after <code>cvs</code> in the commands below.</li> > <li>The command <code>cvs -qz9 checkout -P wwwdocs</code>, > --- 36,42 ---- > <li>Set CVS_RSH in your environment to <code>ssh</code>.</li> > <li>Set CVSROOT in your environment to > <code>:pserver:c...@gcc.gnu.org:/cvs/gcc</code>. > ! Alternatively add > <code>-d :pserver:c...@gcc.gnu.org:/cvs/gcc</code> > immediately after <code>cvs</code> in the commands below.</li> > <li>The command <code>cvs -qz9 checkout -P wwwdocs</code>,