Re: Various race condition in install mode.

2004-10-07 Thread Bob Friesenhahn
On Thu, 7 Oct 2004, Sam Varshavchik wrote: Here's an automake-generate rule that depends on the overall 'make install target': install-exec-am: install-pkglibLTLIBRARIES install-pkglibexecPROGRAMS \ install-pkglibexecSCRIPTS install-sbinPROGRAMS \ install-sbinSCRIPTS As we see, there

Various race condition in install mode.

2004-10-07 Thread Sam Varshavchik
I've almost tracked down the source of random link-install failures that unexpectedly blows up a long build cycle. I'm using libtool 1.5.6 with automake 1.8.3 on Linux. I'm building a fairly extensive app that installs a bunch of shared libraries and executables. And it uses a bunch of conven