Page 1 of 1

autoreconf --install --force

Posted: 2007-04-29 09:47
by kanios
Hallo

Ich hab ein Problem ich möchte folgenden Befehl ausführen:

autoreconf --install --force

um eine Anwendung auf meinem Linux Debian Server zu installieren zu können

aber als Fehlermeldung kommt:

configure.ac:35: error: possibly undefined macro: AC_PROG_LIBTOOL
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.ac:144: error: possibly undefined macro: AC_TYPE_UINT64_T


Wie kann ich das beheben um meine Installation zu starten ?

Mit freundlichen Grüssen

Re: autoreconf --install --force

Posted: 2007-04-29 10:15
by Joe User
Du benötigst mindestens die Pakete autoconf, automake, libtool, m4 und ihre jeweiligen Abhängigkeiten...

Re: autoreconf --install --force

Posted: 2007-04-29 11:28
by kanios
hab jez alles da drauf davon und jez kommt nur noch:



autoreconf --install --force

configure.ac:144: error: possibly undefined macro: AC_TYPE_UINT64_T
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /usr/bin/autoconf failed with exit status: 1


:wink: :?: