Using libtool CVS head there is a problem when make install is running
with -j n, as if a Makefile.am builds a library and an executable
linking against that library, there is no guarantee that the library
will be installed first, thus the relinking of the exec fails during
install and a shell script is put in its place.
Previous to my most recent "cvs update" libtool parallel installs had
no problem with the current Automake generated makefiles.
So the question is, do we have to fix Automake to always install
libraries before executables, or fix libtool to work with current
automake...
Regards,
Alex.