Just two side notes. Peter N Lewis wrote:
7 - Configure gcc/gpc 8 - Patch gcc for Mac OS X
Usually it's better to first patch the sources before starting to configure/build. (In this case it probably won't matter.)
execute the patch command, paste in the following lines, then press control D (^D)
patch -p0 --ignore-whitespace --- ../gcc-3.4.3/gcc/config/darwin.h.sav 2005-05-18 [...] ^D
BTW, with most shells you can do this, so everything, including the "EOF" can be pasted (or run from a script): patch -p0 --ignore-whitespace << EOF --- ../gcc-3.4.3/gcc/config/darwin.h.sav 2005-05-18 [...] EOF Frank -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/, 7977168E GPC To-Do list, latest features, fixed bugs: http://www.gnu-pascal.de/todo.html GPC download signing key: ACB3 79B2 7EB2 B7A7 EFDE D101 CD02 4C9D 0FE0 E5E8