libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: libtool: link: cannot find the library `'


From: Ralf Wildenhues
Subject: FYI: libtool: link: cannot find the library `'
Date: Fri, 9 Sep 2005 17:52:16 +0200
User-agent: Mutt/1.5.9i

* Peter O'Gorman wrote on Fri, Sep 09, 2005 at 05:15:11PM CEST:
> Ralf Wildenhues wrote:
> 
> |
> |         * ltmain.in (link mode): Actually provide a useful error
> |         message.  Fixes long-standing shameful user neglection.
> |         Reported by Martin Paljak <address@hidden>.
> 
> Okay for all branches. (Thank you)

Merci.  :)
Applied, the patch against HEAD is below.

Cheers,
Ralf

        * libltdl/config/ltmain.m4sh (func_mode_link): Actually provide
        a useful error message.  Fixes long-standing shameful user
        neglection.
        Reported by Martin Paljak <address@hidden>.

Index: libltdl/config/ltmain.m4sh
===================================================================
RCS file: /cvsroot/libtool/libtool/libltdl/config/ltmain.m4sh,v
retrieving revision 1.5
diff -u -r1.5 ltmain.m4sh
--- libltdl/config/ltmain.m4sh  28 Aug 2005 15:34:19 -0000      1.5
+++ libltdl/config/ltmain.m4sh  9 Sep 2005 15:47:39 -0000
@@ -3333,7 +3333,7 @@
 
        if test "$found" = yes || test -f "$lib"; then :
        else
-         func_fatal_error "cannot find the library \`$lib'"
+         func_fatal_error "cannot find the library \`$lib' or unhandled 
argument \`$deplib'"
        fi
 
        # Check to see that this really is a libtool archive.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]