Advertisement
Guest User

Untitled

a guest
May 13th, 2017
543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 93.48 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 mydns configure 1.2.8.27, which was
  5. generated by GNU Autoconf 2.61. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = dionysus.weboak.nl
  14. uname -m = x86_64
  15. uname -r = 2.6.26-2-amd64
  16. uname -s = Linux
  17. uname -v = #1 SMP Thu Feb 11 00:59:32 UTC 2010
  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. /usr/bin/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.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:2048: checking for a BSD-compatible install
  43. configure:2104: result: /usr/bin/install -c
  44. configure:2115: checking whether build environment is sane
  45. configure:2158: result: yes
  46. configure:2186: checking for a thread-safe mkdir -p
  47. configure:2225: result: /bin/mkdir -p
  48. configure:2238: checking for gawk
  49. configure:2254: found /usr/bin/gawk
  50. configure:2265: result: gawk
  51. configure:2276: checking whether make sets $(MAKE)
  52. configure:2297: result: yes
  53. configure:2493: checking for gawk
  54. configure:2520: result: gawk
  55. configure:2579: checking for gcc
  56. configure:2595: found /usr/bin/gcc
  57. configure:2606: result: gcc
  58. configure:2844: checking for C compiler version
  59. configure:2851: gcc --version >&5
  60. gcc (Debian 4.3.2-1.1) 4.3.2
  61. Copyright (C) 2008 Free Software Foundation, Inc.
  62. This is free software; see the source for copying conditions. There is NO
  63. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  64.  
  65. configure:2854: $? = 0
  66. configure:2861: gcc -v >&5
  67. Using built-in specs.
  68. Target: x86_64-linux-gnu
  69. Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1.1' --with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs --enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc --enable-mpfr --enable-cld --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  70. Thread model: posix
  71. gcc version 4.3.2 (Debian 4.3.2-1.1)
  72. configure:2864: $? = 0
  73. configure:2871: gcc -V >&5
  74. gcc: '-V' option must have argument
  75. configure:2874: $? = 1
  76. configure:2897: checking for C compiler default output file name
  77. configure:2924: gcc conftest.c >&5
  78. configure:2927: $? = 0
  79. configure:2965: result: a.out
  80. configure:2982: checking whether the C compiler works
  81. configure:2992: ./a.out
  82. configure:2995: $? = 0
  83. configure:3012: result: yes
  84. configure:3019: checking whether we are cross compiling
  85. configure:3021: result: no
  86. configure:3024: checking for suffix of executables
  87. configure:3031: gcc -o conftest conftest.c >&5
  88. configure:3034: $? = 0
  89. configure:3058: result:
  90. configure:3064: checking for suffix of object files
  91. configure:3090: gcc -c conftest.c >&5
  92. configure:3093: $? = 0
  93. configure:3116: result: o
  94. configure:3120: checking whether we are using the GNU C compiler
  95. configure:3149: gcc -c conftest.c >&5
  96. configure:3155: $? = 0
  97. configure:3172: result: yes
  98. configure:3177: checking whether gcc accepts -g
  99. configure:3207: gcc -c -g conftest.c >&5
  100. configure:3213: $? = 0
  101. configure:3312: result: yes
  102. configure:3329: checking for gcc option to accept ISO C89
  103. configure:3403: gcc -c -g -O2 conftest.c >&5
  104. In file included from /usr/include/stdio.h:28,
  105. from conftest.c:11:
  106. /usr/include/features.h:330:25: error: sys/cdefs.h: No such file or directory
  107. In file included from /usr/include/stdio.h:34,
  108. from conftest.c:11:
  109. /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include/stddef.h:214: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'
  110. In file included from conftest.c:11:
  111. /usr/include/stdio.h:49: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'
  112. /usr/include/stdio.h:54: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__USING_NAMESPACE_STD'
  113. In file included from /usr/include/stdio.h:75,
  114. from conftest.c:11:
  115. /usr/include/libio.h:332: error: expected specifier-qualifier-list before 'size_t'
  116. /usr/include/libio.h:364: error: expected declaration specifiers or '...' before 'size_t'
  117. /usr/include/libio.h:373: error: expected declaration specifiers or '...' before 'size_t'
  118. /usr/include/libio.h: In function '_IO_feof':
  119. /usr/include/libio.h:460: error: expected declaration specifiers before '__THROW'
  120. /usr/include/libio.h:461: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  121. /usr/include/libio.h:463: error: storage class specified for parameter '_IO_peekc_locked'
  122. /usr/include/libio.h:469: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  123. /usr/include/libio.h:470: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  124. /usr/include/libio.h:471: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  125. /usr/include/libio.h:489: error: storage class specified for parameter '_IO_vfscanf'
  126. /usr/include/libio.h:491: error: storage class specified for parameter '_IO_vfprintf'
  127. /usr/include/libio.h:492: error: storage class specified for parameter '_IO_padn'
  128. /usr/include/libio.h:493: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_IO_sgetn'
  129. /usr/include/libio.h:495: error: storage class specified for parameter '_IO_seekoff'
  130. /usr/include/libio.h:496: error: storage class specified for parameter '_IO_seekpos'
  131. /usr/include/libio.h:498: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  132. In file included from conftest.c:11:
  133. /usr/include/stdio.h:89: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  134. /usr/include/stdio.h:95: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  135. In file included from conftest.c:11:
  136. /usr/include/stdio.h:146: error: storage class specified for parameter 'stdout'
  137. /usr/include/stdio.h:147: error: storage class specified for parameter 'stderr'
  138. /usr/include/stdio.h:153: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  139. /usr/include/stdio.h:157: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  140. /usr/include/stdio.h:158: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  141. /usr/include/stdio.h:186: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  142. /usr/include/stdio.h:187: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  143. /usr/include/stdio.h:205: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  144. /usr/include/stdio.h:209: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  145. /usr/include/stdio.h:219: error: expected ')' before '*' token
  146. /usr/include/stdio.h:220: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  147. /usr/include/stdio.h:243: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  148. /usr/include/stdio.h:255: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  149. /usr/include/stdio.h:272: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  150. /usr/include/stdio.h:304: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  151. /usr/include/stdio.h:311: error: expected ')' before '*' token
  152. /usr/include/stdio.h:313: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  153. /usr/include/stdio.h:322: error: expected ')' before '*' token
  154. /usr/include/stdio.h:326: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  155. /usr/include/stdio.h:337: error: storage class specified for parameter 'printf'
  156. /usr/include/stdio.h:340: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  157. /usr/include/stdio.h:346: error: expected ')' before '*' token
  158. /usr/include/stdio.h:352: error: storage class specified for parameter 'vprintf'
  159. /usr/include/stdio.h:355: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  160. /usr/include/stdio.h:356: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  161. /usr/include/stdio.h:365: error: expected declaration specifiers or '...' before 'size_t'
  162. /usr/include/stdio.h:367: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  163. /usr/include/stdio.h:368: error: expected declaration specifiers before '__END_NAMESPACE_C99'
  164. /usr/include/stdio.h:409: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__wur'
  165. /usr/include/stdio.h:412: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  166. /usr/include/stdio.h:441: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  167. /usr/include/stdio.h:510: error: expected ')' before '*' token
  168. /usr/include/stdio.h:516: error: storage class specified for parameter 'getchar'
  169. /usr/include/stdio.h:517: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  170. /usr/include/stdio.h:529: error: storage class specified for parameter 'getchar_unlocked'
  171. /usr/include/stdio.h:539: error: expected ')' before '*' token
  172. /usr/include/stdio.h:543: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  173. /usr/include/stdio.h:552: error: expected declaration specifiers or '...' before 'FILE'
  174. /usr/include/stdio.h:552: error: storage class specified for parameter 'putc'
  175. /usr/include/stdio.h:558: error: storage class specified for parameter 'putchar'
  176. /usr/include/stdio.h:559: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  177. /usr/include/stdio.h:580: error: expected declaration specifiers or '...' before 'FILE'
  178. /usr/include/stdio.h:580: error: storage class specified for parameter 'putc_unlocked'
  179. /usr/include/stdio.h:581: error: storage class specified for parameter 'putchar_unlocked'
  180. /usr/include/stdio.h:588: error: expected ')' before '*' token
  181. /usr/include/stdio.h:591: error: expected declaration specifiers or '...' before 'FILE'
  182. /usr/include/stdio.h:591: error: storage class specified for parameter 'putw'
  183. /usr/include/stdio.h:595: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  184. /usr/include/stdio.h:608: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__wur'
  185. /usr/include/stdio.h:609: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  186. /usr/include/stdio.h:664: error: storage class specified for parameter 'puts'
  187. /usr/include/stdio.h:671: error: expected declaration specifiers or '...' before 'FILE'
  188. /usr/include/stdio.h:671: error: storage class specified for parameter 'ungetc'
  189. /usr/include/stdio.h:678: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread'
  190. /usr/include/stdio.h:684: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite'
  191. /usr/include/stdio.h:686: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  192. /usr/include/stdio.h:708: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite_unlocked'
  193. /usr/include/stdio.h:713: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  194. /usr/include/stdio.h:723: error: expected ')' before '*' token
  195. /usr/include/stdio.h:728: error: expected ')' before '*' token
  196. /usr/include/stdio.h:729: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  197. /usr/include/stdio.h:747: error: expected ')' before '*' token
  198. /usr/include/stdio.h:761: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  199. /usr/include/stdio.h:772: error: expected ')' before '*' token
  200. /usr/include/stdio.h:784: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  201. /usr/include/stdio.h:797: error: expected ')' before '*' token
  202. /usr/include/stdio.h:799: error: expected ')' before '*' token
  203. /usr/include/stdio.h:800: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  204. /usr/include/stdio.h:805: error: expected ')' before '*' token
  205. /usr/include/stdio.h:806: error: expected ')' before '*' token
  206. /usr/include/stdio.h:810: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  207. /usr/include/stdio.h:816: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  208. In file included from /usr/include/stdio.h:822,
  209. from conftest.c:11:
  210. /usr/include/bits/sys_errlist.h:28: error: storage class specified for parameter 'sys_errlist'
  211. In file included from conftest.c:11:
  212. /usr/include/stdio.h:827: error: expected ')' before '*' token
  213. /usr/include/stdio.h:832: error: expected ')' before '*' token
  214. /usr/include/stdio.h:842: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  215. /usr/include/stdio.h:848: error: expected ')' before '*' token
  216. /usr/include/stdio.h:854: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  217. /usr/include/stdio.h:882: error: expected ')' before '*' token
  218. /usr/include/stdio.h:886: error: expected ')' before '*' token
  219. /usr/include/stdio.h:889: error: expected ')' before '*' token
  220. /usr/include/stdio.h:912: error: expected declaration specifiers before '__END_DECLS'
  221. conftest.c:12:23: error: sys/types.h: No such file or directory
  222. conftest.c:13:22: error: sys/stat.h: No such file or directory
  223. conftest.c:15: error: expected declaration specifiers before ';' token
  224. conftest.c:16: error: expected declaration specifiers before 'FILE'
  225. conftest.c:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char'
  226. conftest.c:20: error: old-style parameter declarations in prototyped function definition
  227. conftest.c:21: error: 'p' undeclared (first use in this function)
  228. conftest.c:21: error: (Each undeclared identifier is reported only once
  229. conftest.c:21: error: for each function it appears in.)
  230. conftest.c:21: error: 'i' undeclared (first use in this function)
  231. conftest.c: At top level:
  232. conftest.c:50: error: expected declaration specifiers or '...' before 'FILE'
  233. conftest.c: In function 'main':
  234. conftest.c:56: error: 'e' undeclared (first use in this function)
  235. configure:3409: $? = 1
  236. configure: failed program was:
  237. | /* confdefs.h. */
  238. | #define PACKAGE_NAME "mydns"
  239. | #define PACKAGE_TARNAME "mydns"
  240. | #define PACKAGE_VERSION "1.2.8.27"
  241. | #define PACKAGE_STRING "mydns 1.2.8.27"
  242. | #define PACKAGE_BUGREPORT "support@cohtech.com"
  243. | #define PACKAGE "mydns"
  244. | #define VERSION "1.2.8.27"
  245. | /* end confdefs.h. */
  246. | #include <stdarg.h>
  247. | #include <stdio.h>
  248. | #include <sys/types.h>
  249. | #include <sys/stat.h>
  250. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  251. | struct buf { int x; };
  252. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  253. | static char *e (p, i)
  254. | char **p;
  255. | int i;
  256. | {
  257. | return p[i];
  258. | }
  259. | static char *f (char * (*g) (char **, int), char **p, ...)
  260. | {
  261. | char *s;
  262. | va_list v;
  263. | va_start (v,p);
  264. | s = g (p, va_arg (v,int));
  265. | va_end (v);
  266. | return s;
  267. | }
  268. |
  269. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  270. | function prototypes and stuff, but not '\xHH' hex character constants.
  271. | These don't provoke an error unfortunately, instead are silently treated
  272. | as 'x'. The following induces an error, until -std is added to get
  273. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  274. | array size at least. It's necessary to write '\x00'==0 to get something
  275. | that's true only with -std. */
  276. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  277. |
  278. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  279. | inside strings and character constants. */
  280. | #define FOO(x) 'x'
  281. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  282. |
  283. | int test (int i, double x);
  284. | struct s1 {int (*f) (int a);};
  285. | struct s2 {int (*f) (double a);};
  286. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  287. | int argc;
  288. | char **argv;
  289. | int
  290. | main ()
  291. | {
  292. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  293. | ;
  294. | return 0;
  295. | }
  296. configure:3403: gcc -qlanglvl=extc89 -c -g -O2 conftest.c >&5
  297. gcc: unrecognized option '-qlanglvl=extc89'
  298. In file included from /usr/include/stdio.h:28,
  299. from conftest.c:11:
  300. /usr/include/features.h:330:25: error: sys/cdefs.h: No such file or directory
  301. In file included from /usr/include/stdio.h:34,
  302. from conftest.c:11:
  303. /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include/stddef.h:214: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'
  304. In file included from conftest.c:11:
  305. /usr/include/stdio.h:49: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'
  306. /usr/include/stdio.h:54: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__USING_NAMESPACE_STD'
  307. In file included from /usr/include/stdio.h:75,
  308. from conftest.c:11:
  309. /usr/include/libio.h:332: error: expected specifier-qualifier-list before 'size_t'
  310. /usr/include/libio.h:364: error: expected declaration specifiers or '...' before 'size_t'
  311. /usr/include/libio.h:373: error: expected declaration specifiers or '...' before 'size_t'
  312. /usr/include/libio.h: In function '_IO_feof':
  313. /usr/include/libio.h:460: error: expected declaration specifiers before '__THROW'
  314. /usr/include/libio.h:461: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  315. /usr/include/libio.h:463: error: storage class specified for parameter '_IO_peekc_locked'
  316. /usr/include/libio.h:469: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  317. /usr/include/libio.h:470: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  318. /usr/include/libio.h:471: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  319. /usr/include/libio.h:489: error: storage class specified for parameter '_IO_vfscanf'
  320. /usr/include/libio.h:491: error: storage class specified for parameter '_IO_vfprintf'
  321. /usr/include/libio.h:492: error: storage class specified for parameter '_IO_padn'
  322. /usr/include/libio.h:493: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_IO_sgetn'
  323. /usr/include/libio.h:495: error: storage class specified for parameter '_IO_seekoff'
  324. /usr/include/libio.h:496: error: storage class specified for parameter '_IO_seekpos'
  325. /usr/include/libio.h:498: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  326. In file included from conftest.c:11:
  327. /usr/include/stdio.h:89: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  328. /usr/include/stdio.h:95: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  329. In file included from conftest.c:11:
  330. /usr/include/stdio.h:146: error: storage class specified for parameter 'stdout'
  331. /usr/include/stdio.h:147: error: storage class specified for parameter 'stderr'
  332. /usr/include/stdio.h:153: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  333. /usr/include/stdio.h:157: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  334. /usr/include/stdio.h:158: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  335. /usr/include/stdio.h:186: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  336. /usr/include/stdio.h:187: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  337. /usr/include/stdio.h:205: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  338. /usr/include/stdio.h:209: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  339. /usr/include/stdio.h:219: error: expected ')' before '*' token
  340. /usr/include/stdio.h:220: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  341. /usr/include/stdio.h:243: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  342. /usr/include/stdio.h:255: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  343. /usr/include/stdio.h:272: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  344. /usr/include/stdio.h:304: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  345. /usr/include/stdio.h:311: error: expected ')' before '*' token
  346. /usr/include/stdio.h:313: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  347. /usr/include/stdio.h:322: error: expected ')' before '*' token
  348. /usr/include/stdio.h:326: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  349. /usr/include/stdio.h:337: error: storage class specified for parameter 'printf'
  350. /usr/include/stdio.h:340: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  351. /usr/include/stdio.h:346: error: expected ')' before '*' token
  352. /usr/include/stdio.h:352: error: storage class specified for parameter 'vprintf'
  353. /usr/include/stdio.h:355: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  354. /usr/include/stdio.h:356: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  355. /usr/include/stdio.h:365: error: expected declaration specifiers or '...' before 'size_t'
  356. /usr/include/stdio.h:367: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  357. /usr/include/stdio.h:368: error: expected declaration specifiers before '__END_NAMESPACE_C99'
  358. /usr/include/stdio.h:409: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__wur'
  359. /usr/include/stdio.h:412: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  360. /usr/include/stdio.h:441: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  361. /usr/include/stdio.h:510: error: expected ')' before '*' token
  362. /usr/include/stdio.h:516: error: storage class specified for parameter 'getchar'
  363. /usr/include/stdio.h:517: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  364. /usr/include/stdio.h:529: error: storage class specified for parameter 'getchar_unlocked'
  365. /usr/include/stdio.h:539: error: expected ')' before '*' token
  366. /usr/include/stdio.h:543: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  367. /usr/include/stdio.h:552: error: expected declaration specifiers or '...' before 'FILE'
  368. /usr/include/stdio.h:552: error: storage class specified for parameter 'putc'
  369. /usr/include/stdio.h:558: error: storage class specified for parameter 'putchar'
  370. /usr/include/stdio.h:559: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  371. /usr/include/stdio.h:580: error: expected declaration specifiers or '...' before 'FILE'
  372. /usr/include/stdio.h:580: error: storage class specified for parameter 'putc_unlocked'
  373. /usr/include/stdio.h:581: error: storage class specified for parameter 'putchar_unlocked'
  374. /usr/include/stdio.h:588: error: expected ')' before '*' token
  375. /usr/include/stdio.h:591: error: expected declaration specifiers or '...' before 'FILE'
  376. /usr/include/stdio.h:591: error: storage class specified for parameter 'putw'
  377. /usr/include/stdio.h:595: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  378. /usr/include/stdio.h:608: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__wur'
  379. /usr/include/stdio.h:609: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  380. /usr/include/stdio.h:664: error: storage class specified for parameter 'puts'
  381. /usr/include/stdio.h:671: error: expected declaration specifiers or '...' before 'FILE'
  382. /usr/include/stdio.h:671: error: storage class specified for parameter 'ungetc'
  383. /usr/include/stdio.h:678: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread'
  384. /usr/include/stdio.h:684: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite'
  385. /usr/include/stdio.h:686: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  386. /usr/include/stdio.h:708: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite_unlocked'
  387. /usr/include/stdio.h:713: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  388. /usr/include/stdio.h:723: error: expected ')' before '*' token
  389. /usr/include/stdio.h:728: error: expected ')' before '*' token
  390. /usr/include/stdio.h:729: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  391. /usr/include/stdio.h:747: error: expected ')' before '*' token
  392. /usr/include/stdio.h:761: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  393. /usr/include/stdio.h:772: error: expected ')' before '*' token
  394. /usr/include/stdio.h:784: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  395. /usr/include/stdio.h:797: error: expected ')' before '*' token
  396. /usr/include/stdio.h:799: error: expected ')' before '*' token
  397. /usr/include/stdio.h:800: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  398. /usr/include/stdio.h:805: error: expected ')' before '*' token
  399. /usr/include/stdio.h:806: error: expected ')' before '*' token
  400. /usr/include/stdio.h:810: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  401. /usr/include/stdio.h:816: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  402. In file included from /usr/include/stdio.h:822,
  403. from conftest.c:11:
  404. /usr/include/bits/sys_errlist.h:28: error: storage class specified for parameter 'sys_errlist'
  405. In file included from conftest.c:11:
  406. /usr/include/stdio.h:827: error: expected ')' before '*' token
  407. /usr/include/stdio.h:832: error: expected ')' before '*' token
  408. /usr/include/stdio.h:842: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  409. /usr/include/stdio.h:848: error: expected ')' before '*' token
  410. /usr/include/stdio.h:854: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  411. /usr/include/stdio.h:882: error: expected ')' before '*' token
  412. /usr/include/stdio.h:886: error: expected ')' before '*' token
  413. /usr/include/stdio.h:889: error: expected ')' before '*' token
  414. /usr/include/stdio.h:912: error: expected declaration specifiers before '__END_DECLS'
  415. conftest.c:12:23: error: sys/types.h: No such file or directory
  416. conftest.c:13:22: error: sys/stat.h: No such file or directory
  417. conftest.c:15: error: expected declaration specifiers before ';' token
  418. conftest.c:16: error: expected declaration specifiers before 'FILE'
  419. conftest.c:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char'
  420. conftest.c:20: error: old-style parameter declarations in prototyped function definition
  421. conftest.c:21: error: 'p' undeclared (first use in this function)
  422. conftest.c:21: error: (Each undeclared identifier is reported only once
  423. conftest.c:21: error: for each function it appears in.)
  424. conftest.c:21: error: 'i' undeclared (first use in this function)
  425. conftest.c: At top level:
  426. conftest.c:50: error: expected declaration specifiers or '...' before 'FILE'
  427. conftest.c: In function 'main':
  428. conftest.c:56: error: 'e' undeclared (first use in this function)
  429. configure:3409: $? = 1
  430. configure: failed program was:
  431. | /* confdefs.h. */
  432. | #define PACKAGE_NAME "mydns"
  433. | #define PACKAGE_TARNAME "mydns"
  434. | #define PACKAGE_VERSION "1.2.8.27"
  435. | #define PACKAGE_STRING "mydns 1.2.8.27"
  436. | #define PACKAGE_BUGREPORT "support@cohtech.com"
  437. | #define PACKAGE "mydns"
  438. | #define VERSION "1.2.8.27"
  439. | /* end confdefs.h. */
  440. | #include <stdarg.h>
  441. | #include <stdio.h>
  442. | #include <sys/types.h>
  443. | #include <sys/stat.h>
  444. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  445. | struct buf { int x; };
  446. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  447. | static char *e (p, i)
  448. | char **p;
  449. | int i;
  450. | {
  451. | return p[i];
  452. | }
  453. | static char *f (char * (*g) (char **, int), char **p, ...)
  454. | {
  455. | char *s;
  456. | va_list v;
  457. | va_start (v,p);
  458. | s = g (p, va_arg (v,int));
  459. | va_end (v);
  460. | return s;
  461. | }
  462. |
  463. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  464. | function prototypes and stuff, but not '\xHH' hex character constants.
  465. | These don't provoke an error unfortunately, instead are silently treated
  466. | as 'x'. The following induces an error, until -std is added to get
  467. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  468. | array size at least. It's necessary to write '\x00'==0 to get something
  469. | that's true only with -std. */
  470. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  471. |
  472. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  473. | inside strings and character constants. */
  474. | #define FOO(x) 'x'
  475. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  476. |
  477. | int test (int i, double x);
  478. | struct s1 {int (*f) (int a);};
  479. | struct s2 {int (*f) (double a);};
  480. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  481. | int argc;
  482. | char **argv;
  483. | int
  484. | main ()
  485. | {
  486. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  487. | ;
  488. | return 0;
  489. | }
  490. configure:3403: gcc -qlanglvl=ansi -c -g -O2 conftest.c >&5
  491. gcc: unrecognized option '-qlanglvl=ansi'
  492. In file included from /usr/include/stdio.h:28,
  493. from conftest.c:11:
  494. /usr/include/features.h:330:25: error: sys/cdefs.h: No such file or directory
  495. In file included from /usr/include/stdio.h:34,
  496. from conftest.c:11:
  497. /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include/stddef.h:214: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'
  498. In file included from conftest.c:11:
  499. /usr/include/stdio.h:49: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'
  500. /usr/include/stdio.h:54: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__USING_NAMESPACE_STD'
  501. In file included from /usr/include/stdio.h:75,
  502. from conftest.c:11:
  503. /usr/include/libio.h:332: error: expected specifier-qualifier-list before 'size_t'
  504. /usr/include/libio.h:364: error: expected declaration specifiers or '...' before 'size_t'
  505. /usr/include/libio.h:373: error: expected declaration specifiers or '...' before 'size_t'
  506. /usr/include/libio.h: In function '_IO_feof':
  507. /usr/include/libio.h:460: error: expected declaration specifiers before '__THROW'
  508. /usr/include/libio.h:461: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  509. /usr/include/libio.h:463: error: storage class specified for parameter '_IO_peekc_locked'
  510. /usr/include/libio.h:469: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  511. /usr/include/libio.h:470: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  512. /usr/include/libio.h:471: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  513. /usr/include/libio.h:489: error: storage class specified for parameter '_IO_vfscanf'
  514. /usr/include/libio.h:491: error: storage class specified for parameter '_IO_vfprintf'
  515. /usr/include/libio.h:492: error: storage class specified for parameter '_IO_padn'
  516. /usr/include/libio.h:493: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_IO_sgetn'
  517. /usr/include/libio.h:495: error: storage class specified for parameter '_IO_seekoff'
  518. /usr/include/libio.h:496: error: storage class specified for parameter '_IO_seekpos'
  519. /usr/include/libio.h:498: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  520. In file included from conftest.c:11:
  521. /usr/include/stdio.h:89: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  522. /usr/include/stdio.h:95: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  523. In file included from conftest.c:11:
  524. /usr/include/stdio.h:146: error: storage class specified for parameter 'stdout'
  525. /usr/include/stdio.h:147: error: storage class specified for parameter 'stderr'
  526. /usr/include/stdio.h:153: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  527. /usr/include/stdio.h:157: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  528. /usr/include/stdio.h:158: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  529. /usr/include/stdio.h:186: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  530. /usr/include/stdio.h:187: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  531. /usr/include/stdio.h:205: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  532. /usr/include/stdio.h:209: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  533. /usr/include/stdio.h:219: error: expected ')' before '*' token
  534. /usr/include/stdio.h:220: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  535. /usr/include/stdio.h:243: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  536. /usr/include/stdio.h:255: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  537. /usr/include/stdio.h:272: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  538. /usr/include/stdio.h:304: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  539. /usr/include/stdio.h:311: error: expected ')' before '*' token
  540. /usr/include/stdio.h:313: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  541. /usr/include/stdio.h:322: error: expected ')' before '*' token
  542. /usr/include/stdio.h:326: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  543. /usr/include/stdio.h:337: error: storage class specified for parameter 'printf'
  544. /usr/include/stdio.h:340: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  545. /usr/include/stdio.h:346: error: expected ')' before '*' token
  546. /usr/include/stdio.h:352: error: storage class specified for parameter 'vprintf'
  547. /usr/include/stdio.h:355: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  548. /usr/include/stdio.h:356: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  549. /usr/include/stdio.h:365: error: expected declaration specifiers or '...' before 'size_t'
  550. /usr/include/stdio.h:367: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  551. /usr/include/stdio.h:368: error: expected declaration specifiers before '__END_NAMESPACE_C99'
  552. /usr/include/stdio.h:409: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__wur'
  553. /usr/include/stdio.h:412: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  554. /usr/include/stdio.h:441: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  555. /usr/include/stdio.h:510: error: expected ')' before '*' token
  556. /usr/include/stdio.h:516: error: storage class specified for parameter 'getchar'
  557. /usr/include/stdio.h:517: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  558. /usr/include/stdio.h:529: error: storage class specified for parameter 'getchar_unlocked'
  559. /usr/include/stdio.h:539: error: expected ')' before '*' token
  560. /usr/include/stdio.h:543: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  561. /usr/include/stdio.h:552: error: expected declaration specifiers or '...' before 'FILE'
  562. /usr/include/stdio.h:552: error: storage class specified for parameter 'putc'
  563. /usr/include/stdio.h:558: error: storage class specified for parameter 'putchar'
  564. /usr/include/stdio.h:559: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  565. /usr/include/stdio.h:580: error: expected declaration specifiers or '...' before 'FILE'
  566. /usr/include/stdio.h:580: error: storage class specified for parameter 'putc_unlocked'
  567. /usr/include/stdio.h:581: error: storage class specified for parameter 'putchar_unlocked'
  568. /usr/include/stdio.h:588: error: expected ')' before '*' token
  569. /usr/include/stdio.h:591: error: expected declaration specifiers or '...' before 'FILE'
  570. /usr/include/stdio.h:591: error: storage class specified for parameter 'putw'
  571. /usr/include/stdio.h:595: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  572. /usr/include/stdio.h:608: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__wur'
  573. /usr/include/stdio.h:609: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  574. /usr/include/stdio.h:664: error: storage class specified for parameter 'puts'
  575. /usr/include/stdio.h:671: error: expected declaration specifiers or '...' before 'FILE'
  576. /usr/include/stdio.h:671: error: storage class specified for parameter 'ungetc'
  577. /usr/include/stdio.h:678: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread'
  578. /usr/include/stdio.h:684: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite'
  579. /usr/include/stdio.h:686: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  580. /usr/include/stdio.h:708: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite_unlocked'
  581. /usr/include/stdio.h:713: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  582. /usr/include/stdio.h:723: error: expected ')' before '*' token
  583. /usr/include/stdio.h:728: error: expected ')' before '*' token
  584. /usr/include/stdio.h:729: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  585. /usr/include/stdio.h:747: error: expected ')' before '*' token
  586. /usr/include/stdio.h:761: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  587. /usr/include/stdio.h:772: error: expected ')' before '*' token
  588. /usr/include/stdio.h:784: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  589. /usr/include/stdio.h:797: error: expected ')' before '*' token
  590. /usr/include/stdio.h:799: error: expected ')' before '*' token
  591. /usr/include/stdio.h:800: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  592. /usr/include/stdio.h:805: error: expected ')' before '*' token
  593. /usr/include/stdio.h:806: error: expected ')' before '*' token
  594. /usr/include/stdio.h:810: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  595. /usr/include/stdio.h:816: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  596. In file included from /usr/include/stdio.h:822,
  597. from conftest.c:11:
  598. /usr/include/bits/sys_errlist.h:28: error: storage class specified for parameter 'sys_errlist'
  599. In file included from conftest.c:11:
  600. /usr/include/stdio.h:827: error: expected ')' before '*' token
  601. /usr/include/stdio.h:832: error: expected ')' before '*' token
  602. /usr/include/stdio.h:842: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  603. /usr/include/stdio.h:848: error: expected ')' before '*' token
  604. /usr/include/stdio.h:854: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  605. /usr/include/stdio.h:882: error: expected ')' before '*' token
  606. /usr/include/stdio.h:886: error: expected ')' before '*' token
  607. /usr/include/stdio.h:889: error: expected ')' before '*' token
  608. /usr/include/stdio.h:912: error: expected declaration specifiers before '__END_DECLS'
  609. conftest.c:12:23: error: sys/types.h: No such file or directory
  610. conftest.c:13:22: error: sys/stat.h: No such file or directory
  611. conftest.c:15: error: expected declaration specifiers before ';' token
  612. conftest.c:16: error: expected declaration specifiers before 'FILE'
  613. conftest.c:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char'
  614. conftest.c:20: error: old-style parameter declarations in prototyped function definition
  615. conftest.c:21: error: 'p' undeclared (first use in this function)
  616. conftest.c:21: error: (Each undeclared identifier is reported only once
  617. conftest.c:21: error: for each function it appears in.)
  618. conftest.c:21: error: 'i' undeclared (first use in this function)
  619. conftest.c: At top level:
  620. conftest.c:50: error: expected declaration specifiers or '...' before 'FILE'
  621. conftest.c: In function 'main':
  622. conftest.c:56: error: 'e' undeclared (first use in this function)
  623. configure:3409: $? = 1
  624. configure: failed program was:
  625. | /* confdefs.h. */
  626. | #define PACKAGE_NAME "mydns"
  627. | #define PACKAGE_TARNAME "mydns"
  628. | #define PACKAGE_VERSION "1.2.8.27"
  629. | #define PACKAGE_STRING "mydns 1.2.8.27"
  630. | #define PACKAGE_BUGREPORT "support@cohtech.com"
  631. | #define PACKAGE "mydns"
  632. | #define VERSION "1.2.8.27"
  633. | /* end confdefs.h. */
  634. | #include <stdarg.h>
  635. | #include <stdio.h>
  636. | #include <sys/types.h>
  637. | #include <sys/stat.h>
  638. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  639. | struct buf { int x; };
  640. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  641. | static char *e (p, i)
  642. | char **p;
  643. | int i;
  644. | {
  645. | return p[i];
  646. | }
  647. | static char *f (char * (*g) (char **, int), char **p, ...)
  648. | {
  649. | char *s;
  650. | va_list v;
  651. | va_start (v,p);
  652. | s = g (p, va_arg (v,int));
  653. | va_end (v);
  654. | return s;
  655. | }
  656. |
  657. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  658. | function prototypes and stuff, but not '\xHH' hex character constants.
  659. | These don't provoke an error unfortunately, instead are silently treated
  660. | as 'x'. The following induces an error, until -std is added to get
  661. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  662. | array size at least. It's necessary to write '\x00'==0 to get something
  663. | that's true only with -std. */
  664. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  665. |
  666. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  667. | inside strings and character constants. */
  668. | #define FOO(x) 'x'
  669. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  670. |
  671. | int test (int i, double x);
  672. | struct s1 {int (*f) (int a);};
  673. | struct s2 {int (*f) (double a);};
  674. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  675. | int argc;
  676. | char **argv;
  677. | int
  678. | main ()
  679. | {
  680. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  681. | ;
  682. | return 0;
  683. | }
  684. configure:3403: gcc -std -c -g -O2 conftest.c >&5
  685. cc1: error: unrecognized command line option "-std"
  686. configure:3409: $? = 1
  687. configure: failed program was:
  688. | /* confdefs.h. */
  689. | #define PACKAGE_NAME "mydns"
  690. | #define PACKAGE_TARNAME "mydns"
  691. | #define PACKAGE_VERSION "1.2.8.27"
  692. | #define PACKAGE_STRING "mydns 1.2.8.27"
  693. | #define PACKAGE_BUGREPORT "support@cohtech.com"
  694. | #define PACKAGE "mydns"
  695. | #define VERSION "1.2.8.27"
  696. | /* end confdefs.h. */
  697. | #include <stdarg.h>
  698. | #include <stdio.h>
  699. | #include <sys/types.h>
  700. | #include <sys/stat.h>
  701. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  702. | struct buf { int x; };
  703. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  704. | static char *e (p, i)
  705. | char **p;
  706. | int i;
  707. | {
  708. | return p[i];
  709. | }
  710. | static char *f (char * (*g) (char **, int), char **p, ...)
  711. | {
  712. | char *s;
  713. | va_list v;
  714. | va_start (v,p);
  715. | s = g (p, va_arg (v,int));
  716. | va_end (v);
  717. | return s;
  718. | }
  719. |
  720. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  721. | function prototypes and stuff, but not '\xHH' hex character constants.
  722. | These don't provoke an error unfortunately, instead are silently treated
  723. | as 'x'. The following induces an error, until -std is added to get
  724. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  725. | array size at least. It's necessary to write '\x00'==0 to get something
  726. | that's true only with -std. */
  727. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  728. |
  729. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  730. | inside strings and character constants. */
  731. | #define FOO(x) 'x'
  732. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  733. |
  734. | int test (int i, double x);
  735. | struct s1 {int (*f) (int a);};
  736. | struct s2 {int (*f) (double a);};
  737. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  738. | int argc;
  739. | char **argv;
  740. | int
  741. | main ()
  742. | {
  743. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  744. | ;
  745. | return 0;
  746. | }
  747. configure:3403: gcc -Ae -c -g -O2 conftest.c >&5
  748. <command-line>: error: missing '(' after predicate
  749. In file included from /usr/include/stdio.h:28,
  750. from conftest.c:11:
  751. /usr/include/features.h:330:25: error: sys/cdefs.h: No such file or directory
  752. In file included from /usr/include/stdio.h:34,
  753. from conftest.c:11:
  754. /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include/stddef.h:214: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'
  755. In file included from conftest.c:11:
  756. /usr/include/stdio.h:49: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'
  757. /usr/include/stdio.h:54: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__USING_NAMESPACE_STD'
  758. In file included from /usr/include/stdio.h:75,
  759. from conftest.c:11:
  760. /usr/include/libio.h:332: error: expected specifier-qualifier-list before 'size_t'
  761. /usr/include/libio.h:364: error: expected declaration specifiers or '...' before 'size_t'
  762. /usr/include/libio.h:373: error: expected declaration specifiers or '...' before 'size_t'
  763. /usr/include/libio.h: In function '_IO_feof':
  764. /usr/include/libio.h:460: error: expected declaration specifiers before '__THROW'
  765. /usr/include/libio.h:461: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  766. /usr/include/libio.h:463: error: storage class specified for parameter '_IO_peekc_locked'
  767. /usr/include/libio.h:469: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  768. /usr/include/libio.h:470: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  769. /usr/include/libio.h:471: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  770. /usr/include/libio.h:489: error: storage class specified for parameter '_IO_vfscanf'
  771. /usr/include/libio.h:491: error: storage class specified for parameter '_IO_vfprintf'
  772. /usr/include/libio.h:492: error: storage class specified for parameter '_IO_padn'
  773. /usr/include/libio.h:493: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_IO_sgetn'
  774. /usr/include/libio.h:495: error: storage class specified for parameter '_IO_seekoff'
  775. /usr/include/libio.h:496: error: storage class specified for parameter '_IO_seekpos'
  776. /usr/include/libio.h:498: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  777. In file included from conftest.c:11:
  778. /usr/include/stdio.h:89: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  779. /usr/include/stdio.h:95: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  780. In file included from conftest.c:11:
  781. /usr/include/stdio.h:146: error: storage class specified for parameter 'stdout'
  782. /usr/include/stdio.h:147: error: storage class specified for parameter 'stderr'
  783. /usr/include/stdio.h:153: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  784. /usr/include/stdio.h:157: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  785. /usr/include/stdio.h:158: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  786. /usr/include/stdio.h:186: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  787. /usr/include/stdio.h:187: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  788. /usr/include/stdio.h:205: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  789. /usr/include/stdio.h:209: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  790. /usr/include/stdio.h:219: error: expected ')' before '*' token
  791. /usr/include/stdio.h:220: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  792. /usr/include/stdio.h:243: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  793. /usr/include/stdio.h:255: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  794. /usr/include/stdio.h:272: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  795. /usr/include/stdio.h:304: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  796. /usr/include/stdio.h:311: error: expected ')' before '*' token
  797. /usr/include/stdio.h:313: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  798. /usr/include/stdio.h:322: error: expected ')' before '*' token
  799. /usr/include/stdio.h:326: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  800. /usr/include/stdio.h:337: error: storage class specified for parameter 'printf'
  801. /usr/include/stdio.h:340: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  802. /usr/include/stdio.h:346: error: expected ')' before '*' token
  803. /usr/include/stdio.h:352: error: storage class specified for parameter 'vprintf'
  804. /usr/include/stdio.h:355: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  805. /usr/include/stdio.h:356: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  806. /usr/include/stdio.h:365: error: expected declaration specifiers or '...' before 'size_t'
  807. /usr/include/stdio.h:367: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  808. /usr/include/stdio.h:368: error: expected declaration specifiers before '__END_NAMESPACE_C99'
  809. /usr/include/stdio.h:409: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__wur'
  810. /usr/include/stdio.h:412: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  811. /usr/include/stdio.h:441: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  812. /usr/include/stdio.h:510: error: expected ')' before '*' token
  813. /usr/include/stdio.h:516: error: storage class specified for parameter 'getchar'
  814. /usr/include/stdio.h:517: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  815. /usr/include/stdio.h:529: error: storage class specified for parameter 'getchar_unlocked'
  816. /usr/include/stdio.h:539: error: expected ')' before '*' token
  817. /usr/include/stdio.h:543: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  818. /usr/include/stdio.h:552: error: expected declaration specifiers or '...' before 'FILE'
  819. /usr/include/stdio.h:552: error: storage class specified for parameter 'putc'
  820. /usr/include/stdio.h:558: error: storage class specified for parameter 'putchar'
  821. /usr/include/stdio.h:559: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  822. /usr/include/stdio.h:580: error: expected declaration specifiers or '...' before 'FILE'
  823. /usr/include/stdio.h:580: error: storage class specified for parameter 'putc_unlocked'
  824. /usr/include/stdio.h:581: error: storage class specified for parameter 'putchar_unlocked'
  825. /usr/include/stdio.h:588: error: expected ')' before '*' token
  826. /usr/include/stdio.h:591: error: expected declaration specifiers or '...' before 'FILE'
  827. /usr/include/stdio.h:591: error: storage class specified for parameter 'putw'
  828. /usr/include/stdio.h:595: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  829. /usr/include/stdio.h:608: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__wur'
  830. /usr/include/stdio.h:609: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  831. /usr/include/stdio.h:664: error: storage class specified for parameter 'puts'
  832. /usr/include/stdio.h:671: error: expected declaration specifiers or '...' before 'FILE'
  833. /usr/include/stdio.h:671: error: storage class specified for parameter 'ungetc'
  834. /usr/include/stdio.h:678: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread'
  835. /usr/include/stdio.h:684: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite'
  836. /usr/include/stdio.h:686: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  837. /usr/include/stdio.h:708: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite_unlocked'
  838. /usr/include/stdio.h:713: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  839. /usr/include/stdio.h:723: error: expected ')' before '*' token
  840. /usr/include/stdio.h:728: error: expected ')' before '*' token
  841. /usr/include/stdio.h:729: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  842. /usr/include/stdio.h:747: error: expected ')' before '*' token
  843. /usr/include/stdio.h:761: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  844. /usr/include/stdio.h:772: error: expected ')' before '*' token
  845. /usr/include/stdio.h:784: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  846. /usr/include/stdio.h:797: error: expected ')' before '*' token
  847. /usr/include/stdio.h:799: error: expected ')' before '*' token
  848. /usr/include/stdio.h:800: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  849. /usr/include/stdio.h:805: error: expected ')' before '*' token
  850. /usr/include/stdio.h:806: error: expected ')' before '*' token
  851. /usr/include/stdio.h:810: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  852. /usr/include/stdio.h:816: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  853. In file included from /usr/include/stdio.h:822,
  854. from conftest.c:11:
  855. /usr/include/bits/sys_errlist.h:28: error: storage class specified for parameter 'sys_errlist'
  856. In file included from conftest.c:11:
  857. /usr/include/stdio.h:827: error: expected ')' before '*' token
  858. /usr/include/stdio.h:832: error: expected ')' before '*' token
  859. /usr/include/stdio.h:842: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  860. /usr/include/stdio.h:848: error: expected ')' before '*' token
  861. /usr/include/stdio.h:854: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  862. /usr/include/stdio.h:882: error: expected ')' before '*' token
  863. /usr/include/stdio.h:886: error: expected ')' before '*' token
  864. /usr/include/stdio.h:889: error: expected ')' before '*' token
  865. /usr/include/stdio.h:912: error: expected declaration specifiers before '__END_DECLS'
  866. conftest.c:12:23: error: sys/types.h: No such file or directory
  867. conftest.c:13:22: error: sys/stat.h: No such file or directory
  868. conftest.c:15: error: expected declaration specifiers before ';' token
  869. conftest.c:16: error: expected declaration specifiers before 'FILE'
  870. conftest.c:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char'
  871. conftest.c:20: error: old-style parameter declarations in prototyped function definition
  872. conftest.c:21: error: 'p' undeclared (first use in this function)
  873. conftest.c:21: error: (Each undeclared identifier is reported only once
  874. conftest.c:21: error: for each function it appears in.)
  875. conftest.c:21: error: 'i' undeclared (first use in this function)
  876. conftest.c: At top level:
  877. conftest.c:50: error: expected declaration specifiers or '...' before 'FILE'
  878. conftest.c: In function 'main':
  879. conftest.c:56: error: 'e' undeclared (first use in this function)
  880. configure:3409: $? = 1
  881. configure: failed program was:
  882. | /* confdefs.h. */
  883. | #define PACKAGE_NAME "mydns"
  884. | #define PACKAGE_TARNAME "mydns"
  885. | #define PACKAGE_VERSION "1.2.8.27"
  886. | #define PACKAGE_STRING "mydns 1.2.8.27"
  887. | #define PACKAGE_BUGREPORT "support@cohtech.com"
  888. | #define PACKAGE "mydns"
  889. | #define VERSION "1.2.8.27"
  890. | /* end confdefs.h. */
  891. | #include <stdarg.h>
  892. | #include <stdio.h>
  893. | #include <sys/types.h>
  894. | #include <sys/stat.h>
  895. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  896. | struct buf { int x; };
  897. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  898. | static char *e (p, i)
  899. | char **p;
  900. | int i;
  901. | {
  902. | return p[i];
  903. | }
  904. | static char *f (char * (*g) (char **, int), char **p, ...)
  905. | {
  906. | char *s;
  907. | va_list v;
  908. | va_start (v,p);
  909. | s = g (p, va_arg (v,int));
  910. | va_end (v);
  911. | return s;
  912. | }
  913. |
  914. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  915. | function prototypes and stuff, but not '\xHH' hex character constants.
  916. | These don't provoke an error unfortunately, instead are silently treated
  917. | as 'x'. The following induces an error, until -std is added to get
  918. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  919. | array size at least. It's necessary to write '\x00'==0 to get something
  920. | that's true only with -std. */
  921. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  922. |
  923. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  924. | inside strings and character constants. */
  925. | #define FOO(x) 'x'
  926. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  927. |
  928. | int test (int i, double x);
  929. | struct s1 {int (*f) (int a);};
  930. | struct s2 {int (*f) (double a);};
  931. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  932. | int argc;
  933. | char **argv;
  934. | int
  935. | main ()
  936. | {
  937. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  938. | ;
  939. | return 0;
  940. | }
  941. configure:3403: gcc -Aa -D_HPUX_SOURCE -c -g -O2 conftest.c >&5
  942. <command-line>: error: missing '(' after predicate
  943. In file included from /usr/include/stdio.h:28,
  944. from conftest.c:11:
  945. /usr/include/features.h:330:25: error: sys/cdefs.h: No such file or directory
  946. In file included from /usr/include/stdio.h:34,
  947. from conftest.c:11:
  948. /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include/stddef.h:214: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'
  949. In file included from conftest.c:11:
  950. /usr/include/stdio.h:49: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'
  951. /usr/include/stdio.h:54: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__USING_NAMESPACE_STD'
  952. In file included from /usr/include/stdio.h:75,
  953. from conftest.c:11:
  954. /usr/include/libio.h:332: error: expected specifier-qualifier-list before 'size_t'
  955. /usr/include/libio.h:364: error: expected declaration specifiers or '...' before 'size_t'
  956. /usr/include/libio.h:373: error: expected declaration specifiers or '...' before 'size_t'
  957. /usr/include/libio.h: In function '_IO_feof':
  958. /usr/include/libio.h:460: error: expected declaration specifiers before '__THROW'
  959. /usr/include/libio.h:461: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  960. /usr/include/libio.h:463: error: storage class specified for parameter '_IO_peekc_locked'
  961. /usr/include/libio.h:469: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  962. /usr/include/libio.h:470: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  963. /usr/include/libio.h:471: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  964. /usr/include/libio.h:489: error: storage class specified for parameter '_IO_vfscanf'
  965. /usr/include/libio.h:491: error: storage class specified for parameter '_IO_vfprintf'
  966. /usr/include/libio.h:492: error: storage class specified for parameter '_IO_padn'
  967. /usr/include/libio.h:493: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_IO_sgetn'
  968. /usr/include/libio.h:495: error: storage class specified for parameter '_IO_seekoff'
  969. /usr/include/libio.h:496: error: storage class specified for parameter '_IO_seekpos'
  970. /usr/include/libio.h:498: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  971. In file included from conftest.c:11:
  972. /usr/include/stdio.h:89: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  973. /usr/include/stdio.h:95: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  974. In file included from conftest.c:11:
  975. /usr/include/stdio.h:146: error: storage class specified for parameter 'stdout'
  976. /usr/include/stdio.h:147: error: storage class specified for parameter 'stderr'
  977. /usr/include/stdio.h:153: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  978. /usr/include/stdio.h:157: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  979. /usr/include/stdio.h:158: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  980. /usr/include/stdio.h:186: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  981. /usr/include/stdio.h:187: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  982. /usr/include/stdio.h:205: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  983. /usr/include/stdio.h:209: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  984. /usr/include/stdio.h:219: error: expected ')' before '*' token
  985. /usr/include/stdio.h:220: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  986. /usr/include/stdio.h:243: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  987. /usr/include/stdio.h:255: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  988. /usr/include/stdio.h:272: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  989. /usr/include/stdio.h:304: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  990. /usr/include/stdio.h:311: error: expected ')' before '*' token
  991. /usr/include/stdio.h:313: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  992. /usr/include/stdio.h:322: error: expected ')' before '*' token
  993. /usr/include/stdio.h:326: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  994. /usr/include/stdio.h:337: error: storage class specified for parameter 'printf'
  995. /usr/include/stdio.h:340: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  996. /usr/include/stdio.h:346: error: expected ')' before '*' token
  997. /usr/include/stdio.h:352: error: storage class specified for parameter 'vprintf'
  998. /usr/include/stdio.h:355: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  999. /usr/include/stdio.h:356: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1000. /usr/include/stdio.h:365: error: expected declaration specifiers or '...' before 'size_t'
  1001. /usr/include/stdio.h:367: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  1002. /usr/include/stdio.h:368: error: expected declaration specifiers before '__END_NAMESPACE_C99'
  1003. /usr/include/stdio.h:409: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__wur'
  1004. /usr/include/stdio.h:412: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  1005. /usr/include/stdio.h:441: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1006. /usr/include/stdio.h:510: error: expected ')' before '*' token
  1007. /usr/include/stdio.h:516: error: storage class specified for parameter 'getchar'
  1008. /usr/include/stdio.h:517: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1009. /usr/include/stdio.h:529: error: storage class specified for parameter 'getchar_unlocked'
  1010. /usr/include/stdio.h:539: error: expected ')' before '*' token
  1011. /usr/include/stdio.h:543: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  1012. /usr/include/stdio.h:552: error: expected declaration specifiers or '...' before 'FILE'
  1013. /usr/include/stdio.h:552: error: storage class specified for parameter 'putc'
  1014. /usr/include/stdio.h:558: error: storage class specified for parameter 'putchar'
  1015. /usr/include/stdio.h:559: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1016. /usr/include/stdio.h:580: error: expected declaration specifiers or '...' before 'FILE'
  1017. /usr/include/stdio.h:580: error: storage class specified for parameter 'putc_unlocked'
  1018. /usr/include/stdio.h:581: error: storage class specified for parameter 'putchar_unlocked'
  1019. /usr/include/stdio.h:588: error: expected ')' before '*' token
  1020. /usr/include/stdio.h:591: error: expected declaration specifiers or '...' before 'FILE'
  1021. /usr/include/stdio.h:591: error: storage class specified for parameter 'putw'
  1022. /usr/include/stdio.h:595: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  1023. /usr/include/stdio.h:608: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__wur'
  1024. /usr/include/stdio.h:609: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1025. /usr/include/stdio.h:664: error: storage class specified for parameter 'puts'
  1026. /usr/include/stdio.h:671: error: expected declaration specifiers or '...' before 'FILE'
  1027. /usr/include/stdio.h:671: error: storage class specified for parameter 'ungetc'
  1028. /usr/include/stdio.h:678: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread'
  1029. /usr/include/stdio.h:684: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite'
  1030. /usr/include/stdio.h:686: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1031. /usr/include/stdio.h:708: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite_unlocked'
  1032. /usr/include/stdio.h:713: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  1033. /usr/include/stdio.h:723: error: expected ')' before '*' token
  1034. /usr/include/stdio.h:728: error: expected ')' before '*' token
  1035. /usr/include/stdio.h:729: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1036. /usr/include/stdio.h:747: error: expected ')' before '*' token
  1037. /usr/include/stdio.h:761: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  1038. /usr/include/stdio.h:772: error: expected ')' before '*' token
  1039. /usr/include/stdio.h:784: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1040. /usr/include/stdio.h:797: error: expected ')' before '*' token
  1041. /usr/include/stdio.h:799: error: expected ')' before '*' token
  1042. /usr/include/stdio.h:800: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1043. /usr/include/stdio.h:805: error: expected ')' before '*' token
  1044. /usr/include/stdio.h:806: error: expected ')' before '*' token
  1045. /usr/include/stdio.h:810: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  1046. /usr/include/stdio.h:816: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1047. In file included from /usr/include/stdio.h:822,
  1048. from conftest.c:11:
  1049. /usr/include/bits/sys_errlist.h:28: error: storage class specified for parameter 'sys_errlist'
  1050. In file included from conftest.c:11:
  1051. /usr/include/stdio.h:827: error: expected ')' before '*' token
  1052. /usr/include/stdio.h:832: error: expected ')' before '*' token
  1053. /usr/include/stdio.h:842: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  1054. /usr/include/stdio.h:848: error: expected ')' before '*' token
  1055. /usr/include/stdio.h:854: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  1056. /usr/include/stdio.h:882: error: expected ')' before '*' token
  1057. /usr/include/stdio.h:886: error: expected ')' before '*' token
  1058. /usr/include/stdio.h:889: error: expected ')' before '*' token
  1059. /usr/include/stdio.h:912: error: expected declaration specifiers before '__END_DECLS'
  1060. conftest.c:12:23: error: sys/types.h: No such file or directory
  1061. conftest.c:13:22: error: sys/stat.h: No such file or directory
  1062. conftest.c:15: error: expected declaration specifiers before ';' token
  1063. conftest.c:16: error: expected declaration specifiers before 'FILE'
  1064. conftest.c:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char'
  1065. conftest.c:20: error: old-style parameter declarations in prototyped function definition
  1066. conftest.c:21: error: 'p' undeclared (first use in this function)
  1067. conftest.c:21: error: (Each undeclared identifier is reported only once
  1068. conftest.c:21: error: for each function it appears in.)
  1069. conftest.c:21: error: 'i' undeclared (first use in this function)
  1070. conftest.c: At top level:
  1071. conftest.c:50: error: expected declaration specifiers or '...' before 'FILE'
  1072. conftest.c: In function 'main':
  1073. conftest.c:56: error: 'e' undeclared (first use in this function)
  1074. configure:3409: $? = 1
  1075. configure: failed program was:
  1076. | /* confdefs.h. */
  1077. | #define PACKAGE_NAME "mydns"
  1078. | #define PACKAGE_TARNAME "mydns"
  1079. | #define PACKAGE_VERSION "1.2.8.27"
  1080. | #define PACKAGE_STRING "mydns 1.2.8.27"
  1081. | #define PACKAGE_BUGREPORT "support@cohtech.com"
  1082. | #define PACKAGE "mydns"
  1083. | #define VERSION "1.2.8.27"
  1084. | /* end confdefs.h. */
  1085. | #include <stdarg.h>
  1086. | #include <stdio.h>
  1087. | #include <sys/types.h>
  1088. | #include <sys/stat.h>
  1089. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  1090. | struct buf { int x; };
  1091. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  1092. | static char *e (p, i)
  1093. | char **p;
  1094. | int i;
  1095. | {
  1096. | return p[i];
  1097. | }
  1098. | static char *f (char * (*g) (char **, int), char **p, ...)
  1099. | {
  1100. | char *s;
  1101. | va_list v;
  1102. | va_start (v,p);
  1103. | s = g (p, va_arg (v,int));
  1104. | va_end (v);
  1105. | return s;
  1106. | }
  1107. |
  1108. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  1109. | function prototypes and stuff, but not '\xHH' hex character constants.
  1110. | These don't provoke an error unfortunately, instead are silently treated
  1111. | as 'x'. The following induces an error, until -std is added to get
  1112. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  1113. | array size at least. It's necessary to write '\x00'==0 to get something
  1114. | that's true only with -std. */
  1115. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  1116. |
  1117. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  1118. | inside strings and character constants. */
  1119. | #define FOO(x) 'x'
  1120. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  1121. |
  1122. | int test (int i, double x);
  1123. | struct s1 {int (*f) (int a);};
  1124. | struct s2 {int (*f) (double a);};
  1125. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  1126. | int argc;
  1127. | char **argv;
  1128. | int
  1129. | main ()
  1130. | {
  1131. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  1132. | ;
  1133. | return 0;
  1134. | }
  1135. configure:3403: gcc -Xc -D__EXTENSIONS__ -c -g -O2 conftest.c >&5
  1136. gcc: unrecognized option '-Xc'
  1137. In file included from /usr/include/stdio.h:28,
  1138. from conftest.c:11:
  1139. /usr/include/features.h:330:25: error: sys/cdefs.h: No such file or directory
  1140. In file included from /usr/include/stdio.h:34,
  1141. from conftest.c:11:
  1142. /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include/stddef.h:214: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'
  1143. In file included from conftest.c:11:
  1144. /usr/include/stdio.h:49: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'typedef'
  1145. /usr/include/stdio.h:54: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__USING_NAMESPACE_STD'
  1146. In file included from /usr/include/stdio.h:75,
  1147. from conftest.c:11:
  1148. /usr/include/libio.h:332: error: expected specifier-qualifier-list before 'size_t'
  1149. /usr/include/libio.h:364: error: expected declaration specifiers or '...' before 'size_t'
  1150. /usr/include/libio.h:373: error: expected declaration specifiers or '...' before 'size_t'
  1151. /usr/include/libio.h: In function '_IO_feof':
  1152. /usr/include/libio.h:460: error: expected declaration specifiers before '__THROW'
  1153. /usr/include/libio.h:461: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  1154. /usr/include/libio.h:463: error: storage class specified for parameter '_IO_peekc_locked'
  1155. /usr/include/libio.h:469: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  1156. /usr/include/libio.h:470: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  1157. /usr/include/libio.h:471: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  1158. /usr/include/libio.h:489: error: storage class specified for parameter '_IO_vfscanf'
  1159. /usr/include/libio.h:491: error: storage class specified for parameter '_IO_vfprintf'
  1160. /usr/include/libio.h:492: error: storage class specified for parameter '_IO_padn'
  1161. /usr/include/libio.h:493: error: expected '=', ',', ';', 'asm' or '__attribute__' before '_IO_sgetn'
  1162. /usr/include/libio.h:495: error: storage class specified for parameter '_IO_seekoff'
  1163. /usr/include/libio.h:496: error: storage class specified for parameter '_IO_seekpos'
  1164. /usr/include/libio.h:498: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  1165. In file included from conftest.c:11:
  1166. /usr/include/stdio.h:89: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  1167. /usr/include/stdio.h:95: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1168. In file included from conftest.c:11:
  1169. /usr/include/stdio.h:146: error: storage class specified for parameter 'stdout'
  1170. /usr/include/stdio.h:147: error: storage class specified for parameter 'stderr'
  1171. /usr/include/stdio.h:153: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  1172. /usr/include/stdio.h:157: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  1173. /usr/include/stdio.h:158: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1174. /usr/include/stdio.h:186: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  1175. /usr/include/stdio.h:187: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1176. /usr/include/stdio.h:205: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  1177. /usr/include/stdio.h:209: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  1178. /usr/include/stdio.h:219: error: expected ')' before '*' token
  1179. /usr/include/stdio.h:220: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1180. /usr/include/stdio.h:243: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  1181. /usr/include/stdio.h:255: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  1182. /usr/include/stdio.h:272: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1183. /usr/include/stdio.h:304: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  1184. /usr/include/stdio.h:311: error: expected ')' before '*' token
  1185. /usr/include/stdio.h:313: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1186. /usr/include/stdio.h:322: error: expected ')' before '*' token
  1187. /usr/include/stdio.h:326: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  1188. /usr/include/stdio.h:337: error: storage class specified for parameter 'printf'
  1189. /usr/include/stdio.h:340: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  1190. /usr/include/stdio.h:346: error: expected ')' before '*' token
  1191. /usr/include/stdio.h:352: error: storage class specified for parameter 'vprintf'
  1192. /usr/include/stdio.h:355: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  1193. /usr/include/stdio.h:356: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1194. /usr/include/stdio.h:365: error: expected declaration specifiers or '...' before 'size_t'
  1195. /usr/include/stdio.h:367: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  1196. /usr/include/stdio.h:368: error: expected declaration specifiers before '__END_NAMESPACE_C99'
  1197. /usr/include/stdio.h:409: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__wur'
  1198. /usr/include/stdio.h:412: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  1199. /usr/include/stdio.h:441: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1200. /usr/include/stdio.h:510: error: expected ')' before '*' token
  1201. /usr/include/stdio.h:516: error: storage class specified for parameter 'getchar'
  1202. /usr/include/stdio.h:517: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1203. /usr/include/stdio.h:529: error: storage class specified for parameter 'getchar_unlocked'
  1204. /usr/include/stdio.h:539: error: expected ')' before '*' token
  1205. /usr/include/stdio.h:543: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  1206. /usr/include/stdio.h:552: error: expected declaration specifiers or '...' before 'FILE'
  1207. /usr/include/stdio.h:552: error: storage class specified for parameter 'putc'
  1208. /usr/include/stdio.h:558: error: storage class specified for parameter 'putchar'
  1209. /usr/include/stdio.h:559: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1210. /usr/include/stdio.h:580: error: expected declaration specifiers or '...' before 'FILE'
  1211. /usr/include/stdio.h:580: error: storage class specified for parameter 'putc_unlocked'
  1212. /usr/include/stdio.h:581: error: storage class specified for parameter 'putchar_unlocked'
  1213. /usr/include/stdio.h:588: error: expected ')' before '*' token
  1214. /usr/include/stdio.h:591: error: expected declaration specifiers or '...' before 'FILE'
  1215. /usr/include/stdio.h:591: error: storage class specified for parameter 'putw'
  1216. /usr/include/stdio.h:595: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  1217. /usr/include/stdio.h:608: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__wur'
  1218. /usr/include/stdio.h:609: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1219. /usr/include/stdio.h:664: error: storage class specified for parameter 'puts'
  1220. /usr/include/stdio.h:671: error: expected declaration specifiers or '...' before 'FILE'
  1221. /usr/include/stdio.h:671: error: storage class specified for parameter 'ungetc'
  1222. /usr/include/stdio.h:678: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fread'
  1223. /usr/include/stdio.h:684: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite'
  1224. /usr/include/stdio.h:686: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1225. /usr/include/stdio.h:708: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'fwrite_unlocked'
  1226. /usr/include/stdio.h:713: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  1227. /usr/include/stdio.h:723: error: expected ')' before '*' token
  1228. /usr/include/stdio.h:728: error: expected ')' before '*' token
  1229. /usr/include/stdio.h:729: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1230. /usr/include/stdio.h:747: error: expected ')' before '*' token
  1231. /usr/include/stdio.h:761: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  1232. /usr/include/stdio.h:772: error: expected ')' before '*' token
  1233. /usr/include/stdio.h:784: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1234. /usr/include/stdio.h:797: error: expected ')' before '*' token
  1235. /usr/include/stdio.h:799: error: expected ')' before '*' token
  1236. /usr/include/stdio.h:800: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1237. /usr/include/stdio.h:805: error: expected ')' before '*' token
  1238. /usr/include/stdio.h:806: error: expected ')' before '*' token
  1239. /usr/include/stdio.h:810: error: expected declaration specifiers before '__BEGIN_NAMESPACE_STD'
  1240. /usr/include/stdio.h:816: error: expected declaration specifiers before '__END_NAMESPACE_STD'
  1241. In file included from /usr/include/stdio.h:822,
  1242. from conftest.c:11:
  1243. /usr/include/bits/sys_errlist.h:28: error: storage class specified for parameter 'sys_errlist'
  1244. In file included from conftest.c:11:
  1245. /usr/include/stdio.h:827: error: expected ')' before '*' token
  1246. /usr/include/stdio.h:832: error: expected ')' before '*' token
  1247. /usr/include/stdio.h:842: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
  1248. /usr/include/stdio.h:848: error: expected ')' before '*' token
  1249. /usr/include/stdio.h:854: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__THROW'
  1250. /usr/include/stdio.h:882: error: expected ')' before '*' token
  1251. /usr/include/stdio.h:886: error: expected ')' before '*' token
  1252. /usr/include/stdio.h:889: error: expected ')' before '*' token
  1253. /usr/include/stdio.h:912: error: expected declaration specifiers before '__END_DECLS'
  1254. conftest.c:12:23: error: sys/types.h: No such file or directory
  1255. conftest.c:13:22: error: sys/stat.h: No such file or directory
  1256. conftest.c:15: error: expected declaration specifiers before ';' token
  1257. conftest.c:16: error: expected declaration specifiers before 'FILE'
  1258. conftest.c:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'char'
  1259. conftest.c:20: error: old-style parameter declarations in prototyped function definition
  1260. conftest.c:21: error: 'p' undeclared (first use in this function)
  1261. conftest.c:21: error: (Each undeclared identifier is reported only once
  1262. conftest.c:21: error: for each function it appears in.)
  1263. conftest.c:21: error: 'i' undeclared (first use in this function)
  1264. conftest.c: At top level:
  1265. conftest.c:50: error: expected declaration specifiers or '...' before 'FILE'
  1266. conftest.c: In function 'main':
  1267. conftest.c:56: error: 'e' undeclared (first use in this function)
  1268. configure:3409: $? = 1
  1269. configure: failed program was:
  1270. | /* confdefs.h. */
  1271. | #define PACKAGE_NAME "mydns"
  1272. | #define PACKAGE_TARNAME "mydns"
  1273. | #define PACKAGE_VERSION "1.2.8.27"
  1274. | #define PACKAGE_STRING "mydns 1.2.8.27"
  1275. | #define PACKAGE_BUGREPORT "support@cohtech.com"
  1276. | #define PACKAGE "mydns"
  1277. | #define VERSION "1.2.8.27"
  1278. | /* end confdefs.h. */
  1279. | #include <stdarg.h>
  1280. | #include <stdio.h>
  1281. | #include <sys/types.h>
  1282. | #include <sys/stat.h>
  1283. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  1284. | struct buf { int x; };
  1285. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  1286. | static char *e (p, i)
  1287. | char **p;
  1288. | int i;
  1289. | {
  1290. | return p[i];
  1291. | }
  1292. | static char *f (char * (*g) (char **, int), char **p, ...)
  1293. | {
  1294. | char *s;
  1295. | va_list v;
  1296. | va_start (v,p);
  1297. | s = g (p, va_arg (v,int));
  1298. | va_end (v);
  1299. | return s;
  1300. | }
  1301. |
  1302. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  1303. | function prototypes and stuff, but not '\xHH' hex character constants.
  1304. | These don't provoke an error unfortunately, instead are silently treated
  1305. | as 'x'. The following induces an error, until -std is added to get
  1306. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  1307. | array size at least. It's necessary to write '\x00'==0 to get something
  1308. | that's true only with -std. */
  1309. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  1310. |
  1311. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  1312. | inside strings and character constants. */
  1313. | #define FOO(x) 'x'
  1314. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  1315. |
  1316. | int test (int i, double x);
  1317. | struct s1 {int (*f) (int a);};
  1318. | struct s2 {int (*f) (double a);};
  1319. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  1320. | int argc;
  1321. | char **argv;
  1322. | int
  1323. | main ()
  1324. | {
  1325. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  1326. | ;
  1327. | return 0;
  1328. | }
  1329. configure:3435: result: unsupported
  1330. configure:3461: checking for style of include used by make
  1331. configure:3489: result: GNU
  1332. configure:3514: checking dependency style of gcc
  1333. configure:3605: result: gcc3
  1334. configure:3633: checking for a BSD-compatible install
  1335. configure:3689: result: /usr/bin/install -c
  1336. configure:3700: checking whether ln -s works
  1337. configure:3704: result: yes
  1338. configure:3783: checking build system type
  1339. configure:3801: result: x86_64-unknown-linux-gnu
  1340. configure:3823: checking host system type
  1341. configure:3838: result: x86_64-unknown-linux-gnu
  1342. configure:3882: checking for ld used by GCC
  1343. configure:3945: result: /usr/bin/ld
  1344. configure:3954: checking if the linker (/usr/bin/ld) is GNU ld
  1345. GNU ld (GNU Binutils for Debian) 2.18.0.20080103
  1346. configure:3966: result: yes
  1347. configure:3971: checking for /usr/bin/ld option to reload object files
  1348. configure:3978: result: -r
  1349. configure:3983: checking for BSD-compatible nm
  1350. configure:4019: result: /usr/bin/nm -B
  1351. configure:4022: checking how to recognise dependant libraries
  1352. configure:4200: result: file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )
  1353. configure:4213: checking command to parse /usr/bin/nm -B output
  1354. configure:4294: gcc -c -g -O2 conftest.c >&5
  1355. configure:4297: $? = 0
  1356. configure:4301: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
  1357. configure:4304: $? = 0
  1358. configure:4356: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  1359. configure:4359: $? = 0
  1360. configure:4403: result: ok
  1361. configure:4412: checking how to run the C preprocessor
  1362. configure:4452: gcc -E conftest.c
  1363. In file included from /usr/include/limits.h:27,
  1364. from /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include-fixed/limits.h:122,
  1365. from /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include-fixed/syslimits.h:7,
  1366. from /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include-fixed/limits.h:11,
  1367. from conftest.c:11:
  1368. /usr/include/features.h:330:25: error: sys/cdefs.h: No such file or directory
  1369. configure:4458: $? = 1
  1370. configure: failed program was:
  1371. | /* confdefs.h. */
  1372. | #define PACKAGE_NAME "mydns"
  1373. | #define PACKAGE_TARNAME "mydns"
  1374. | #define PACKAGE_VERSION "1.2.8.27"
  1375. | #define PACKAGE_STRING "mydns 1.2.8.27"
  1376. | #define PACKAGE_BUGREPORT "support@cohtech.com"
  1377. | #define PACKAGE "mydns"
  1378. | #define VERSION "1.2.8.27"
  1379. | /* end confdefs.h. */
  1380. | #ifdef __STDC__
  1381. | # include <limits.h>
  1382. | #else
  1383. | # include <assert.h>
  1384. | #endif
  1385. | Syntax error
  1386. configure:4452: gcc -E conftest.c
  1387. In file included from /usr/include/limits.h:27,
  1388. from /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include-fixed/limits.h:122,
  1389. from /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include-fixed/syslimits.h:7,
  1390. from /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include-fixed/limits.h:11,
  1391. from conftest.c:11:
  1392. /usr/include/features.h:330:25: error: sys/cdefs.h: No such file or directory
  1393. configure:4458: $? = 1
  1394. configure: failed program was:
  1395. | /* confdefs.h. */
  1396. | #define PACKAGE_NAME "mydns"
  1397. | #define PACKAGE_TARNAME "mydns"
  1398. | #define PACKAGE_VERSION "1.2.8.27"
  1399. | #define PACKAGE_STRING "mydns 1.2.8.27"
  1400. | #define PACKAGE_BUGREPORT "support@cohtech.com"
  1401. | #define PACKAGE "mydns"
  1402. | #define VERSION "1.2.8.27"
  1403. | /* end confdefs.h. */
  1404. | #ifdef __STDC__
  1405. | # include <limits.h>
  1406. | #else
  1407. | # include <assert.h>
  1408. | #endif
  1409. | Syntax error
  1410. configure:4452: gcc -E -traditional-cpp conftest.c
  1411. In file included from /usr/include/assert.h:38,
  1412. from conftest.c:14:
  1413. /usr/include/features.h:330: error: sys/cdefs.h: No such file or directory
  1414. configure:4458: $? = 1
  1415. configure: failed program was:
  1416. | /* confdefs.h. */
  1417. | #define PACKAGE_NAME "mydns"
  1418. | #define PACKAGE_TARNAME "mydns"
  1419. | #define PACKAGE_VERSION "1.2.8.27"
  1420. | #define PACKAGE_STRING "mydns 1.2.8.27"
  1421. | #define PACKAGE_BUGREPORT "support@cohtech.com"
  1422. | #define PACKAGE "mydns"
  1423. | #define VERSION "1.2.8.27"
  1424. | /* end confdefs.h. */
  1425. | #ifdef __STDC__
  1426. | # include <limits.h>
  1427. | #else
  1428. | # include <assert.h>
  1429. | #endif
  1430. | Syntax error
  1431. configure:4452: gcc -E -traditional-cpp conftest.c
  1432. In file included from /usr/include/assert.h:38,
  1433. from conftest.c:14:
  1434. /usr/include/features.h:330: error: sys/cdefs.h: No such file or directory
  1435. configure:4458: $? = 1
  1436. configure: failed program was:
  1437. | /* confdefs.h. */
  1438. | #define PACKAGE_NAME "mydns"
  1439. | #define PACKAGE_TARNAME "mydns"
  1440. | #define PACKAGE_VERSION "1.2.8.27"
  1441. | #define PACKAGE_STRING "mydns 1.2.8.27"
  1442. | #define PACKAGE_BUGREPORT "support@cohtech.com"
  1443. | #define PACKAGE "mydns"
  1444. | #define VERSION "1.2.8.27"
  1445. | /* end confdefs.h. */
  1446. | #ifdef __STDC__
  1447. | # include <limits.h>
  1448. | #else
  1449. | # include <assert.h>
  1450. | #endif
  1451. | Syntax error
  1452. configure:4452: /lib/cpp conftest.c
  1453. In file included from /usr/include/limits.h:27,
  1454. from /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include-fixed/limits.h:122,
  1455. from /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include-fixed/syslimits.h:7,
  1456. from /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include-fixed/limits.h:11,
  1457. from conftest.c:11:
  1458. /usr/include/features.h:330:25: error: sys/cdefs.h: No such file or directory
  1459. configure:4458: $? = 1
  1460. configure: failed program was:
  1461. | /* confdefs.h. */
  1462. | #define PACKAGE_NAME "mydns"
  1463. | #define PACKAGE_TARNAME "mydns"
  1464. | #define PACKAGE_VERSION "1.2.8.27"
  1465. | #define PACKAGE_STRING "mydns 1.2.8.27"
  1466. | #define PACKAGE_BUGREPORT "support@cohtech.com"
  1467. | #define PACKAGE "mydns"
  1468. | #define VERSION "1.2.8.27"
  1469. | /* end confdefs.h. */
  1470. | #ifdef __STDC__
  1471. | # include <limits.h>
  1472. | #else
  1473. | # include <assert.h>
  1474. | #endif
  1475. | Syntax error
  1476. configure:4452: /lib/cpp conftest.c
  1477. In file included from /usr/include/limits.h:27,
  1478. from /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include-fixed/limits.h:122,
  1479. from /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include-fixed/syslimits.h:7,
  1480. from /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include-fixed/limits.h:11,
  1481. from conftest.c:11:
  1482. /usr/include/features.h:330:25: error: sys/cdefs.h: No such file or directory
  1483. configure:4458: $? = 1
  1484. configure: failed program was:
  1485. | /* confdefs.h. */
  1486. | #define PACKAGE_NAME "mydns"
  1487. | #define PACKAGE_TARNAME "mydns"
  1488. | #define PACKAGE_VERSION "1.2.8.27"
  1489. | #define PACKAGE_STRING "mydns 1.2.8.27"
  1490. | #define PACKAGE_BUGREPORT "support@cohtech.com"
  1491. | #define PACKAGE "mydns"
  1492. | #define VERSION "1.2.8.27"
  1493. | /* end confdefs.h. */
  1494. | #ifdef __STDC__
  1495. | # include <limits.h>
  1496. | #else
  1497. | # include <assert.h>
  1498. | #endif
  1499. | Syntax error
  1500. configure:4528: result: /lib/cpp
  1501. configure:4557: /lib/cpp conftest.c
  1502. In file included from /usr/include/limits.h:27,
  1503. from /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include-fixed/limits.h:122,
  1504. from /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include-fixed/syslimits.h:7,
  1505. from /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include-fixed/limits.h:11,
  1506. from conftest.c:11:
  1507. /usr/include/features.h:330:25: error: sys/cdefs.h: No such file or directory
  1508. configure:4563: $? = 1
  1509. configure: failed program was:
  1510. | /* confdefs.h. */
  1511. | #define PACKAGE_NAME "mydns"
  1512. | #define PACKAGE_TARNAME "mydns"
  1513. | #define PACKAGE_VERSION "1.2.8.27"
  1514. | #define PACKAGE_STRING "mydns 1.2.8.27"
  1515. | #define PACKAGE_BUGREPORT "support@cohtech.com"
  1516. | #define PACKAGE "mydns"
  1517. | #define VERSION "1.2.8.27"
  1518. | /* end confdefs.h. */
  1519. | #ifdef __STDC__
  1520. | # include <limits.h>
  1521. | #else
  1522. | # include <assert.h>
  1523. | #endif
  1524. | Syntax error
  1525. configure:4557: /lib/cpp conftest.c
  1526. In file included from /usr/include/limits.h:27,
  1527. from /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include-fixed/limits.h:122,
  1528. from /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include-fixed/syslimits.h:7,
  1529. from /usr/lib/gcc/x86_64-linux-gnu/4.3.2/include-fixed/limits.h:11,
  1530. from conftest.c:11:
  1531. /usr/include/features.h:330:25: error: sys/cdefs.h: No such file or directory
  1532. configure:4563: $? = 1
  1533. configure: failed program was:
  1534. | /* confdefs.h. */
  1535. | #define PACKAGE_NAME "mydns"
  1536. | #define PACKAGE_TARNAME "mydns"
  1537. | #define PACKAGE_VERSION "1.2.8.27"
  1538. | #define PACKAGE_STRING "mydns 1.2.8.27"
  1539. | #define PACKAGE_BUGREPORT "support@cohtech.com"
  1540. | #define PACKAGE "mydns"
  1541. | #define VERSION "1.2.8.27"
  1542. | /* end confdefs.h. */
  1543. | #ifdef __STDC__
  1544. | # include <limits.h>
  1545. | #else
  1546. | # include <assert.h>
  1547. | #endif
  1548. | Syntax error
  1549. configure:4625: error: C preprocessor "/lib/cpp" fails sanity check
  1550. See `config.log' for more details.
  1551.  
  1552. ## ---------------- ##
  1553. ## Cache variables. ##
  1554. ## ---------------- ##
  1555.  
  1556. ac_cv_build=x86_64-unknown-linux-gnu
  1557. ac_cv_c_compiler_gnu=yes
  1558. ac_cv_env_CC_set=
  1559. ac_cv_env_CC_value=
  1560. ac_cv_env_CFLAGS_set=
  1561. ac_cv_env_CFLAGS_value=
  1562. ac_cv_env_CPPFLAGS_set=
  1563. ac_cv_env_CPPFLAGS_value=
  1564. ac_cv_env_CPP_set=
  1565. ac_cv_env_CPP_value=
  1566. ac_cv_env_LDFLAGS_set=
  1567. ac_cv_env_LDFLAGS_value=
  1568. ac_cv_env_LIBS_set=
  1569. ac_cv_env_LIBS_value=
  1570. ac_cv_env_build_alias_set=
  1571. ac_cv_env_build_alias_value=
  1572. ac_cv_env_host_alias_set=
  1573. ac_cv_env_host_alias_value=
  1574. ac_cv_env_target_alias_set=
  1575. ac_cv_env_target_alias_value=
  1576. ac_cv_host=x86_64-unknown-linux-gnu
  1577. ac_cv_objext=o
  1578. ac_cv_path_install='/usr/bin/install -c'
  1579. ac_cv_path_mkdir=/bin/mkdir
  1580. ac_cv_prog_AWK=gawk
  1581. ac_cv_prog_CPP=/lib/cpp
  1582. ac_cv_prog_ac_ct_CC=gcc
  1583. ac_cv_prog_cc_c89=no
  1584. ac_cv_prog_cc_g=yes
  1585. ac_cv_prog_make_make_set=yes
  1586. am_cv_CC_dependencies_compiler_type=gcc3
  1587. lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
  1588. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1589. lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.7.so'
  1590. lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
  1591. lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
  1592. lt_cv_ld_reload_flag=-r
  1593. lt_cv_path_LD=/usr/bin/ld
  1594. lt_cv_path_NM='/usr/bin/nm -B'
  1595. lt_cv_prog_gnu_ld=yes
  1596. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGISTW][ABCDGISTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
  1597.  
  1598. ## ----------------- ##
  1599. ## Output variables. ##
  1600. ## ----------------- ##
  1601.  
  1602. ACLOCAL='${SHELL} /usr/local/src/mydns-1.2.8/missing --run aclocal-1.10'
  1603. ALLOCA=''
  1604. AMDEPBACKSLASH='\'
  1605. AMDEP_FALSE='#'
  1606. AMDEP_TRUE=''
  1607. AMTAR='${SHELL} /usr/local/src/mydns-1.2.8/missing --run tar'
  1608. AUTOCONF='${SHELL} /usr/local/src/mydns-1.2.8/missing --run autoconf'
  1609. AUTOHEADER='${SHELL} /usr/local/src/mydns-1.2.8/missing --run autoheader'
  1610. AUTOMAKE='${SHELL} /usr/local/src/mydns-1.2.8/missing --run automake-1.10'
  1611. AWK='gawk'
  1612. BUILD_INCLUDED_LIBINTL=''
  1613. CATOBJEXT=''
  1614. CC='gcc'
  1615. CCDEPMODE='depmode=gcc3'
  1616. CFLAGS='-g -O2'
  1617. COPYRIGHT_HOLDER=''
  1618. CPP='/lib/cpp'
  1619. CPPFLAGS=''
  1620. CYGPATH_W='echo'
  1621. DATADIRNAME=''
  1622. DEFS=''
  1623. DEPDIR='.deps'
  1624. DOCDIR=''
  1625. ECHO='echo'
  1626. ECHO_C=''
  1627. ECHO_N='-n'
  1628. ECHO_T=''
  1629. EGREP=''
  1630. EXEEXT=''
  1631. GENCAT=''
  1632. GLIBC21=''
  1633. GMSGFMT=''
  1634. GREP=''
  1635. INSTALL_DATA='${INSTALL} -m 644'
  1636. INSTALL_PROGRAM='${INSTALL}'
  1637. INSTALL_SCRIPT='${INSTALL}'
  1638. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1639. INSTOBJEXT=''
  1640. INTLBISON=''
  1641. INTLINCLUDE=''
  1642. INTLLIBS=''
  1643. INTLOBJS=''
  1644. INTL_LIBTOOL_SUFFIX_PREFIX=''
  1645. LDFLAGS=''
  1646. LIBICONV=''
  1647. LIBINTL=''
  1648. LIBM=''
  1649. LIBMYDNS=''
  1650. LIBMYSQLCLIENT=''
  1651. LIBNSL=''
  1652. LIBOBJS=''
  1653. LIBPQ=''
  1654. LIBS=''
  1655. LIBSOCKET=''
  1656. LIBSQL=''
  1657. LIBSSL=''
  1658. LIBTOOL=''
  1659. LIBUTIL=''
  1660. LIBZ=''
  1661. LN_S='ln -s'
  1662. LTLIBICONV=''
  1663. LTLIBINTL=''
  1664. LTLIBOBJS=''
  1665. MAKEINFO='${SHELL} /usr/local/src/mydns-1.2.8/missing --run makeinfo'
  1666. MKINSTALLDIRS=''
  1667. MSGFMT=''
  1668. MSGMERGE=''
  1669. MYDNSDIR=''
  1670. MYDNSINCLUDE=''
  1671. MYDNS_CONF=''
  1672. MYSQL_INCLUDE=''
  1673. OBJEXT='o'
  1674. PACKAGE='mydns'
  1675. PACKAGE_AUTHOR=''
  1676. PACKAGE_BUGREPORT='support@cohtech.com'
  1677. PACKAGE_COPYRIGHT=''
  1678. PACKAGE_DATE=''
  1679. PACKAGE_HOMEPAGE=''
  1680. PACKAGE_NAME='mydns'
  1681. PACKAGE_RELEASE_DATE=''
  1682. PACKAGE_STRING='mydns 1.2.8.27'
  1683. PACKAGE_TARNAME='mydns'
  1684. PACKAGE_VERSION='1.2.8.27'
  1685. PATH_SEPARATOR=':'
  1686. POSUB=''
  1687. PQ_INCLUDE=''
  1688. PROFILE_ENABLED=''
  1689. RANLIB=''
  1690. SEDFILE=''
  1691. SET_MAKE=''
  1692. SHELL='/bin/sh'
  1693. SQLINCLUDE=''
  1694. SSLINCLUDE=''
  1695. STRIP=''
  1696. USE_DB_NAME=''
  1697. USE_INCLUDED_LIBINTL=''
  1698. USE_NLS=''
  1699. UTILDIR=''
  1700. UTILINCLUDE=''
  1701. VERSION='1.2.8.27'
  1702. WEBROOT=''
  1703. XGETTEXT=''
  1704. ac_ct_CC='gcc'
  1705. ac_mydns_static_build=''
  1706. am__fastdepCC_FALSE='#'
  1707. am__fastdepCC_TRUE=''
  1708. am__include='include'
  1709. am__isrc=''
  1710. am__leading_dot='.'
  1711. am__quote=''
  1712. am__tar='${AMTAR} chof - "$$tardir"'
  1713. am__untar='${AMTAR} xf -'
  1714. bindir='${exec_prefix}/bin'
  1715. build='x86_64-unknown-linux-gnu'
  1716. build_alias=''
  1717. build_cpu='x86_64'
  1718. build_os='linux-gnu'
  1719. build_vendor='unknown'
  1720. datadir='${datarootdir}'
  1721. datarootdir='${prefix}/share'
  1722. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1723. dvidir='${docdir}'
  1724. exec_prefix='NONE'
  1725. host='x86_64-unknown-linux-gnu'
  1726. host_alias=''
  1727. host_cpu='x86_64'
  1728. host_os='linux-gnu'
  1729. host_vendor='unknown'
  1730. htmldir='${docdir}'
  1731. includedir='${prefix}/include'
  1732. infodir='${datarootdir}/info'
  1733. install_sh='$(SHELL) /usr/local/src/mydns-1.2.8/install-sh'
  1734. libdir='${exec_prefix}/lib'
  1735. libexecdir='${exec_prefix}/libexec'
  1736. localedir='${datarootdir}/locale'
  1737. localstatedir='${prefix}/var'
  1738. mandir='${datarootdir}/man'
  1739. mkdir_p='/bin/mkdir -p'
  1740. oldincludedir='/usr/include'
  1741. pdfdir='${docdir}'
  1742. prefix='NONE'
  1743. program_transform_name='s,x,x,'
  1744. psdir='${docdir}'
  1745. sbindir='${exec_prefix}/sbin'
  1746. sharedstatedir='${prefix}/com'
  1747. sysconfdir='${prefix}/etc'
  1748. target_alias=''
  1749.  
  1750. ## ----------- ##
  1751. ## confdefs.h. ##
  1752. ## ----------- ##
  1753.  
  1754. #define PACKAGE_NAME "mydns"
  1755. #define PACKAGE_TARNAME "mydns"
  1756. #define PACKAGE_VERSION "1.2.8.27"
  1757. #define PACKAGE_STRING "mydns 1.2.8.27"
  1758. #define PACKAGE_BUGREPORT "support@cohtech.com"
  1759. #define PACKAGE "mydns"
  1760. #define VERSION "1.2.8.27"
  1761.  
  1762. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement