Hello ,
Suppose i build GPC on one Sun-solaris 2.6 machine and i copy the built GPC to another sun-solaris 2.6 machine , it doesnot work.It says gpc-ccp not installed properly. But my case is like , i am in tools-support and we don't want to give our "internal customers" the elaborate task of building the compiler themselves and then porting the various sources. So, can you kindly tell me , how i can build the GPC in one machine and copy it to any other machine and use the GPC.It is just like the the already built sources that you have on the web.But, we have built it with the latest sources and also have added other units to the 'units' directory which we want everybodyelse to use.
thanks and Regards, Anuradha
-- S.Anuradha Generic Data Tools, Alcatel Chennai. Alcanet : 2-757-7123
ANURADHA Srinivasan wrote:
Hello ,
Suppose i build GPC on one Sun-solaris 2.6 machine and i copy the
built GPC to another sun-solaris 2.6 machine , it doesnot work.It says gpc-ccp not installed properly.
You need to copy the complete installation (not just the gpc executable), try `make pascal.bindist'.
Also, you'll have to install it in the same directory on the target machine that it was configured for, or set some environment variables (see the install-gpc-binary script).
Frank