Advertisement
Guest User

config.log

a guest
Oct 3rd, 2012
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.56 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by configure, which was
  5. generated by GNU Autoconf 2.59. Invocation command line was
  6.  
  7. $ ./configure --with-libnet-includes=/usr/nembuild/Libnet-1.0.2a/include --with-libnet-libraries=/usr/nembuild/Libnet-1.0.2a/lib
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = dividan-System
  14. uname -m = x86_64
  15. uname -r = 3.0.0-12-generic
  16. uname -s = Linux
  17. uname -v = #20-Ubuntu SMP Fri Oct 7 14:56:25 UTC 2011
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37.  
  38.  
  39. ## ----------- ##
  40. ## Core tests. ##
  41. ## ----------- ##
  42.  
  43. configure:1355: checking for a BSD-compatible install
  44. configure:1410: result: /usr/bin/install -c
  45. configure:1421: checking whether build environment is sane
  46. configure:1464: result: yes
  47. configure:1497: checking for gawk
  48. configure:1513: found /usr/bin/gawk
  49. configure:1523: result: gawk
  50. configure:1533: checking whether make sets $(MAKE)
  51. configure:1553: result: yes
  52. configure:1708: checking build system type
  53. configure:1726: result: x86_64-unknown-linux-gnu
  54. configure:1734: checking host system type
  55. configure:1748: result: x86_64-unknown-linux-gnu
  56. configure:1781: checking for style of include used by make
  57. configure:1809: result: GNU
  58. configure:1880: checking for gcc
  59. configure:1896: found /usr/bin/gcc
  60. configure:1906: result: gcc
  61. configure:2150: checking for C compiler version
  62. configure:2153: gcc --version </dev/null >&5
  63. gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
  64. Copyright (C) 2011 Free Software Foundation, Inc.
  65. This is free software; see the source for copying conditions. There is NO
  66. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  67.  
  68. configure:2156: $? = 0
  69. configure:2158: gcc -v </dev/null >&5
  70. Using built-in specs.
  71. COLLECT_GCC=gcc
  72. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6.1/lto-wrapper
  73. Target: x86_64-linux-gnu
  74. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.1-9ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  75. Thread model: posix
  76. gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
  77. configure:2161: $? = 0
  78. configure:2163: gcc -V </dev/null >&5
  79. gcc: error: unrecognized option '-V'
  80. gcc: fatal error: no input files
  81. compilation terminated.
  82. configure:2166: $? = 4
  83. configure:2189: checking for C compiler default output file name
  84. configure:2192: gcc conftest.c >&5
  85. configure:2195: $? = 0
  86. configure:2241: result: a.out
  87. configure:2246: checking whether the C compiler works
  88. configure:2252: ./a.out
  89. configure:2255: $? = 0
  90. configure:2272: result: yes
  91. configure:2279: checking whether we are cross compiling
  92. configure:2281: result: no
  93. configure:2284: checking for suffix of executables
  94. configure:2286: gcc -o conftest conftest.c >&5
  95. configure:2289: $? = 0
  96. configure:2314: result:
  97. configure:2320: checking for suffix of object files
  98. configure:2341: gcc -c conftest.c >&5
  99. configure:2344: $? = 0
  100. configure:2366: result: o
  101. configure:2370: checking whether we are using the GNU C compiler
  102. configure:2394: gcc -c conftest.c >&5
  103. configure:2400: $? = 0
  104. configure:2404: test -z
  105. || test ! -s conftest.err
  106. configure:2407: $? = 0
  107. configure:2410: test -s conftest.o
  108. configure:2413: $? = 0
  109. configure:2426: result: yes
  110. configure:2432: checking whether gcc accepts -g
  111. configure:2453: gcc -c -g conftest.c >&5
  112. configure:2459: $? = 0
  113. configure:2463: test -z
  114. || test ! -s conftest.err
  115. configure:2466: $? = 0
  116. configure:2469: test -s conftest.o
  117. configure:2472: $? = 0
  118. configure:2483: result: yes
  119. configure:2500: checking for gcc option to accept ANSI C
  120. configure:2570: gcc -c -g -O2 conftest.c >&5
  121. configure:2576: $? = 0
  122. configure:2580: test -z
  123. || test ! -s conftest.err
  124. configure:2583: $? = 0
  125. configure:2586: test -s conftest.o
  126. configure:2589: $? = 0
  127. configure:2607: result: none needed
  128. configure:2625: gcc -c -g -O2 conftest.c >&5
  129. conftest.c:2:3: error: unknown type name 'choke'
  130. conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
  131. configure:2631: $? = 1
  132. configure: failed program was:
  133. | #ifndef __cplusplus
  134. | choke me
  135. | #endif
  136. configure:2766: checking dependency style of gcc
  137. configure:2828: result: none
  138. configure:2837: checking for gcc option to accept ANSI C
  139. configure:2900: gcc -c -g -O2 conftest.c >&5
  140. configure:2906: $? = 0
  141. configure:2910: test -z
  142. || test ! -s conftest.err
  143. configure:2913: $? = 0
  144. configure:2916: test -s conftest.o
  145. configure:2919: $? = 0
  146. configure:2934: result: none needed
  147. configure:2992: checking for gcc
  148. configure:3018: result: gcc
  149. configure:3262: checking for C compiler version
  150. configure:3265: gcc --version </dev/null >&5
  151. gcc (Ubuntu/Linaro 4.6.1-9ubuntu3) 4.6.1
  152. Copyright (C) 2011 Free Software Foundation, Inc.
  153. This is free software; see the source for copying conditions. There is NO
  154. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  155.  
  156. configure:3268: $? = 0
  157. configure:3270: gcc -v </dev/null >&5
  158. Using built-in specs.
  159. COLLECT_GCC=gcc
  160. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/4.6.1/lto-wrapper
  161. Target: x86_64-linux-gnu
  162. Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.1-9ubuntu3' --with-bugurl=file:///usr/share/doc/gcc-4.6/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++,go --prefix=/usr --program-suffix=-4.6 --enable-shared --enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --with-gxx-include-dir=/usr/include/c++/4.6 --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --enable-plugin --enable-objc-gc --disable-werror --with-arch-32=i686 --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  163. Thread model: posix
  164. gcc version 4.6.1 (Ubuntu/Linaro 4.6.1-9ubuntu3)
  165. configure:3273: $? = 0
  166. configure:3275: gcc -V </dev/null >&5
  167. gcc: error: unrecognized option '-V'
  168. gcc: fatal error: no input files
  169. compilation terminated.
  170. configure:3278: $? = 4
  171. configure:3281: checking whether we are using the GNU C compiler
  172. configure:3337: result: yes
  173. configure:3343: checking whether gcc accepts -g
  174. configure:3394: result: yes
  175. configure:3411: checking for gcc option to accept ANSI C
  176. configure:3518: result: none needed
  177. configure:3536: gcc -c -g -O2 conftest.c >&5
  178. conftest.c:2:3: error: unknown type name 'choke'
  179. conftest.c:2:3: error: expected '=', ',', ';', 'asm' or '__attribute__' at end of input
  180. configure:3542: $? = 1
  181. configure: failed program was:
  182. | #ifndef __cplusplus
  183. | choke me
  184. | #endif
  185. configure:3677: checking dependency style of gcc
  186. configure:3739: result: none
  187. configure:3750: checking how to run the C preprocessor
  188. configure:3785: gcc -E conftest.c
  189. configure:3791: $? = 0
  190. configure:3823: gcc -E conftest.c
  191. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  192. compilation terminated.
  193. configure:3829: $? = 1
  194. configure: failed program was:
  195. | /* confdefs.h. */
  196. |
  197. | #define PACKAGE_NAME ""
  198. | #define PACKAGE_TARNAME ""
  199. | #define PACKAGE_VERSION ""
  200. | #define PACKAGE_STRING ""
  201. | #define PACKAGE_BUGREPORT ""
  202. | #define PACKAGE "nemesis"
  203. | #define VERSION "1.4"
  204. | /* end confdefs.h. */
  205. | #include <ac_nonexistent.h>
  206. configure:3868: result: gcc -E
  207. configure:3892: gcc -E conftest.c
  208. configure:3898: $? = 0
  209. configure:3930: gcc -E conftest.c
  210. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  211. compilation terminated.
  212. configure:3936: $? = 1
  213. configure: failed program was:
  214. | /* confdefs.h. */
  215. |
  216. | #define PACKAGE_NAME ""
  217. | #define PACKAGE_TARNAME ""
  218. | #define PACKAGE_VERSION ""
  219. | #define PACKAGE_STRING ""
  220. | #define PACKAGE_BUGREPORT ""
  221. | #define PACKAGE "nemesis"
  222. | #define VERSION "1.4"
  223. | /* end confdefs.h. */
  224. | #include <ac_nonexistent.h>
  225. configure:3980: checking for egrep
  226. configure:3990: result: grep -E
  227. configure:3996: checking whether gcc needs -traditional
  228. configure:4038: result: no
  229. configure:4174: checking for an ANSI C-conforming const
  230. configure:4241: gcc -c -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c >&5
  231. conftest.c: In function 'main':
  232. conftest.c:39:17: warning: unused variable 's' [-Wunused-variable]
  233. conftest.c:59:15: warning: unused variable 'foo' [-Wunused-variable]
  234. conftest.c:26:29: warning: unused variable 'zero' [-Wunused-variable]
  235. conftest.c:20:17: warning: unused variable 'x' [-Wunused-variable]
  236. conftest.c:41:10: warning: 't' is used uninitialized in this function [-Wuninitialized]
  237. conftest.c:56:23: warning: 'b' is used uninitialized in this function [-Wuninitialized]
  238. configure:4247: $? = 0
  239. configure:4251: test -z
  240. || test ! -s conftest.err
  241. configure:4254: $? = 0
  242. configure:4257: test -s conftest.o
  243. configure:4260: $? = 0
  244. configure:4271: result: yes
  245. configure:4286: checking for gawk
  246. configure:4312: result: gawk
  247. configure:4335: checking for a BSD-compatible install
  248. configure:4390: result: /usr/bin/install -c
  249. configure:4401: checking whether ln -s works
  250. configure:4405: result: yes
  251. configure:4414: checking for fabs in -lm
  252. configure:4444: gcc -o conftest -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c -lm -L/usr/nembuild/Libnet-1.0.2a/lib >&5
  253. conftest.c:19:6: warning: conflicting types for built-in function 'fabs' [enabled by default]
  254. configure:4450: $? = 0
  255. configure:4454: test -z
  256. || test ! -s conftest.err
  257. configure:4457: $? = 0
  258. configure:4460: test -s conftest
  259. configure:4463: $? = 0
  260. configure:4476: result: yes
  261. configure:4488: checking for inet_ntoa in -lnsl
  262. configure:4518: gcc -o conftest -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c -lnsl -lm -L/usr/nembuild/Libnet-1.0.2a/lib >&5
  263. configure:4524: $? = 0
  264. configure:4528: test -z
  265. || test ! -s conftest.err
  266. configure:4531: $? = 0
  267. configure:4534: test -s conftest
  268. configure:4537: $? = 0
  269. configure:4550: result: yes
  270. configure:4562: checking for socket in -lsocket
  271. configure:4592: gcc -o conftest -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c -lsocket -lnsl -lm -L/usr/nembuild/Libnet-1.0.2a/lib >&5
  272. /usr/bin/ld: cannot find -lsocket
  273. collect2: ld returned 1 exit status
  274. configure:4598: $? = 1
  275. configure: failed program was:
  276. | /* confdefs.h. */
  277. |
  278. | #define PACKAGE_NAME ""
  279. | #define PACKAGE_TARNAME ""
  280. | #define PACKAGE_VERSION ""
  281. | #define PACKAGE_STRING ""
  282. | #define PACKAGE_BUGREPORT ""
  283. | #define PACKAGE "nemesis"
  284. | #define VERSION "1.4"
  285. | #define LINUX 1
  286. | #define HAVE_LIBM 1
  287. | #define HAVE_LIBNSL 1
  288. | /* end confdefs.h. */
  289. |
  290. | /* Override any gcc2 internal prototype to avoid an error. */
  291. | #ifdef __cplusplus
  292. | extern "C"
  293. | #endif
  294. | /* We use char because int might match the return type of a gcc2
  295. | builtin and then its argument prototype would still apply. */
  296. | char socket ();
  297. | int
  298. | main ()
  299. | {
  300. | socket ();
  301. | ;
  302. | return 0;
  303. | }
  304. configure:4624: result: no
  305. configure:4636: checking for hstrerror in -lresolv
  306. configure:4666: gcc -o conftest -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c -lresolv -lnsl -lm -L/usr/nembuild/Libnet-1.0.2a/lib >&5
  307. configure:4672: $? = 0
  308. configure:4676: test -z
  309. || test ! -s conftest.err
  310. configure:4679: $? = 0
  311. configure:4682: test -s conftest
  312. configure:4685: $? = 0
  313. configure:4698: result: yes
  314. configure:4712: checking for libnet_build_ip in -lnet
  315. configure:4742: gcc -o conftest -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c -lnet -lresolv -lnsl -lm -L/usr/nembuild/Libnet-1.0.2a/lib >&5
  316. configure:4748: $? = 0
  317. configure:4752: test -z
  318. || test ! -s conftest.err
  319. configure:4755: $? = 0
  320. configure:4758: test -s conftest
  321. configure:4761: $? = 0
  322. configure:4774: result: yes
  323. configure:4798: checking for ANSI C header files
  324. configure:4823: gcc -c -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c >&5
  325. configure:4829: $? = 0
  326. configure:4833: test -z
  327. || test ! -s conftest.err
  328. configure:4836: $? = 0
  329. configure:4839: test -s conftest.o
  330. configure:4842: $? = 0
  331. configure:4931: gcc -o conftest -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c -lnet -lresolv -lnsl -lm -L/usr/nembuild/Libnet-1.0.2a/lib >&5
  332. conftest.c: In function 'main':
  333. conftest.c:33:7: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration]
  334. conftest.c:33:7: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default]
  335. configure:4934: $? = 0
  336. configure:4936: ./conftest
  337. configure:4939: $? = 0
  338. configure:4954: result: yes
  339. configure:4964: checking whether time.h and sys/time.h may both be included
  340. configure:4989: gcc -c -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c >&5
  341. configure:4995: $? = 0
  342. configure:4999: test -z
  343. || test ! -s conftest.err
  344. configure:5002: $? = 0
  345. configure:5005: test -s conftest.o
  346. configure:5008: $? = 0
  347. configure:5019: result: yes
  348. configure:5043: checking for sys/types.h
  349. configure:5059: gcc -c -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c >&5
  350. configure:5065: $? = 0
  351. configure:5069: test -z
  352. || test ! -s conftest.err
  353. configure:5072: $? = 0
  354. configure:5075: test -s conftest.o
  355. configure:5078: $? = 0
  356. configure:5089: result: yes
  357. configure:5043: checking for sys/stat.h
  358. configure:5059: gcc -c -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c >&5
  359. configure:5065: $? = 0
  360. configure:5069: test -z
  361. || test ! -s conftest.err
  362. configure:5072: $? = 0
  363. configure:5075: test -s conftest.o
  364. configure:5078: $? = 0
  365. configure:5089: result: yes
  366. configure:5043: checking for stdlib.h
  367. configure:5059: gcc -c -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c >&5
  368. configure:5065: $? = 0
  369. configure:5069: test -z
  370. || test ! -s conftest.err
  371. configure:5072: $? = 0
  372. configure:5075: test -s conftest.o
  373. configure:5078: $? = 0
  374. configure:5089: result: yes
  375. configure:5043: checking for string.h
  376. configure:5059: gcc -c -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c >&5
  377. configure:5065: $? = 0
  378. configure:5069: test -z
  379. || test ! -s conftest.err
  380. configure:5072: $? = 0
  381. configure:5075: test -s conftest.o
  382. configure:5078: $? = 0
  383. configure:5089: result: yes
  384. configure:5043: checking for memory.h
  385. configure:5059: gcc -c -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c >&5
  386. configure:5065: $? = 0
  387. configure:5069: test -z
  388. || test ! -s conftest.err
  389. configure:5072: $? = 0
  390. configure:5075: test -s conftest.o
  391. configure:5078: $? = 0
  392. configure:5089: result: yes
  393. configure:5043: checking for strings.h
  394. configure:5059: gcc -c -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c >&5
  395. configure:5065: $? = 0
  396. configure:5069: test -z
  397. || test ! -s conftest.err
  398. configure:5072: $? = 0
  399. configure:5075: test -s conftest.o
  400. configure:5078: $? = 0
  401. configure:5089: result: yes
  402. configure:5043: checking for inttypes.h
  403. configure:5059: gcc -c -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c >&5
  404. configure:5065: $? = 0
  405. configure:5069: test -z
  406. || test ! -s conftest.err
  407. configure:5072: $? = 0
  408. configure:5075: test -s conftest.o
  409. configure:5078: $? = 0
  410. configure:5089: result: yes
  411. configure:5043: checking for stdint.h
  412. configure:5059: gcc -c -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c >&5
  413. configure:5065: $? = 0
  414. configure:5069: test -z
  415. || test ! -s conftest.err
  416. configure:5072: $? = 0
  417. configure:5075: test -s conftest.o
  418. configure:5078: $? = 0
  419. configure:5089: result: yes
  420. configure:5043: checking for unistd.h
  421. configure:5059: gcc -c -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c >&5
  422. configure:5065: $? = 0
  423. configure:5069: test -z
  424. || test ! -s conftest.err
  425. configure:5072: $? = 0
  426. configure:5075: test -s conftest.o
  427. configure:5078: $? = 0
  428. configure:5089: result: yes
  429. configure:5115: checking for unistd.h
  430. configure:5120: result: yes
  431. configure:5124: checking errno.h usability
  432. configure:5136: gcc -c -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c >&5
  433. configure:5142: $? = 0
  434. configure:5146: test -z
  435. || test ! -s conftest.err
  436. configure:5149: $? = 0
  437. configure:5152: test -s conftest.o
  438. configure:5155: $? = 0
  439. configure:5165: result: yes
  440. configure:5169: checking errno.h presence
  441. configure:5179: gcc -E -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c
  442. configure:5185: $? = 0
  443. configure:5205: result: yes
  444. configure:5240: checking for errno.h
  445. configure:5247: result: yes
  446. configure:5115: checking for strings.h
  447. configure:5120: result: yes
  448. configure:5124: checking netdb.h usability
  449. configure:5136: gcc -c -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c >&5
  450. configure:5142: $? = 0
  451. configure:5146: test -z
  452. || test ! -s conftest.err
  453. configure:5149: $? = 0
  454. configure:5152: test -s conftest.o
  455. configure:5155: $? = 0
  456. configure:5165: result: yes
  457. configure:5169: checking netdb.h presence
  458. configure:5179: gcc -E -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c
  459. configure:5185: $? = 0
  460. configure:5205: result: yes
  461. configure:5240: checking for netdb.h
  462. configure:5247: result: yes
  463. configure:5124: checking limits.h usability
  464. configure:5136: gcc -c -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c >&5
  465. configure:5142: $? = 0
  466. configure:5146: test -z
  467. || test ! -s conftest.err
  468. configure:5149: $? = 0
  469. configure:5152: test -s conftest.o
  470. configure:5155: $? = 0
  471. configure:5165: result: yes
  472. configure:5169: checking limits.h presence
  473. configure:5179: gcc -E -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c
  474. configure:5185: $? = 0
  475. configure:5205: result: yes
  476. configure:5240: checking for limits.h
  477. configure:5247: result: yes
  478. configure:5124: checking machine/endian.h usability
  479. configure:5136: gcc -c -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c >&5
  480. conftest.c:66:28: fatal error: machine/endian.h: No such file or directory
  481. compilation terminated.
  482. configure:5142: $? = 1
  483. configure: failed program was:
  484. | /* confdefs.h. */
  485. |
  486. | #define PACKAGE_NAME ""
  487. | #define PACKAGE_TARNAME ""
  488. | #define PACKAGE_VERSION ""
  489. | #define PACKAGE_STRING ""
  490. | #define PACKAGE_BUGREPORT ""
  491. | #define PACKAGE "nemesis"
  492. | #define VERSION "1.4"
  493. | #define LINUX 1
  494. | #define HAVE_LIBM 1
  495. | #define HAVE_LIBNSL 1
  496. | #define HAVE_LIBRESOLV 1
  497. | #define HAVE_LIBNET 1
  498. | #define STDC_HEADERS 1
  499. | #define TIME_WITH_SYS_TIME 1
  500. | #define HAVE_SYS_TYPES_H 1
  501. | #define HAVE_SYS_STAT_H 1
  502. | #define HAVE_STDLIB_H 1
  503. | #define HAVE_STRING_H 1
  504. | #define HAVE_MEMORY_H 1
  505. | #define HAVE_STRINGS_H 1
  506. | #define HAVE_INTTYPES_H 1
  507. | #define HAVE_STDINT_H 1
  508. | #define HAVE_UNISTD_H 1
  509. | #define HAVE_UNISTD_H 1
  510. | #define HAVE_ERRNO_H 1
  511. | #define HAVE_STRINGS_H 1
  512. | #define HAVE_NETDB_H 1
  513. | #define HAVE_LIMITS_H 1
  514. | /* end confdefs.h. */
  515. | #include <stdio.h>
  516. | #if HAVE_SYS_TYPES_H
  517. | # include <sys/types.h>
  518. | #endif
  519. | #if HAVE_SYS_STAT_H
  520. | # include <sys/stat.h>
  521. | #endif
  522. | #if STDC_HEADERS
  523. | # include <stdlib.h>
  524. | # include <stddef.h>
  525. | #else
  526. | # if HAVE_STDLIB_H
  527. | # include <stdlib.h>
  528. | # endif
  529. | #endif
  530. | #if HAVE_STRING_H
  531. | # if !STDC_HEADERS && HAVE_MEMORY_H
  532. | # include <memory.h>
  533. | # endif
  534. | # include <string.h>
  535. | #endif
  536. | #if HAVE_STRINGS_H
  537. | # include <strings.h>
  538. | #endif
  539. | #if HAVE_INTTYPES_H
  540. | # include <inttypes.h>
  541. | #else
  542. | # if HAVE_STDINT_H
  543. | # include <stdint.h>
  544. | # endif
  545. | #endif
  546. | #if HAVE_UNISTD_H
  547. | # include <unistd.h>
  548. | #endif
  549. | #include <machine/endian.h>
  550. configure:5165: result: no
  551. configure:5169: checking machine/endian.h presence
  552. configure:5179: gcc -E -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c
  553. conftest.c:32:28: fatal error: machine/endian.h: No such file or directory
  554. compilation terminated.
  555. configure:5185: $? = 1
  556. configure: failed program was:
  557. | /* confdefs.h. */
  558. |
  559. | #define PACKAGE_NAME ""
  560. | #define PACKAGE_TARNAME ""
  561. | #define PACKAGE_VERSION ""
  562. | #define PACKAGE_STRING ""
  563. | #define PACKAGE_BUGREPORT ""
  564. | #define PACKAGE "nemesis"
  565. | #define VERSION "1.4"
  566. | #define LINUX 1
  567. | #define HAVE_LIBM 1
  568. | #define HAVE_LIBNSL 1
  569. | #define HAVE_LIBRESOLV 1
  570. | #define HAVE_LIBNET 1
  571. | #define STDC_HEADERS 1
  572. | #define TIME_WITH_SYS_TIME 1
  573. | #define HAVE_SYS_TYPES_H 1
  574. | #define HAVE_SYS_STAT_H 1
  575. | #define HAVE_STDLIB_H 1
  576. | #define HAVE_STRING_H 1
  577. | #define HAVE_MEMORY_H 1
  578. | #define HAVE_STRINGS_H 1
  579. | #define HAVE_INTTYPES_H 1
  580. | #define HAVE_STDINT_H 1
  581. | #define HAVE_UNISTD_H 1
  582. | #define HAVE_UNISTD_H 1
  583. | #define HAVE_ERRNO_H 1
  584. | #define HAVE_STRINGS_H 1
  585. | #define HAVE_NETDB_H 1
  586. | #define HAVE_LIMITS_H 1
  587. | /* end confdefs.h. */
  588. | #include <machine/endian.h>
  589. configure:5205: result: no
  590. configure:5240: checking for machine/endian.h
  591. configure:5247: result: no
  592. configure:5124: checking sys/time.h usability
  593. configure:5136: gcc -c -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c >&5
  594. configure:5142: $? = 0
  595. configure:5146: test -z
  596. || test ! -s conftest.err
  597. configure:5149: $? = 0
  598. configure:5152: test -s conftest.o
  599. configure:5155: $? = 0
  600. configure:5165: result: yes
  601. configure:5169: checking sys/time.h presence
  602. configure:5179: gcc -E -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c
  603. configure:5185: $? = 0
  604. configure:5205: result: yes
  605. configure:5240: checking for sys/time.h
  606. configure:5247: result: yes
  607. configure:5124: checking sys/param.h usability
  608. configure:5136: gcc -c -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c >&5
  609. configure:5142: $? = 0
  610. configure:5146: test -z
  611. || test ! -s conftest.err
  612. configure:5149: $? = 0
  613. configure:5152: test -s conftest.o
  614. configure:5155: $? = 0
  615. configure:5165: result: yes
  616. configure:5169: checking sys/param.h presence
  617. configure:5179: gcc -E -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c
  618. configure:5185: $? = 0
  619. configure:5205: result: yes
  620. configure:5240: checking for sys/param.h
  621. configure:5247: result: yes
  622. configure:5124: checking arpa/inet.h usability
  623. configure:5136: gcc -c -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c >&5
  624. configure:5142: $? = 0
  625. configure:5146: test -z
  626. || test ! -s conftest.err
  627. configure:5149: $? = 0
  628. configure:5152: test -s conftest.o
  629. configure:5155: $? = 0
  630. configure:5165: result: yes
  631. configure:5169: checking arpa/inet.h presence
  632. configure:5179: gcc -E -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c
  633. configure:5185: $? = 0
  634. configure:5205: result: yes
  635. configure:5240: checking for arpa/inet.h
  636. configure:5247: result: yes
  637. configure:5124: checking netinet/in.h usability
  638. configure:5136: gcc -c -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c >&5
  639. configure:5142: $? = 0
  640. configure:5146: test -z
  641. || test ! -s conftest.err
  642. configure:5149: $? = 0
  643. configure:5152: test -s conftest.o
  644. configure:5155: $? = 0
  645. configure:5165: result: yes
  646. configure:5169: checking netinet/in.h presence
  647. configure:5179: gcc -E -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c
  648. configure:5185: $? = 0
  649. configure:5205: result: yes
  650. configure:5240: checking for netinet/in.h
  651. configure:5247: result: yes
  652. configure:5276: checking libnet.h usability
  653. configure:5288: gcc -c -g -O2 -Wall -funroll-loops -pipe -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c >&5
  654. In file included from conftest.c:70:0:
  655. /usr/nembuild/Libnet-1.0.2a/include/libnet.h:87:8: warning: missing terminating " character [enabled by default]
  656. /usr/nembuild/Libnet-1.0.2a/include/libnet.h:87:2: error: #error "byte order has not been specified, you'll
  657. /usr/nembuild/Libnet-1.0.2a/include/libnet.h:88:1: error: unknown type name 'need'
  658. /usr/nembuild/Libnet-1.0.2a/include/libnet.h:88:1: error: stray '#' in program
  659. /usr/nembuild/Libnet-1.0.2a/include/libnet.h:88:10: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'define'
  660. /usr/nembuild/Libnet-1.0.2a/include/libnet.h:88:10: error: unknown type name 'define'
  661. /usr/nembuild/Libnet-1.0.2a/include/libnet.h:89:50: warning: missing terminating " character [enabled by default]
  662. /usr/nembuild/Libnet-1.0.2a/include/libnet.h:89:1: error: missing terminating " character
  663. configure:5294: $? = 1
  664. configure: failed program was:
  665. | /* confdefs.h. */
  666. |
  667. | #define PACKAGE_NAME ""
  668. | #define PACKAGE_TARNAME ""
  669. | #define PACKAGE_VERSION ""
  670. | #define PACKAGE_STRING ""
  671. | #define PACKAGE_BUGREPORT ""
  672. | #define PACKAGE "nemesis"
  673. | #define VERSION "1.4"
  674. | #define LINUX 1
  675. | #define HAVE_LIBM 1
  676. | #define HAVE_LIBNSL 1
  677. | #define HAVE_LIBRESOLV 1
  678. | #define HAVE_LIBNET 1
  679. | #define STDC_HEADERS 1
  680. | #define TIME_WITH_SYS_TIME 1
  681. | #define HAVE_SYS_TYPES_H 1
  682. | #define HAVE_SYS_STAT_H 1
  683. | #define HAVE_STDLIB_H 1
  684. | #define HAVE_STRING_H 1
  685. | #define HAVE_MEMORY_H 1
  686. | #define HAVE_STRINGS_H 1
  687. | #define HAVE_INTTYPES_H 1
  688. | #define HAVE_STDINT_H 1
  689. | #define HAVE_UNISTD_H 1
  690. | #define HAVE_UNISTD_H 1
  691. | #define HAVE_ERRNO_H 1
  692. | #define HAVE_STRINGS_H 1
  693. | #define HAVE_NETDB_H 1
  694. | #define HAVE_LIMITS_H 1
  695. | #define HAVE_SYS_TIME_H 1
  696. | #define HAVE_SYS_PARAM_H 1
  697. | #define HAVE_ARPA_INET_H 1
  698. | #define HAVE_NETINET_IN_H 1
  699. | /* end confdefs.h. */
  700. | #include <stdio.h>
  701. | #if HAVE_SYS_TYPES_H
  702. | # include <sys/types.h>
  703. | #endif
  704. | #if HAVE_SYS_STAT_H
  705. | # include <sys/stat.h>
  706. | #endif
  707. | #if STDC_HEADERS
  708. | # include <stdlib.h>
  709. | # include <stddef.h>
  710. | #else
  711. | # if HAVE_STDLIB_H
  712. | # include <stdlib.h>
  713. | # endif
  714. | #endif
  715. | #if HAVE_STRING_H
  716. | # if !STDC_HEADERS && HAVE_MEMORY_H
  717. | # include <memory.h>
  718. | # endif
  719. | # include <string.h>
  720. | #endif
  721. | #if HAVE_STRINGS_H
  722. | # include <strings.h>
  723. | #endif
  724. | #if HAVE_INTTYPES_H
  725. | # include <inttypes.h>
  726. | #else
  727. | # if HAVE_STDINT_H
  728. | # include <stdint.h>
  729. | # endif
  730. | #endif
  731. | #if HAVE_UNISTD_H
  732. | # include <unistd.h>
  733. | #endif
  734. | #include <libnet.h>
  735. configure:5317: result: no
  736. configure:5321: checking libnet.h presence
  737. configure:5331: gcc -E -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include conftest.c
  738. In file included from conftest.c:36:0:
  739. /usr/nembuild/Libnet-1.0.2a/include/libnet.h:87:8: warning: missing terminating " character [enabled by default]
  740. /usr/nembuild/Libnet-1.0.2a/include/libnet.h:87:2: error: #error "byte order has not been specified, you'll
  741. /usr/nembuild/Libnet-1.0.2a/include/libnet.h:89:50: warning: missing terminating " character [enabled by default]
  742. configure:5337: $? = 1
  743. configure: failed program was:
  744. | /* confdefs.h. */
  745. |
  746. | #define PACKAGE_NAME ""
  747. | #define PACKAGE_TARNAME ""
  748. | #define PACKAGE_VERSION ""
  749. | #define PACKAGE_STRING ""
  750. | #define PACKAGE_BUGREPORT ""
  751. | #define PACKAGE "nemesis"
  752. | #define VERSION "1.4"
  753. | #define LINUX 1
  754. | #define HAVE_LIBM 1
  755. | #define HAVE_LIBNSL 1
  756. | #define HAVE_LIBRESOLV 1
  757. | #define HAVE_LIBNET 1
  758. | #define STDC_HEADERS 1
  759. | #define TIME_WITH_SYS_TIME 1
  760. | #define HAVE_SYS_TYPES_H 1
  761. | #define HAVE_SYS_STAT_H 1
  762. | #define HAVE_STDLIB_H 1
  763. | #define HAVE_STRING_H 1
  764. | #define HAVE_MEMORY_H 1
  765. | #define HAVE_STRINGS_H 1
  766. | #define HAVE_INTTYPES_H 1
  767. | #define HAVE_STDINT_H 1
  768. | #define HAVE_UNISTD_H 1
  769. | #define HAVE_UNISTD_H 1
  770. | #define HAVE_ERRNO_H 1
  771. | #define HAVE_STRINGS_H 1
  772. | #define HAVE_NETDB_H 1
  773. | #define HAVE_LIMITS_H 1
  774. | #define HAVE_SYS_TIME_H 1
  775. | #define HAVE_SYS_PARAM_H 1
  776. | #define HAVE_ARPA_INET_H 1
  777. | #define HAVE_NETINET_IN_H 1
  778. | /* end confdefs.h. */
  779. | #include <libnet.h>
  780. configure:5357: result: no
  781. configure:5392: checking for libnet.h
  782. configure:5399: result: no
  783.  
  784. ## ---------------- ##
  785. ## Cache variables. ##
  786. ## ---------------- ##
  787.  
  788. ac_cv_build=x86_64-unknown-linux-gnu
  789. ac_cv_build_alias=x86_64-unknown-linux-gnu
  790. ac_cv_c_compiler_gnu=yes
  791. ac_cv_c_const=yes
  792. ac_cv_env_CC_set=
  793. ac_cv_env_CC_value=
  794. ac_cv_env_CFLAGS_set=
  795. ac_cv_env_CFLAGS_value=
  796. ac_cv_env_CPPFLAGS_set=
  797. ac_cv_env_CPPFLAGS_value=
  798. ac_cv_env_CPP_set=
  799. ac_cv_env_CPP_value=
  800. ac_cv_env_LDFLAGS_set=
  801. ac_cv_env_LDFLAGS_value=
  802. ac_cv_env_build_alias_set=
  803. ac_cv_env_build_alias_value=
  804. ac_cv_env_host_alias_set=
  805. ac_cv_env_host_alias_value=
  806. ac_cv_env_target_alias_set=
  807. ac_cv_env_target_alias_value=
  808. ac_cv_exeext=
  809. ac_cv_header_arpa_inet_h=yes
  810. ac_cv_header_errno_h=yes
  811. ac_cv_header_inttypes_h=yes
  812. ac_cv_header_libnet_h=no
  813. ac_cv_header_limits_h=yes
  814. ac_cv_header_machine_endian_h=no
  815. ac_cv_header_memory_h=yes
  816. ac_cv_header_netdb_h=yes
  817. ac_cv_header_netinet_in_h=yes
  818. ac_cv_header_stdc=yes
  819. ac_cv_header_stdint_h=yes
  820. ac_cv_header_stdlib_h=yes
  821. ac_cv_header_string_h=yes
  822. ac_cv_header_strings_h=yes
  823. ac_cv_header_sys_param_h=yes
  824. ac_cv_header_sys_stat_h=yes
  825. ac_cv_header_sys_time_h=yes
  826. ac_cv_header_sys_types_h=yes
  827. ac_cv_header_time=yes
  828. ac_cv_header_unistd_h=yes
  829. ac_cv_host=x86_64-unknown-linux-gnu
  830. ac_cv_host_alias=x86_64-unknown-linux-gnu
  831. ac_cv_lib_m_fabs=yes
  832. ac_cv_lib_net_libnet_build_ip=yes
  833. ac_cv_lib_nsl_inet_ntoa=yes
  834. ac_cv_lib_resolv_hstrerror=yes
  835. ac_cv_lib_socket_socket=no
  836. ac_cv_objext=o
  837. ac_cv_path_install='/usr/bin/install -c'
  838. ac_cv_prog_AWK=gawk
  839. ac_cv_prog_CPP='gcc -E'
  840. ac_cv_prog_ac_ct_CC=gcc
  841. ac_cv_prog_cc_g=yes
  842. ac_cv_prog_cc_stdc=
  843. ac_cv_prog_egrep='grep -E'
  844. ac_cv_prog_gcc_traditional=no
  845. ac_cv_prog_make_make_set=yes
  846. am_cv_CC_dependencies_compiler_type=none
  847. am_cv_prog_cc_stdc=
  848.  
  849. ## ----------------- ##
  850. ## Output variables. ##
  851. ## ----------------- ##
  852.  
  853. ACLOCAL='${SHELL} /usr/nembuild/nemesis-1.4/missing --run aclocal-1.6'
  854. AMDEPBACKSLASH='\'
  855. AMDEP_FALSE='#'
  856. AMDEP_TRUE=''
  857. AMTAR='${SHELL} /usr/nembuild/nemesis-1.4/missing --run tar'
  858. AUTOCONF='${SHELL} /usr/nembuild/nemesis-1.4/missing --run autoconf'
  859. AUTOHEADER='${SHELL} /usr/nembuild/nemesis-1.4/missing --run autoheader'
  860. AUTOMAKE='${SHELL} /usr/nembuild/nemesis-1.4/missing --run automake-1.6'
  861. AWK='gawk'
  862. CC='gcc'
  863. CCDEPMODE='depmode=none'
  864. CFLAGS='-g -O2 -Wall -funroll-loops -pipe'
  865. CPP='gcc -E'
  866. CPPFLAGS=' -I/usr/nembuild/Libnet-1.0.2a/include -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD -DHAVE_NET_ETHERNET_H -I/usr/local/include -I/sw/include'
  867. DEFS=''
  868. DEPDIR='.deps'
  869. ECHO_C=''
  870. ECHO_N='-n'
  871. ECHO_T=''
  872. EGREP='grep -E'
  873. EXEEXT=''
  874. INCLUDES=''
  875. INSTALL_DATA='${INSTALL} -m 644'
  876. INSTALL_PROGRAM='${INSTALL}'
  877. INSTALL_SCRIPT='${INSTALL}'
  878. INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
  879. LDFLAGS=''
  880. LIBOBJS=''
  881. LIBS='-lnet -lresolv -lnsl -lm -L/usr/nembuild/Libnet-1.0.2a/lib '
  882. LN_S='ln -s'
  883. LTLIBOBJS=''
  884. MAKEINFO='${SHELL} /usr/nembuild/nemesis-1.4/missing --run makeinfo'
  885. OBJEXT='o'
  886. PACKAGE='nemesis'
  887. PACKAGE_BUGREPORT=''
  888. PACKAGE_NAME=''
  889. PACKAGE_STRING=''
  890. PACKAGE_TARNAME=''
  891. PACKAGE_VERSION=''
  892. PATH_SEPARATOR=':'
  893. SET_MAKE=''
  894. SHELL='/bin/bash'
  895. STRIP=''
  896. VERSION='1.4'
  897. ac_ct_CC='gcc'
  898. ac_ct_STRIP=''
  899. am__include='include'
  900. am__quote=''
  901. bindir='${exec_prefix}/bin'
  902. build='x86_64-unknown-linux-gnu'
  903. build_alias=''
  904. build_cpu='x86_64'
  905. build_os='linux-gnu'
  906. build_vendor='unknown'
  907. datadir='${prefix}/share'
  908. exec_prefix='NONE'
  909. host='x86_64-unknown-linux-gnu'
  910. host_alias=''
  911. host_cpu='x86_64'
  912. host_os='linux-gnu'
  913. host_vendor='unknown'
  914. includedir='${prefix}/include'
  915. infodir='${prefix}/info'
  916. install_sh='/usr/nembuild/nemesis-1.4/install-sh'
  917. libdir='${exec_prefix}/lib'
  918. libexecdir='${exec_prefix}/libexec'
  919. localstatedir='${prefix}/var'
  920. mandir='${prefix}/man'
  921. oldincludedir='/usr/include'
  922. prefix='/usr/local'
  923. program_transform_name='s,x,x,'
  924. sbindir='${exec_prefix}/sbin'
  925. sharedstatedir='${prefix}/com'
  926. sysconfdir='${prefix}/etc'
  927. target_alias=''
  928.  
  929. ## ----------- ##
  930. ## confdefs.h. ##
  931. ## ----------- ##
  932.  
  933. #define HAVE_ARPA_INET_H 1
  934. #define HAVE_ERRNO_H 1
  935. #define HAVE_INTTYPES_H 1
  936. #define HAVE_LIBM 1
  937. #define HAVE_LIBNET 1
  938. #define HAVE_LIBNSL 1
  939. #define HAVE_LIBRESOLV 1
  940. #define HAVE_LIMITS_H 1
  941. #define HAVE_MEMORY_H 1
  942. #define HAVE_NETDB_H 1
  943. #define HAVE_NETINET_IN_H 1
  944. #define HAVE_STDINT_H 1
  945. #define HAVE_STDLIB_H 1
  946. #define HAVE_STRINGS_H 1
  947. #define HAVE_STRINGS_H 1
  948. #define HAVE_STRING_H 1
  949. #define HAVE_SYS_PARAM_H 1
  950. #define HAVE_SYS_STAT_H 1
  951. #define HAVE_SYS_TIME_H 1
  952. #define HAVE_SYS_TYPES_H 1
  953. #define HAVE_UNISTD_H 1
  954. #define HAVE_UNISTD_H 1
  955. #define LINUX 1
  956. #define PACKAGE "nemesis"
  957. #define PACKAGE_BUGREPORT ""
  958. #define PACKAGE_NAME ""
  959. #define PACKAGE_STRING ""
  960. #define PACKAGE_TARNAME ""
  961. #define PACKAGE_VERSION ""
  962. #define STDC_HEADERS 1
  963. #define TIME_WITH_SYS_TIME 1
  964. #define VERSION "1.4"
  965.  
  966. configure: exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement