This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Using mkdir() in g++


--- 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]