Date: Mon, 13 Jul 1998 11:05:02 -0700 (PDT) From: Thomas Dean <tomdean@ix.netcom.com> To: pwalker@nb.sympatico.ca Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Ultra-lame questions. Message-ID: <199807131805.LAA00755@ix.netcom.com> In-Reply-To: <35AA3B4F.E7343B98@nb.sympatico.ca> (message from Patrick Walker on Mon, 13 Jul 1998 13:52:31 -0300)
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807131805.LAA00755>