On Mon, Apr 27, 2009 at 4:09 PM, Natraj, Ashutosh <[email protected]> wrote: > > Dear Sir/Madam, > I am a masters student involved in the Master thesis project in > vision, and I require the "glibc header files" because for my sample > program to be executed required io.h and sys\stat.h and sys\types.h > upon reading the forum I came to know tht it can be replaced by using the > glibc header files. > > I shall be thankful to you for your kind help.
Since you have transposed \ and / I conjecture that you are using Windows. In that case you should be able to solve your problem by installing Cygwin (not gnulib). If on the other hand you are using Linux, you just need to install the the development libraries on your system (again, not gnulib). James.
