parinay wrote: > Hi Helen, > > I tried the same and now I am stuck with this, > > -bash-3.00# make install > TESTROOT=/parinay/usr/ontest/uts/fs/nfs/nfsv4-test POUND_SIGN=# > __GNUC=""
At least we are making some progress. < ... > > /usr/sfw/bin/gcc -g -I/usr/sfw /include -L/usr/sfw /lib -g > -I/usr/sfw /include -L/usr/sfw /lib -c -o nfs_attr.o > nfs_attr.c > gcc: /include: No such file or directory > gcc: /include: No such file or directory > gcc: /lib: linker input file unused because linking not done > gcc: /lib: linker input file unused because linking not done > cc1: /lib: No such file or directory > cc1: internal compiler error: Segmentation Fault > Please submit a full bug report, > with preprocessed source if appropriate. > See <URL: http://gcc.gnu.org/bugs.html> for instructions. > make[2]: *** [nfs_attr.o] Error 1 > make[2]: Leaving directory > `/parinay/usr/ontest/uts/fs/nfs/nfsv4-test/nfsv4shell/nfsh' > make[1]: *** [nfsh] Error 2 > make[1]: Leaving directory > `/parinay/usr/ontest/uts/fs/nfs/nfsv4-test/nfsv4shell' > make: *** [nfsv4shell] Error 2 > -bash-3.00# > > I guess the extra spaces in the line ( for include and lib ) > /usr/sfw/bin/gcc -g -I/usr/sfw /include -L/usr/sfw /lib -g > -I/usr/sfw /include -L/usr/sfw /lib -c -o nfs_attr.o > nfs_attr.c > > are making it to fail. But I am not getting where to make the > necessary changes. > Perhaps there needs another variable to the command line, and we can try one sub-directory at a time, for example: # cd /parinay/usr/ontest/uts/fs/nfs/nfsv4-test/nfsv4shell # make install TESTROOT=/parinay/usr/ontest/uts/fs/nfs/nfsv4-test \ POUND_SIGN=# __GNUC="" TCL_DIR=/usr/sfw The "Makefile.master" files have the definitions of those variables. -- Thanks, Helen