From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from fed1rmmtao06.cox.net ([68.230.241.33]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1FR3wb-0005nr-00 for ; Wed, 05 Apr 2006 05:04:53 -0400 Received: from nedelko83f1172 ([68.105.128.95]) by fed1rmmtao06.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20060405090422.GEEN20050.fed1rmmtao06.cox.net@nedelko83f1172> for ; Wed, 5 Apr 2006 05:04:22 -0400 Message-ID: <001801c6588f$ef07a0e0$0501a8c0@nedelko83f1172> From: "Ned" To: "Speakup is a screen review system for Linux." Subject: running a C program Date: Wed, 5 Apr 2006 02:04:23 -0700 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.7 X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.7 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Apr 2006 09:04:54 -0000 Hi all, Am I nuts or what, but there is no way I can run my simplest hello world = C program. It was compiled by both: cc, and the gcc compilers; umask was set to 0 = prior to that; and even chmod was called to rescue; however... -bash: a.out: command not found What's going on? How do I run this thing? Many thanks in advance! Ned