bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: a.out file doesn't run


From: Paul Jarc
Subject: Re: a.out file doesn't run
Date: Sat, 01 Jun 2002 17:17:08 -0400
User-agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i686-pc-linux-gnu)

"jaime aguirre" <jaimea@3web.net> wrote:
> After compiling a C program and at the $ prompt I give the command a.out and
> receive an error message.

No one can help you without knowing what the error message was.  Just
as a guess, I'd say the error might have been "command not found", and
that was because you don't have "." in $PATH, so you need to run
./a.out instead of a.out.

This doesn't seem to be a problem with bash.  This kind of question
would be better off in a forum for general Unix help; you might look
for a local users' group in your area.


paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]