From owner-freebsd-questions Mon Jul 13 11:05:17 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA07144 for freebsd-questions-outgoing; Mon, 13 Jul 1998 11:05:17 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from ix.netcom.com (sil-wa3-03.ix.netcom.com [206.214.137.67]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA07137 for ; Mon, 13 Jul 1998 11:05:10 -0700 (PDT) (envelope-from tomdean@ix.netcom.com) Received: (from tomdean@localhost) by ix.netcom.com (8.8.8/8.8.8) id LAA00755; Mon, 13 Jul 1998 11:05:02 -0700 (PDT) (envelope-from tomdean) Date: Mon, 13 Jul 1998 11:05:02 -0700 (PDT) Message-Id: <199807131805.LAA00755@ix.netcom.com> From: Thomas Dean To: pwalker@nb.sympatico.ca CC: freebsd-questions@FreeBSD.ORG In-reply-to: <35AA3B4F.E7343B98@nb.sympatico.ca> (message from Patrick Walker on Mon, 13 Jul 1998 13:52:31 -0300) Subject: Re: Ultra-lame questions. Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I am guessing, but, it appears that your current directory is not in your path. Create an executable by: # cc -o file file.c And, run it: # ./file cc knows about libc, and that is all you are using. A good book is The UNIX Programming Environment, Kernighan and Pike, Prentice-Hall To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message