Subscribe#include <stdio.h> means from the standard system include directory; #include "stdio.h" means from the current directory. You almost certainly want the former form.#include stdio.h' in your file, you will certainly (and correctly!) get an error; what you want is '#include < stdio.h>>. The < and> signs are critical. (And without spaces around stdio.h ... but MeFi kept eating the signs if I didn't do that.)>sudo apt-get update
sudo apt-get install build-essential
If this works, but you still get compilation errors, mail me a copy of Hello.c and I'll see if I can replicate your issue on my Feisty box.You are not logged in, either login or create an account to post comments
posted by IronLizard at 7:02 PM on August 20, 2007