parinay wrote: >Hi Helen, Greetings !!! > >I have over come all the problems and could compile the test suite from >TESTROOT this time but now I am stuck with the following.. >Can you tell me which library am I missing here ? > > >thanks & regards >Parinay > >........... >/home/parinay/usr/ontest/uts/fs/nfs/nfsv4-test/tests/other_tests/uidmapping >/home/parinay/usr/ontest/uts/fs/nfs/nfsv4-test/tests/other_tests/domain >/usr/sfw/bin/gcc -g -lresolv -lsocket -lnsl -lpthread -L/usr/lib/nfs >-lmapid -o resolv resolv.c >ld: fatal: library -lmapid: not found > > Looks like you can't find libmapid.
jim >ld: fatal: File processing errors. No output written to resolv >collect2: ld returned 1 exit status >*** Error code 1 >make: Fatal error: Command failed for target `resolv' >Current working directory >/home/parinay/usr/ontest/uts/fs/nfs/nfsv4-test/tests/other_tests/domain >*** Error code 1 >The following command caused the error: >if [ -d domain ]; then \ > (cd domain; pwd; \ > make install >TESTROOT=/home/parinay/usr/ontest/uts/fs/nfs/nfsv4-test/ \ > MAKE64=# __GNUC= __SOS10=# );\ >fi >make: Fatal error: Command failed for target `domain' >Current working directory >/home/parinay/usr/ontest/uts/fs/nfs/nfsv4-test/tests/other_tests >*** Error code 1 >The following command caused the error: >if [ -d other_tests ]; then \ > (cd other_tests; pwd; \ > make install >TESTROOT=/home/parinay/usr/ontest/uts/fs/nfs/nfsv4-test/ \ > MAKE64=# __GNUC= __SOS10=#;\ > if [ -d >/home/parinay/usr/ontest/uts/fs/nfs/nfsv4-test//exe.sparc/other_tests ]; >then \ > chmod 0777 >/home/parinay/usr/ontest/uts/fs/nfs/nfsv4-test//exe.sparc/other_tests; \ > fi ); \ >fi >make: Fatal error: Command failed for target `other_tests' >Current working directory >/home/parinay/usr/ontest/uts/fs/nfs/nfsv4-test/tests >*** Error code 1 >make: Fatal error: Command failed for target `tests' >-bash-3.00# > > > >