Kocherlakota Harikrishna wrote:
I am sorry for the inconvenience. Herewith we are sending the verbose output again.
Yes.You are right. pcamac.pas is the main unit and pekxac.pas and pguzaa.pas are called within it.
Oh, pcamac.pas is a unit? I thought it was the main program.
To compile a unit, you can use the `-c' option. But normally you don't need to do that at all. Just compile the main program with `--automake', and all units will be compiled when necessary.
(Of course, you don't get an executable when compiling just a unit, you need a main program for that -- just like in BP and probably every other compiler.)
Frank