Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Mar 1997 11:38:47 -0700
From:      Mark Wefer <mwefer@primenet.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Please help w/ gcc
Message-ID:  <1.5.4.32.19970323183847.0066c668@pop.primenet.com>

next in thread | raw e-mail | index | archive | help
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.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1.5.4.32.19970323183847.0066c668>