Re: compile net-snmp-5.7.1 under Cygwin reports error

2012-01-04 Thread Tao Zhou
Hi Lee: I have tried several unpack tools: Cygwin unzip / winrar / 7zip, and all got the same failure message. Seems that the only difference between your environment and me is 64bit Windows(yours) vs 32bit(mine). Since I have no 64bit Windows, I can not verify this idea. Thanks for your tip that

Re: compile net-snmp-5.7.1 under Cygwin reports error

2012-01-04 Thread Tao Zhou
Hi Dave, Following your two questions, please see below section from config.log for the answer, seems that the test results are all empty! BTW, I have tried to compile net-snmp-5.7.1 and net-snmp-5.6.1.1 on several Windows machines, from Windows XP to Windows 7, and all got the same failure. ---

Re: compile net-snmp-5.7.1 under Cygwin reports error

2012-01-04 Thread Dave Shield
On 4 January 2012 10:28, Tao Zhou wrote: > Thanks Bart for your quick response, I tested as your suggestion, as get the > below result. > > $ grep SIZEOF_ config.status > D["SIZEOF_SHORT"]=" " > D["SIZEOF_INT"]=" " > D["SIZEOF_LONG"]=" " > D["SIZEOF_LONG_LONG"]=" " > D["SIZEOF_INTMAX_T"]=" " > D["

Re: compile net-snmp-5.7.1 under Cygwin reports error

2012-01-04 Thread Tao Zhou
Thanks Bart for your quick response, I tested as your suggestion, as get the below result. $ grep SIZEOF_ config.status D["SIZEOF_SHORT"]=" " D["SIZEOF_INT"]=" " D["SIZEOF_LONG"]=" " D["SIZEOF_LONG_LONG"]=" " D["SIZEOF_INTMAX_T"]=" " D["SIZEOF_SOCKADDR_UN_SUN_PATH"]=" " while under Ubuntu, the re