*BSD News Article 91756


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!uunet!in3.uu.net!204.245.3.50!news.primenet.com!p100
From: mwefer@primenet.com (mwefer@primenet.com)
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: Please help w/ gcc 2.1.7
Date: 23 Mar 1997 11:44:01 -0700
Organization: Primenet Services for the Internet
Lines: 21
Message-ID: <5h3tlh$k7m@nnrp1.news.primenet.com>
X-Posted-By: @204.245.21.93 (mwefer)
X-Newsreader: News Xpress 2.01
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:37604

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 <stdio.h>
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.