From owner-freebsd-questions Sun Mar 23 12:15:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA25922 for questions-outgoing; Sun, 23 Mar 1997 12:15:28 -0800 (PST) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA25909 for ; Sun, 23 Mar 1997 12:15:23 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.8.4/8.6.9) id PAA01812; Sun, 23 Mar 1997 15:15:10 -0500 (EST) From: "John S. Dyson" Message-Id: <199703232015.PAA01812@dyson.iquest.net> Subject: Re: Please help w/ gcc In-Reply-To: <1.5.4.32.19970323183847.0066c668@pop.primenet.com> from Mark Wefer at "Mar 23, 97 11:38:47 am" To: mwefer@primenet.com (Mark Wefer) Date: Sun, 23 Mar 1997 15:15:10 -0500 (EST) Cc: freebsd-questions@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > When I run the command: "gcc -o test test.c" it seems to complete > ok, I don't see any errors or anything, and it makes a file called > "test". > > When I try to execute the "test" file it just returns to my prompt. > > Could someone please help????? > This is one that gets lots of new U**X users :-). Try "./test". The reason that it is a problem, is that there is a shell builtin that is also called "test." John