This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: Document PR 10657


On Fri, 9 May 2003, Segher Boessenkool wrote:
> Mark Mitchell wrote:
>> My error rate is definitely going through the roof these days.  I'm
>> not sure what that means.  Probably a bonk on the head would help.
> Bonk.

Please refrain from applying any kind of force towards the heads of our
release managers, our C++ maintainers, and Mark qua Mark! (Bad idea, Mark!)

> + <code>iconv</code> even in that case.  Solutions including temporarily
>
> s/including/include/
>
> + removing the GNU <code>libiconv</code>, coying it to a default
>
> s/coying/copying/

I had already fixed the third one; the two above and another one are
fixed thusly.

Committed.

Gerald

Index: faq.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/faq.html,v
retrieving revision 1.193
diff -u -3 -p -r1.193 faq.html
--- faq.html	12 May 2003 13:29:16 -0000	1.193
+++ faq.html	12 May 2003 13:53:33 -0000
@@ -395,9 +395,9 @@ library.</p>

 <p>Using <code>--disable-nls</code> at configure-time does not
 prevent this problem because <code>jc1</code> uses
-<code>iconv</code> even in that case.  Solutions including temporarily
-removing the GNU <code>libiconv</code>, coying it to a default
-location such as <code>/usr/lib</code>, and by using
+<code>iconv</code> even in that case.  Solutions include temporarily
+removing the GNU <code>libiconv</code>, copying it to a default
+location such as <code>/usr/lib/</code>, and using
 <code>--enable-languages</code> at configure-time to disable Java.</p>

 <hr />


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]