This is the mail archive of the pthreads-win32@sources.redhat.com mailing list for the pthreas-win32 project.


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

_POSIX_SOURCE?


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


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