Advertisement
Guest User

Untitled

a guest
May 29th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 89.24 KB | None | 0 0
  1. ## --------- ##
  2. ## Platform. ##
  3. ## --------- ##
  4.  
  5. hostname = Odin
  6. uname -m = sun4u
  7. uname -r = 5.10
  8. uname -s = SunOS
  9. uname -v = Generic_142900-03
  10.  
  11. /usr/bin/uname -p = sparc
  12. /bin/uname -X = System = SunOS
  13. Node = Odin
  14. Release = 5.10
  15. KernelID = Generic_142900-03
  16. Machine = sun4u
  17. BusType = <unknown>
  18. Serial = <unknown>
  19. Users = <unknown>
  20. OEM# = 0
  21. Origin# = 1
  22. NumCPU = 2
  23.  
  24. /bin/arch = sun4
  25. /usr/bin/arch -k = sun4u
  26. /usr/convex/getsysinfo = unknown
  27. /usr/bin/hostinfo = unknown
  28. /bin/machine = unknown
  29. /usr/bin/oslevel = unknown
  30. /bin/universe = unknown
  31.  
  32. PATH: /opt/csw/gcc4/bin/
  33. PATH: /opt/csw/kde-gcc/bin
  34. PATH: /opt/csw/bin
  35. PATH: /opt/sfw/bin
  36. PATH: /usr/sbin
  37. PATH: /usr/bin
  38. PATH: /usr/dt/bin
  39. PATH: /usr/openwin/bin
  40. PATH: /usr/ccs/bin
  41. PATH: /usr/ucb
  42.  
  43.  
  44. ## ----------- ##
  45. ## Core tests. ##
  46. ## ----------- ##
  47.  
  48. configure:1753: checking build system type
  49. configure:1771: result: sparc-sun-solaris2.10
  50. configure:1793: checking host system type
  51. configure:1808: result: sparc-sun-solaris2.10
  52. configure:1830: checking target system type
  53. configure:1845: result: sparc-sun-solaris2.10
  54. configure:1889: checking for a BSD-compatible install
  55. configure:1945: result: /opt/csw/bin/ginstall -c
  56. configure:1956: checking whether build environment is sane
  57. configure:1999: result: yes
  58. configure:2027: checking for a thread-safe mkdir -p
  59. configure:2066: result: /opt/csw/bin/gmkdir -p
  60. configure:2079: checking for gawk
  61. configure:2109: result: no
  62. configure:2079: checking for mawk
  63. configure:2109: result: no
  64. configure:2079: checking for nawk
  65. configure:2095: found /usr/bin/nawk
  66. configure:2106: result: nawk
  67. configure:2117: checking whether make sets $(MAKE)
  68. configure:2138: result: yes
  69. configure:2375: checking for gcc
  70. configure:2391: found /opt/csw/gcc4/bin//gcc
  71. configure:2402: result: gcc
  72. configure:2640: checking for C compiler version
  73. configure:2647: gcc --version >&5
  74. gcc (GCC) 4.3.4
  75. Copyright (C) 2008 Free Software Foundation, Inc.
  76. This is free software; see the source for copying conditions. There is NO
  77. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  78.  
  79. configure:2650: $? = 0
  80. configure:2657: gcc -v >&5
  81. Using built-in specs.
  82. Target: sparc-sun-solaris2.8
  83. Configured with: ../gcc-4.3.4/configure --with-gnu-as --with-as=/opt/csw/bin/gas --without-gnu-ld --with-ld=/usr/ccs/bin/ld --with-cpu=v7 --enable-threads=posix --enable-nls --prefix=/opt/csw/gcc4 --with-local-prefix=/opt/csw --enable-shared --enable-multilib --with-included-gettext --with-libiconv-prefix=/opt/csw --with-system-zlib --with-gmp=/opt/csw --with-mpfr=/opt/csw --enable-languages=c,c++,fortran,java,objc,ada --enable-bootstrap
  84. Thread model: posix
  85. gcc version 4.3.4 (GCC)
  86. configure:2660: $? = 0
  87. configure:2667: gcc -V >&5
  88. gcc: '-V' option must have argument
  89. configure:2670: $? = 1
  90. configure:2693: checking for C compiler default output file name
  91. configure:2720: gcc conftest.c >&5
  92. configure:2723: $? = 0
  93. configure:2761: result: a.out
  94. configure:2778: checking whether the C compiler works
  95. configure:2788: ./a.out
  96. configure:2791: $? = 0
  97. configure:2808: result: yes
  98. configure:2815: checking whether we are cross compiling
  99. configure:2817: result: no
  100. configure:2820: checking for suffix of executables
  101. configure:2827: gcc -o conftest conftest.c >&5
  102. configure:2830: $? = 0
  103. configure:2854: result:
  104. configure:2860: checking for suffix of object files
  105. configure:2886: gcc -c conftest.c >&5
  106. configure:2889: $? = 0
  107. configure:2912: result: o
  108. configure:2916: checking whether we are using the GNU C compiler
  109. configure:2945: gcc -c conftest.c >&5
  110. configure:2951: $? = 0
  111. configure:2968: result: yes
  112. configure:2973: checking whether gcc accepts -g
  113. configure:3003: gcc -c -g conftest.c >&5
  114. configure:3009: $? = 0
  115. configure:3108: result: yes
  116. configure:3125: checking for gcc option to accept ISO C89
  117. configure:3199: gcc -c -g -O2 conftest.c >&5
  118. In file included from /usr/include/sys/select.h:23,
  119. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  120. from conftest.c:12:
  121. /usr/include/sys/time.h:348: error: redefinition of parameter '_RESTRICT_KYWD'
  122. /usr/include/sys/time.h:347: error: previous definition of '_RESTRICT_KYWD' was here
  123. /usr/include/sys/time.h:398: error: conflicting types for '_RESTRICT_KYWD'
  124. /usr/include/sys/time.h:398: error: previous definition of '_RESTRICT_KYWD' was here
  125. In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/time.h:29,
  126. from /usr/include/sys/time.h:418,
  127. from /usr/include/sys/select.h:23,
  128. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  129. from conftest.c:12:
  130. /usr/include/iso/time_iso.h:92: error: conflicting types for '_RESTRICT_KYWD'
  131. /usr/include/iso/time_iso.h:92: error: previous definition of '_RESTRICT_KYWD' was here
  132. /usr/include/iso/time_iso.h:93: error: conflicting types for '_RESTRICT_KYWD'
  133. /usr/include/iso/time_iso.h:92: error: previous definition of '_RESTRICT_KYWD' was here
  134. In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  135. from conftest.c:12:
  136. /usr/include/sys/select.h:140: error: redefinition of parameter '_RESTRICT_KYWD'
  137. /usr/include/sys/select.h:140: error: previous definition of '_RESTRICT_KYWD' was here
  138. /usr/include/sys/select.h:141: error: redefinition of parameter '_RESTRICT_KYWD'
  139. /usr/include/sys/select.h:140: error: previous definition of '_RESTRICT_KYWD' was here
  140. /usr/include/sys/select.h:141: error: conflicting types for '_RESTRICT_KYWD'
  141. /usr/include/sys/select.h:141: error: previous definition of '_RESTRICT_KYWD' was here
  142. /usr/include/sys/select.h:144: error: redefinition of parameter '_RESTRICT_KYWD'
  143. /usr/include/sys/select.h:144: error: previous definition of '_RESTRICT_KYWD' was here
  144. /usr/include/sys/select.h:145: error: redefinition of parameter '_RESTRICT_KYWD'
  145. /usr/include/sys/select.h:144: error: previous definition of '_RESTRICT_KYWD' was here
  146. /usr/include/sys/select.h:145: error: conflicting types for '_RESTRICT_KYWD'
  147. /usr/include/sys/select.h:145: error: previous definition of '_RESTRICT_KYWD' was here
  148. /usr/include/sys/select.h:146: error: conflicting types for '_RESTRICT_KYWD'
  149. /usr/include/sys/select.h:145: error: previous definition of '_RESTRICT_KYWD' was here
  150. In file included from conftest.c:13:
  151. /usr/include/sys/stat.h:477: error: conflicting types for '_RESTRICT_KYWD'
  152. /usr/include/sys/stat.h:477: error: previous definition of '_RESTRICT_KYWD' was here
  153. /usr/include/sys/stat.h:478: error: conflicting types for '_RESTRICT_KYWD'
  154. /usr/include/sys/stat.h:478: error: previous definition of '_RESTRICT_KYWD' was here
  155. In file included from /usr/include/sys/stat.h:511,
  156. from conftest.c:13:
  157. /usr/include/sys/stat_impl.h:27: error: conflicting types for '_RESTRICT_KYWD'
  158. /usr/include/sys/stat_impl.h:27: error: previous definition of '_RESTRICT_KYWD' was here
  159. /usr/include/sys/stat_impl.h:34: error: conflicting types for '_RESTRICT_KYWD'
  160. /usr/include/sys/stat_impl.h:34: error: previous definition of '_RESTRICT_KYWD' was here
  161. configure:3205: $? = 1
  162. configure: failed program was:
  163. | /* confdefs.h. */
  164. | #define PACKAGE_NAME ""
  165. | #define PACKAGE_TARNAME ""
  166. | #define PACKAGE_VERSION ""
  167. | #define PACKAGE_STRING ""
  168. | #define PACKAGE_BUGREPORT ""
  169. | #define PACKAGE "gens"
  170. | #define VERSION "2.12"
  171. | /* end confdefs.h. */
  172. | #include <stdarg.h>
  173. | #include <stdio.h>
  174. | #include <sys/types.h>
  175. | #include <sys/stat.h>
  176. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  177. | struct buf { int x; };
  178. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  179. | static char *e (p, i)
  180. | char **p;
  181. | int i;
  182. | {
  183. | return p[i];
  184. | }
  185. | static char *f (char * (*g) (char **, int), char **p, ...)
  186. | {
  187. | char *s;
  188. | va_list v;
  189. | va_start (v,p);
  190. | s = g (p, va_arg (v,int));
  191. | va_end (v);
  192. | return s;
  193. | }
  194. |
  195. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  196. | function prototypes and stuff, but not '\xHH' hex character constants.
  197. | These don't provoke an error unfortunately, instead are silently treated
  198. | as 'x'. The following induces an error, until -std is added to get
  199. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  200. | array size at least. It's necessary to write '\x00'==0 to get something
  201. | that's true only with -std. */
  202. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  203. |
  204. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  205. | inside strings and character constants. */
  206. | #define FOO(x) 'x'
  207. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  208. |
  209. | int test (int i, double x);
  210. | struct s1 {int (*f) (int a);};
  211. | struct s2 {int (*f) (double a);};
  212. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  213. | int argc;
  214. | char **argv;
  215. | int
  216. | main ()
  217. | {
  218. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  219. | ;
  220. | return 0;
  221. | }
  222. configure:3199: gcc -qlanglvl=extc89 -c -g -O2 conftest.c >&5
  223. gcc: unrecognized option '-qlanglvl=extc89'
  224. In file included from /usr/include/sys/select.h:23,
  225. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  226. from conftest.c:12:
  227. /usr/include/sys/time.h:348: error: redefinition of parameter '_RESTRICT_KYWD'
  228. /usr/include/sys/time.h:347: error: previous definition of '_RESTRICT_KYWD' was here
  229. /usr/include/sys/time.h:398: error: conflicting types for '_RESTRICT_KYWD'
  230. /usr/include/sys/time.h:398: error: previous definition of '_RESTRICT_KYWD' was here
  231. In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/time.h:29,
  232. from /usr/include/sys/time.h:418,
  233. from /usr/include/sys/select.h:23,
  234. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  235. from conftest.c:12:
  236. /usr/include/iso/time_iso.h:92: error: conflicting types for '_RESTRICT_KYWD'
  237. /usr/include/iso/time_iso.h:92: error: previous definition of '_RESTRICT_KYWD' was here
  238. /usr/include/iso/time_iso.h:93: error: conflicting types for '_RESTRICT_KYWD'
  239. /usr/include/iso/time_iso.h:92: error: previous definition of '_RESTRICT_KYWD' was here
  240. In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  241. from conftest.c:12:
  242. /usr/include/sys/select.h:140: error: redefinition of parameter '_RESTRICT_KYWD'
  243. /usr/include/sys/select.h:140: error: previous definition of '_RESTRICT_KYWD' was here
  244. /usr/include/sys/select.h:141: error: redefinition of parameter '_RESTRICT_KYWD'
  245. /usr/include/sys/select.h:140: error: previous definition of '_RESTRICT_KYWD' was here
  246. /usr/include/sys/select.h:141: error: conflicting types for '_RESTRICT_KYWD'
  247. /usr/include/sys/select.h:141: error: previous definition of '_RESTRICT_KYWD' was here
  248. /usr/include/sys/select.h:144: error: redefinition of parameter '_RESTRICT_KYWD'
  249. /usr/include/sys/select.h:144: error: previous definition of '_RESTRICT_KYWD' was here
  250. /usr/include/sys/select.h:145: error: redefinition of parameter '_RESTRICT_KYWD'
  251. /usr/include/sys/select.h:144: error: previous definition of '_RESTRICT_KYWD' was here
  252. /usr/include/sys/select.h:145: error: conflicting types for '_RESTRICT_KYWD'
  253. /usr/include/sys/select.h:145: error: previous definition of '_RESTRICT_KYWD' was here
  254. /usr/include/sys/select.h:146: error: conflicting types for '_RESTRICT_KYWD'
  255. /usr/include/sys/select.h:145: error: previous definition of '_RESTRICT_KYWD' was here
  256. In file included from conftest.c:13:
  257. /usr/include/sys/stat.h:477: error: conflicting types for '_RESTRICT_KYWD'
  258. /usr/include/sys/stat.h:477: error: previous definition of '_RESTRICT_KYWD' was here
  259. /usr/include/sys/stat.h:478: error: conflicting types for '_RESTRICT_KYWD'
  260. /usr/include/sys/stat.h:478: error: previous definition of '_RESTRICT_KYWD' was here
  261. In file included from /usr/include/sys/stat.h:511,
  262. from conftest.c:13:
  263. /usr/include/sys/stat_impl.h:27: error: conflicting types for '_RESTRICT_KYWD'
  264. /usr/include/sys/stat_impl.h:27: error: previous definition of '_RESTRICT_KYWD' was here
  265. /usr/include/sys/stat_impl.h:34: error: conflicting types for '_RESTRICT_KYWD'
  266. /usr/include/sys/stat_impl.h:34: error: previous definition of '_RESTRICT_KYWD' was here
  267. configure:3205: $? = 1
  268. configure: failed program was:
  269. | /* confdefs.h. */
  270. | #define PACKAGE_NAME ""
  271. | #define PACKAGE_TARNAME ""
  272. | #define PACKAGE_VERSION ""
  273. | #define PACKAGE_STRING ""
  274. | #define PACKAGE_BUGREPORT ""
  275. | #define PACKAGE "gens"
  276. | #define VERSION "2.12"
  277. | /* end confdefs.h. */
  278. | #include <stdarg.h>
  279. | #include <stdio.h>
  280. | #include <sys/types.h>
  281. | #include <sys/stat.h>
  282. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  283. | struct buf { int x; };
  284. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  285. | static char *e (p, i)
  286. | char **p;
  287. | int i;
  288. | {
  289. | return p[i];
  290. | }
  291. | static char *f (char * (*g) (char **, int), char **p, ...)
  292. | {
  293. | char *s;
  294. | va_list v;
  295. | va_start (v,p);
  296. | s = g (p, va_arg (v,int));
  297. | va_end (v);
  298. | return s;
  299. | }
  300. |
  301. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  302. | function prototypes and stuff, but not '\xHH' hex character constants.
  303. | These don't provoke an error unfortunately, instead are silently treated
  304. | as 'x'. The following induces an error, until -std is added to get
  305. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  306. | array size at least. It's necessary to write '\x00'==0 to get something
  307. | that's true only with -std. */
  308. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  309. |
  310. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  311. | inside strings and character constants. */
  312. | #define FOO(x) 'x'
  313. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  314. |
  315. | int test (int i, double x);
  316. | struct s1 {int (*f) (int a);};
  317. | struct s2 {int (*f) (double a);};
  318. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  319. | int argc;
  320. | char **argv;
  321. | int
  322. | main ()
  323. | {
  324. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  325. | ;
  326. | return 0;
  327. | }
  328. configure:3199: gcc -qlanglvl=ansi -c -g -O2 conftest.c >&5
  329. gcc: unrecognized option '-qlanglvl=ansi'
  330. In file included from /usr/include/sys/select.h:23,
  331. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  332. from conftest.c:12:
  333. /usr/include/sys/time.h:348: error: redefinition of parameter '_RESTRICT_KYWD'
  334. /usr/include/sys/time.h:347: error: previous definition of '_RESTRICT_KYWD' was here
  335. /usr/include/sys/time.h:398: error: conflicting types for '_RESTRICT_KYWD'
  336. /usr/include/sys/time.h:398: error: previous definition of '_RESTRICT_KYWD' was here
  337. In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/time.h:29,
  338. from /usr/include/sys/time.h:418,
  339. from /usr/include/sys/select.h:23,
  340. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  341. from conftest.c:12:
  342. /usr/include/iso/time_iso.h:92: error: conflicting types for '_RESTRICT_KYWD'
  343. /usr/include/iso/time_iso.h:92: error: previous definition of '_RESTRICT_KYWD' was here
  344. /usr/include/iso/time_iso.h:93: error: conflicting types for '_RESTRICT_KYWD'
  345. /usr/include/iso/time_iso.h:92: error: previous definition of '_RESTRICT_KYWD' was here
  346. In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  347. from conftest.c:12:
  348. /usr/include/sys/select.h:140: error: redefinition of parameter '_RESTRICT_KYWD'
  349. /usr/include/sys/select.h:140: error: previous definition of '_RESTRICT_KYWD' was here
  350. /usr/include/sys/select.h:141: error: redefinition of parameter '_RESTRICT_KYWD'
  351. /usr/include/sys/select.h:140: error: previous definition of '_RESTRICT_KYWD' was here
  352. /usr/include/sys/select.h:141: error: conflicting types for '_RESTRICT_KYWD'
  353. /usr/include/sys/select.h:141: error: previous definition of '_RESTRICT_KYWD' was here
  354. /usr/include/sys/select.h:144: error: redefinition of parameter '_RESTRICT_KYWD'
  355. /usr/include/sys/select.h:144: error: previous definition of '_RESTRICT_KYWD' was here
  356. /usr/include/sys/select.h:145: error: redefinition of parameter '_RESTRICT_KYWD'
  357. /usr/include/sys/select.h:144: error: previous definition of '_RESTRICT_KYWD' was here
  358. /usr/include/sys/select.h:145: error: conflicting types for '_RESTRICT_KYWD'
  359. /usr/include/sys/select.h:145: error: previous definition of '_RESTRICT_KYWD' was here
  360. /usr/include/sys/select.h:146: error: conflicting types for '_RESTRICT_KYWD'
  361. /usr/include/sys/select.h:145: error: previous definition of '_RESTRICT_KYWD' was here
  362. In file included from conftest.c:13:
  363. /usr/include/sys/stat.h:477: error: conflicting types for '_RESTRICT_KYWD'
  364. /usr/include/sys/stat.h:477: error: previous definition of '_RESTRICT_KYWD' was here
  365. /usr/include/sys/stat.h:478: error: conflicting types for '_RESTRICT_KYWD'
  366. /usr/include/sys/stat.h:478: error: previous definition of '_RESTRICT_KYWD' was here
  367. In file included from /usr/include/sys/stat.h:511,
  368. from conftest.c:13:
  369. /usr/include/sys/stat_impl.h:27: error: conflicting types for '_RESTRICT_KYWD'
  370. /usr/include/sys/stat_impl.h:27: error: previous definition of '_RESTRICT_KYWD' was here
  371. /usr/include/sys/stat_impl.h:34: error: conflicting types for '_RESTRICT_KYWD'
  372. /usr/include/sys/stat_impl.h:34: error: previous definition of '_RESTRICT_KYWD' was here
  373. configure:3205: $? = 1
  374. configure: failed program was:
  375. | /* confdefs.h. */
  376. | #define PACKAGE_NAME ""
  377. | #define PACKAGE_TARNAME ""
  378. | #define PACKAGE_VERSION ""
  379. | #define PACKAGE_STRING ""
  380. | #define PACKAGE_BUGREPORT ""
  381. | #define PACKAGE "gens"
  382. | #define VERSION "2.12"
  383. | /* end confdefs.h. */
  384. | #include <stdarg.h>
  385. | #include <stdio.h>
  386. | #include <sys/types.h>
  387. | #include <sys/stat.h>
  388. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  389. | struct buf { int x; };
  390. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  391. | static char *e (p, i)
  392. | char **p;
  393. | int i;
  394. | {
  395. | return p[i];
  396. | }
  397. | static char *f (char * (*g) (char **, int), char **p, ...)
  398. | {
  399. | char *s;
  400. | va_list v;
  401. | va_start (v,p);
  402. | s = g (p, va_arg (v,int));
  403. | va_end (v);
  404. | return s;
  405. | }
  406. |
  407. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  408. | function prototypes and stuff, but not '\xHH' hex character constants.
  409. | These don't provoke an error unfortunately, instead are silently treated
  410. | as 'x'. The following induces an error, until -std is added to get
  411. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  412. | array size at least. It's necessary to write '\x00'==0 to get something
  413. | that's true only with -std. */
  414. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  415. |
  416. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  417. | inside strings and character constants. */
  418. | #define FOO(x) 'x'
  419. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  420. |
  421. | int test (int i, double x);
  422. | struct s1 {int (*f) (int a);};
  423. | struct s2 {int (*f) (double a);};
  424. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  425. | int argc;
  426. | char **argv;
  427. | int
  428. | main ()
  429. | {
  430. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  431. | ;
  432. | return 0;
  433. | }
  434. configure:3199: gcc -std -c -g -O2 conftest.c >&5
  435. cc1: error: unrecognized command line option "-std"
  436. configure:3205: $? = 1
  437. configure: failed program was:
  438. | /* confdefs.h. */
  439. | #define PACKAGE_NAME ""
  440. | #define PACKAGE_TARNAME ""
  441. | #define PACKAGE_VERSION ""
  442. | #define PACKAGE_STRING ""
  443. | #define PACKAGE_BUGREPORT ""
  444. | #define PACKAGE "gens"
  445. | #define VERSION "2.12"
  446. | /* end confdefs.h. */
  447. | #include <stdarg.h>
  448. | #include <stdio.h>
  449. | #include <sys/types.h>
  450. | #include <sys/stat.h>
  451. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  452. | struct buf { int x; };
  453. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  454. | static char *e (p, i)
  455. | char **p;
  456. | int i;
  457. | {
  458. | return p[i];
  459. | }
  460. | static char *f (char * (*g) (char **, int), char **p, ...)
  461. | {
  462. | char *s;
  463. | va_list v;
  464. | va_start (v,p);
  465. | s = g (p, va_arg (v,int));
  466. | va_end (v);
  467. | return s;
  468. | }
  469. |
  470. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  471. | function prototypes and stuff, but not '\xHH' hex character constants.
  472. | These don't provoke an error unfortunately, instead are silently treated
  473. | as 'x'. The following induces an error, until -std is added to get
  474. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  475. | array size at least. It's necessary to write '\x00'==0 to get something
  476. | that's true only with -std. */
  477. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  478. |
  479. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  480. | inside strings and character constants. */
  481. | #define FOO(x) 'x'
  482. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  483. |
  484. | int test (int i, double x);
  485. | struct s1 {int (*f) (int a);};
  486. | struct s2 {int (*f) (double a);};
  487. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  488. | int argc;
  489. | char **argv;
  490. | int
  491. | main ()
  492. | {
  493. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  494. | ;
  495. | return 0;
  496. | }
  497. configure:3199: gcc -Ae -c -g -O2 conftest.c >&5
  498. <command-line>: error: missing '(' after predicate
  499. In file included from /usr/include/sys/select.h:23,
  500. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  501. from conftest.c:12:
  502. /usr/include/sys/time.h:348: error: redefinition of parameter '_RESTRICT_KYWD'
  503. /usr/include/sys/time.h:347: error: previous definition of '_RESTRICT_KYWD' was here
  504. /usr/include/sys/time.h:398: error: conflicting types for '_RESTRICT_KYWD'
  505. /usr/include/sys/time.h:398: error: previous definition of '_RESTRICT_KYWD' was here
  506. In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/time.h:29,
  507. from /usr/include/sys/time.h:418,
  508. from /usr/include/sys/select.h:23,
  509. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  510. from conftest.c:12:
  511. /usr/include/iso/time_iso.h:92: error: conflicting types for '_RESTRICT_KYWD'
  512. /usr/include/iso/time_iso.h:92: error: previous definition of '_RESTRICT_KYWD' was here
  513. /usr/include/iso/time_iso.h:93: error: conflicting types for '_RESTRICT_KYWD'
  514. /usr/include/iso/time_iso.h:92: error: previous definition of '_RESTRICT_KYWD' was here
  515. In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  516. from conftest.c:12:
  517. /usr/include/sys/select.h:140: error: redefinition of parameter '_RESTRICT_KYWD'
  518. /usr/include/sys/select.h:140: error: previous definition of '_RESTRICT_KYWD' was here
  519. /usr/include/sys/select.h:141: error: redefinition of parameter '_RESTRICT_KYWD'
  520. /usr/include/sys/select.h:140: error: previous definition of '_RESTRICT_KYWD' was here
  521. /usr/include/sys/select.h:141: error: conflicting types for '_RESTRICT_KYWD'
  522. /usr/include/sys/select.h:141: error: previous definition of '_RESTRICT_KYWD' was here
  523. /usr/include/sys/select.h:144: error: redefinition of parameter '_RESTRICT_KYWD'
  524. /usr/include/sys/select.h:144: error: previous definition of '_RESTRICT_KYWD' was here
  525. /usr/include/sys/select.h:145: error: redefinition of parameter '_RESTRICT_KYWD'
  526. /usr/include/sys/select.h:144: error: previous definition of '_RESTRICT_KYWD' was here
  527. /usr/include/sys/select.h:145: error: conflicting types for '_RESTRICT_KYWD'
  528. /usr/include/sys/select.h:145: error: previous definition of '_RESTRICT_KYWD' was here
  529. /usr/include/sys/select.h:146: error: conflicting types for '_RESTRICT_KYWD'
  530. /usr/include/sys/select.h:145: error: previous definition of '_RESTRICT_KYWD' was here
  531. In file included from conftest.c:13:
  532. /usr/include/sys/stat.h:477: error: conflicting types for '_RESTRICT_KYWD'
  533. /usr/include/sys/stat.h:477: error: previous definition of '_RESTRICT_KYWD' was here
  534. /usr/include/sys/stat.h:478: error: conflicting types for '_RESTRICT_KYWD'
  535. /usr/include/sys/stat.h:478: error: previous definition of '_RESTRICT_KYWD' was here
  536. In file included from /usr/include/sys/stat.h:511,
  537. from conftest.c:13:
  538. /usr/include/sys/stat_impl.h:27: error: conflicting types for '_RESTRICT_KYWD'
  539. /usr/include/sys/stat_impl.h:27: error: previous definition of '_RESTRICT_KYWD' was here
  540. /usr/include/sys/stat_impl.h:34: error: conflicting types for '_RESTRICT_KYWD'
  541. /usr/include/sys/stat_impl.h:34: error: previous definition of '_RESTRICT_KYWD' was here
  542. configure:3205: $? = 1
  543. configure: failed program was:
  544. | /* confdefs.h. */
  545. | #define PACKAGE_NAME ""
  546. | #define PACKAGE_TARNAME ""
  547. | #define PACKAGE_VERSION ""
  548. | #define PACKAGE_STRING ""
  549. | #define PACKAGE_BUGREPORT ""
  550. | #define PACKAGE "gens"
  551. | #define VERSION "2.12"
  552. | /* end confdefs.h. */
  553. | #include <stdarg.h>
  554. | #include <stdio.h>
  555. | #include <sys/types.h>
  556. | #include <sys/stat.h>
  557. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  558. | struct buf { int x; };
  559. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  560. | static char *e (p, i)
  561. | char **p;
  562. | int i;
  563. | {
  564. | return p[i];
  565. | }
  566. | static char *f (char * (*g) (char **, int), char **p, ...)
  567. | {
  568. | char *s;
  569. | va_list v;
  570. | va_start (v,p);
  571. | s = g (p, va_arg (v,int));
  572. | va_end (v);
  573. | return s;
  574. | }
  575. |
  576. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  577. | function prototypes and stuff, but not '\xHH' hex character constants.
  578. | These don't provoke an error unfortunately, instead are silently treated
  579. | as 'x'. The following induces an error, until -std is added to get
  580. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  581. | array size at least. It's necessary to write '\x00'==0 to get something
  582. | that's true only with -std. */
  583. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  584. |
  585. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  586. | inside strings and character constants. */
  587. | #define FOO(x) 'x'
  588. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  589. |
  590. | int test (int i, double x);
  591. | struct s1 {int (*f) (int a);};
  592. | struct s2 {int (*f) (double a);};
  593. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  594. | int argc;
  595. | char **argv;
  596. | int
  597. | main ()
  598. | {
  599. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  600. | ;
  601. | return 0;
  602. | }
  603. configure:3199: gcc -Aa -D_HPUX_SOURCE -c -g -O2 conftest.c >&5
  604. <command-line>: error: missing '(' after predicate
  605. In file included from /usr/include/sys/select.h:23,
  606. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  607. from conftest.c:12:
  608. /usr/include/sys/time.h:348: error: redefinition of parameter '_RESTRICT_KYWD'
  609. /usr/include/sys/time.h:347: error: previous definition of '_RESTRICT_KYWD' was here
  610. /usr/include/sys/time.h:398: error: conflicting types for '_RESTRICT_KYWD'
  611. /usr/include/sys/time.h:398: error: previous definition of '_RESTRICT_KYWD' was here
  612. In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/time.h:29,
  613. from /usr/include/sys/time.h:418,
  614. from /usr/include/sys/select.h:23,
  615. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  616. from conftest.c:12:
  617. /usr/include/iso/time_iso.h:92: error: conflicting types for '_RESTRICT_KYWD'
  618. /usr/include/iso/time_iso.h:92: error: previous definition of '_RESTRICT_KYWD' was here
  619. /usr/include/iso/time_iso.h:93: error: conflicting types for '_RESTRICT_KYWD'
  620. /usr/include/iso/time_iso.h:92: error: previous definition of '_RESTRICT_KYWD' was here
  621. In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  622. from conftest.c:12:
  623. /usr/include/sys/select.h:140: error: redefinition of parameter '_RESTRICT_KYWD'
  624. /usr/include/sys/select.h:140: error: previous definition of '_RESTRICT_KYWD' was here
  625. /usr/include/sys/select.h:141: error: redefinition of parameter '_RESTRICT_KYWD'
  626. /usr/include/sys/select.h:140: error: previous definition of '_RESTRICT_KYWD' was here
  627. /usr/include/sys/select.h:141: error: conflicting types for '_RESTRICT_KYWD'
  628. /usr/include/sys/select.h:141: error: previous definition of '_RESTRICT_KYWD' was here
  629. /usr/include/sys/select.h:144: error: redefinition of parameter '_RESTRICT_KYWD'
  630. /usr/include/sys/select.h:144: error: previous definition of '_RESTRICT_KYWD' was here
  631. /usr/include/sys/select.h:145: error: redefinition of parameter '_RESTRICT_KYWD'
  632. /usr/include/sys/select.h:144: error: previous definition of '_RESTRICT_KYWD' was here
  633. /usr/include/sys/select.h:145: error: conflicting types for '_RESTRICT_KYWD'
  634. /usr/include/sys/select.h:145: error: previous definition of '_RESTRICT_KYWD' was here
  635. /usr/include/sys/select.h:146: error: conflicting types for '_RESTRICT_KYWD'
  636. /usr/include/sys/select.h:145: error: previous definition of '_RESTRICT_KYWD' was here
  637. In file included from conftest.c:13:
  638. /usr/include/sys/stat.h:477: error: conflicting types for '_RESTRICT_KYWD'
  639. /usr/include/sys/stat.h:477: error: previous definition of '_RESTRICT_KYWD' was here
  640. /usr/include/sys/stat.h:478: error: conflicting types for '_RESTRICT_KYWD'
  641. /usr/include/sys/stat.h:478: error: previous definition of '_RESTRICT_KYWD' was here
  642. In file included from /usr/include/sys/stat.h:511,
  643. from conftest.c:13:
  644. /usr/include/sys/stat_impl.h:27: error: conflicting types for '_RESTRICT_KYWD'
  645. /usr/include/sys/stat_impl.h:27: error: previous definition of '_RESTRICT_KYWD' was here
  646. /usr/include/sys/stat_impl.h:34: error: conflicting types for '_RESTRICT_KYWD'
  647. /usr/include/sys/stat_impl.h:34: error: previous definition of '_RESTRICT_KYWD' was here
  648. configure:3205: $? = 1
  649. configure: failed program was:
  650. | /* confdefs.h. */
  651. | #define PACKAGE_NAME ""
  652. | #define PACKAGE_TARNAME ""
  653. | #define PACKAGE_VERSION ""
  654. | #define PACKAGE_STRING ""
  655. | #define PACKAGE_BUGREPORT ""
  656. | #define PACKAGE "gens"
  657. | #define VERSION "2.12"
  658. | /* end confdefs.h. */
  659. | #include <stdarg.h>
  660. | #include <stdio.h>
  661. | #include <sys/types.h>
  662. | #include <sys/stat.h>
  663. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  664. | struct buf { int x; };
  665. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  666. | static char *e (p, i)
  667. | char **p;
  668. | int i;
  669. | {
  670. | return p[i];
  671. | }
  672. | static char *f (char * (*g) (char **, int), char **p, ...)
  673. | {
  674. | char *s;
  675. | va_list v;
  676. | va_start (v,p);
  677. | s = g (p, va_arg (v,int));
  678. | va_end (v);
  679. | return s;
  680. | }
  681. |
  682. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  683. | function prototypes and stuff, but not '\xHH' hex character constants.
  684. | These don't provoke an error unfortunately, instead are silently treated
  685. | as 'x'. The following induces an error, until -std is added to get
  686. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  687. | array size at least. It's necessary to write '\x00'==0 to get something
  688. | that's true only with -std. */
  689. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  690. |
  691. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  692. | inside strings and character constants. */
  693. | #define FOO(x) 'x'
  694. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  695. |
  696. | int test (int i, double x);
  697. | struct s1 {int (*f) (int a);};
  698. | struct s2 {int (*f) (double a);};
  699. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  700. | int argc;
  701. | char **argv;
  702. | int
  703. | main ()
  704. | {
  705. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  706. | ;
  707. | return 0;
  708. | }
  709. configure:3199: gcc -Xc -D__EXTENSIONS__ -c -g -O2 conftest.c >&5
  710. gcc: unrecognized option '-Xc'
  711. In file included from /usr/include/sys/select.h:23,
  712. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  713. from conftest.c:12:
  714. /usr/include/sys/time.h:348: error: redefinition of parameter '_RESTRICT_KYWD'
  715. /usr/include/sys/time.h:347: error: previous definition of '_RESTRICT_KYWD' was here
  716. /usr/include/sys/time.h:398: error: conflicting types for '_RESTRICT_KYWD'
  717. /usr/include/sys/time.h:398: error: previous definition of '_RESTRICT_KYWD' was here
  718. In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/time.h:29,
  719. from /usr/include/sys/time.h:418,
  720. from /usr/include/sys/select.h:23,
  721. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  722. from conftest.c:12:
  723. /usr/include/iso/time_iso.h:92: error: conflicting types for '_RESTRICT_KYWD'
  724. /usr/include/iso/time_iso.h:92: error: previous definition of '_RESTRICT_KYWD' was here
  725. /usr/include/iso/time_iso.h:93: error: conflicting types for '_RESTRICT_KYWD'
  726. /usr/include/iso/time_iso.h:92: error: previous definition of '_RESTRICT_KYWD' was here
  727. In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  728. from conftest.c:12:
  729. /usr/include/sys/select.h:140: error: redefinition of parameter '_RESTRICT_KYWD'
  730. /usr/include/sys/select.h:140: error: previous definition of '_RESTRICT_KYWD' was here
  731. /usr/include/sys/select.h:141: error: redefinition of parameter '_RESTRICT_KYWD'
  732. /usr/include/sys/select.h:140: error: previous definition of '_RESTRICT_KYWD' was here
  733. /usr/include/sys/select.h:141: error: conflicting types for '_RESTRICT_KYWD'
  734. /usr/include/sys/select.h:141: error: previous definition of '_RESTRICT_KYWD' was here
  735. /usr/include/sys/select.h:144: error: redefinition of parameter '_RESTRICT_KYWD'
  736. /usr/include/sys/select.h:144: error: previous definition of '_RESTRICT_KYWD' was here
  737. /usr/include/sys/select.h:145: error: redefinition of parameter '_RESTRICT_KYWD'
  738. /usr/include/sys/select.h:144: error: previous definition of '_RESTRICT_KYWD' was here
  739. /usr/include/sys/select.h:145: error: conflicting types for '_RESTRICT_KYWD'
  740. /usr/include/sys/select.h:145: error: previous definition of '_RESTRICT_KYWD' was here
  741. /usr/include/sys/select.h:146: error: conflicting types for '_RESTRICT_KYWD'
  742. /usr/include/sys/select.h:145: error: previous definition of '_RESTRICT_KYWD' was here
  743. In file included from conftest.c:13:
  744. /usr/include/sys/stat.h:477: error: conflicting types for '_RESTRICT_KYWD'
  745. /usr/include/sys/stat.h:477: error: previous definition of '_RESTRICT_KYWD' was here
  746. /usr/include/sys/stat.h:478: error: conflicting types for '_RESTRICT_KYWD'
  747. /usr/include/sys/stat.h:478: error: previous definition of '_RESTRICT_KYWD' was here
  748. In file included from /usr/include/sys/stat.h:511,
  749. from conftest.c:13:
  750. /usr/include/sys/stat_impl.h:27: error: conflicting types for '_RESTRICT_KYWD'
  751. /usr/include/sys/stat_impl.h:27: error: previous definition of '_RESTRICT_KYWD' was here
  752. /usr/include/sys/stat_impl.h:34: error: conflicting types for '_RESTRICT_KYWD'
  753. /usr/include/sys/stat_impl.h:34: error: previous definition of '_RESTRICT_KYWD' was here
  754. configure:3205: $? = 1
  755. configure: failed program was:
  756. | /* confdefs.h. */
  757. | #define PACKAGE_NAME ""
  758. | #define PACKAGE_TARNAME ""
  759. | #define PACKAGE_VERSION ""
  760. | #define PACKAGE_STRING ""
  761. | #define PACKAGE_BUGREPORT ""
  762. | #define PACKAGE "gens"
  763. | #define VERSION "2.12"
  764. | /* end confdefs.h. */
  765. | #include <stdarg.h>
  766. | #include <stdio.h>
  767. | #include <sys/types.h>
  768. | #include <sys/stat.h>
  769. | /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
  770. | struct buf { int x; };
  771. | FILE * (*rcsopen) (struct buf *, struct stat *, int);
  772. | static char *e (p, i)
  773. | char **p;
  774. | int i;
  775. | {
  776. | return p[i];
  777. | }
  778. | static char *f (char * (*g) (char **, int), char **p, ...)
  779. | {
  780. | char *s;
  781. | va_list v;
  782. | va_start (v,p);
  783. | s = g (p, va_arg (v,int));
  784. | va_end (v);
  785. | return s;
  786. | }
  787. |
  788. | /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
  789. | function prototypes and stuff, but not '\xHH' hex character constants.
  790. | These don't provoke an error unfortunately, instead are silently treated
  791. | as 'x'. The following induces an error, until -std is added to get
  792. | proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
  793. | array size at least. It's necessary to write '\x00'==0 to get something
  794. | that's true only with -std. */
  795. | int osf4_cc_array ['\x00' == 0 ? 1 : -1];
  796. |
  797. | /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
  798. | inside strings and character constants. */
  799. | #define FOO(x) 'x'
  800. | int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
  801. |
  802. | int test (int i, double x);
  803. | struct s1 {int (*f) (int a);};
  804. | struct s2 {int (*f) (double a);};
  805. | int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
  806. | int argc;
  807. | char **argv;
  808. | int
  809. | main ()
  810. | {
  811. | return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
  812. | ;
  813. | return 0;
  814. | }
  815. configure:3231: result: unsupported
  816. configure:3257: checking for style of include used by make
  817. configure:3285: result: GNU
  818. configure:3310: checking dependency style of gcc
  819. configure:3401: result: gcc3
  820. configure:3417: checking whether gcc and cc understand -c and -o together
  821. configure:3452: gcc -c conftest.c -o conftest2.o >&5
  822. configure:3455: $? = 0
  823. configure:3461: gcc -c conftest.c -o conftest2.o >&5
  824. configure:3464: $? = 0
  825. configure:3475: cc -c conftest.c >&5
  826. /usr/ucb/cc: language optional software package not installed
  827. configure:3478: $? = 1
  828. configure:3516: result: yes
  829. configure:3543: checking for library containing strerror
  830. configure:3584: gcc -o conftest -g -O2 conftest.c >&5
  831. configure:3590: $? = 0
  832. configure:3618: result: none required
  833. configure:3631: checking how to run the C preprocessor
  834. configure:3671: gcc -E conftest.c
  835. configure:3677: $? = 0
  836. configure:3708: gcc -E conftest.c
  837. conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
  838. configure:3714: $? = 1
  839. configure: failed program was:
  840. | /* confdefs.h. */
  841. | #define PACKAGE_NAME ""
  842. | #define PACKAGE_TARNAME ""
  843. | #define PACKAGE_VERSION ""
  844. | #define PACKAGE_STRING ""
  845. | #define PACKAGE_BUGREPORT ""
  846. | #define PACKAGE "gens"
  847. | #define VERSION "2.12"
  848. | /* end confdefs.h. */
  849. | #include <ac_nonexistent.h>
  850. configure:3747: result: gcc -E
  851. configure:3776: gcc -E conftest.c
  852. configure:3782: $? = 0
  853. configure:3813: gcc -E conftest.c
  854. conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
  855. configure:3819: $? = 1
  856. configure: failed program was:
  857. | /* confdefs.h. */
  858. | #define PACKAGE_NAME ""
  859. | #define PACKAGE_TARNAME ""
  860. | #define PACKAGE_VERSION ""
  861. | #define PACKAGE_STRING ""
  862. | #define PACKAGE_BUGREPORT ""
  863. | #define PACKAGE "gens"
  864. | #define VERSION "2.12"
  865. | /* end confdefs.h. */
  866. | #include <ac_nonexistent.h>
  867. configure:3857: checking for grep that handles long lines and -e
  868. configure:3931: result: /opt/csw/bin/ggrep
  869. configure:3936: checking for egrep
  870. configure:4014: result: /opt/csw/bin/ggrep -E
  871. configure:4019: checking for ANSI C header files
  872. configure:4049: gcc -c -g -O2 conftest.c >&5
  873. In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:27,
  874. from conftest.c:10:
  875. /usr/include/iso/stdlib_iso.h: In function 'abort':
  876. /usr/include/iso/stdlib_iso.h:107: error: expected declaration specifiers before '__NORETURN'
  877. /usr/include/iso/stdlib_iso.h:108: error: storage class specified for parameter 'abs'
  878. /usr/include/iso/stdlib_iso.h:109: error: storage class specified for parameter 'atexit'
  879. /usr/include/iso/stdlib_iso.h:110: error: storage class specified for parameter 'atof'
  880. /usr/include/iso/stdlib_iso.h:111: error: storage class specified for parameter 'atoi'
  881. /usr/include/iso/stdlib_iso.h:112: error: storage class specified for parameter 'atol'
  882. /usr/include/iso/stdlib_iso.h:114: error: storage class specified for parameter 'bsearch'
  883. /usr/include/iso/stdlib_iso.h:121: error: storage class specified for parameter 'calloc'
  884. /usr/include/iso/stdlib_iso.h:122: error: storage class specified for parameter 'div'
  885. /usr/include/iso/stdlib_iso.h:124: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__NORETURN'
  886. /usr/include/iso/stdlib_iso.h:125: error: storage class specified for parameter 'free'
  887. /usr/include/iso/stdlib_iso.h:126: error: storage class specified for parameter 'getenv'
  888. /usr/include/iso/stdlib_iso.h:127: error: storage class specified for parameter 'labs'
  889. /usr/include/iso/stdlib_iso.h:128: error: storage class specified for parameter 'ldiv'
  890. /usr/include/iso/stdlib_iso.h:129: error: storage class specified for parameter 'malloc'
  891. /usr/include/iso/stdlib_iso.h:130: error: storage class specified for parameter 'mblen'
  892. /usr/include/iso/stdlib_iso.h:131: error: conflicting types for '_RESTRICT_KYWD'
  893. /usr/include/iso/stdlib_iso.h:131: error: previous definition of '_RESTRICT_KYWD' was here
  894. /usr/include/iso/stdlib_iso.h:132: error: storage class specified for parameter 'mbstowcs'
  895. /usr/include/iso/stdlib_iso.h:133: error: conflicting types for '_RESTRICT_KYWD'
  896. /usr/include/iso/stdlib_iso.h:133: error: previous definition of '_RESTRICT_KYWD' was here
  897. /usr/include/iso/stdlib_iso.h:133: error: storage class specified for parameter 'mbtowc'
  898. /usr/include/iso/stdlib_iso.h:134: error: storage class specified for parameter 'qsort'
  899. /usr/include/iso/stdlib_iso.h:140: error: storage class specified for parameter 'rand'
  900. /usr/include/iso/stdlib_iso.h:141: error: storage class specified for parameter 'realloc'
  901. /usr/include/iso/stdlib_iso.h:142: error: storage class specified for parameter 'srand'
  902. /usr/include/iso/stdlib_iso.h:143: error: conflicting types for '_RESTRICT_KYWD'
  903. /usr/include/iso/stdlib_iso.h:143: error: previous definition of '_RESTRICT_KYWD' was here
  904. /usr/include/iso/stdlib_iso.h:143: error: storage class specified for parameter 'strtod'
  905. /usr/include/iso/stdlib_iso.h:144: error: conflicting types for '_RESTRICT_KYWD'
  906. /usr/include/iso/stdlib_iso.h:144: error: previous definition of '_RESTRICT_KYWD' was here
  907. /usr/include/iso/stdlib_iso.h:144: error: storage class specified for parameter 'strtol'
  908. /usr/include/iso/stdlib_iso.h:146: error: conflicting types for '_RESTRICT_KYWD'
  909. /usr/include/iso/stdlib_iso.h:145: error: previous definition of '_RESTRICT_KYWD' was here
  910. /usr/include/iso/stdlib_iso.h:146: error: storage class specified for parameter 'strtoul'
  911. /usr/include/iso/stdlib_iso.h:147: error: storage class specified for parameter 'system'
  912. /usr/include/iso/stdlib_iso.h:148: error: storage class specified for parameter 'wctomb'
  913. /usr/include/iso/stdlib_iso.h:149: error: conflicting types for '_RESTRICT_KYWD'
  914. /usr/include/iso/stdlib_iso.h:149: error: previous definition of '_RESTRICT_KYWD' was here
  915. /usr/include/iso/stdlib_iso.h:150: error: storage class specified for parameter 'wcstombs'
  916. In file included from conftest.c:10:
  917. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:80: error: storage class specified for parameter 'lldiv_t'
  918. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:88: error: storage class specified for parameter 'uid_t'
  919. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:121: error: storage class specified for parameter '_exithandle'
  920. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:126: error: storage class specified for parameter 'drand48'
  921. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:127: error: storage class specified for parameter 'erand48'
  922. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:128: error: storage class specified for parameter 'jrand48'
  923. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:129: error: storage class specified for parameter 'lcong48'
  924. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:130: error: storage class specified for parameter 'lrand48'
  925. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:131: error: storage class specified for parameter 'mrand48'
  926. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:132: error: storage class specified for parameter 'nrand48'
  927. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:133: error: storage class specified for parameter 'seed48'
  928. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:134: error: storage class specified for parameter 'srand48'
  929. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:135: error: storage class specified for parameter 'putenv'
  930. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:136: error: storage class specified for parameter 'setkey'
  931. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:149: error: storage class specified for parameter 'ssize_t'
  932. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:153: error: expected declaration specifiers or '...' before 'ssize_t'
  933. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:153: error: storage class specified for parameter 'swab'
  934. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:159: error: storage class specified for parameter 'mkstemp'
  935. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:164: error: storage class specified for parameter 'mkstemp64'
  936. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:170: error: storage class specified for parameter 'a64l'
  937. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:171: error: storage class specified for parameter 'ecvt'
  938. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:172: error: storage class specified for parameter 'fcvt'
  939. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:173: error: storage class specified for parameter 'gcvt'
  940. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:174: error: storage class specified for parameter 'getsubopt'
  941. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:175: error: storage class specified for parameter 'grantpt'
  942. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:176: error: storage class specified for parameter 'initstate'
  943. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:177: error: storage class specified for parameter 'l64a'
  944. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:178: error: storage class specified for parameter 'mktemp'
  945. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:179: error: storage class specified for parameter 'ptsname'
  946. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:180: error: storage class specified for parameter 'random'
  947. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:181: error: storage class specified for parameter 'realpath'
  948. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:182: error: storage class specified for parameter 'setstate'
  949. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:183: error: storage class specified for parameter 'srandom'
  950. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:184: error: storage class specified for parameter 'ttyslot'
  951. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:185: error: storage class specified for parameter 'unlockpt'
  952. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:186: error: storage class specified for parameter 'valloc'
  953. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:191: error: storage class specified for parameter 'dup2'
  954. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:192: error: storage class specified for parameter 'qecvt'
  955. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:193: error: storage class specified for parameter 'qfcvt'
  956. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:194: error: storage class specified for parameter 'qgcvt'
  957. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:195: error: storage class specified for parameter 'getcwd'
  958. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:196: error: storage class specified for parameter 'getexecname'
  959. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:197: error: storage class specified for parameter 'getlogin'
  960. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:198: error: storage class specified for parameter 'getopt'
  961. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:199: error: storage class specified for parameter 'optarg'
  962. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:200: error: storage class specified for parameter 'optind'
  963. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:200: error: storage class specified for parameter 'opterr'
  964. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:200: error: storage class specified for parameter 'optopt'
  965. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:201: error: storage class specified for parameter 'getpass'
  966. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:202: error: storage class specified for parameter 'getpassphrase'
  967. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:203: error: expected ')' before 'char'
  968. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:204: error: storage class specified for parameter 'isatty'
  969. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:205: error: storage class specified for parameter 'memalign'
  970. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:206: error: storage class specified for parameter 'ttyname'
  971. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:209: error: storage class specified for parameter 'atoll'
  972. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:210: error: storage class specified for parameter 'llabs'
  973. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:211: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'lldiv'
  974. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:212: error: storage class specified for parameter 'lltostr'
  975. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:213: error: storage class specified for parameter 'strtoll'
  976. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:214: error: storage class specified for parameter 'strtoull'
  977. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:215: error: storage class specified for parameter 'ulltostr'
  978. In file included from conftest.c:11:
  979. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include/stdarg.h:43: error: storage class specified for parameter '__gnuc_va_list'
  980. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include/stdarg.h:85: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'va_list'
  981. In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/string.h:27,
  982. from conftest.c:12:
  983. /usr/include/iso/string_iso.h:59: error: storage class specified for parameter 'memcmp'
  984. /usr/include/iso/string_iso.h:60: error: conflicting types for '_RESTRICT_KYWD'
  985. /usr/include/iso/string_iso.h:60: error: previous definition of '_RESTRICT_KYWD' was here
  986. /usr/include/iso/string_iso.h:60: error: storage class specified for parameter 'memcpy'
  987. /usr/include/iso/string_iso.h:61: error: storage class specified for parameter 'memmove'
  988. /usr/include/iso/string_iso.h:62: error: storage class specified for parameter 'memset'
  989. /usr/include/iso/string_iso.h:63: error: conflicting types for '_RESTRICT_KYWD'
  990. /usr/include/iso/string_iso.h:63: error: previous definition of '_RESTRICT_KYWD' was here
  991. /usr/include/iso/string_iso.h:63: error: storage class specified for parameter 'strcat'
  992. /usr/include/iso/string_iso.h:64: error: storage class specified for parameter 'strcmp'
  993. /usr/include/iso/string_iso.h:65: error: conflicting types for '_RESTRICT_KYWD'
  994. /usr/include/iso/string_iso.h:65: error: previous definition of '_RESTRICT_KYWD' was here
  995. /usr/include/iso/string_iso.h:65: error: storage class specified for parameter 'strcpy'
  996. /usr/include/iso/string_iso.h:66: error: storage class specified for parameter 'strcoll'
  997. /usr/include/iso/string_iso.h:67: error: storage class specified for parameter 'strcspn'
  998. /usr/include/iso/string_iso.h:68: error: storage class specified for parameter 'strerror'
  999. /usr/include/iso/string_iso.h:69: error: storage class specified for parameter 'strlen'
  1000. /usr/include/iso/string_iso.h:70: error: conflicting types for '_RESTRICT_KYWD'
  1001. /usr/include/iso/string_iso.h:70: error: previous definition of '_RESTRICT_KYWD' was here
  1002. /usr/include/iso/string_iso.h:70: error: storage class specified for parameter 'strncat'
  1003. /usr/include/iso/string_iso.h:71: error: storage class specified for parameter 'strncmp'
  1004. /usr/include/iso/string_iso.h:72: error: conflicting types for '_RESTRICT_KYWD'
  1005. /usr/include/iso/string_iso.h:72: error: previous definition of '_RESTRICT_KYWD' was here
  1006. /usr/include/iso/string_iso.h:72: error: storage class specified for parameter 'strncpy'
  1007. /usr/include/iso/string_iso.h:73: error: storage class specified for parameter 'strspn'
  1008. /usr/include/iso/string_iso.h:74: error: conflicting types for '_RESTRICT_KYWD'
  1009. /usr/include/iso/string_iso.h:74: error: previous definition of '_RESTRICT_KYWD' was here
  1010. /usr/include/iso/string_iso.h:74: error: storage class specified for parameter 'strtok'
  1011. /usr/include/iso/string_iso.h:75: error: conflicting types for '_RESTRICT_KYWD'
  1012. /usr/include/iso/string_iso.h:75: error: previous definition of '_RESTRICT_KYWD' was here
  1013. /usr/include/iso/string_iso.h:75: error: storage class specified for parameter 'strxfrm'
  1014. /usr/include/iso/string_iso.h:129: error: storage class specified for parameter 'memchr'
  1015. /usr/include/iso/string_iso.h:130: error: storage class specified for parameter 'strchr'
  1016. /usr/include/iso/string_iso.h:131: error: storage class specified for parameter 'strpbrk'
  1017. /usr/include/iso/string_iso.h:132: error: storage class specified for parameter 'strrchr'
  1018. /usr/include/iso/string_iso.h:133: error: storage class specified for parameter 'strstr'
  1019. In file included from conftest.c:12:
  1020. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/string.h:72: error: storage class specified for parameter 'memccpy'
  1021. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/string.h:77: error: storage class specified for parameter 'strsignal'
  1022. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/string.h:78: error: storage class specified for parameter 'ffs'
  1023. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/string.h:79: error: storage class specified for parameter 'strcasecmp'
  1024. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/string.h:80: error: storage class specified for parameter 'strncasecmp'
  1025. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/string.h:81: error: storage class specified for parameter 'strlcpy'
  1026. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/string.h:82: error: storage class specified for parameter 'strlcat'
  1027. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/string.h:88: error: storage class specified for parameter 'strdup'
  1028. conftest.c:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  1029. conftest.c:21: error: old-style parameter declarations in prototyped function definition
  1030. conftest.c:21: error: expected '{' at end of input
  1031. configure:4055: $? = 1
  1032. configure: failed program was:
  1033. | /* confdefs.h. */
  1034. | #define PACKAGE_NAME ""
  1035. | #define PACKAGE_TARNAME ""
  1036. | #define PACKAGE_VERSION ""
  1037. | #define PACKAGE_STRING ""
  1038. | #define PACKAGE_BUGREPORT ""
  1039. | #define PACKAGE "gens"
  1040. | #define VERSION "2.12"
  1041. | /* end confdefs.h. */
  1042. | #include <stdlib.h>
  1043. | #include <stdarg.h>
  1044. | #include <string.h>
  1045. | #include <float.h>
  1046. |
  1047. | int
  1048. | main ()
  1049. | {
  1050. |
  1051. | ;
  1052. | return 0;
  1053. | }
  1054. configure:4183: result: no
  1055. configure:4217: checking for pkg-config
  1056. configure:4235: found /opt/csw/bin/pkg-config
  1057. configure:4248: result: /opt/csw/bin/pkg-config
  1058. configure:4270: checking for GTK+ - version >= 2.4.0
  1059. configure:4390: gcc -o conftest -g -O2 -D_REENTRANT -D_PTHREADS -D_POSIX_PTHREAD_SEMANTICS -I/opt/csw/include/gtk-2.0 -I/opt/csw/lib/gtk-2.0/include -I/opt/csw/include/atk-1.0 -I/opt/csw/include/cairo -I/opt/csw/include/pango-1.0 -I/opt/csw/include/glib-2.0 -I/opt/csw/lib/glib-2.0/include -I/opt/csw/include/pixman-1 -I/opt/csw/include/freetype2 -I/opt/csw/include -I/opt/csw/include/libpng12 conftest.c -L/opt/csw/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lpthread -lthread -lrt -lglib-2.0 -lintl >&5
  1060. In file included from /usr/include/sys/select.h:23,
  1061. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  1062. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/signal.h:32,
  1063. from /opt/csw/include/glib-2.0/glib/gbacktrace.h:35,
  1064. from /opt/csw/include/glib-2.0/glib.h:36,
  1065. from /opt/csw/include/glib-2.0/gobject/gtype.h:26,
  1066. from /opt/csw/include/glib-2.0/gobject/gboxed.h:26,
  1067. from /opt/csw/include/glib-2.0/glib-object.h:25,
  1068. from /opt/csw/include/glib-2.0/gio/gioenums.h:30,
  1069. from /opt/csw/include/glib-2.0/gio/giotypes.h:30,
  1070. from /opt/csw/include/glib-2.0/gio/gio.h:28,
  1071. from /opt/csw/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
  1072. from /opt/csw/include/gtk-2.0/gdk/gdk.h:32,
  1073. from /opt/csw/include/gtk-2.0/gtk/gtk.h:32,
  1074. from conftest.c:11:
  1075. /usr/include/sys/time.h:348: error: redefinition of parameter '_RESTRICT_KYWD'
  1076. /usr/include/sys/time.h:347: error: previous definition of '_RESTRICT_KYWD' was here
  1077. /usr/include/sys/time.h:398: error: conflicting types for '_RESTRICT_KYWD'
  1078. /usr/include/sys/time.h:398: error: previous definition of '_RESTRICT_KYWD' was here
  1079. In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/time.h:29,
  1080. from /usr/include/sys/time.h:418,
  1081. from /usr/include/sys/select.h:23,
  1082. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  1083. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/signal.h:32,
  1084. from /opt/csw/include/glib-2.0/glib/gbacktrace.h:35,
  1085. from /opt/csw/include/glib-2.0/glib.h:36,
  1086. from /opt/csw/include/glib-2.0/gobject/gtype.h:26,
  1087. from /opt/csw/include/glib-2.0/gobject/gboxed.h:26,
  1088. from /opt/csw/include/glib-2.0/glib-object.h:25,
  1089. from /opt/csw/include/glib-2.0/gio/gioenums.h:30,
  1090. from /opt/csw/include/glib-2.0/gio/giotypes.h:30,
  1091. from /opt/csw/include/glib-2.0/gio/gio.h:28,
  1092. from /opt/csw/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
  1093. from /opt/csw/include/gtk-2.0/gdk/gdk.h:32,
  1094. from /opt/csw/include/gtk-2.0/gtk/gtk.h:32,
  1095. from conftest.c:11:
  1096. /usr/include/iso/time_iso.h:92: error: conflicting types for '_RESTRICT_KYWD'
  1097. /usr/include/iso/time_iso.h:92: error: previous definition of '_RESTRICT_KYWD' was here
  1098. /usr/include/iso/time_iso.h:93: error: conflicting types for '_RESTRICT_KYWD'
  1099. /usr/include/iso/time_iso.h:92: error: previous definition of '_RESTRICT_KYWD' was here
  1100. In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  1101. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/signal.h:32,
  1102. from /opt/csw/include/glib-2.0/glib/gbacktrace.h:35,
  1103. from /opt/csw/include/glib-2.0/glib.h:36,
  1104. from /opt/csw/include/glib-2.0/gobject/gtype.h:26,
  1105. from /opt/csw/include/glib-2.0/gobject/gboxed.h:26,
  1106. from /opt/csw/include/glib-2.0/glib-object.h:25,
  1107. from /opt/csw/include/glib-2.0/gio/gioenums.h:30,
  1108. from /opt/csw/include/glib-2.0/gio/giotypes.h:30,
  1109. from /opt/csw/include/glib-2.0/gio/gio.h:28,
  1110. from /opt/csw/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
  1111. from /opt/csw/include/gtk-2.0/gdk/gdk.h:32,
  1112. from /opt/csw/include/gtk-2.0/gtk/gtk.h:32,
  1113. from conftest.c:11:
  1114. /usr/include/sys/select.h:140: error: redefinition of parameter '_RESTRICT_KYWD'
  1115. /usr/include/sys/select.h:140: error: previous definition of '_RESTRICT_KYWD' was here
  1116. /usr/include/sys/select.h:141: error: redefinition of parameter '_RESTRICT_KYWD'
  1117. /usr/include/sys/select.h:140: error: previous definition of '_RESTRICT_KYWD' was here
  1118. /usr/include/sys/select.h:141: error: conflicting types for '_RESTRICT_KYWD'
  1119. /usr/include/sys/select.h:141: error: previous definition of '_RESTRICT_KYWD' was here
  1120. /usr/include/sys/select.h:144: error: redefinition of parameter '_RESTRICT_KYWD'
  1121. /usr/include/sys/select.h:144: error: previous definition of '_RESTRICT_KYWD' was here
  1122. /usr/include/sys/select.h:145: error: redefinition of parameter '_RESTRICT_KYWD'
  1123. /usr/include/sys/select.h:144: error: previous definition of '_RESTRICT_KYWD' was here
  1124. /usr/include/sys/select.h:145: error: conflicting types for '_RESTRICT_KYWD'
  1125. /usr/include/sys/select.h:145: error: previous definition of '_RESTRICT_KYWD' was here
  1126. /usr/include/sys/select.h:146: error: conflicting types for '_RESTRICT_KYWD'
  1127. /usr/include/sys/select.h:145: error: previous definition of '_RESTRICT_KYWD' was here
  1128. In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/signal.h:44,
  1129. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/signal.h:36,
  1130. from /opt/csw/include/glib-2.0/glib/gbacktrace.h:35,
  1131. from /opt/csw/include/glib-2.0/glib.h:36,
  1132. from /opt/csw/include/glib-2.0/gobject/gtype.h:26,
  1133. from /opt/csw/include/glib-2.0/gobject/gboxed.h:26,
  1134. from /opt/csw/include/glib-2.0/glib-object.h:25,
  1135. from /opt/csw/include/glib-2.0/gio/gioenums.h:30,
  1136. from /opt/csw/include/glib-2.0/gio/giotypes.h:30,
  1137. from /opt/csw/include/glib-2.0/gio/gio.h:28,
  1138. from /opt/csw/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
  1139. from /opt/csw/include/gtk-2.0/gdk/gdk.h:32,
  1140. from /opt/csw/include/gtk-2.0/gtk/gtk.h:32,
  1141. from conftest.c:11:
  1142. /usr/include/sys/siginfo.h:259: error: expected specifier-qualifier-list before 'ctid_t'
  1143. /usr/include/sys/siginfo.h:390: error: expected specifier-qualifier-list before 'ctid_t'
  1144. In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:27,
  1145. from conftest.c:13:
  1146. /usr/include/iso/stdlib_iso.h: In function 'abort':
  1147. /usr/include/iso/stdlib_iso.h:107: error: expected declaration specifiers before '__NORETURN'
  1148. /usr/include/iso/stdlib_iso.h:108: error: storage class specified for parameter 'abs'
  1149. /usr/include/iso/stdlib_iso.h:109: error: storage class specified for parameter 'atexit'
  1150. /usr/include/iso/stdlib_iso.h:110: error: storage class specified for parameter 'atof'
  1151. /usr/include/iso/stdlib_iso.h:111: error: storage class specified for parameter 'atoi'
  1152. /usr/include/iso/stdlib_iso.h:112: error: storage class specified for parameter 'atol'
  1153. /usr/include/iso/stdlib_iso.h:114: error: storage class specified for parameter 'bsearch'
  1154. /usr/include/iso/stdlib_iso.h:121: error: storage class specified for parameter 'calloc'
  1155. /usr/include/iso/stdlib_iso.h:122: error: storage class specified for parameter 'div'
  1156. /usr/include/iso/stdlib_iso.h:124: error: expected '=', ',', ';', 'asm' or '__attribute__' before '__NORETURN'
  1157. /usr/include/iso/stdlib_iso.h:125: error: storage class specified for parameter 'free'
  1158. /usr/include/iso/stdlib_iso.h:126: error: storage class specified for parameter 'getenv'
  1159. /usr/include/iso/stdlib_iso.h:127: error: storage class specified for parameter 'labs'
  1160. /usr/include/iso/stdlib_iso.h:128: error: storage class specified for parameter 'ldiv'
  1161. /usr/include/iso/stdlib_iso.h:129: error: storage class specified for parameter 'malloc'
  1162. /usr/include/iso/stdlib_iso.h:130: error: storage class specified for parameter 'mblen'
  1163. /usr/include/iso/stdlib_iso.h:131: error: conflicting types for '_RESTRICT_KYWD'
  1164. /usr/include/iso/stdlib_iso.h:131: error: previous definition of '_RESTRICT_KYWD' was here
  1165. /usr/include/iso/stdlib_iso.h:132: error: storage class specified for parameter 'mbstowcs'
  1166. /usr/include/iso/stdlib_iso.h:133: error: conflicting types for '_RESTRICT_KYWD'
  1167. /usr/include/iso/stdlib_iso.h:133: error: previous definition of '_RESTRICT_KYWD' was here
  1168. /usr/include/iso/stdlib_iso.h:133: error: storage class specified for parameter 'mbtowc'
  1169. /usr/include/iso/stdlib_iso.h:134: error: storage class specified for parameter 'qsort'
  1170. /usr/include/iso/stdlib_iso.h:140: error: storage class specified for parameter 'rand'
  1171. /usr/include/iso/stdlib_iso.h:141: error: storage class specified for parameter 'realloc'
  1172. /usr/include/iso/stdlib_iso.h:142: error: storage class specified for parameter 'srand'
  1173. /usr/include/iso/stdlib_iso.h:143: error: conflicting types for '_RESTRICT_KYWD'
  1174. /usr/include/iso/stdlib_iso.h:143: error: previous definition of '_RESTRICT_KYWD' was here
  1175. /usr/include/iso/stdlib_iso.h:143: error: storage class specified for parameter 'strtod'
  1176. /usr/include/iso/stdlib_iso.h:144: error: conflicting types for '_RESTRICT_KYWD'
  1177. /usr/include/iso/stdlib_iso.h:144: error: previous definition of '_RESTRICT_KYWD' was here
  1178. /usr/include/iso/stdlib_iso.h:144: error: storage class specified for parameter 'strtol'
  1179. /usr/include/iso/stdlib_iso.h:146: error: conflicting types for '_RESTRICT_KYWD'
  1180. /usr/include/iso/stdlib_iso.h:145: error: previous definition of '_RESTRICT_KYWD' was here
  1181. /usr/include/iso/stdlib_iso.h:146: error: storage class specified for parameter 'strtoul'
  1182. /usr/include/iso/stdlib_iso.h:147: error: storage class specified for parameter 'system'
  1183. /usr/include/iso/stdlib_iso.h:148: error: storage class specified for parameter 'wctomb'
  1184. /usr/include/iso/stdlib_iso.h:149: error: conflicting types for '_RESTRICT_KYWD'
  1185. /usr/include/iso/stdlib_iso.h:149: error: previous definition of '_RESTRICT_KYWD' was here
  1186. /usr/include/iso/stdlib_iso.h:150: error: storage class specified for parameter 'wcstombs'
  1187. In file included from conftest.c:13:
  1188. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:80: error: storage class specified for parameter 'lldiv_t'
  1189. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:118: error: storage class specified for parameter 'rand_r'
  1190. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:121: error: storage class specified for parameter '_exithandle'
  1191. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:126: error: storage class specified for parameter 'drand48'
  1192. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:127: error: storage class specified for parameter 'erand48'
  1193. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:128: error: storage class specified for parameter 'jrand48'
  1194. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:129: error: storage class specified for parameter 'lcong48'
  1195. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:130: error: storage class specified for parameter 'lrand48'
  1196. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:131: error: storage class specified for parameter 'mrand48'
  1197. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:132: error: storage class specified for parameter 'nrand48'
  1198. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:133: error: storage class specified for parameter 'seed48'
  1199. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:134: error: storage class specified for parameter 'srand48'
  1200. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:135: error: storage class specified for parameter 'putenv'
  1201. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:136: error: storage class specified for parameter 'setkey'
  1202. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:153: error: storage class specified for parameter 'swab'
  1203. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:159: error: storage class specified for parameter 'mkstemp'
  1204. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:164: error: storage class specified for parameter 'mkstemp64'
  1205. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:170: error: storage class specified for parameter 'a64l'
  1206. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:171: error: storage class specified for parameter 'ecvt'
  1207. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:172: error: storage class specified for parameter 'fcvt'
  1208. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:173: error: storage class specified for parameter 'gcvt'
  1209. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:174: error: storage class specified for parameter 'getsubopt'
  1210. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:175: error: storage class specified for parameter 'grantpt'
  1211. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:176: error: storage class specified for parameter 'initstate'
  1212. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:177: error: storage class specified for parameter 'l64a'
  1213. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:178: error: storage class specified for parameter 'mktemp'
  1214. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:179: error: storage class specified for parameter 'ptsname'
  1215. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:180: error: storage class specified for parameter 'random'
  1216. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:181: error: storage class specified for parameter 'realpath'
  1217. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:182: error: storage class specified for parameter 'setstate'
  1218. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:183: error: storage class specified for parameter 'srandom'
  1219. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:184: error: storage class specified for parameter 'ttyslot'
  1220. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:185: error: storage class specified for parameter 'unlockpt'
  1221. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:186: error: storage class specified for parameter 'valloc'
  1222. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:191: error: storage class specified for parameter 'dup2'
  1223. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:192: error: storage class specified for parameter 'qecvt'
  1224. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:193: error: storage class specified for parameter 'qfcvt'
  1225. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:194: error: storage class specified for parameter 'qgcvt'
  1226. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:195: error: storage class specified for parameter 'getcwd'
  1227. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:196: error: storage class specified for parameter 'getexecname'
  1228. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:197: error: storage class specified for parameter 'getlogin'
  1229. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:198: error: storage class specified for parameter 'getopt'
  1230. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:199: error: storage class specified for parameter 'optarg'
  1231. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:200: error: storage class specified for parameter 'optind'
  1232. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:200: error: storage class specified for parameter 'opterr'
  1233. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:200: error: storage class specified for parameter 'optopt'
  1234. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:201: error: storage class specified for parameter 'getpass'
  1235. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:202: error: storage class specified for parameter 'getpassphrase'
  1236. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:203: error: storage class specified for parameter 'getpw'
  1237. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:204: error: storage class specified for parameter 'isatty'
  1238. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:205: error: storage class specified for parameter 'memalign'
  1239. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:206: error: storage class specified for parameter 'ttyname'
  1240. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:209: error: storage class specified for parameter 'atoll'
  1241. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:210: error: storage class specified for parameter 'llabs'
  1242. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:211: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'lldiv'
  1243. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:212: error: storage class specified for parameter 'lltostr'
  1244. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:213: error: storage class specified for parameter 'strtoll'
  1245. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:214: error: storage class specified for parameter 'strtoull'
  1246. /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/stdlib.h:215: error: storage class specified for parameter 'ulltostr'
  1247. conftest.c:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  1248. conftest.c:81: error: old-style parameter declarations in prototyped function definition
  1249. conftest.c:80: error: expected '{' at end of input
  1250. configure:4393: $? = 1
  1251. configure: program exited with status 1
  1252. configure: failed program was:
  1253. | /* confdefs.h. */
  1254. | #define PACKAGE_NAME ""
  1255. | #define PACKAGE_TARNAME ""
  1256. | #define PACKAGE_VERSION ""
  1257. | #define PACKAGE_STRING ""
  1258. | #define PACKAGE_BUGREPORT ""
  1259. | #define PACKAGE "gens"
  1260. | #define VERSION "2.12"
  1261. | /* end confdefs.h. */
  1262. |
  1263. | #include <gtk/gtk.h>
  1264. | #include <stdio.h>
  1265. | #include <stdlib.h>
  1266. |
  1267. | int
  1268. | main ()
  1269. | {
  1270. | int major, minor, micro;
  1271. | char *tmp_version;
  1272. |
  1273. | system ("touch conf.gtktest");
  1274. |
  1275. | /* HP/UX 9 (%@#!) writes to sscanf strings */
  1276. | tmp_version = g_strdup("2.4.0");
  1277. | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
  1278. | printf("%s, bad version string\n", "2.4.0");
  1279. | exit(1);
  1280. | }
  1281. |
  1282. | if ((gtk_major_version != 2) ||
  1283. | (gtk_minor_version != 20) ||
  1284. | (gtk_micro_version != 0))
  1285. | {
  1286. | printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
  1287. | 2, 20, 0,
  1288. | gtk_major_version, gtk_minor_version, gtk_micro_version);
  1289. | printf ("*** was found! If pkg-config was correct, then it is best\n");
  1290. | printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
  1291. | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
  1292. | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
  1293. | printf("*** required on your system.\n");
  1294. | printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
  1295. | printf("*** to point to the correct configuration files\n");
  1296. | }
  1297. | else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
  1298. | (gtk_minor_version != GTK_MINOR_VERSION) ||
  1299. | (gtk_micro_version != GTK_MICRO_VERSION))
  1300. | {
  1301. | printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
  1302. | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
  1303. | printf("*** library (version %d.%d.%d)\n",
  1304. | gtk_major_version, gtk_minor_version, gtk_micro_version);
  1305. | }
  1306. | else
  1307. | {
  1308. | if ((gtk_major_version > major) ||
  1309. | ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
  1310. | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
  1311. | {
  1312. | return 0;
  1313. | }
  1314. | else
  1315. | {
  1316. | printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
  1317. | gtk_major_version, gtk_minor_version, gtk_micro_version);
  1318. | printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
  1319. | major, minor, micro);
  1320. | printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
  1321. | printf("***\n");
  1322. | printf("*** If you have already installed a sufficiently new version, this error\n");
  1323. | printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
  1324. | printf("*** being found. The easiest way to fix this is to remove the old version\n");
  1325. | printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
  1326. | printf("*** correct copy of pkg-config. (In this case, you will have to\n");
  1327. | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
  1328. | printf("*** so that the correct libraries are found at run-time))\n");
  1329. | }
  1330. | }
  1331. | return 1;
  1332. | }
  1333. |
  1334. configure:4426: result: no
  1335. configure:4464: gcc -o conftest -g -O2 -D_REENTRANT -D_PTHREADS -D_POSIX_PTHREAD_SEMANTICS -I/opt/csw/include/gtk-2.0 -I/opt/csw/lib/gtk-2.0/include -I/opt/csw/include/atk-1.0 -I/opt/csw/include/cairo -I/opt/csw/include/pango-1.0 -I/opt/csw/include/glib-2.0 -I/opt/csw/lib/glib-2.0/include -I/opt/csw/include/pixman-1 -I/opt/csw/include/freetype2 -I/opt/csw/include -I/opt/csw/include/libpng12 conftest.c -L/opt/csw/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lpthread -lthread -lrt -lglib-2.0 -lintl >&5
  1336. In file included from /usr/include/sys/select.h:23,
  1337. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  1338. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/signal.h:32,
  1339. from /opt/csw/include/glib-2.0/glib/gbacktrace.h:35,
  1340. from /opt/csw/include/glib-2.0/glib.h:36,
  1341. from /opt/csw/include/glib-2.0/gobject/gtype.h:26,
  1342. from /opt/csw/include/glib-2.0/gobject/gboxed.h:26,
  1343. from /opt/csw/include/glib-2.0/glib-object.h:25,
  1344. from /opt/csw/include/glib-2.0/gio/gioenums.h:30,
  1345. from /opt/csw/include/glib-2.0/gio/giotypes.h:30,
  1346. from /opt/csw/include/glib-2.0/gio/gio.h:28,
  1347. from /opt/csw/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
  1348. from /opt/csw/include/gtk-2.0/gdk/gdk.h:32,
  1349. from /opt/csw/include/gtk-2.0/gtk/gtk.h:32,
  1350. from conftest.c:11:
  1351. /usr/include/sys/time.h:348: error: redefinition of parameter '_RESTRICT_KYWD'
  1352. /usr/include/sys/time.h:347: error: previous definition of '_RESTRICT_KYWD' was here
  1353. /usr/include/sys/time.h:398: error: conflicting types for '_RESTRICT_KYWD'
  1354. /usr/include/sys/time.h:398: error: previous definition of '_RESTRICT_KYWD' was here
  1355. In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/time.h:29,
  1356. from /usr/include/sys/time.h:418,
  1357. from /usr/include/sys/select.h:23,
  1358. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  1359. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/signal.h:32,
  1360. from /opt/csw/include/glib-2.0/glib/gbacktrace.h:35,
  1361. from /opt/csw/include/glib-2.0/glib.h:36,
  1362. from /opt/csw/include/glib-2.0/gobject/gtype.h:26,
  1363. from /opt/csw/include/glib-2.0/gobject/gboxed.h:26,
  1364. from /opt/csw/include/glib-2.0/glib-object.h:25,
  1365. from /opt/csw/include/glib-2.0/gio/gioenums.h:30,
  1366. from /opt/csw/include/glib-2.0/gio/giotypes.h:30,
  1367. from /opt/csw/include/glib-2.0/gio/gio.h:28,
  1368. from /opt/csw/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
  1369. from /opt/csw/include/gtk-2.0/gdk/gdk.h:32,
  1370. from /opt/csw/include/gtk-2.0/gtk/gtk.h:32,
  1371. from conftest.c:11:
  1372. /usr/include/iso/time_iso.h:92: error: conflicting types for '_RESTRICT_KYWD'
  1373. /usr/include/iso/time_iso.h:92: error: previous definition of '_RESTRICT_KYWD' was here
  1374. /usr/include/iso/time_iso.h:93: error: conflicting types for '_RESTRICT_KYWD'
  1375. /usr/include/iso/time_iso.h:92: error: previous definition of '_RESTRICT_KYWD' was here
  1376. In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/types.h:574,
  1377. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/signal.h:32,
  1378. from /opt/csw/include/glib-2.0/glib/gbacktrace.h:35,
  1379. from /opt/csw/include/glib-2.0/glib.h:36,
  1380. from /opt/csw/include/glib-2.0/gobject/gtype.h:26,
  1381. from /opt/csw/include/glib-2.0/gobject/gboxed.h:26,
  1382. from /opt/csw/include/glib-2.0/glib-object.h:25,
  1383. from /opt/csw/include/glib-2.0/gio/gioenums.h:30,
  1384. from /opt/csw/include/glib-2.0/gio/giotypes.h:30,
  1385. from /opt/csw/include/glib-2.0/gio/gio.h:28,
  1386. from /opt/csw/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
  1387. from /opt/csw/include/gtk-2.0/gdk/gdk.h:32,
  1388. from /opt/csw/include/gtk-2.0/gtk/gtk.h:32,
  1389. from conftest.c:11:
  1390. /usr/include/sys/select.h:140: error: redefinition of parameter '_RESTRICT_KYWD'
  1391. /usr/include/sys/select.h:140: error: previous definition of '_RESTRICT_KYWD' was here
  1392. /usr/include/sys/select.h:141: error: redefinition of parameter '_RESTRICT_KYWD'
  1393. /usr/include/sys/select.h:140: error: previous definition of '_RESTRICT_KYWD' was here
  1394. /usr/include/sys/select.h:141: error: conflicting types for '_RESTRICT_KYWD'
  1395. /usr/include/sys/select.h:141: error: previous definition of '_RESTRICT_KYWD' was here
  1396. /usr/include/sys/select.h:144: error: redefinition of parameter '_RESTRICT_KYWD'
  1397. /usr/include/sys/select.h:144: error: previous definition of '_RESTRICT_KYWD' was here
  1398. /usr/include/sys/select.h:145: error: redefinition of parameter '_RESTRICT_KYWD'
  1399. /usr/include/sys/select.h:144: error: previous definition of '_RESTRICT_KYWD' was here
  1400. /usr/include/sys/select.h:145: error: conflicting types for '_RESTRICT_KYWD'
  1401. /usr/include/sys/select.h:145: error: previous definition of '_RESTRICT_KYWD' was here
  1402. /usr/include/sys/select.h:146: error: conflicting types for '_RESTRICT_KYWD'
  1403. /usr/include/sys/select.h:145: error: previous definition of '_RESTRICT_KYWD' was here
  1404. In file included from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/sys/signal.h:44,
  1405. from /opt/csw/gcc4/lib/gcc/sparc-sun-solaris2.8/4.3.4/include-fixed/signal.h:36,
  1406. from /opt/csw/include/glib-2.0/glib/gbacktrace.h:35,
  1407. from /opt/csw/include/glib-2.0/glib.h:36,
  1408. from /opt/csw/include/glib-2.0/gobject/gtype.h:26,
  1409. from /opt/csw/include/glib-2.0/gobject/gboxed.h:26,
  1410. from /opt/csw/include/glib-2.0/glib-object.h:25,
  1411. from /opt/csw/include/glib-2.0/gio/gioenums.h:30,
  1412. from /opt/csw/include/glib-2.0/gio/giotypes.h:30,
  1413. from /opt/csw/include/glib-2.0/gio/gio.h:28,
  1414. from /opt/csw/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
  1415. from /opt/csw/include/gtk-2.0/gdk/gdk.h:32,
  1416. from /opt/csw/include/gtk-2.0/gtk/gtk.h:32,
  1417. from conftest.c:11:
  1418. /usr/include/sys/siginfo.h:259: error: expected specifier-qualifier-list before 'ctid_t'
  1419. /usr/include/sys/siginfo.h:390: error: expected specifier-qualifier-list before 'ctid_t'
  1420. configure:4470: $? = 1
  1421. configure: failed program was:
  1422. | /* confdefs.h. */
  1423. | #define PACKAGE_NAME ""
  1424. | #define PACKAGE_TARNAME ""
  1425. | #define PACKAGE_VERSION ""
  1426. | #define PACKAGE_STRING ""
  1427. | #define PACKAGE_BUGREPORT ""
  1428. | #define PACKAGE "gens"
  1429. | #define VERSION "2.12"
  1430. | /* end confdefs.h. */
  1431. |
  1432. | #include <gtk/gtk.h>
  1433. | #include <stdio.h>
  1434. |
  1435. | int
  1436. | main ()
  1437. | {
  1438. | return ((gtk_major_version) || (gtk_minor_version) || (gtk_micro_version));
  1439. | ;
  1440. | return 0;
  1441. | }
  1442. configure:4501: error: *** GTK+ version 2.4.0 not found!
  1443.  
  1444. ## ---------------- ##
  1445. ## Cache variables. ##
  1446. ## ---------------- ##
  1447.  
  1448. ac_cv_build=sparc-sun-solaris2.10
  1449. ac_cv_c_compiler_gnu=yes
  1450. ac_cv_env_CC_set=
  1451. ac_cv_env_CC_value=
  1452. ac_cv_env_CFLAGS_set=
  1453. ac_cv_env_CFLAGS_value=
  1454. ac_cv_env_CPPFLAGS_set=
  1455. ac_cv_env_CPPFLAGS_value=
  1456. ac_cv_env_CPP_set=
  1457. ac_cv_env_CPP_value=
  1458. ac_cv_env_LDFLAGS_set=
  1459. ac_cv_env_LDFLAGS_value=
  1460. ac_cv_env_LIBS_set=
  1461. ac_cv_env_LIBS_value=
  1462. ac_cv_env_build_alias_set=
  1463. ac_cv_env_build_alias_value=
  1464. ac_cv_env_host_alias_set=
  1465. ac_cv_env_host_alias_value=
  1466. ac_cv_env_target_alias_set=
  1467. ac_cv_env_target_alias_value=
  1468. ac_cv_header_stdc=no
  1469. ac_cv_host=sparc-sun-solaris2.10
  1470. ac_cv_objext=o
  1471. ac_cv_path_EGREP='/opt/csw/bin/ggrep -E'
  1472. ac_cv_path_GREP=/opt/csw/bin/ggrep
  1473. ac_cv_path_PKG_CONFIG=/opt/csw/bin/pkg-config
  1474. ac_cv_path_install='/opt/csw/bin/ginstall -c'
  1475. ac_cv_path_mkdir=/opt/csw/bin/gmkdir
  1476. ac_cv_prog_AWK=nawk
  1477. ac_cv_prog_CPP='gcc -E'
  1478. ac_cv_prog_ac_ct_CC=gcc
  1479. ac_cv_prog_cc_c89=no
  1480. ac_cv_prog_cc_g=yes
  1481. ac_cv_prog_cc_gcc_c_o=yes
  1482. ac_cv_prog_make_make_set=yes
  1483. ac_cv_search_strerror='none required'
  1484. ac_cv_target=sparc-sun-solaris2.10
  1485. am_cv_CC_dependencies_compiler_type=gcc3
  1486.  
  1487. ## ----------------- ##
  1488. ## Output variables. ##
  1489. ## ----------------- ##
  1490.  
  1491. ACLOCAL='${SHELL} /home/kyle/Desktop/RPGs/gens-2.15.5/missing --run aclocal-1.10'
  1492. AMDEPBACKSLASH='\'
  1493. AMDEP_FALSE='#'
  1494. AMDEP_TRUE=''
  1495. AMTAR='${SHELL} /home/kyle/Desktop/RPGs/gens-2.15.5/missing --run tar'
  1496. AUTOCONF='${SHELL} /home/kyle/Desktop/RPGs/gens-2.15.5/missing --run autoconf'
  1497. AUTOHEADER='${SHELL} /home/kyle/Desktop/RPGs/gens-2.15.5/missing --run autoheader'
  1498. AUTOMAKE='${SHELL} /home/kyle/Desktop/RPGs/gens-2.15.5/missing --run automake-1.10'
  1499. AWK='nawk'
  1500. CC='gcc'
  1501. CCDEPMODE='depmode=gcc3'
  1502. CFLAGS='-g -O2'
  1503. CPP='gcc -E'
  1504. CPPFLAGS=''
  1505. CYGPATH_W='echo'
  1506. DEFS=''
  1507. DEPDIR='.deps'
  1508. ECHO_C=''
  1509. ECHO_N='-n'
  1510. ECHO_T=''
  1511. EGREP='/opt/csw/bin/ggrep -E'
  1512. EXEEXT=''
  1513. GETTIMEFLAG=''
  1514. GREP='/opt/csw/bin/ggrep'
  1515. GTK_CFLAGS=''
  1516. GTK_LIBS=''
  1517. INSTALL_DATA='${INSTALL} -m 644'
  1518. INSTALL_PROGRAM='${INSTALL}'
  1519. INSTALL_SCRIPT='${INSTALL}'
  1520. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1521. LDFLAGS=''
  1522. LIBOBJS=''
  1523. LIBS=''
  1524. LTLIBOBJS=''
  1525. MAKEINFO='${SHELL} /home/kyle/Desktop/RPGs/gens-2.15.5/missing --run makeinfo'
  1526. NASM=''
  1527. OBJEXT='o'
  1528. PACKAGE='gens'
  1529. PACKAGE_BUGREPORT=''
  1530. PACKAGE_NAME=''
  1531. PACKAGE_STRING=''
  1532. PACKAGE_TARNAME=''
  1533. PACKAGE_VERSION=''
  1534. PATH_SEPARATOR=':'
  1535. PKG_CONFIG='/opt/csw/bin/pkg-config'
  1536. SDL_CFLAGS=''
  1537. SDL_CONFIG=''
  1538. SDL_LIBS=''
  1539. SET_MAKE=''
  1540. SHELL='/bin/bash'
  1541. STRIP=''
  1542. VERSION='2.12'
  1543. ac_ct_CC='gcc'
  1544. am__fastdepCC_FALSE='#'
  1545. am__fastdepCC_TRUE=''
  1546. am__include='include'
  1547. am__isrc=''
  1548. am__leading_dot='.'
  1549. am__quote=''
  1550. am__tar='${AMTAR} chof - "$$tardir"'
  1551. am__untar='${AMTAR} xf -'
  1552. bindir='${exec_prefix}/bin'
  1553. build='sparc-sun-solaris2.10'
  1554. build_alias=''
  1555. build_cpu='sparc'
  1556. build_os='solaris2.10'
  1557. build_vendor='sun'
  1558. datadir='${datarootdir}'
  1559. datarootdir='${prefix}/share'
  1560. docdir='${datarootdir}/doc/${PACKAGE}'
  1561. dvidir='${docdir}'
  1562. exec_prefix='NONE'
  1563. host='sparc-sun-solaris2.10'
  1564. host_alias=''
  1565. host_cpu='sparc'
  1566. host_os='solaris2.10'
  1567. host_vendor='sun'
  1568. htmldir='${docdir}'
  1569. includedir='${prefix}/include'
  1570. infodir='${datarootdir}/info'
  1571. install_sh='$(SHELL) /home/kyle/Desktop/RPGs/gens-2.15.5/install-sh'
  1572. libdir='${exec_prefix}/lib'
  1573. libexecdir='${exec_prefix}/libexec'
  1574. localedir='${datarootdir}/locale'
  1575. localstatedir='${prefix}/var'
  1576. mandir='${datarootdir}/man'
  1577. mkdir_p='/opt/csw/bin/gmkdir -p'
  1578. oldincludedir='/usr/include'
  1579. pdfdir='${docdir}'
  1580. prefix='NONE'
  1581. program_transform_name='s,x,x,'
  1582. psdir='${docdir}'
  1583. sbindir='${exec_prefix}/sbin'
  1584. sharedstatedir='${prefix}/com'
  1585. sysconfdir='${prefix}/etc'
  1586. target='sparc-sun-solaris2.10'
  1587. target_alias=''
  1588. target_cpu='sparc'
  1589. target_os='solaris2.10'
  1590. target_vendor='sun'
  1591.  
  1592. ## ----------- ##
  1593. ## confdefs.h. ##
  1594. ## ----------- ##
  1595.  
  1596. #define PACKAGE_NAME ""
  1597. #define PACKAGE_TARNAME ""
  1598. #define PACKAGE_VERSION ""
  1599. #define PACKAGE_STRING ""
  1600. #define PACKAGE_BUGREPORT ""
  1601. #define PACKAGE "gens"
  1602. #define VERSION "2.12"
  1603.  
  1604. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement