> Hi,
>
> I'm having problems trying to compile some programs. gcc doesn't seems
> to find stddef.h. As an example:
You can always help gcc to find it by:
gcc ... -I/usr/include/linux ...
(substitute /usr/include/linux for any directory you want gcc to look for
included .h files)
Alex Y.
--
Hi,
I'm having problems trying to compile some programs. gcc doesn't seems
to find stddef.h. As an example:
gcc -O2 -g -Wall -c asmail.c -o asmail.o
In file included from asmail.c:16:
/usr/include/stdlib.h:34: stddef.h: No such file or directory
In file included from /usr/include/st
2 matches
Mail list logo