On Fri, 15 Feb 2002, Kevin Hremeviuc wrote: > Hi all, > > I just got jack from cvs and tried to run autogen.sh. > Unfortunately it grumbles about the libtoolize command > not being found. Pardon my ignorance but what is it > and where do I get it from? > > Kev
It comes from libtool. Libtool makes cross-platform shared library-making easier (I actually believe that :) -- there are packages for all distros, or you can follow a link at http://www.gnu.org/software/libtool/. cheers, wingo.
