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

Re: C++ transition stumbling blocks?



On Fri, Jan 31, 2003 at 07:27:16PM +0100, Marcelo E. Magallon wrote:

> On Fri, Jan 31, 2003 at 09:38:36AM -0500, Matt Zimmerman wrote:
>  
>  > flac already uses -module -avoid-version, but a static library is still
>  > built (and even installed!) unless libtool is configured not to build static
>  > libraries.
> 
>  perl -lpe 's/^(\s+module=yes)+/$1;build_old_libs=no/' libtool
> 
>  could work, but I haven't tested it.

That's essentially what flac does now (but with sed), and I hate it. :-)

sed -e 's/^build_old_libs=yes/build_old_libs=no/' libtool > libtool-disable-stat ic
chmod +x libtool-disable-static


-- 
 - mdz



Reply to: