libtool
[Top][All Lists]
Advanced

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

Re: v1.5.27a 'syntax error' in numerous packages


From: Peter O'Gorman
Subject: Re: v1.5.27a 'syntax error' in numerous packages
Date: Sun, 09 Mar 2008 21:38:12 -0500
User-agent: Thunderbird 2.0.0.9 (X11/20071115)

snowcrash+libtool wrote:
> after upgrading from libtool 1.5.25a to 1.5.27a on osx, i'm seeing the
> same libtool-related error in multiple packages.
> 
> e.g.,  building both NEON & SWIG, after a recommended (by them, not me)
> 
>  glibtoolize
>  ./autogen.sh
> 
> using 1.5.25a, then
> 
>  ./configure ...
>  make install
> 
> completes without error.
> 
> using 1.5.27a, and the same steps,
> 
>  ./configure ...
> 
> dies with the same error for both packages,
> 
>  ./configure: line 4350: syntax error near unexpected token
> `build_libtool_libs,'
>  ./configure: line 4350: `    _LT_DECL(build_libtool_libs, enable_shared, 0,'
> 
> any suggestions as to what to change/fix?  or, drop back again to 1.5.25a?

Since _LT_DECL does not appear in the stable branch, except for in a
ChangeLog entry, I believe that aclocal is getting confused and bringing
in bits of libtool-2.2 as well as bits of libtool-1.5. ltoptions.m4 from
libtool-2.2 has this line.

Peter
-- 
Peter O'Gorman
http://pogma.com




reply via email to

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