it might be that return o should of return 0;
mark <[EMAIL PROTECTED]> wrote: please anyone
help me determine the problem here.
i have this sample program compiled and run with gcc for windows.
#include <stdio.h>
int main()
{
printf("HI HELLO!");
return 0;
}
Then it doesn't make, build or compile, just generating this error
message:
g++.exe -x c++ -c E:\mark\C files\mark11.c -o E:\mark\C files\mark11.o
-Wall -fpermissive -fconserve-space
g++.exe: cannot specify -o with -c or -S and multiple compilations
Failure
What's wrong with my program?
Did i miss anything with my compiler?
thanks
---------------------------------
Looking for last minute shopping deals? Find them fast with Yahoo! Search.
[Non-text portions of this message have been removed]