[1725] in SIPB_Linux_Development
Returned mail: Remote protocol error
daemon@ATHENA.MIT.EDU (Mail Delivery Subsystem)
Mon Jul 7 15:49:53 1997
Date: Mon, 7 Jul 97 15:47:36 EDT
From: MAILER-DAEMON@MIT.EDU (Mail Delivery Subsystem)
To: owner-linux-help@MIT.EDU
----- Transcript of session follows -----
>>> MAIL From:<cw@space.mit.edu@oersted.mit.edu>
<<< 553 malformed address: <cw@space.mit.edu@oersted.mit.edu>
554 t-georgc@microsoft.com... Remote protocol error: Bad file number
>>> MAIL From:<cw@space.mit.edu@oersted.mit.edu>
<<< 501-5.5.2 ^
<<< 501 5.5.2 Path data: Extra garbage before terminating ">"
554 fbyte@sub-zero.mit.edu... Remote protocol error: Bad file number
----- Unsent message follows -----
Received: from SPACE.MIT.EDU by MIT.EDU with SMTP
id AA21742; Mon, 7 Jul 97 15:47:36 EDT
Received: from oersted.mit.edu by space.mit.edu AA00547; Mon, 7 Jul 97 15:48:45 EDT
Received: from oersted (localhost [127.0.0.1]) by oersted.mit.edu with SMTP
id PAA23871 for <linux-help@mit.edu>; Mon, 7 Jul 1997 15:48:44 -0400 (EDT)
Sender: cw@space.mit.edu
Message-Id: <33C1481C.38CB@space.mit.edu>
Date: Mon, 07 Jul 1997 15:48:44 -0400
From: Chi Wang <cw@space.mit.edu>
X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5.1 sun4u)
Mime-Version: 1.0
To: linux-help@MIT.EDU
Subject: gcc
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Hello,
I used gcc to compile and link my c source file without problem,
however, when I tried to run the excutable file ( I am sure it is
there, and excutable), a error message appeared : Command not found!
For example, I have a text-book example hello.c.
$> gcc -o hello hello.c
So far so good, a excutable file "hello" is produced.
$> hello
$> hello: Command not found
Too strange! I wonder if anybody has any idea. Thanks in advance.