libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Inter-library dependencies


From: Wesley W. Terpstra
Subject: Re: Inter-library dependencies
Date: Mon, 23 Oct 2000 09:29:17 -0600
User-agent: Mutt/1.2.5i

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 <address@hidden>
Javien Canada Inc. - Linux Developer

Attachment: pgpgyDOPbMLyO.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]