bug-gnu-utils
[Top][All Lists]
Advanced

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

Re: libtool: invalid tag name: CC


From: Ralf Wildenhues
Subject: Re: libtool: invalid tag name: CC
Date: Sun, 21 May 2006 20:52:25 +0200
User-agent: Mutt/1.5.11+cvs20060403

* Leonard den Ottolander wrote on Sun, May 21, 2006 at 08:43:39PM CEST:
> 
> (Is it possible to subscribe to address@hidden)

Mail to bug-gnu-gettext is routed to bug-gnu-utils at gnu.org.
You can subscribe to that (traffic isn't too high).

> On Sun, 2006-05-21 at 19:13 +0200, Ralf Wildenhues wrote:
> 
> > Could you show the trace of such a failing command?
> 
> Not much to trace (plus currently data exchange with the minix box is
> somewhat difficult). It's just that the expression matches. But I now
> see this indeed is an issue with ash. I'll try linking /bin/sh
> to /usr/local/bin/bash and see if that fixes my issue. Most likely :-) .

There should be no need for that.  You could try
  CONFIG_SHELL=/usr/local/bin/bash /usr/local/bin/bash configure \
    CONFIG_SHELL=/usr/local/bin/bash [OPTIONS...]

(the repetition of CONFIG_SHELL is due to a limitation in current
Autoconf).

> > The pattern
> >   *[!-_A-Za-z0-9,/]*
> > 
> > should match anything containing a character not alphanumeric, nor
> > comma, slash, underscore, minus.  If that is not the case for your
> > shell, I'm inclined to say that this is a shell bug.
> 
> Yes. I agree. Forget my patch, it was mostly an indication of the
> location where I was having problems.

So does
  case CC in *[!-_A-Za-z0-9,/]*) echo broken;; esac

print anything on this shell?  If yes, I guess the maintainer of the
shell would like to hear about it -- could you report this bug?

Cheers,
Ralf







reply via email to

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