stabbymctwist
December 12th, 2007, 11:41 PM
So I made the simplest c/++ program I could think of, compiled it, and tried to run it. I get "bash: ./sillystring.o: cannot execute binary file".
int main () {
return 1;
}
build-essential is installed. I did search the forums, too. Google, as well. Sorry if it's a repost. Using gcc outputs no errors at all.
Am I missing something important?
int main () {
return 1;
}
build-essential is installed. I did search the forums, too. Google, as well. Sorry if it's a repost. Using gcc outputs no errors at all.
Am I missing something important?