Newsgroups: comp.os.minix
Subject: Re: more questions
References: <374D75D2.43677C15@ichips.intel.com>
Organization: Syracuse University, Syracuse
From: mcconnel@hydra.syr.edu (Terry R. McConnell)
NNTP-Posting-Host: hydra.syr.edu
Message-ID: <374d806f.0@news.syr.edu>
Date: 27 May 1999 13:27:11 -0500
X-Trace: 27 May 1999 13:27:11 -0500, hydra.syr.edu
Lines: 26
Path: star.cs.vu.nl!newsfeed.amsterdam.nl.net!sun4nl!remarQ-easT!supernews.com!remarQ.com!news.maxwell.syr.edu!news.syr.edu!hydra.syr.edu!mcconnel
Xref: star.cs.vu.nl comp.os.minix:35644

In article <374D75D2.43677C15@ichips.intel.com>,
dvoils  <dvoils@ichips.intel.com> wrote:
>
>#include <stdio.h>
>
>int main(void)
>{
>    printf("hello world!\n");
>}
>
>When I attempt to compile this using: cc hello.c, I get the following
>message:
>
>line 2: cannot open include file "stdio.h"
>
>So what's up with that?
>

Probably you didn't completely install minix. Make sure the file
/usr/include/stdio.h exists and is world readable. 

-- 
************************************************************************
Terry R. McConnell   Mathematics/304B Carnegie/Syracuse, N.Y. 13244-1150
trmcconn@syr.edu                            http://barnyard.syr.edu/~tmc 
************************************************************************
