autoreconf --install --force

FreeBSD, Gentoo, openSUSE, CentOS, Ubuntu, Debian
kanios
Posts: 20
Joined: 2007-01-02 11:16
 

autoreconf --install --force

Post 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
User avatar
Joe User
Project Manager
Project Manager
Posts: 11190
Joined: 2003-02-27 01:00
Location: Hamburg
 

Re: autoreconf --install --force

Post by Joe User »

Du benötigst mindestens die Pakete autoconf, automake, libtool, m4 und ihre jeweiligen Abhängigkeiten...
PayPal.Me/JoeUserFreeBSD Remote Installation
Wings for LifeWings for Life World Run

„If there’s more than one possible outcome of a job or task, and one
of those outcomes will result in disaster or an undesirable consequence,
then somebody will do it that way.“ -- Edward Aloysius Murphy Jr.
kanios
Posts: 20
Joined: 2007-01-02 11:16
 

Re: autoreconf --install --force

Post 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: :?: