Need help for an old makefile

Sivan Greenberg sivang@chippc.com
Thu May 1 08:16:00 GMT 2008


On Thu, 2008-05-01 at 01:12 -0700, mahmoodn wrote:
> I followed the link steps until:
> patch -p1 < splash2-modified.patch
> 
> here is the output of this command:
> mahmood@magma:splash2$ patch -p1 <splash2-modified.patch 
> The program 'patch' is currently not installed.  You can install it by
> typing:
> sudo apt-get install patch
> bash: patch: command not found
> 
> Is "patch" related to compiler or OS?

It is not, patch is a utility program to apply patches that were usually
created using the 'diff' command. follow the installation instructions
provided to you by your distro (debian/ubuntu) and install it to be able
to use it.

Sivan



More information about the Gcc-help mailing list