On Fri, Oct 20, 2000 at 03:22:38PM +0200, Matthias Koeppe wrote:
> While trying to use the new interlibrary dependency resolution
> (load_deplibs) in the CVS version of libtool, we found out that it is
> never passed the list of library dependencies. The reason is a wrong
> define in ltdl.c which doesn't match the keyword generated by the
> libtool script. A patch is included below.
>
> There was also a bunch of missing quotes around `test' arguments in
> the scripts, which confused /bin/test on Solaris 2.7 boxes.
>
> 2000-10-20 Utz-Uwe Haus <[EMAIL PROTECTED]>
>
> * libltdl/ltdl.c (lt_dlopen): Changed "dl_dependency_libs" keyword
> to "dependency_libs".
Any reason this patch has not been integrated yet?
> Index: libltdl/ltdl.c
> ===================================================================
> RCS file: /var/cvs/libtool/libltdl/ltdl.c,v
> retrieving revision 1.111
> diff -u -r1.111 ltdl.c
> --- libltdl/ltdl.c 2000/09/04 06:09:25 1.111
> +++ libltdl/ltdl.c 2000/10/20 12:25:44
> @@ -1429,7 +1429,7 @@
> &line[sizeof(STR_LIBDIR) - 1]);
> else
> # undef STR_DL_DEPLIBS
> -# define STR_DL_DEPLIBS "dl_dependency_libs="
> +# define STR_DL_DEPLIBS "dependency_libs="
> if (strncmp(line, STR_DL_DEPLIBS,
> sizeof(STR_DL_DEPLIBS) - 1) == 0)
> error = trim(&deplibs,
>
> --
> Matthias Köppe -- http://www.math.uni-magdeburg.de/~mkoeppe
--
albert chin ([EMAIL PROTECTED])
_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool