Re: libtool non standard library name

2005-01-28 Thread Gary V. Vaughan
Salut Jean-Denis, Jean-Denis Giguere wrote: > I try to use libtool and automake to build 2 librairies named > _gvmodule.la _gtkmissing.la . > > I use the following line in my Makefile.am : > > openevexec_LTLIBRARIES= _gvmodule.la _gtkmissing.la > > When I run automake I have the following e

Re: libtool non standard library name

2005-01-28 Thread Alexandre Duret-Lutz
>>> "Jean-Denis" == Jean-Denis Giguere <[EMAIL PROTECTED]> writes: Jean-Denis> Hi list, Jean-Denis> I try to use libtool and automake to build 2 librairies named Jean-Denis> _gvmodule.la _gtkmissing.la . I surmise that these are Python modules, so you should simply state so in your Makefile.am

Re: libtool non standard library name

2005-01-27 Thread Bob Proulx
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 prob

libtool non standard library name

2005-01-27 Thread Jean-Denis Giguere
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi list, I try to use libtool and automake to build 2 librairies named _gvmodule.la _gtkmissing.la . I use the following line in my Makefile.am : openevexec_LTLIBRARIES = _gvmodule.la _gtkmissing.la When I run automake I have the following error messag