Hallo Ralf! 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.
> 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 :-)
Cheers,
Gary.
--
Gary V. Vaughan ())_. [EMAIL PROTECTED],gnu.org}
Research Scientist ( '/ http://tkd.kicks-ass.net
GNU Hacker / )= http://www.gnu.org/software/libtool
Technical Author `(_~)_ http://sources.redhat.com/autobook
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Libtool-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/libtool-commit
