I have problmems to install m_c++ under ubuntu:
config.status: error: cannot find input file: Makefile.in
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
aclocal:configure.in:6: warning: macro `AM_PROG_LIBTOOL' not found in library
./autogen.sh: line 56: glibtoolize: command not found
example/handler/Makefile.am:5: Libtool library used but `LIBTOOL' is undefined
example/handler/Makefile.am:5:
example/handler/Makefile.am:5: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
example/handler/Makefile.am:5: to `configure.in' and run `aclocal' and `autoconf' again.
example/input_filter/Makefile.am:4: Libtool library used but `LIBTOOL' is undefined
example/input_filter/Makefile.am:4:
example/input_filter/Makefile.am:4: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
example/input_filter/Makefile.am:4: to `configure.in' and run `aclocal' and `autoconf' again.
example/output_filter/Makefile.am:4: Libtool library used but `LIBTOOL' is undefined
example/output_filter/Makefile.am:4:
example/output_filter/Makefile.am:4: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
example/output_filter/Makefile.am:4: to `configure.in' and run `aclocal' and `autoconf' again.
example/protocol/Makefile.am:4: Libtool library used but `LIBTOOL' is undefined
example/protocol/Makefile.am:4:
example/protocol/Makefile.am:4: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
example/protocol/Makefile.am:4: to `configure.in' and run `aclocal' and `autoconf' again.
src/Makefile.am:17: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:17:
src/Makefile.am:17: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/Makefile.am:17: to `configure.in' and run `aclocal' and `autoconf' again.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
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... noconfig.status: error: cannot find input file: Makefile.in
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 style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
./configure: line 3267: AM_PROG_LIBTOOL: command not found
checking what the shared library extension is... could not determine shared library extension. Defaulting to .so
.so
checking for apxs... found /usr/local/apache2/bin/apxs
checking for __gxx_personality_v0 in -lstdc++... yes
configure: creating ./config.status
config.status: error: cannot find input file: Makefile.in
thank you for help me
alex
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm pretty sure ubuntu has libtoolize - can you check to see that it is on your path? autogen can't seem to find it (so it falls back on glibtoolize, which isn't there either).
I would make sure libtool is installed properly, and libtoolize is on your path.
John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I have problmems to install m_c++ under ubuntu:
config.status: error: cannot find input file: Makefile.in
/usr/share/aclocal/pkg.m4:5: warning: underquoted definition of PKG_CHECK_MODULES
run info '(automake)Extending aclocal'
or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
aclocal:configure.in:6: warning: macro `AM_PROG_LIBTOOL' not found in library
./autogen.sh: line 56: glibtoolize: command not found
example/handler/Makefile.am:5: Libtool library used but `LIBTOOL' is undefined
example/handler/Makefile.am:5:
example/handler/Makefile.am:5: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
example/handler/Makefile.am:5: to `configure.in' and run `aclocal' and `autoconf' again.
example/input_filter/Makefile.am:4: Libtool library used but `LIBTOOL' is undefined
example/input_filter/Makefile.am:4:
example/input_filter/Makefile.am:4: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
example/input_filter/Makefile.am:4: to `configure.in' and run `aclocal' and `autoconf' again.
example/output_filter/Makefile.am:4: Libtool library used but `LIBTOOL' is undefined
example/output_filter/Makefile.am:4:
example/output_filter/Makefile.am:4: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
example/output_filter/Makefile.am:4: to `configure.in' and run `aclocal' and `autoconf' again.
example/protocol/Makefile.am:4: Libtool library used but `LIBTOOL' is undefined
example/protocol/Makefile.am:4:
example/protocol/Makefile.am:4: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
example/protocol/Makefile.am:4: to `configure.in' and run `aclocal' and `autoconf' again.
src/Makefile.am:17: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:17:
src/Makefile.am:17: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/Makefile.am:17: to `configure.in' and run `aclocal' and `autoconf' again.
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
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... noconfig.status: error: cannot find input file: Makefile.in
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 style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
./configure: line 3267: AM_PROG_LIBTOOL: command not found
checking what the shared library extension is... could not determine shared library extension. Defaulting to .so
.so
checking for apxs... found /usr/local/apache2/bin/apxs
checking for __gxx_personality_v0 in -lstdc++... yes
configure: creating ./config.status
config.status: error: cannot find input file: Makefile.in
thank you for help me
alex
Hi -
I'm pretty sure ubuntu has libtoolize - can you check to see that it is on your path? autogen can't seem to find it (so it falls back on glibtoolize, which isn't there either).
I would make sure libtool is installed properly, and libtoolize is on your path.
John
Hi
thank you very much John!
I'll look for this.
Is it normal that "makefile.in" isn't in the tarball source?
Alex