ANURADHA Srinivasan wrote:
I am able to build the zipped gpc binary file and when i run it in another machine , it works. But i would like to add the "sysutils.pas" to the units and the corresponding "*.inc" to say,a separate directory "include" in the build directory and then "mak" the binary.
In general, it's not recommended to add 3rd party units to the GPC distribution because it might confuse users about what is part of GPC and what not. You might want to install them in a separate directory (say, /usr/local/units) and point GPC to it via `--unit-path=/usr/local/units'.
Frank