Markus Gerwinski wrote:
I did so now (see the sources attached), but it didn't really help. Compiling it with
gpc --automake -c foo.pas gcc -lgpc -lm footest.c foo.o -o footest
now yields the error message:
What should I change?
Put the libraries after the other sources.
Frank