Hi!
According to Laussy Fabrice:
Hi the list,
I am currently compiling gcc and gpc, till there everything went ok but this:
Next, go to the GCC source directory and apply the GCC patch required by GNU Pascal: % patch -s -p1 < p/patches/gcc-2.7.2.1.patch
Hmm ... `./configure' should do this automatically for you when you invoke it from `/usr/local/gcc-2.7.2.1' while the subdirectory `p' is already present.
The problem is:
root@localhost /usr/local/gcc-2.7.2.1/p/patches 09:24:02 Thu Mar 5 148$ ./mkpatch diff: gcc-2.7.2.1/gcc.c.orig: No such file or directory [...]
You are trying to *create* `gcc-2.7.2.1.patch'. What you probably want is to *apply* it. Please `cd' to `/usr/local/gcc-2.7.2.1/' and really type the line `patch -s ...' above - or just `./configure'.
Is it important?
Yes.
Hope this helps,
Peter