Dear All,<br>
<br>
We are trying to install Torque-2.0.0p0 on solaris
10. when are facing problem while we execute the make command... While
we are execute this command ... we get the following messages...
If any one as solved this problem. could help us out in solving the
problem... <br>
<br>
: libpbs.a<br>
Making all in Libsite<br>
: rv libsite.a site_allow_u.o site_alt_rte.o site_map_usr.o
site_check_u.o site_mom_chu.o site_mom_ckp.o site_mom_jst.o && \<br>
: libsite.a<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 cmds tools ";; \<br>
install) SDIRS="server scheduler.cc resmom mom_rcp iff cmds lib include tools ";; \<br>
*clean) SDIRS="server iff cmds resmom mom_rcp tools scheduler.* gui lib include";; \<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>
Regards,<br>
<br>