On Mon, Oct 23, 2000 at 01:20:12PM +0200, Carlo Wood wrote:
> updating cache ../.././config.cache
> ../../../libcw/src/libcwd/ltconfig: ../../../libcw/src/libcwd/ltconfig: No such file 
>or directory
> configure: error: libtool configure failed
> configure: error: ../../../libcw/src/libcwd/configure failed for src/libcwd

You shouldn't need ltconfig... After installing the cvs libtool, run
libtoolize in your source dir. That should provide you with config.guess,
config.sub, and ltmain.sh. Then add AM_PROG_LIBTOOL to your configure.in
and copy libtool.m4 to aclocal.m4. Run autoconf && ./configure. Then you
should have a libtool.

Make sure you cvs libtool is in the correct locations so that you don't
acidentily pull in files from the old libtool packge; perhaps remove it
first.

-- 
Wesley W. Terpstra <[EMAIL PROTECTED]>
Javien Canada Inc. - Linux Developer

PGP signature

Reply via email to