automake
[Top][All Lists]
Advanced

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

Re: Shared Libraries


From: Peter Johansson
Subject: Re: Shared Libraries
Date: Wed, 27 Jan 2010 10:52:48 -0500
User-agent: Thunderbird 2.0.0.19 (X11/20090105)

Philip Herron wrote:
 or do I have to link directly of
this as in ``gcc -o ... /usr/local/lib/libcrules.so''.
Well, if they use Automake they can do

LDADD = -lcrules

or they can append `-lcrules' to $LIBS in configure.ac via, e.g., AC_SEARCH_LIBS.

I am fairly certain this is a trivial problem but i cant seem to find
this in the manual.


please see here:

http://www.gnu.org/software/automake/manual/automake.html#Linking

http://www.network-theory.co.uk/docs/gccintro/gccintro_17.html

Cheers,
Peter


--
Peter Johansson

svndigest maintainer, http://dev.thep.lu.se/svndigest
yat maintainer,       http://dev.thep.lu.se/yat





reply via email to

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