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
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 diff: gcc-2.7.2.1/gcc.c: No such file or directory diff: gcc-2.7.2.1/convert.c.orig: No such file or directory diff: gcc-2.7.2.1/convert.c: No such file or directory diff: gcc-2.7.2.1/dbxout.c.orig: No such file or directory diff: gcc-2.7.2.1/dbxout.c: No such file or directory diff: gcc-2.7.2.1/expr.c.orig: No such file or directory diff: gcc-2.7.2.1/expr.c: No such file or directory diff: gcc-2.7.2.1/fold-const.c.orig: No such file or directory diff: gcc-2.7.2.1/fold-const.c: No such file or directory diff: gcc-2.7.2.1/function.c.orig: No such file or directory diff: gcc-2.7.2.1/function.c: No such file or directory diff: gcc-2.7.2.1/optabs.c.orig: No such file or directory diff: gcc-2.7.2.1/optabs.c: No such file or directory diff: gcc-2.7.2.1/stor-layout.c.orig: No such file or directory diff: gcc-2.7.2.1/stor-layout.c: No such file or directory diff: gcc-2.7.2.1/toplev.c.orig: No such file or directory diff: gcc-2.7.2.1/toplev.c: No such file or directory
and no way to make the PATH okay (in /usr/local/gcc-2.7.2.1 with p/ of GPC)
Is it important?
Cheers.