On 1/30/06, Ashish Shrestha <[EMAIL PROTECTED]> wrote: > + libtoolize --force --copy --automake > autogen.sh: line 3: libtoolize: command not found > + aclocal > + autoheader > + automake --foreign -a --copy > configure.in: installing `./install-sh' > configure.in: installing `./mkinstalldirs' > configure.in: installing `./missing' > configure.in:11: installing `./config.guess' > configure.in:11: installing `./config.sub' > Makefile.am: installing `./compile' > aclocal.m4:903: required file `./ltmain.sh' not found > Makefile.am:50: installing `./texinfo.tex' > + autoconf > > > This is the output of autogen.sh. Where do I get libtoolize? >
There is also a libtoolize here: http://www.call-with-current-continuation.org/libtoolize (that's the one I use - you might have to change the path in the first line) cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
