From mboxrd@z Thu Jan 1 00:00:00 1970 From: Max TenEyck Woodbury To: pthreads-win32@sourceware.cygnus.com Subject: _POSIX_SOURCE? Date: Thu, 02 Aug 2001 11:29:00 -0000 Message-id: <3B699D81.69208419@cds.duke.edu> X-SW-Source: 2001/msg00087.html 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