[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Help-gnunet] autoconf issue
From: |
Kurt Jaeger |
Subject: |
[Help-gnunet] autoconf issue |
Date: |
Sat, 4 Jan 2003 16:48:42 +0100 |
Hi!
> And as always, please report all bugs, segvs, problems and
> such you find. If you don't report them, they won't be fixed,
> or it will most likely take much longer. :(
Any pointer what to fix in the following problem with AC_PROG_LIBTOOL ?
I currently have
autoconf 2.57
automake 1.7.2
libtool 1.4.3
installed...
c0$ aclocal
c0$ autoconf
configure.in:7: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
c0$ automake
configure.in: required file `./install-sh' not found
configure.in: required file `./mkinstalldirs' not found
configure.in: required file `./missing' not found
src/applications/afs/database/Makefile.am:4: Libtool library used but `LIBTOOL'
is undefined
src/applications/afs/database/Makefile.am:4:
src/applications/afs/database/Makefile.am:4: The usual way to define `LIBTOOL'
is to add `AC_PROG_LIBTOOL'
src/applications/afs/database/Makefile.am:4: to `configure.in' and run
`aclocal' and `autoconf' again.
src/applications/afs/database/Makefile.am: required file `./depcomp' not found
[many similar errors]
c0$ ./configure
./configure: AC_PROG_LIBTOOL: command not found
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking for gcc... gcc
checking for C compiler default output... 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 how to run the C preprocessor... gcc -E
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
configure: error: cannot find install-sh or install.sh in . ./.. ./../..
c0$
--
MfG/Best regards, Kurt Jaeger 18 years to go !
LF.net GmbH fon +49 711 90074-23 address@hidden
Ruppmannstr. 27 fax +49 711 90074-33
D-70565 Stuttgart mob +49 171 3101372
- [Help-gnunet] autoconf issue,
Kurt Jaeger <=