Description: move libraries later in ld commands in configure and Makefile.in Author: John T. Nogatch diff -ru hamfax-0.6.4.origubu/configure hamfax-0.6.4/configure --- hamfax-0.6.4.origubu/configure 2004-10-12 12:38:28.000000000 -0700 +++ hamfax-0.6.4/configure 2011-06-15 16:07:47.725461746 -0700 @@ -4992,7 +4992,7 @@ echo "configure: could not compile:" >&5 cat bnv_qt_main.$ac_ext >&5 else - bnv_try_4="$CXX $QT_LIBS $LIBS -o bnv_qt_main bnv_qt_main.o moc_bnv_qt_test.o >/dev/null 2>bnv_qt_test_4.out" + bnv_try_4="$CXX -o bnv_qt_main bnv_qt_main.o moc_bnv_qt_test.o $QT_LIBS $LIBS >/dev/null 2>bnv_qt_test_4.out" { (eval echo "$as_me:$LINENO: \"$bnv_try_4\"") >&5 (eval $bnv_try_4) 2>&5 ac_status=$? diff -ru hamfax-0.6.4.origubu/Makefile.in hamfax-0.6.4/Makefile.in --- hamfax-0.6.4.origubu/Makefile.in 2004-10-12 12:38:26.000000000 -0700 +++ hamfax-0.6.4/Makefile.in 2011-06-15 16:12:24.058192985 -0700 @@ -429,7 +429,7 @@ src/$(DEPDIR)/$(am__dirstamp) hamfax$(EXEEXT): $(hamfax_OBJECTS) $(hamfax_DEPENDENCIES) @rm -f hamfax$(EXEEXT) - $(CXXLINK) $(hamfax_LDFLAGS) $(hamfax_OBJECTS) $(hamfax_LDADD) $(LIBS) + $(CXXLINK) $(hamfax_OBJECTS) $(hamfax_LDADD) $(hamfax_LDFLAGS) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT)