Re: cc compile error

1997-03-15 Thread psiko
>Trying to make a simple "hello.c" program, I get this error message: > >>bash$ cc -c hello.c >>In file included from /usr/include/stdlib.h:42, >> from hello.c:4: >>/usr/include/errno.h:27: linux/errno.h: No such file or directory > > >If I look on line 27 of /usr/include/errno.h, I

Re: cc compile error

1997-03-15 Thread Michel Beland
> > Trying to make a simple "hello.c" program, I get this error message: > > >bash$ cc -c hello.c > >In file included from /usr/include/stdlib.h:42, > > from hello.c:4: > >/usr/include/errno.h:27: linux/errno.h: No such file or directory Install the devel/libc5-dev corresponding

Re: cc compile error

1997-03-15 Thread Seth Reinosa
On Sat, 15 Mar 1997, Ken Gaugler wrote: > Trying to make a simple "hello.c" program, I get this error message: > > >bash$ cc -c hello.c > >In file included from /usr/include/stdlib.h:42, > > from hello.c:4: > >/usr/include/errno.h:27: linux/errno.h: No such file or directory > >

cc compile error

1997-03-15 Thread Ken Gaugler
Trying to make a simple "hello.c" program, I get this error message: >bash$ cc -c hello.c >In file included from /usr/include/stdlib.h:42, > from hello.c:4: >/usr/include/errno.h:27: linux/errno.h: No such file or directory If I look on line 27 of /usr/include/errno.h, I see that