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: Leonard den Ottolander
Subject: Re: libtool: invalid tag name: CC
Date: Sun, 21 May 2006 20:43:39 +0200

Hello Ralph,

(Is it possible to subscribe to address@hidden)

On Sun, 2006-05-21 at 19:13 +0200, Ralf Wildenhues wrote:
> This is weird.  What kind of shell does Minix have?  Maybe it doesn't
> understand the `!' as negation in patterns?  Hmm,
> http://www.minix3.org/manpages/man1/ash.1.html lists it as documented.

Ash indeed.

> 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 :-) .

> (be sure to ask the package-specific libtool script rather than the
> globally installed one, if any).  Which libtool version is this by the
> way?

No libtool version. There's no libtool installed on Minix. These are
just the libtool scripts generated by the configure scripts in gettext.
build-aux/ltmain.sh being written to ofile (with the name libtool).

> 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.

> In any case, Libtool has not been ported explicitly to Minix AFAIK.
> This means, that the building of static libraries should work, but
> if Minix has a form of shared libraries (which I don't know if it
> does), then Libtool would need to be added explicit support for it.
> If you intend to port Libtool, or would like help in doing so, you're
> welcome to write to bug-libtool at gnu.org.

Porting libtool to Minix is not my current objective. I'm trying to port
the midnight commander. Thus far I've succeeded in builing it's build
requirements (libiconv, gettext and glib).

Thanks,
Leonard.

-- 
mount -t life -o ro /dev/dna /genetic/research






reply via email to

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