This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: help with installing gcc in os x please.
- From: Ben Dougall <bend at freenet dot co dot uk>
- To: gcc-help at gcc dot gnu dot org
- Date: Sat, 28 Dec 2002 16:57:15 +0000
- Subject: Re: help with installing gcc in os x please.
about the patch. i've done it like this ('patch' being the text file
name that's in the srcdir):
patch -p1 <patch
which gave this output:
patching file gcc/ginclude/stddef.h
Hunk #1 succeeded at 239 (offset -3 lines).
patch unexpectedly ends in middle of line
Hunk #3 succeeded at 294 with fuzz 1 (offset -3 lines).
patch unexpectedly ends in middle of line - that's not good. what
could be the matter there? i notice a comment style that i recognize
from c as in:
/* words words words
isn't closed with a */ is that the problem? i tried fixing that and
got this which is a bit better i think but still not there:
Hunk #1 succeeded at 239 (offset -3 lines).
Hunk #2 succeeded at 279 with fuzz 1.
patch unexpectedly ends in middle of line
Hunk #3 succeeded at 294 with fuzz 1 (offset -3 lines).