I'm trying to apply this patch to GCC on MinGW to get it to compile GDC 2, but I don't know how. (I'm still new to the internals of GCC, and even to *nix tools in general.) I know there's the patch
command but I can't figure out how to use it, and I don't even know if I have enough information for this.
How do I apply the patch for GCC?
man
command; I looked atpatch --help
but I didn't figure out how to use it. (By the way, do I need apatch
file or adiff
file, or both? I only have the former.) – Berzelius