automake
[Top][All Lists]
Advanced

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

Re: libtool non standard library name


From: Gary V. Vaughan
Subject: Re: libtool non standard library name
Date: Fri, 28 Jan 2005 13:43:31 +0000
User-agent: Mozilla Thunderbird 0.9 (X11/20041103)

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      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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