sys/socket.h is also a Cygwin thingy. Only the include files under
/usr/include/w32api and /usr/include/mingw are useful for non-cygwin
apps. If you want to use the POSIX headers, build a Cygwin app.
OK
Let's say I do not want the POSIX flag. And I want to use only w32api and
mingw..
so what should be my flags ?
> >> cc -Wall -D_POSIX_SOURCE -D__rtems__ -mno-cygwin -mwindows
cc -Wall -march=athlon-xp -mno-cygwin -mwindows ???
But the /usr/include directory is the default, isn't it ?
All the files in that directory are common, aren't they ?
Or shoudl I re-define the default as being /usr/include/mingw ?
_________________________________________________________________
Gagnez des pc Windows Vista avec Live.com http://www.image-addict.fr/
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/