Thread: Linux Guide
View Single Post
Old December 31st, 2007   #9 (permalink)
theMADscientist
Registered User
 
Join Date: Nov 2007
Location: US
Posts: 9
Quote:
Originally Posted by chesso View Post
yeah, why the sudo?
sudo gets you around permission bugs. I accidently used sudo svn ... the first time and have been too lazy to fix it.

@Yassine
You have some unusually warning messages at the beginning. But, they don't look like they are stopping the build.

build.sh: ./configure: /bin/sh: bad interpreter: Permission non accordée

That seems to be a permission error. But I can't replicate it, so not sure how to fix it. It might be from the aclocal warnings. Try this to see if your automake is up to date:
sudo apt-get install automake1.9
theMADscientist is offline   Reply With Quote