I'm trying to install attr-2.4.32. It's apparently needed for kdelibs-3.5.4 .
When I try to configure it I get the following output:
Code:
op3n:/home/andy/downloads/attr-2.4.32 # ./configure
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for gmake... /usr/bin/gmake
checking for glibtool... no
checking for libtool... no
FATAL ERROR: libtool does not seem to be installed.
attr cannot be built without a working GNU libtool installation.
But I have libtool! I was pretty sure I already had it, but I downloaded and installed it again, just to make sure.
I thought that perhaps because I compiled libtool from source, it would have installed it into /usr/local and configure might not look there?
Is there any way I can feed some arguments to configure to tell it where to look for libtool, or can I create a symbolic link somewhere? Or have I installed libtool incorrectly?
All help much appreciated

.