Toon posts:

[Linux] Fout @ 'make'

Pagina: 1
Acties:

Verwijderd

Topicstarter
Als ik 'Gaim' wil installeren, gaat ./configure niet fout maar als ik 'make' doe dan krijg ik:
code:
1
2
3
4
5
6
7
8
9
bash-2.05a# make
cd . && /root/gaim-0.59.3/missing aclocal-1.4 -I m4
WARNING: `aclocal-1.4' is needed, and you do not seem to have it handy on your
         system.  You might have modified some files without having the
         proper tools for further handling them.  Check the `README' file,
         it often tells you about the needed prerequirements for installing
         this package.  You may also peek at any GNU archive site, in case
         some other package would contain this missing `aclocal-1.4' program.
make: *** [aclocal.m4] Error 1


Ik heb autoconf en automake net geinstalleerd, maar doet het nog niet.

Verwijderd

Je hebt config.cache gedelete voor de volgende configure en make?
Hij zoekt trouwens aclocal-1.4, en da's lekker. Ik gok dat je wel een /usr/bin/aclocal hebt? Je zou een symlink kunnen maken, of liever de Makefile aanpassen.

Verwijderd

Topicstarter
Verwijderd schreef op 18 september 2002 @ 16:57:
Je hebt config.cache gedelete voor de volgende configure en make?
Hij zoekt trouwens aclocal-1.4, en da's lekker. Ik gok dat je wel een /usr/bin/aclocal hebt? Je zou een symlink kunnen maken, of liever de Makefile aanpassen.
Nee heb ik niet...
Ik moet toch automake installeren voor die aclocal?

Verwijderd

zit /pad/naar/aclocal wel in je pad? Doe eens "which aclocal". Krijg je hier geen output van, dan moet je /pad/naar toevoegen aan $PATH

Verwijderd

Topicstarter
Verwijderd schreef op 18 september 2002 @ 17:45:
zit /pad/naar/aclocal wel in je pad? Doe eens "which aclocal". Krijg je hier geen output van, dan moet je /pad/naar toevoegen aan $PATH
output:
/usr/local/bin/aclocal

Verwijderd

Topicstarter
foutje, na updatedb vindt ie:
/usr/local/bin/aclocal
/usr/local/bin/aclocal-1.6

Verwijderd

nu kun je 2 dingen doen:

net) edit de Makefile van gaim, en verander aclocal-1.4 in aclocal
niet net) ln -s /usr/local/bin/aclocal /usr/local/bin/aclocal-1.4

Verwijderd

Topicstarter
Verwijderd schreef op 18 september 2002 @ 18:13:
nu kun je 2 dingen doen:

net) edit de Makefile van gaim, en verander aclocal-1.4 in aclocal
niet net) ln -s /usr/local/bin/aclocal /usr/local/bin/aclocal-1.4
nu heb ik dat laatste gedaan, nu krijg ik weer een hele andere fout:

cd . && aclocal-1.4 -I m4
aclocal: configure.in: 13: macro `AM_PROG_LIBTOOL' not found in library
aclocal: configure.in: 19: macro `AM_GNU_GETTEXT' not found in library
aclocal: configure.in: 159: macro `AM_PATH_GTK' not found in library
aclocal: configure.in: 159: macro `AM_PATH_GTK' not found in library
aclocal: configure.in: 192: macro `AM_PATH_GLIB' not found in library
aclocal: configure.in: 196: macro `AM_PATH_GTK' not found in library
make: *** [aclocal.m4] Error 1

Verwijderd

k, ff wat extra info svp:

* distro (+revision)
* versies van automake/autoconf/m4
Pagina: 1