libtool (v1.5) does not bind libraries correctly

2003-07-29 Thread Thomas Woerner
turned 1 exit status make: [test_ld] Error 1 (ignored) The first library is empty, the second one will not be generated at all. -> no binaries Thanks in advance, Thomas Woerner -- Thomas Woerner, Software Developer Phone: +49-711-96437-0 Red Hat GmbH Fax : +49-711-96

libtool 1.5 fix

2003-08-14 Thread Thomas Woerner
libtool --mode=link gcc test1.o test2.o -o libtest.a results in ar cru libtest.a instead of ar cru libtest.a test1.o test2.o --- libtool.objs2003-08-08 12:35:41.0 +0200 +++ libtool 2003-08-08 12:35:51.0 +0200 @@ -5224,7 +5224,7 @@ oldobjs="$libo