libtool-patches
[Top][All Lists]
Advanced

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

Re: Fix linking against uninstalled libs again (1/n)


From: Ralf Wildenhues
Subject: Re: Fix linking against uninstalled libs again (1/n)
Date: Fri, 10 Feb 2006 18:39:05 +0100
User-agent: Mutt/1.5.9i

* Ralf Wildenhues wrote on Fri, Feb 10, 2006 at 05:42:50PM CET:
> 
>       * libltdl/config/ltmain.m4sh (func_mode_link): Also reorder the
>       non-absolute paths to uninstalled deplibs, and also reorder the
>       `$path/.libs' lists. 

Argh.  Please disregard this old patch version (bad logic error below).
Better patch to appear (tomorrow or so).

Cheers,
Ralf

> @@ -6530,6 +6534,16 @@
>                 func_fatal_error "\`$deplib' is not a valid libtool archive"
>               newdependency_libs="$newdependency_libs $libdir/$name"
>               ;;
> +           -L*)
> +             for path in $notinst_path; do
> +               case " $deplib " in
> +               *"-L$path"* | *"-L$path/$objdir"*)
> +                 break ;;
> +               *) newdependency_libs="$newdependency_libs $deplib"
> +                 break ;;
> +               esac
> +             done
> +             ;;
>             *) newdependency_libs="$newdependency_libs $deplib" ;;
>             esac
>           done




reply via email to

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