On Wed, Feb 09, 2005 at 06:04:53AM -0500, Andy Smith wrote: > Richard Soderberg wrote: > >checking winsock.h usability... no > >checking winsock.h presence... yes > >configure: WARNING: winsock.h: present but cannot be compiled > >configure: WARNING: winsock.h: check for missing prerequisite headers? > >configure: WARNING: winsock.h: see the Autoconf documentation > >configure: WARNING: winsock.h: section "Present But Cannot Be Compiled" > >configure: WARNING: winsock.h: proceeding with the preprocessor's result > >configure: WARNING: winsock.h: in the future, the compiler will take > >precedence > >configure: WARNING: ## > >---------------------------------------------------- > >## > >configure: WARNING: ## Report this to > >[email protected] > >## > >configure: WARNING: ## > >---------------------------------------------------- > >## > >checking for winsock.h... yes > > That is new to me. Net-SNMP should compile with Cygwin with no problems. > What version of Cygwin? > > >Is there a prerequisite cygwin package I need? > > No, there shouldn't be. winsock.h shoul be included in the Cygwin > headers. Is it possible that you have an incomplete or corrupted Cygwin > install? >
This message is due to the fact that configure fails to compile a simple file that only includes the header. Appearantly there is some other file that must be included prior to winsock.h, this one should be put in as fourth argument to the macro in configure.ac, please read the manual for autoconf as stated in the message for a more through explanation. For now that message can be ignored but it would be good for us to make them disappear as that would stop all the mails asking about them. /MF ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
