> -----Original Message-----
> From: [email protected] [mailto:automake-
> [email protected]] On Behalf Of
> [email protected]
> Sent: Tuesday, October 25, 2011 11:31 PM
> To: [email protected]
> Subject: Automake: How to force dynamic linking
> 
> Please could someone inform me how to ensure that a program i create is
> dynamically linked when using libtool.
> 
> In section 8.3.2 Building Libtool Libraries it states
> 
> bin_PROGRAMS = hello
>      hello_SOURCES = hello.c ...
>      hello_LDADD = libgettext.la
> 
> Whether hello is statically or dynamically linked with libgettext.la is not 
> yet
> known: this will depend on the configuration of libtool and the capabilities 
> of
> the host.
> 
> I built a program with a similar setup on linux and the program was statically
> linked. I would like to have it dynamically linked.
> 
> 
> Thanks for a helpful response
> 
> [email protected]

Are you facing the same confusion as I did in this similar thread?
http://lists.gnu.org/archive/html/automake/2011-02/msg00066.html

Reply via email to