Problem compiling ANYTHING with KDevelop

I’ve been trying to work on programming, and got the KDevelop IDE (using YaST). No matter what I try, I end up with the following:

cd '/local/programming_projects/test2' && "/local/programming_projects/test2/configure" && cd '/local/programming_projects/test2' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" LC_MESSAGES="C" LC_CTYPE="C" gmake -k 
/bin/sh: /local/programming_projects/test2/configure: /bin/sh: bad interpreter: Permission denied
*** Exited with status: 126 ***


I even get this when I’m using the Project->New Project->C+±>Simple Hello world program. I’m not changing anything.

Anyone have any ideas?

Michael

<EDIT> two things. First, this is Kdev 3.5.7 and openSUSE 10.3
Second, when I do “Run automake and friends” there is no error. When I “Run configure” I get the “bad interpreter: Permission denied” error. </EDIT

Never mind this. I had the project folder where I didn’t have execution authority, or whatever it’s called. New project folder in my <user> folder, and no problems.

Michael