_POSIX_SOURCE?

Max TenEyck Woodbury mtew@cds.duke.edu
Thu Aug 2 11:29:00 GMT 2001


I have (a part of) an application that I have working under
WinXX that I want to move to several other environments. I figured
that making it POSIX compliant would be the first step in moving
it, so I stripped the windows headers, inserted the corresponding
POSIX headers and defined _POSIX_SOURCE and included the PT32 include
directory in the header search path. I expected the compiler
to point out all the function calls and definitions that I needed
to change.

NADA!

No errors. And there should be loads of 'em!

Help?

mtew@cds.duke.edu



More information about the Pthreads-win32 mailing list