libtool-patches
[Top][All Lists]
Advanced

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

Re: HEAD link-order.at fails when hardcode_direct=yes


From: Ralf Wildenhues
Subject: Re: HEAD link-order.at fails when hardcode_direct=yes
Date: Wed, 17 May 2006 16:48:24 +0200
User-agent: Mutt/1.5.11

Hi Albert, Gary,

* Albert Chin wrote on Wed, May 17, 2006 at 02:44:49PM CEST:
>
> +  case $hardcode_direct$hardcode_direct_static in
> +  yesno)
> +    AT_CHECK([if $EGREP relinking stderr; then
> +             $EGREP " .*\/new\/lib/libb$shrext_cmds 
> .*\/old\/lib/libcee$shrext_cmds" stdout
> +           else :; fi], [0], [ignore], [], [echo "wrong link order"])
> +    ;;

You shouldn't grep for $shrext_cmds.  It's called *_cmds because it may
contain commands.  The right way is to
  module=no
  eval shared_ext=\"$shrext_cmds\"

* Gary V. Vaughan wrote on Wed, May 17, 2006 at 04:34:44PM CEST:
> >
> >2006-05-16  Albert Chin-A-Young  <address@hidden>
> >
> >     * tests/link-order.at: Take hardcode_direct and
> >     hardcode_direct_static into consideration when testing
> >     link order.
> 
> Thanks.  Applied both this change and the linked patch.

Thanks.  Are you volunteering for the backport to branch-1-5 (which has
a similar issue) or should I do it?

Cheers,
Ralf




reply via email to

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