Hello ,
Two problems : 1.I don't get a gcc directory in my gp-buil directory. 2.I called make pascal.distbindist in gpc-source\gcc and i get this error. make[1]: Leaving directory `/home/users/anuradas/gpcsrc/gcc-2.95.3/gcc' tar: /dev/rmt/0: Permission denied make: *** [pascal.bindist] Error 1
Can somebody tell me what the problem could be? Thank you. Regards, Anuradha
Frank Heckenbach wrote:
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
-- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/ GPC To-Do list, latest features, fixed bugs: http://agnes.dida.physik.uni-essen.de/~gnu-pascal/todo.html
-- S.Anuradha Generic Data Tools, Alcatel Chennai. Alcanet : 2-757-7123
-- S.Anuradha Generic Data Tools, Alcatel Chennai. Alcanet : 2-757-7123
ANURADHA Srinivasan wrote:
Two problems : 1.I don't get a gcc directory in my gp-buil directory.
Huh? If you use gcc-2.8.1, that would be right, but from the information given below, it looks like you use 2.95, so the gcc directory should be created when running configure. If this doesn't happen, something seems to be seriously wrong, and I wonder how you could build GPC at all.
2.I called make pascal.distbindist in gpc-source\gcc and i get this error.
You must call it in the build directory.
make[1]: Leaving directory `/home/users/anuradas/gpcsrc/gcc-2.95.3/gcc' tar: /dev/rmt/0: Permission denied make: *** [pascal.bindist] Error 1
Can somebody tell me what the problem could be?
Probably tar. Try either using GNU tar, or giving 'MAKEGPCBINDIST=tar czf ../gpc-$$version.$(target).tar.gz' (including the quotes!) on the make command line.
Frank