On Sat, Nov 26, 2005 at 06:49:03PM +0100, harry gaillac wrote: > Hello, > > My OS debian sarge 3.1 autoconf, automake and libtool > have been upgraded > However when I run "make" > > serveur1:/usr/local/src/OPENPBX/openpbx# make > Making all in libltdl > make[1]: Entering directory > `/usr/local/src/OPENPBX/openpbx/libltdl' > make[1]: *** No rule to make target `all'. Stop. > make[1]: Leaving directory > `/usr/local/src/OPENPBX/openpbx/libltdl' > make: *** [all-recursive] Error 1 > > Any suggestions. >
You need to install/upgrade libltdl3-dev from testing or unstable as well if you use libtool from testing or unstable since the libltdl source has been moved from libtool in stable to libltdl3-dev in testing and unstable. Rerun bootstrap.sh after you have installed libltdl3-dev. /Mikael _______________________________________________ Openpbx-dev mailing list [email protected] http://lists.openpbx.org/mailman/listinfo/openpbx-dev
