try make CC='gcc -ansi' or replace the first line of the makefile by CC=gcc -ansi.
'strip' will not be able to find the resulting executable unless the line strip httping is replaced by strip httping.exe .
Dirk
-- 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/