> cc -Wall -D_POSIX_SOURCE -D__rtems__ -mno-cygwin -mwindows -I../include/
                                        ^^^^^^^^^^^
> [...]
> So did I miss a flag in order to compile, or a bad location, or is it a bug
> ??

No, you used a flag too many.  The Cygwin header files and Cygwin
capabilities don't make any sense when trying to build a native Windows
application.


OK so how do I do if I want at the same time to call

   timerclear()

  ??

by looking into the sys/time.h, this definition is wrapped around

    #if defined (__rtems__) || defined (__CYGWIN__)

.........

_________________________________________________________________
Windows Live Messenger sur i-modeĀ™ : dialoguez avec vos amis depuis votre mobile comme sur PC ! http://mobile.live.fr/messenger/bouygues/


--
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/

Reply via email to