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 error message : > > pymod/Makefile.am:4: `_gtkmissing.la' is not a standard libtool library > name > pymod/Makefile.am:4: did you mean `lib_gtkmissing.la'? > pymod/Makefile.am:4: `_gvmodule.la' is not a standard libtool library name > pymod/Makefile.am:4: did you mean `lib_gvmodule.la'?
You should also add:
_gvmodule_la_LDFLAGS = -module
_gtkmissing_la_LDFLAGS = -module
Cheers,
Gary.
--
Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org}
Research Scientist ( '/ http://tkd.kicks-ass.net
GNU Hacker / )= http://www.gnu.org/software/libtool
Technical Author `(_~)_ http://sources.redhat.com/autobook
signature.asc
Description: OpenPGP digital signature
