Re: transitive shared library dependencies and installation

2020-01-01 Thread wferi
Bob Friesenhahn writes: > On Wed, 1 Jan 2020, wf...@niif.hu wrote: > >> make[1]: Leaving directory '/home/wferi/ha/pacemaker/translib' >> make: *** [Makefile:798: install-am] Error 2 >> >> No cyclic dependencies here, so this can be worked around by >> >> -lib_LTLIBRARIES = a/liba.la b/libb.la

Re: transitive shared library dependencies and installation

2020-01-01 Thread Bob Friesenhahn
On Wed, 1 Jan 2020, wf...@niif.hu wrote: make[1]: Leaving directory '/home/wferi/ha/pacemaker/translib' make: *** [Makefile:798: install-am] Error 2 No cyclic dependencies here, so this can be worked around by -lib_LTLIBRARIES = a/liba.la b/libb.la +lib_LTLIBRARIES = b/libb.la a/liba.la in

transitive shared library dependencies and installation

2020-01-01 Thread wferi
Hi, I'm experimenting with the attached skeleton project on a Debian buster system (autoconf 2.69-11, automake 1:1.16.1-4 and libtool 2.4.6-9): $ autoreconf -f -i $ ./configure --prefix=/tmp/translib $ make $ ./translib; echo $? 6 $ make install make[1]: Entering directory