libtool
[Top][All Lists]
Advanced

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

Re: libtool-1.4b bootstrap nit


From: Gary V . Vaughan
Subject: Re: libtool-1.4b bootstrap nit
Date: Wed, 11 Jul 2001 23:37:18 +0100

Hi Tim,

Excellent bug report Tim!  Although unable to reproduce the bug with my 
shells, I have committed the attached patch, which I think will fix the 
problem for you.

On Wednesday 11 July 2001  7:42 pm, Tim Mooney wrote:
>The problem is coming from the
>
>       output_verbose_link_cmd
>
> for alpha-dec-osf5.x (the osf4* | osf5* case)
>
> The whole thing is being eval'ed, and apparently the
>
>       *)
>
> for the "catchall" case is therefore being globbed, which results in
> a list containing all the files in the current directory.  It doesn't
> know how to parse anything beyond the first one, so the shell complains
> about it.  If I had to guess, I would bet that any platform where the
> same output_verbose_link_cmd is used would cause the same problem.
>
> Tim

Cheers,
        Gary.
-- 
  ())_. Gary V. Vaughan     gary@(oranda.demon.co.uk|gnu.org
  ( '/  Research Scientist  http://www.oranda.demon.co.uk       ,_())____
  / )=  GNU Hacker          http://www.gnu.org/software/libtool  \'      `&
`(_~)_  Tech' Author        http://sources.redhat.com/autobook   =`---d__/

Attachment: 2001-07-10-gvv-avoid-evaled-case-glob.patch
Description: Text document


reply via email to

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