[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libtool non standard library name
From: |
Bob Proulx |
Subject: |
Re: libtool non standard library name |
Date: |
Thu, 27 Jan 2005 22:27:33 -0700 |
User-agent: |
Mutt/1.5.6+20040907i |
Jean-Denis Giguere wrote:
> pymod/Makefile.am:4: `_gtkmissing.la' is not a standard libtool library name
> [...]
> The pygtk-2.4.0 use this kind of configuration and it works well.
>
> I would really appreciate if someone may point me a document where I can
> find more informations about this problem.
I brought that issue up on the list myself some time ago at a thread
starting here:
http://lists.gnu.org/archive/html/automake/2004-05/msg00016.html
Currently automake is coded to explicitly require "lib" in the front
of the name.
Bob