Hi Gary, * Gary V. Vaughan wrote on Mon, May 02, 2005 at 08:48:13PM CEST: > Ralf Wildenhues wrote: > > After > > cvs up > > make check > > make install > > during > > make uninstall > > I get the error > > > > | make[1]: Entering directory `/tmp/libtool/build-x86_64/libltdl' > > | make[1]: *** No rule to make target `../../m4/argz.m4', needed by > > `../../libltdl/Makefile.in'. Stop. > > | make[1]: Leaving directory `/tmp/libtool/build-x86_64/libltdl' > > You forgot to bootstrap! When the Makefile.am changes radically (as in > this patch) the autorebuild rules in the Makefile generated against the > old Makefile.am are invalidated.
Yes, you were perfectly correct. > > and have to see that $top_srcdir/m4/argz.m4 and ltoptions.m4 and > > ltsugar.m4 have been killed and replaced by symlinks to the now-deleted > > install tree. :-( > > Everything has moved around in the install tree due to the removed > parallel installation patch... bootstrap and everything will be fine :-) ACK. Thanks! Ralf _______________________________________________ Libtool-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/libtool-commit
