Hi All,
For our project we use automake/libtool
automake (GNU automake) 1.14.1
libtool (GNU libtool) 2.4.2
autoconf (GNU Autoconf) 2.69
We have,
platform/targetA/Makefile.am
platform/targetB/Makefile.am
example/*/Makefile.am
We wanted to link an external lib wrapped around
--whole-archive/--no-
Hi Pavel,
> On Nov 22, 2014, at 7:28 AM, Pavel Raiskup wrote:
>
> On Friday 21 of November 2014 19:31:51 Gary V. Vaughan wrote:
>> Starting slowly, your first patch conflates two separate changes. The
>> first of those bringing back the correct use of LT_LIB_DLLOAD so that
>> LIBADD_DL is set c
Sorry to resurrect an old thread, but I just ran into the problem at
https://lists.gnu.org/archive/html/libtool/2003-07/msg00062.html. Does
anyone know libtool handles this?
I'm trying to understand how a particular library that's installed on my
system works, so I compiled a debug version and ins