Hello everyone!
I am trying to do some simple, command line programs in FORTRAN using KDevelop. I have done everything as it has said in the tutorial on their home site, but when I click compile, the message window prints this out -
Code:
cd '/home/tvilkov/programming/hello_world' && gmake 
gmake all-recursive
Making all in src
gmake[2]: *** No rule to make target `hello_world.o', needed by `hello_world'. Stop.
gmake[1]: *** [all-recursive] Error 1
gmake: *** [all] Error 2
*** Exited with status: 2 ***
I have everything installed from repos with the name 'make' in it, I have compiled from source apps before. This is driving me insane, I had a similar problem in Eclipse Photran (now I've broken it : ) )

P.S. - running FC6 with GNOME, got all kdelibs installed. Have compiled kde apps without problems.