[torqueusers] torque-2.1.0p0 link problems on IRIX 6.5
garrick at speculation.org
garrick at speculation.org
Wed Jun 14 13:33:05 MDT 2006
On Wed, Jun 14, 2006 at 02:50:56PM -0400, Robert Payne[Contr] alleged:
>
> 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 ?
Thanks. I'm adding your changes to CVS now.
> 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
> _______________________________________________
> torqueusers mailing list
> torqueusers at supercluster.org
> http://www.supercluster.org/mailman/listinfo/torqueusers
More information about the torqueusers
mailing list