On IRIX, the order of the compile command matters a lot. If object
file x depends on a symbol in library y, "-ly x.o" won't work. Also,
using LDFLAGS to add library options, -lx, below is bad form.
--
albert chin ([EMAIL PROTECTED])
-- snip snip
--- libs/t1lib/t1lib.ac.orig Mon Feb 3 14:36:25 2003
+++ libs/t1lib/t1lib.ac Mon Feb 3 14:36:56 2003
@@ -33,7 +33,7 @@
fi
# check for T1 lib is >= v 1.3.1; by Stefan Ulrich
- LDFLAGS="$LDFLAGS $EXTRA_LIBT1_LIBDIR -lt1 -lm"
+ LIBS="$LIBS -lt1 -lm"
if test "$with_system_t1lib" = yes; then
AC_MSG_CHECKING(whether installed T1 lib is >= v 1.3.1 )
AC_TRY_RUN([