This is the mail archive of the gcc-bugs@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]

Re: Where is the output


> I'm attempting to use GNU C++ compiler and I am having
> problems. I successfully compile my program, but when
> I run it I can't find the output. I tried running it
> from the program using the run button and it seems to
> run.

What "run button"? gcc, as a compiler, does not have a run button.
Perhaps you've bought some kind of IDE for gcc? Please contact the
vendor of that IDE if you have problems with it.

If you've successfully compiled a program with gcc, you should have an
executable file somewhere. Please use the operating system's
mechanisms to run this file. It seems that you are using some sort of
Microsoft Windows: you can double-click on the executable in an
explorer window.

Hope this helps,
Martin


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