bug-automake
[Top][All Lists]
Advanced

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

bug#7328: parallel installation ignores deps between libtool libraries


From: Andy Wingo
Subject: bug#7328: parallel installation ignores deps between libtool libraries
Date: Thu, 04 Nov 2010 16:19:55 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hello

Consider a Makefile.am like this:

    lib_LTLIBRARIES = libfoo.la

    plugindir = $(libdir)/gstreamer-0.10
    plugin_LTLIBRARIES = bar.la
    bar_la_LIBADD = libfoo.la

Obviously we are missing some sources here, but it suffices to show the
parallel installation bug: there is a race between relinking the
installed bar.la and the installed libfoo.la. It could be that libfoo.la
isn't there yet.

Let me know if you need more info. Please Cc: me on replies.

Cheers,

Andy





reply via email to

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