libtool
[Top][All Lists]
Advanced

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

Re: Inter-library dependencies


From: Carlo Wood
Subject: Re: Inter-library dependencies
Date: Mon, 23 Oct 2000 13:20:12 +0200
User-agent: Mutt/1.1i

Hi,

I am stuck :/

Even after applying the patch at the bottom of README to my automake,
it still doesn't work:

~/c++/libcw>make
aclocal
autoheader
autoconf
make -C src/libcwd maintainer-startup
make[1]: Entering directory `/home/carlo/c++/libcw/src/libcwd'
cp /usr/src/libtool/install-prefix/share/libtool/config.guess .
cp /usr/src/libtool/install-prefix/share/libtool/config.sub .
cp /usr/src/libtool/install-prefix/share/libtool/ltmain.sh .
aclocal
autoheader
autoconf
cp /usr/share/automake/install-sh .
cp /usr/share/automake/missing .
cp /usr/share/automake/mkinstalldirs .
automake
make[1]: Leaving directory `/home/carlo/c++/libcw/src/libcwd'
cp -f src/libcwd/install-sh .
make -C src/libcw maintainer-startup
make[1]: Entering directory `/home/carlo/c++/libcw/src/libcw'
cp /usr/src/libtool/install-prefix/share/libtool/config.guess .
cp /usr/src/libtool/install-prefix/share/libtool/config.sub .
cp /usr/src/libtool/install-prefix/share/libtool/ltmain.sh .
ln -sf ../libcwd/maintMakefile.in
aclocal -I ../libcwd
autoheader
autoconf
cp /usr/share/automake/install-sh .
cp /usr/share/automake/missing .
cp /usr/share/automake/mkinstalldirs .
automake
make[1]: Leaving directory `/home/carlo/c++/libcw/src/libcw'


So far so good.
But then:

~/c++/libcw-objdir>rm -rf * .deps
~/c++/libcw-objdir>../libcw/configure --enable-maintainer-mode
creating cache ./config.cache
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for working aclocal... found
checking for working autoconf... found
checking for rm... /bin/rm
updating cache ./config.cache
creating ./config.status
creating Makefile
creating src/Makefile
configuring in src/libcwd
running /bin/sh ../../../libcw/src/libcwd/configure  --enable-maintainer-mode 
--cache-file=../.././config.cache --srcdir=../../../libcw/src/libcwd
loading cache ../.././config.cache
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... found
checking for working autoconf... found
checking for working automake... found
checking for working autoheader... found
checking for working makeinfo... found
checking host system type... i686-pc-linux-gnu
checking for g++... g++
checking whether the C++ compiler (g++  ) works... yes
checking whether the C++ compiler (g++  ) is a cross-compiler... no
checking whether we are using GNU C++ version 2.95.1 or later... yes
checking how to run the C++ preprocessor... g++ -E
checking if we can use cached results for the tests... no
checking if the compiler understands -pipe... yes
checking for a BSD compatible install... /usr/bin/install -c
checking whether make sets ${MAKE}... yes
checking for gawk... gawk
checking for ps... /bin/ps
checking build system type... i686-pc-linux-gnu
checking for ranlib... ranlib
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
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


It seems that just the patch at the bottom of README isn't enough(?).
The generated `configure' still tries to execute a ltconfig.

What do I do wrong?

-- 
Carlo Wood <address@hidden>                        -=- Jesus Loves you -=-



reply via email to

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