Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.
Ubuntop Help (Anjuta problem)
Hi, merry xmas to all.
I have recently installed ubunto 6.06, and then installed Anjuta c++ IDE, it looks great and everything, but I can't compile my code, whenever I do it says:
Compiling file Test.cc ...
sh: g++: command not found
completed: unsuccessful...
ould anyone know how to fix this? I installed anjuta before, and it compiled the code forst time, no problems….:(
Yeah, you were right, it wasn't installed, I just did:
sudo apt-get install build-essential
And the compiling and running worked! Thank you. But there is one more question,
if anyone can answer it. After the program is compiled & linked, the executable is created with a diamond like icon, how do I run the program without using the IDE? Whenever I click on it, nothing happens…Thanks for the help before ;)