* 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