libtool
[Top][All Lists]
Advanced

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

Re: Various race condition in install mode.


From: Sam Varshavchik
Subject: Re: Various race condition in install mode.
Date: Fri, 08 Oct 2004 07:07:41 -0400

Bob Friesenhahn writes:

So I was forced to read through a long (and well written) email before the crux of the matter appeared. If make should not be running these targets in parallel then this smells like an Automake problem to me.

No, from automake's perspective there are no dependencies between these targets. One target copies some libraries to the install directory. The other target copies some binaries to their install directory:

install library.so %{_libdir}

and

install binary %{_bindir}

It is a libtool-introduced dependency that now requires the library to be installed before the binary.

This dependency does not exist when libtool is not used.

Attachment: pgpHKJsOaPTtB.pgp
Description: PGP signature


reply via email to

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