From: Rich Mulvey (rich@mulvey.com)
Date: 09/14/93


From: rich@mulvey.com (Rich Mulvey)
Subject: Re: CC / GCC Problem
Date: Tue, 14 Sep 1993 19:22:45 EDT

Dave Rollings <drollings@lincoln.gpsemi.com> writes:

> I have recently purchased SLS 1.02 from a local dealer, to learn Unix
> and produce C Programs.
>
> I am having problems getting GCC or CC to compile very simple C Programs.
> Should there be a linker or make program?

  Yes, you should at least have gotten a linker. Make is optional,
although useful.

>
> Also should there be include files such as stdio.h and stdin.h as with
> usual C
> compilers? Again I have installed the GCC Package only to find quite a
> few
> usual .h files missing.
>
   Yes, they should also be included. The standard place for them is in
/usr/include.

> Does anybody know where I am going wrong?

   I'd love to tell you, but you need to provide more details than just
'I am having problems.' Tell us *specifically* what is happening, and
you'll get answers.

> Any replies either through this news group or E-Mail would be appreciated.

   Please direct all followup questions to comp.os.linux.help.

- Rich