From owner-freebsd-questions Sun Mar 23 10:36:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA17821 for questions-outgoing; Sun, 23 Mar 1997 10:36:53 -0800 (PST) Received: from usr05.primenet.com (root@usr05.primenet.com [206.165.5.105]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA17815 for ; Sun, 23 Mar 1997 10:36:50 -0800 (PST) Received: from p100 (ip21-093.phx.primenet.com [204.245.21.93]) by usr05.primenet.com (8.8.5/8.8.5) with SMTP id LAA15034 for ; Sun, 23 Mar 1997 11:36:44 -0700 (MST) Message-Id: <1.5.4.32.19970323183847.0066c668@pop.primenet.com> X-Sender: mwefer@pop.primenet.com (Unverified) X-Mailer: Windows Eudora Light Version 1.5.4 (32) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Sun, 23 Mar 1997 11:38:47 -0700 To: freebsd-questions@FreeBSD.ORG From: Mark Wefer Subject: Please help w/ gcc Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello - I've just installed 2.1.7 w/ the novice / developers setup and am having a little tbl getting gcc to work. (???) My source file - test.c - is: #include main() { printf("FreeBSD Rules......\n"); return 0; } 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????? Thanks, Mark.