Hello,
Nathalie Jarosz, wrote:
% patch -s -p1 < p/diffs/gcc-2.8.1.diff
The problem arise at this moment when I do "cd gcc-2.8.2; patch -s -p1 <p/diffs/gcc-2.8.1.diff", the following message appears : "bash : patch : command not found".
This means that you have no `patch' installed.
So, I understand that it is not a problem with the installation but with my linux configuration. The command patch is missing and I have no idea of how to get it.
Doesn't your distribution come with a `GNU Patch' package? There should be a patch-something.deb or patch-something.rpm file in the "development" series that you just need to install using the usual tools of your distribution ...
Hope this helps,
Peter