Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Dec 1996 11:25:25 -0800
From:      Jason Thorpe <thorpej@nas.nasa.gov>
To:        root <root@geo.geoaccess.net>
Cc:        hackers@freebsd.org
Subject:   Re: How to run C programs on FreeBSD 
Message-ID:  <199612271925.LAA10973@lestat.nas.nasa.gov>

next in thread | raw e-mail | index | archive | help
On Fri, 27 Dec 1996 08:51:08 -0800 (PST) 
 root <root@geo.geoaccess.net> wrote:

 > However, the system responded:
 > 	"Command not found"

The program isn't in your search path... either add "." to the end of
your path, or invoke your program by full or relative pathname (preferred)
like "./hello".

Jason R. Thorpe                                       thorpej@nas.nasa.gov
NASA Ames Research Center                               Home: 408.866.1912
NAS: M/S 258-6                                          Work: 415.604.0935
Moffett Field, CA 94035                                Pager: 415.428.6939



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612271925.LAA10973>