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?


_______________________________________________
Bug-libtool mailing list
Bug-libtool@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-libtool

Reply via email to