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  <[EMAIL PROTECTED]>
> >
> >     * 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