Gentlemen, I am just starting out programming /learning from the CLI Here is my configuration:
OS = Ubuntu 10.10 Compiler = gcc (Ubuntu/Linaro 4.4.4-14ubuntu5) 4.4.5 text editor = gedit - Version 2.30.3 Here are my commands: ie@ubuntu:~$ gcc first.c -o first File first.c #include <stdio.h> int main() { printf("Hello\n"); return 0; } I am getting no output to the command line. This did work a few days ago, I just can't think of what I am doing different Any help would be great -- View this message in context: http://old.nabble.com/No-output-returned-to-CLI-tp31065333p31065333.html Sent from the gcc - bugs mailing list archive at Nabble.com.