This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: gcc question
- From: "Brendan Darrer" <bjdarrer2 at hotmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Cc: bjdarrer2 at hotmail dot com
- Date: Sun, 26 Feb 2006 22:53:54 +0000
- Subject: Re: gcc question
- Bcc:
Hi,
I have a problem compiling and running a simple gcc programme.
directory contains:
a.exe main.cpp main.exe
I have greated main.exe using " gcc main.cpp -o main "
I have tried typing " main " & " main.exe "
error message - " bash: main.exe: command not found "
What suggestions can you give to solve this.
Regards,
Brendan Darrer