>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
>
> 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
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
>
>
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
4 matches
Mail list logo