vanam srihari kumar wrote:
How to call the linker explicitly in gpc 2.1 version.
Via GPC, you can just call GPC with object files:
gpc -o foo foo.o bar.o baz.o
Without GPC, you can call ld, but have to add the GPC runtime library (`gpc -print-file-name=libgpc.a' gives the file name) and -lm.
Frank