home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / nmap254b.zip / config.log < prev    next >
Text File  |  2002-02-25  |  7KB  |  145 lines

  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. configure:529: checking for path separator
  5. configure:557: checking for Cygwin environment
  6. configure:590: checking for mingw32 environment
  7. configure:619: checking for EMX/OS2 environment
  8. configure:663: checking for executable suffix
  9. configure:710: checking for gcc
  10. configure:827: checking whether the C compiler (gcc.exe -O2 -m486 -Zmt -Zomf -D__ST_MT_ERRNO__ -I/usr/local/include -s -Zmt -Zomf -Zcrtdll -Zsysv-signals -Zbin-files -L/usr/local/lib) works
  11. configure:843: gcc.exe -o conftest.exe -O2 -m486 -Zmt -Zomf -D__ST_MT_ERRNO__ -I/usr/local/include  -s -Zmt -Zomf -Zcrtdll -Zsysv-signals -Zbin-files -L/usr/local/lib conftest.c  1>&5
  12.  
  13. LINK386 :  warning L4071: application type not specified; assuming WINDOWCOMPAT
  14. configure:869: checking whether the C compiler (gcc.exe -O2 -m486 -Zmt -Zomf -D__ST_MT_ERRNO__ -I/usr/local/include -s -Zmt -Zomf -Zcrtdll -Zsysv-signals -Zbin-files -L/usr/local/lib) is a cross-compiler
  15. configure:874: checking whether we are using GNU C
  16. configure:902: checking whether gcc.exe accepts -g
  17. configure:975: checking host system type
  18. configure:1140: checking for main in -lm
  19. configure:1186: checking for gethostent
  20. configure:1232: checking for gethostent in -lnsl
  21. configure:1281: checking for setsockopt
  22. configure:1327: checking for setsockopt in -lsocket
  23. configure:1377: checking for nanosleep
  24. configure:1423: checking for nanosleep in -lposix4
  25. configure:1478: checking how to run the C preprocessor
  26. configure:1567: checking for pcap.h
  27. configure:1595: checking for pcap_datalink in -lpcap
  28. configure:1744: checking if libpcap version is recent enough
  29. configure:1776: gcc.exe -o conftest.exe -O2 -m486 -Zmt -Zomf -D__ST_MT_ERRNO__ -I/usr/local/include -Wall   -s -Zmt -Zomf -Zcrtdll -Zsysv-signals -Zbin-files -L/usr/local/lib conftest.c -lpcap -lsocket -lm  1>&5
  30.  
  31. LINK386 :  warning L4071: application type not specified; assuming WINDOWCOMPAT
  32. configure: failed program was:
  33. #line 1749 "configure"
  34. #include "confdefs.h"
  35.  
  36. #include <stdio.h>
  37. extern char pcap_version[];
  38. int main() {
  39.   int major, minor;
  40.   sscanf(pcap_version,"%d.%d", &major, &minor);
  41.   if (major > 0) 
  42.     exit(0);
  43.   if (minor > 4)
  44.     exit(0);
  45.   if (minor < 4)
  46.     exit(1);
  47.   if (pcap_version[3] > 'a')
  48.     exit(0);
  49.   if (pcap_version[3] == 'a') {
  50.     if(!sscanf(&pcap_version[4], "%d", &minor))
  51.       exit(1);
  52.     if (minor >= 6)
  53.       exit(0);
  54.     else
  55.       exit(1);
  56.   }
  57.   exit(1);
  58. }
  59. configure:1815: checking for ANSI C header files
  60. configure:1923: checking for string.h
  61. configure:1923: checking for getopt.h
  62. configure:1923: checking for strings.h
  63. configure:1923: checking for memory.h
  64. configure:1923: checking for sys/param.h
  65. configure:1923: checking for sys/sockio.h
  66. configure:1923: checking for netinet/if_ether.h
  67. configure:1923: checking for bstring.h
  68. configure:1923: checking for sys/time.h
  69. configure:1923: checking for pwd.h
  70. configure:1961: checking whether time.h and sys/time.h may both be included
  71. configure:2001: checking for inline
  72. configure:2049: checking struct ip
  73. configure:2061: gcc.exe -c -O2 -m486 -Zmt -Zomf -D__ST_MT_ERRNO__ -I/usr/local/include -Wall  -Ilibpcap-possiblymodified  conftest.c 1>&5
  74. configure: In function `main':
  75. configure:2057: warning: unused variable `ip'
  76. configure:2078: checking ip_v in struct ip
  77. configure:2090: gcc.exe -c -O2 -m486 -Zmt -Zomf -D__ST_MT_ERRNO__ -I/usr/local/include -Wall  -Ilibpcap-possiblymodified  conftest.c 1>&5
  78. configure: In function `main':
  79. configure:2086: warning: statement with no effect
  80. configure:2142: checking if sockaddr{} has sa_len member
  81. configure:2177: checking whether byte ordering is bigendian
  82. configure:2268: checking if struct in_addr is a wacky huge structure (some Sun boxes)
  83. configure:2278: gcc.exe -c -O2 -m486 -Zmt -Zomf -D__ST_MT_ERRNO__ -I/usr/local/include -Wall  -Ilibpcap-possiblymodified  conftest.c 1>&5
  84. In file included from configure:2272:
  85. D:\USR\INCLUDE\netinet/in.h:89: parse error before `u_long'
  86. D:\USR\INCLUDE\netinet/in.h:89: warning: no semicolon at end of struct or union
  87. D:\USR\INCLUDE\netinet/in.h:147: parse error before `u_short'
  88. D:\USR\INCLUDE\netinet/in.h:147: warning: no semicolon at end of struct or union
  89. D:\USR\INCLUDE\netinet/in.h:150: parse error before `}'
  90. D:\USR\INCLUDE\netinet/in.h:160: field `ip_dst' has incomplete type
  91. D:\USR\INCLUDE\netinet/in.h:194: field `imr_multiaddr' has incomplete type
  92. D:\USR\INCLUDE\netinet/in.h:195: field `imr_interface' has incomplete type
  93. D:\USR\INCLUDE\netinet/in.h:199: parse error before `inet_addr'
  94. D:\USR\INCLUDE\netinet/in.h:199: warning: type defaults to `int' in declaration of `inet_addr'
  95. D:\USR\INCLUDE\netinet/in.h:199: warning: data definition has no type or storage class
  96. D:\USR\INCLUDE\netinet/in.h:200: warning: parameter names (without types) in function declaration
  97. D:\USR\INCLUDE\netinet/in.h:201: parse error before `inet_network'
  98. D:\USR\INCLUDE\netinet/in.h:201: warning: type defaults to `int' in declaration of `inet_network'
  99. D:\USR\INCLUDE\netinet/in.h:201: warning: data definition has no type or storage class
  100. D:\USR\INCLUDE\netinet/in.h:202: warning: parameter has incomplete type
  101. D:\USR\INCLUDE\netinet/in.h:203: parse error before `inet_netof'
  102. D:\USR\INCLUDE\netinet/in.h:203: warning: type defaults to `int' in declaration of `inet_netof'
  103. D:\USR\INCLUDE\netinet/in.h:203: warning: parameter has incomplete type
  104. D:\USR\INCLUDE\netinet/in.h:203: warning: data definition has no type or storage class
  105. D:\USR\INCLUDE\netinet/in.h:204: parse error before `inet_lnaof'
  106. D:\USR\INCLUDE\netinet/in.h:204: warning: type defaults to `int' in declaration of `inet_lnaof'
  107. D:\USR\INCLUDE\netinet/in.h:204: warning: parameter has incomplete type
  108. D:\USR\INCLUDE\netinet/in.h:204: warning: data definition has no type or storage class
  109. configure: In function `main':
  110. configure:2274: storage size of `i' isn't known
  111. configure:2274: warning: unused variable `i'
  112. D:\USR\INCLUDE\netinet/in.h: At top level:
  113. D:\USR\INCLUDE\netinet/in.h:148: storage size of `sin_addr' isn't known
  114. configure: failed program was:
  115. #line 2271 "configure"
  116. #include "confdefs.h"
  117. #include <netinet/in.h>
  118. int main() {
  119. struct in_addr i; i._S_un._S_addr;
  120. ; return 0; }
  121. configure:2300: gcc.exe -c -O2 -m486 -Zmt -Zomf -D__ST_MT_ERRNO__ -I/usr/local/include -Wall  -Ilibpcap-possiblymodified  conftest.c 1>&5
  122. configure: In function `main':
  123. configure:2296: structure has no member named `S_un'
  124. configure: failed program was:
  125. #line 2292 "configure"
  126. #include "confdefs.h"
  127. #include <sys/types.h>
  128. #include <netinet/in.h>
  129. int main() {
  130. struct in_addr i; i.S_un.S_addr;
  131. ; return 0; }
  132. configure:2320: checking if struct icmp exists
  133. configure:2362: checking if struct ip exists
  134. configure:2403: checking if struct ip has ip_sum member
  135. configure:2448: checking for bzero
  136. configure:2448: checking for snprintf
  137. configure:2448: checking for vsnprintf
  138. configure:2448: checking for memcpy
  139. configure:2448: checking for usleep
  140. configure:2448: checking for nanosleep
  141. configure:2448: checking for strerror
  142. configure:2448: checking for strcasestr
  143. configure:2448: checking for inet_aton
  144. configure:2448: checking for getopt_long_only
  145.