Hi!

The following patch adds paths to dependent libs in end of the
link line instead in front. The patch looks weired, but right after
the order is reordered :)

This fixes my problem I posted before.

Greetings, Stephan

Index: ltmain.in
===================================================================
RCS file: /home/cvs/libtool/ltmain.in,v
retrieving revision 1.200.2.19
diff -u -u -r1.200.2.19 ltmain.in
--- ltmain.in   2000/05/29 10:40:46     1.200.2.19
+++ ltmain.in   2000/06/04 00:22:29
@@ -2152,7 +2152,7 @@
              esac
              case " $deplibs " in
              *" $path "*) ;;
-             *) deplibs="$deplibs $path" ;;
+             *) deplibs="$path $deplibs" ;;
              esac
            done
          fi  

-- 
... but you ain't had mine

Reply via email to