Maurice Lombardi wrote:
pavenis@lanet.lv wrote:
You need to add one define in gpc.c
#define MKTEMP_EACH_FILE
(see gcc.c for example) It's becoming evident if You run gpc -v --automake .... and view what it spits out.
OK. With this change and the previous replacements of cpp by cpp0, I am able to do a native djgpp build of gpc-20010331. It gives zero error when running the whole test suite, the gpc demos programs and the grx24 pascal demo programs.
Good news. :-)
I've now put these things into GPC (uploaded soon, 20010409). You might want to check if it builds "out of the box" then.
(it complains that some hunks are not in proper place. It is easy to correct for that but I prefer to let people to try on other systems with the original diff first in case there would be something special to djgpp)
I've looked at the changes. They all seem to be in the right place where diff puts them (Peter could tell better, of course). So I've built a patch for gcc-2.95.3 with only the offsets changed.
Frank