Bug 81839

Summary: ouput file a.out created by gcc compiler gives a error message command not found
Product: [Retired] Red Hat Linux Reporter: rina abraham <rinaabraham>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED NOTABUG QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-03 19:36:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description rina abraham 2003-01-14 16:54:19 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)

Description of problem:
I got redhat linux 8.0 on my system, when I try to compile any C program on the 
machine it does produce an output file a.out but when I try to run that file it 
gives me an error message stating that command not found.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.write any C program on redhat linux 8.0
2.compile it
3.run the output file
    

Expected Results:  it should have run the program.

Additional info:

Comment 1 Jakub Jelinek 2003-01-15 09:50:50 UTC
How do you run the program? As you probably (hopefully) don't have . in $PATH,
you need to run it as ./a.out

Comment 2 Jakub Jelinek 2004-10-03 19:36:43 UTC
No feedback, no testcase.