blastradius
October 27th, 2005, 03:33 PM
I'm just starting to have a go at C++, i've read a good book and have a reasonable understanding of C.
I've installed Kdevelop on my Ubuntu+Kubuntu desktop but when i try to compile a program (even one of the default hello world type) i get:-
cd '/home/eric/code/hellowprld' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -f Makefile.cvs && cd '/home/eric/code/hellowprld/debug' && CXXFLAGS="-O0 -g3" "/home/eric/code/hellowprld/configure" --enable-debug=full && cd '/home/eric/code/hellowprld/debug' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -k
/bin/sh: make: command not found
*** Exited with status: 127 ***
I've checked and automake and autoconf is installed, i've even reinstalled Kdevelop but still the same problem.
Please help, i just want to write some code and compile and (hopefully) execute it!! I'll worry about major projects (ultima maybe!) later on.
Thanks
Eric
I've installed Kdevelop on my Ubuntu+Kubuntu desktop but when i try to compile a program (even one of the default hello world type) i get:-
cd '/home/eric/code/hellowprld' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -f Makefile.cvs && cd '/home/eric/code/hellowprld/debug' && CXXFLAGS="-O0 -g3" "/home/eric/code/hellowprld/configure" --enable-debug=full && cd '/home/eric/code/hellowprld/debug' && WANT_AUTOCONF_2_5="1" WANT_AUTOMAKE_1_6="1" make -k
/bin/sh: make: command not found
*** Exited with status: 127 ***
I've checked and automake and autoconf is installed, i've even reinstalled Kdevelop but still the same problem.
Please help, i just want to write some code and compile and (hopefully) execute it!! I'll worry about major projects (ultima maybe!) later on.
Thanks
Eric