Russ Whitaker wrote:
Last year I could precompile the units with -c and then go to the demos directory and, for instance, gpc -o pi pi.pas and it worked. (gpc-19991030)
Not now.
Precompile the units and go to the demos directory and gpc -o pi pi.pas gives two link errs.
gpc --automake -o pi pi.pas works fine, but if I do gpc -o pi pi.pas right afterwards I get the link errs again.
Yes, that's a known bug. For now, use --automake. Later, a utility will allow building programs without recompiling units.
Frank