Prof A Olowofoyeku (The African Chief) wrote:
This is an old gcc bug that has been fixed in later versions. The attached patch should solve that problem.
Thanks! Something seems wrong, however. Calling patch -p1 < ../gcc.c.patch from my gcc distribution directory leads to an error message: patching file `gcc/gcc.c' Hunk #1 FAILED at 328. Hunk #2 FAILED at 3050. Hunk #3 FAILED at 3279. Hunk #4 FAILED at 5917. 4 out of 4 hunks FAILED -- saving rejects to gcc/gcc.c.rej
I don't quite understand the gcc.c.rej... it's attached. Can you tell me what I did wrong here?
Yours,
Markus ______________________________________________________________ Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193
On 15 Feb 2005 at 10:21, Markus Gerwinski wrote:
Prof A Olowofoyeku (The African Chief) wrote:
This is an old gcc bug that has been fixed in later versions. The attached patch should solve that problem.
Thanks! Something seems wrong, however. Calling patch -p1 < ../gcc.c.patch from my gcc distribution directory leads to an error message: patching file `gcc/gcc.c' Hunk #1 FAILED at 328. Hunk #2 FAILED at 3050. Hunk #3 FAILED at 3279. Hunk #4 FAILED at 5917. 4 out of 4 hunks FAILED -- saving rejects to gcc/gcc.c.rej
I don't quite understand the gcc.c.rej... it's attached. Can you tell me what I did wrong here?
Differences in the sources. You might try to make the changes manually, or someone who knows more about patch and stuff may be able to explain the differences.
Best regards, The Chief --------- Prof. Abimbola Olowofoyeku (The African Chief) Web: http://www.greatchief.plus.com/
Markus Gerwinski wrote:
Prof A Olowofoyeku (The African Chief) wrote:
This is an old gcc bug that has been fixed in later versions. The attached patch should solve that problem.
Thanks! Something seems wrong, however. Calling patch -p1 < ../gcc.c.patch
Did you try patch -p0 < ... ?
Regards,
Adriaan van Os