delorie.com/archives/browse.cgi | search |
Dave Brolley wrote: > Hi, > > I'm trying to use gcc to compile an application on Cygwin which > #includes <tchar.h>. In searching my system, I see a tchar.h in > /usr/include/mingw32, but the compiler doesn't seem to be finding it. Is > it safe for me to add -I/usr/include/mingw32 to my compile options, or > is there a more appropriate way to pick up this header? > Hmm... Must not be POSIX. Must be ANSI. Or perhaps some MS extention. Is your program typically a UNIX or a DOS program? Do you need the Cygwin pathing structure or would DOS pathing structure work for you? > > BTW, what does mingw32 stand for anyway? :-) See the http://www.mingw.org website for more information about MinGW (Minimalist GNU for Windows). Cheers, Earnie. _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |