On Wednesday 17 July 2002 06:22 pm, Prasad Paranjape wrote:
> >  I went through opendir.c file and could see that there
> >  are two include statements
> >  #include <dirent.h>
> >  #include <sys/dirent.h>
> >  
> >
> >  Now when I looked into /usr/include/sys directory
> >  there was no file called dirent.h.
> >  
> >
> >  May I know through which rpm this file gets installed
> >  in sys directory or is this gcc problem?

Neither. Looks like its a problem with the code you are compiling.
Remove one of the #includes - the one that is nonexistent on your system.
(sys/dirent.h)

Binand


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to