LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Need help with automake (https://www.linuxquestions.org/questions/linux-software-2/need-help-with-automake-357301/)

EchoWarrior 08-26-2005 02:02 PM

Need help with automake
 
Hi all!

Im trying to compile pkg-config (Uses automake & autoconf & aclocal)
I get error when running autogen.sh:

You should update your `aclocal.m4' by running aclocal.
configure.in:391: warning: AC_CACHE_VAL(glib_cv_sane_realloc, ...): suspicious presence of an AC_DEFINE in the second argument, where no actions should be taken
autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
configure.in:391: the top level
configure.in:391: warning: AC_CACHE_VAL(glib_cv_sane_realloc, ...): suspicious presence of an AC_DEFINE in the second argument, where no actions should be taken
autoconf/general.m4:1799: AC_CACHE_VAL is expanded from...
configure.in:391: the top level
gmodule/Makefile.am:22: Libtool library used but `LIBTOOL' is undefined
gmodule/Makefile.am:22:
gmodule/Makefile.am:22: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
gmodule/Makefile.am:22: to `configure.in' and run `aclocal' and `autoconf' again.
gthread/Makefile.am:14: Libtool library used but `LIBTOOL' is undefined
gthread/Makefile.am:14:
gthread/Makefile.am:14: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
gthread/Makefile.am:14: to `configure.in' and run `aclocal' and `autoconf' again.
Makefile.am:68: BUILT_SOURCES multiply defined in condition TRUE ...
Makefile.am:11: ... `BUILT_SOURCES' previously defined here
Makefile.am:86: noinst_DATA multiply defined in condition TRUE ...
Makefile.am:63: ... `noinst_DATA' previously defined here
Makefile.am:124: whitespace following trailing backslash
Makefile.am:31: Libtool library used but `LIBTOOL' is undefined
Makefile.am:31:
Makefile.am:31: The usual way to define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
Makefile.am:31: to `configure.in' and run `aclocal' and `autoconf' again.


What should i do to get this compiled?

foo_bar_foo 08-27-2005 12:34 PM

you don't have to run autogen.sh
just ./configure

Morbid 10-04-2005 12:09 PM

More Automake Problems.

Are you able to help me with this, foo_bar_foo?

I am trying to get dvrequant to work. However, I ran into a few problems concerning programs I needed to install. To make a long story short, I need to have automake installed. The problem is,
I already have automake which is supose to also have aclocal. But it can't seem to find it. When I try to run automake I get this:

morbidjustice@linux:~> automake
automake: `configure.ac' or `configure.in' is required
morbidjustice@linux:~>


So, exactly what is it telling me to do here? I just re-installed automake and then tried to run it and it gave me this error.




linux:/home/morbidjustice/automake-1.9.6 # automake
configure.ac:39: version mismatch. This is Automake 1.9.5,
configure.ac:39: but the definition used by this AM_INIT_AUTOMAKE
configure.ac:39: comes from Automake 1.9.6. You should recreate
configure.ac:39: aclocal.m4 with aclocal and run automake again.
linux:/home/morbidjustice/automake-1.9.6 #

Please help!

:cry: :cry: :cry:

kenneho 11-08-2005 09:35 AM

I'm having similar problems, so....anyone?


All times are GMT -5. The time now is 07:02 PM.