[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Automake: How to force dynamic linking
From: |
Daily, Jeff A |
Subject: |
RE: Automake: How to force dynamic linking |
Date: |
Wed, 26 Oct 2011 09:38:12 -0700 |
> -----Original Message-----
> From: address@hidden [mailto:automake-
> address@hidden On Behalf Of
> address@hidden
> Sent: Tuesday, October 25, 2011 11:31 PM
> To: address@hidden
> 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
>
> address@hidden
Are you facing the same confusion as I did in this similar thread?
http://lists.gnu.org/archive/html/automake/2011-02/msg00066.html