Using mkdir() in g++

Nicholas Wourms nwourms@yahoo.com
Wed Jul 31 23:56:00 GMT 2002


--- Chuck Allison <cda@freshsources.com> wrote:
> For some reason, even though I include <io.h>, I get an undeclared
> functrion
> error when I try to use the mkdir() system call in a program. How
> can I make
> this visible to the compiler? Thanks. I just installed the latest
> Cygwin
> with gcc 3.1.1-4.

Chuck,

This function is defined for Cygwin by <sys/stat.h>.

Cheers,
Nicholas

__________________________________________________
Do You Yahoo!?
Yahoo! Health - Feel better, live better
http://health.yahoo.com

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list