Could it be possible that httping (or boxes) just won't compile for Cygwin?
Hallo Michael,
httping will compile, provided ncurses is installed.
boxes requires the following modifications: * src/regexp/Makefile -traditional has to be removed from CFLAGS (as mentioned in the boxes FAQ) * src/config.h #define _POSIX_SOURCE has to be removed * src/Makefile "strip boxes" has to be replaced by "strip boxes.exe"
-- 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/