Ricardo Luis Kulzer wrote:
run patch -s -p1 < gcc-2.8.1.diff, it shwos:
capricornus:[/usr/local/lib/gpc/gpc]> patch -s -p1 <
^^^^^^^^^^^^^^^^^^^^^^ This must be the directory where your gcc-2.8.1 source resides. Is it? If not, please move your `p' subdirectory from `gpc' to `gcc-2.8.1' and run `./configure' from there. Then, the patch will be applied automatically.
What can I do? I searched the file convert.c.orig, expr.c.orig,
... and I didn't find it in the source code.
Nope; the file to be patched is `convert.c'. Then, a file `convert.c.orig' (containing the original contents of `convert.c') will be produced.
Hope this helps,
Peter