[torqueusers] torque-2.1.0p0 link problems on IRIX 6.5
Robert Payne[Contr]
payner at ncifcrf.gov
Wed Jun 14 12:50:56 MDT 2006
It turns out that a reordering of the libraires in the Makefile
is all that is needed for IRIX to build. Perhaps this could be
done in the Makefile.in or Makefile.am files ?
in torque-2.1.0p0/src/resmom
74% diff Makefile Makefile.orig
141,142c141,142
< ../lib/Libsite/libsite.a \
< ../lib/Libpbs/libtorque.la
---
> ../lib/Libpbs/libtorque.la \
> ../lib/Libsite/libsite.a
148c148
< LDADD = irix6/libfoo.a $(MOMLIBS) $(PBS_LIBS)
---
> LDADD = $(PBS_LIBS) $(MOMLIBS) irix6/libfoo.a
75%
in torque-2.1.0p0/src/server
79% diff Makefile Makefile.orig
133,134c133,134
< ../lib/Libsite/libsite.a \
< ../lib/Libpbs/libtorque.la
---
> ../lib/Libpbs/libtorque.la \
> ../lib/Libsite/libsite.a
80%
Robert R. Payne [SAIC], Systems Software Specialist
SAIC-Frederick P.O. Box B Bldg 430
Frederick, MD 21702 email: payner at ncifcrf.gov
phone: 301-846-5496 fax: 301-846-5762
More information about the torqueusers
mailing list