Maurice Lombardi wrote:
After seing the message of Russ I have also run the tests for this snapshot. (djgpp v2.03 in W98 DOS box). No problem with gpctest.pas (the unmodified one).
Sure, you live in Europe. (That's no joke: The program was doing a time zone computation which was wrong for negative values, so it would only fail west of GMT. An interesting condition for a bug, isn't it? ;-)
For the rest, I can't help you, I'm afraid. I can't seem to reproduce the problem, and I don't even have the slightest idea whether it's a DJGPP or GPC problem.
I've looked at the GPC code, and there are two places (gpc.c: add_automake_files and gpcspec.c: lang_specific_driver) which both seem to be supposed to add the libraries, but that's one of those dark areas that only Peter if anyone knows anything about and that are probably full of historcial relics...
Perhaps you can try debugging it (either running gpc under gdb if you can, or with the insert-debugging-write-statements-shoot-in-the-dark method) to find out where things go wrong, otherwise I don't know...
Frank