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