Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.mira.net.au!news.vbc.net!vbcnet-west!garlic.com!fox.almaden.ibm.com!uunet!in3.uu.net!128.230.129.106!news.maxwell.syr.edu!news.bc.net!info.ucla.edu!nnrp.info.ucla.edu!nntp.club.cc.cmu.edu!goldenapple.srv.cs.cmu.edu!das-news2.harvard.edu!fas-news.harvard.edu!giffin.student.harvard.edu!user From: giffin@fas.harvard.edu (Daniel B Giffin) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Please help w/ gcc 2.1.7 Date: Sun, 23 Mar 1997 14:17:41 -0500 Organization: Harvard University, Cambridge, Massachusetts Lines: 36 Message-ID: <giffin-2303971417410001@giffin.student.harvard.edu> References: <5h3tlh$k7m@nnrp1.news.primenet.com> NNTP-Posting-Host: giffin.student.harvard.edu Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:37620 to clear up the mystery, type "which test" and "man test" don't be embarrased -- everyone has done this, including myself. daniel In article <5h3tlh$k7m@nnrp1.news.primenet.com>, mwefer@primenet.com (mwefer@primenet.com) wrote: > 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.