[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ranlib concatenation
From: |
Ralf Wildenhues |
Subject: |
Re: ranlib concatenation |
Date: |
Thu, 12 May 2005 07:25:02 +0200 |
User-agent: |
Mutt/1.5.9i |
* Scott Pobiner wrote on Wed, May 11, 2005 at 06:34:41PM CEST:
>
> Output below + config.log below that
Thanks.
*snip*
> # The host system.
> host_alias=
> host=powerpc-apple-darwin7.9.0
*snip*
> On May 11, 2005, at 12:09 PM, Ralf Wildenhues wrote:
> >* Scott Pobiner wrote on Wed, May 11, 2005 at 05:56:25PM CEST:
> >>
> >>ar cru .libs/libhidparser.a hidparser.o~ranlib .libs/libhidparser.a
> >>ar: hidparser.o~ranlib: No such file or directory
> >
> >I don't believe this bug can happen in any version less than three
> >years
> >old. How old is this Libtool?
> >
> >If recent: Show ./libtool --config, output of configure run plus
> >config.log. If not: Use a newer libtool.
>
> Thanks for your help... by the way. Which version of libtool would fix
> this problem? Can I just replace the one that was made after running
> the ./configure?
No. You need to rerun libtoolize and also take care that the macros
in libtool.m4 (from the same release as the libtoolize) are used.
(There are several ways a package author might do this, depending on
whether aclocal and/or a m4 subdirectory with macros are used).
If this is not your software package, you might want to encourage the
author to package it with a newer libtool (next release due this
weekend).
Please show the output of "./libtool --version", else I can't tell
whether updating would help at all.
Regards,
Ralf