LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Error running make (https://www.linuxquestions.org/questions/linux-newbie-8/error-running-make-363273/)

Fusspils 09-14-2005 09:23 AM

Error running make
 
Im running Debian with KDE 3.3 and whenever I try to run make after ./configure i get the following error. This occurs with every package I try to install.

cd . && aclocal-1.7
/bin/sh: line 1: aclocal-1.7: command not found
make: *** [aclocal.m4] Error 127

Any help would be greatly appreciated

Fusspils

dinolinux 09-14-2005 10:33 AM

Try doing an apt-get install aclocal

Fusspils 09-14-2005 10:47 AM

Hi,

Thanks for the reply. I tried to use apt-get install aclocal but it found no such package.
If I do apt-cache search aclocal it finds package libguile-dev. Ive tried installing this and uninstalling it with no success. Any other idea's?

dinolinux 09-14-2005 11:46 AM

After a lot of remembering and googling I finally found out that you need automake. Get it by apt-get install automake

Fusspils 09-14-2005 12:18 PM

I installed that and still get the same error :-(
Ive not idea what I have done to stop this process from working....it was working fine.
I really appreciate your efforts in trying to help!


All times are GMT -5. The time now is 09:34 PM.