bug-libtool
[Top][All Lists]
Advanced

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

Re: Bug in generation of static link lines for three specific libraries


From: Noah Misch
Subject: Re: Bug in generation of static link lines for three specific libraries
Date: Thu, 17 May 2007 18:07:57 -0700
User-agent: Mutt/1.5.9i

On Thu, May 17, 2007 at 05:44:33PM -0400, Eric S. Raymond wrote:
> # Names of this library.
> library_names='libglib-2.0.so.0.1200.4 libglib-2.0.so.0 libglib-2.0.so'
> 
> # The name of the static archive.
> old_library=''

This `.la' file tells Libtool that there is no static library, even though there
is one.  Either the Libtool that generated this library was buggy, or something
edited the file after Libtool wrote it.

Try editing this to be `old_library='libglib-2.0.a''.  Then do likewise for the
`.la' files of the other problematic libraries.

What type of system is this?  If GNU/Linux, what distribution and version?




reply via email to

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