Results 1 to 1 of 1
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 ...
- 04-05-2007 #1
KDevelop 'make' issue
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 -
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 : ) )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 ***
P.S. - running FC6 with GNOME, got all kdelibs installed. Have compiled kde apps without problems.Gentoo 2.6.24 amd64
AMD Anthlon 64 X2, 2 GB RAM, Asus M2N-MX, nVidia GeForce 9600GT 512Mb, 250Gb + 160Gb HDDs


Reply With Quote