On Mon, Mar 24, 2003 at 04:45:40PM -0000, [EMAIL PROTECTED] wrote:
> Hello!
> 
> I think, that it is a gcc-3.2 bug, not a libc6-dev bug.
> 
> Anyway, here is my little program:
> #include <unistd.h>
> 
> int main()
> {
>         return 0;
> }
> 
> And here is the probes:
> [EMAIL PROTECTED]:~/proba$ gcc -Wall alma.c
> [EMAIL PROTECTED]:~/proba$ gcc -Wall -I/usr/include alma.c
> [EMAIL PROTECTED]:~/proba$ gcc -Wall -I/usr/include/sys -I/usr/include alma.c

This is a user bug, not a GCC bug, not a glibc bug.  Do not say -I for
standard include directories.


-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to