I have been trying to install/compile C libraries in Windows 7 using Cygwin and MinGW. However, I am getting errors like these during make:
make
sys/
you should check your makefile, the CFLAGS/CPPFLAGS has -DWIN32 -D_WINDOWS for windows. in other words, you should never access the sys/times code branch on windows.