From owner-freebsd-questions Sat May 31 20:08:43 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA01805 for questions-outgoing; Sat, 31 May 1997 20:08:43 -0700 (PDT) Received: from luke.cpl.net (luke.cpl.net [206.85.245.131]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA01800 for ; Sat, 31 May 1997 20:08:41 -0700 (PDT) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.5/8.8.5) with SMTP id UAA05615; Sat, 31 May 1997 20:07:50 -0700 (PDT) Date: Sat, 31 May 1997 20:07:50 -0700 (PDT) From: Shawn Ramsey To: Andrejs Vanags cc: freebsd-questions@FreeBSD.ORG Subject: Re: a.out programs are not executable! cant run any programs.. In-Reply-To: <3390380B.6A28@crl.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > I installed it and even recomplied the kernel with no problems. > However if I try to compile a simple hello.c program with gcc, the > result is a.out. If I type a.out it says command not found. If I say > file a.out it says it is a: k I don't know if this is the problem, but if you just typed "a.out" and the directory you werent in is not in your path... it won't work. If thats the case try "./a.out" (without the quoutes of course)