Results 1 to 10 of 17
when i try to install qtella i get this.
make[2]: Entering directory `/home/lamar/Desktop/qtella-0.7.0/src'
cd .. && automake-1.8 --gnu src/Makefile
/bin/sh: automake-1.8: command not found
make[2]: *** [Makefile.in] Error 127
make[2]: ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-21-2005 #1Just Joined!
- Join Date
- Aug 2005
- Posts
- 41
/bin/sh: automake-1.8: command not found
when i try to install qtella i get this.
make[2]: Entering directory `/home/lamar/Desktop/qtella-0.7.0/src'
cd .. && automake-1.8 --gnu src/Makefile
/bin/sh: automake-1.8: command not found
make[2]: *** [Makefile.in] Error 127
make[2]: Leaving directory `/home/lamar/Desktop/qtella-0.7.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/lamar/Desktop/qtella-0.7.0'
make: *** [all] Error 2
- 10-21-2005 #2Linux Newbie
- Join Date
- Mar 2003
- Location
- Istanbul/Türkiye
- Posts
- 246
Is automake installed? and what is its verison? 1.8?
Just a Newbie....Looking 4 Info....
- 10-21-2005 #3
that's the same error i got when installing wine =(
- 10-21-2005 #4Just Joined!
- Join Date
- Aug 2005
- Posts
- 41
i dont know
- 10-21-2005 #5Just Joined!
- Join Date
- Aug 2005
- Posts
- 41
i guess not
- 10-21-2005 #6Linux Newbie
- Join Date
- Mar 2003
- Location
- Istanbul/Türkiye
- Posts
- 246
Code:which automake
do this.Code:automake --version
Just a Newbie....Looking 4 Info....
- 10-21-2005 #7Just Joined!
- Join Date
- Aug 2005
- Posts
- 41
lamar@desktop:~$ which automake
/usr/bin/automake
lamar@desktop:~$ automake --version
automake (GNU automake) 1.9.5
Written by Tom Tromey <tromey@redhat.com>.
- 10-21-2005 #8Linux Enthusiast
- Join Date
- Jun 2005
- Location
- The Hot Humid South
- Posts
- 602
My guess is that the make file is pointing to "automake-1.8" instead of just "automake". Make a link to automake named automake-1.8 and see if that works. Or you can probably look at the Makefile and change the settings in there.
- 10-21-2005 #9Just Joined!
- Join Date
- Aug 2005
- Posts
- 41
and this is where u tell me HOW to do that
Originally Posted by bidi
- 10-21-2005 #10Linux Newbie
- Join Date
- Mar 2003
- Location
- Istanbul/Türkiye
- Posts
- 246
But as we see it is just automake not automake-1.9 so symlink will not work i think. Could this be a path problem. Can you paste here the out out of
. Be careful with capitals.Code:echo $PATH
Just a Newbie....Looking 4 Info....


Reply With Quote
