From owner-freebsd-questions Tue Jul 6 19:24:22 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cgi1.tm.net.my (provision.tm.net.my [202.188.95.13]) by hub.freebsd.org (Postfix) with ESMTP id 64A1314C84 for ; Tue, 6 Jul 1999 19:24:16 -0700 (PDT) (envelope-from rezath@tm.net.my) Received: from tm.net.my ([202.188.127.2]) by cgi1.tm.net.my (InterMail v03.02.05 118 121 101) with ESMTP id <19990707022408.IGVS14274@tm.net.my> for ; Wed, 7 Jul 1999 10:24:08 +0800 Message-ID: <3782BC71.C501C08A@tm.net.my> Date: Wed, 07 Jul 1999 10:33:21 +0800 From: Rezamys X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: newbie: how to compile & run C program in 3.2Release? Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi all, This surely sound silly but at least i'm being honest to myself... Anyways, i created a simple program e.g "hello world" in the ee editor and did a complilation like this: bash$ cc hello.c It gave no error. Fine. When i type: bash$ hello.c The output tells me that "hello.c command not found"... I heard from a friend that we have to see the ouput (on the screen) "hello world" in your editor and not at your prompt. In DOS i could see the output displayed on the screen... but this...gee i don't know... Please help. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message