This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Program


To whom it may concern,
I have purchased the Teach yourself C++ 6th edition.
After I put the CD in my CD-ROM, I installed the program to the default directory.
When I run the IDE and write any code (program), I get errors and it does not complete the build. I was wondering what I should set in the options for this program to build and execute the programs I write. The specific error I get all the time is as follows:
 
gcc.exe cannot specify -o with -c or -S and multiple compilations
 
The program that I am trying to write when I get this error is as follows:
 
int main()
{
}
 
I have saved the file or program before I try to execute it.
then I try to build it and I get the aforementioned error. I have also tried to copy and paste one of the pre-written programs on to a new window, but to no avail.
I am not a "C" programmer but I am trying to learn C++.
Please respond to my request as soon as convenience permits.
thank you,
Michael Burney
mcmburney1@home.com
 
 
 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]