This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Simple problem
- To: help-gcc at gnu dot org
- Subject: Re: Simple problem
- From: Rick Dearman <rick at ricken dot demon dot co dot uk>
- Date: Thu, 18 Nov 1999 16:26:30 +0000
- Newsgroups: gnu.gcc.help
- References: <810op7$9n83@imsp212.netvigator.com>
- Xref: wodc7nx0 gnu.gcc.help:1872
try ./a.out
Samuel wrote:
>
> I've installed the RedHat 6.0 with standard configuration and try to compile
> C++ programs with gcc. It successfully generates an a.out file, but I cannot
> execute the a.out file.
> Why?
>
> Please help me.