Dear All,<br>
We are installing tourque on Solaris10. After
configuring, when I execute the make command, it's giving the following
error.........<br>
<br>
Making all in server<br>
make: Fatal error: Don't know how to make target `../lib/Libattr/libattr.a'<br>
Current working directory /software/torque-2.0.0p0/src/server<br>
*** Error code 1<br>
The following command caused the error:<br>
make build<br>
make: Fatal error: Command failed for target `all'<br>
Current working directory /software/torque-2.0.0p0/src/server<br>
*** Error code 1<br>
The following command caused the error:<br>
case all in \<br>
all|depend|build) SDIRS="include lib server scheduler.cc resmom mom_rcp iff<br>
cmds tools ";; \<br>
install) SDIRS="server scheduler.cc resmom mom_rcp iff cmds lib include to<br>
ols ";; \<br>
*clean) SDIRS="server iff cmds resmom mom_rcp tools scheduler.* gui lib i<br>
nclude";; \<br>
esac && \<br>
for d in $SDIRS "" ; do \<br>
if test -n "$d"; then \<br>
(cd $d && echo Making all in $d && make all) || exit $?; \<br>
else true; fi; \<br>
done && \<br>
{ test all = distclean && \<br>
(rm -f Makefile; exit 0) > /dev/null 2>&1 || true; }<br>
make: Fatal error: Command failed for target `all'<br>
Current working directory /software/torque-2.0.0p0/src<br>
*** Error code 1<br>
The following command caused the error:<br>
case all in \<br>
*clean) SDIRS="src buildutils doc";; \<br>
*) SDIRS="src ";; \<br>
esac && \<br>
for d in $SDIRS "" ; do \<br>
if test -n "$d"; then \<br>
(cd $d && echo Making all in $d && make all) || exit $?; \<br>
else true; fi; \<br>
done && \<br>
{ test "_all_" = "_distclean_" && \<br>
(rm -f Makefile config.* tags ; exit 0) > /dev/null 2>&1 || true; }<br>
make: Fatal error: Command failed for target `all'<br>
<br>
<br>
Pleaese help me in this regar if anybody knows the solution.<br>
<br>
Thanking You In Advance,<br>
B.Ranga Swamy, K.Ramana<br>
<br>
<br>