Advertisement
Guest User

Untitled

a guest
May 29th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.70 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by configure, which was
  5. generated by GNU Autoconf 2.61. Invocation command line was
  6.  
  7. $ ./configure
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = Odin
  14. uname -m = sun4u
  15. uname -r = 5.10
  16. uname -s = SunOS
  17. uname -v = Generic_142900-03
  18.  
  19. /usr/bin/uname -p = sparc
  20. /bin/uname -X = System = SunOS
  21. Node = Odin
  22. Release = 5.10
  23. KernelID = Generic_142900-03
  24. Machine = sun4u
  25. BusType = <unknown>
  26. Serial = <unknown>
  27. Users = <unknown>
  28. OEM# = 0
  29. Origin# = 1
  30. NumCPU = 2
  31.  
  32. /bin/arch = sun4
  33. /usr/bin/arch -k = sun4u
  34. /usr/convex/getsysinfo = unknown
  35. /usr/bin/hostinfo = unknown
  36. /bin/machine = unknown
  37. /usr/bin/oslevel = unknown
  38. /bin/universe = unknown
  39.  
  40. PATH: /opt/csw/gcc4/bin/
  41. PATH: /opt/csw/kde-gcc/bin
  42. PATH: /opt/csw/bin
  43. PATH: /opt/sfw/bin
  44. PATH: /usr/sbin
  45. PATH: /usr/bin
  46. PATH: /usr/dt/bin
  47. PATH: /usr/openwin/bin
  48. PATH: /usr/ccs/bin
  49. PATH: /usr/ucb
  50.  
  51.  
  52. ## ----------- ##
  53. ## Core tests. ##
  54. ## ----------- ##
  55.  
  56. configure:1753: checking build system type
  57. configure:1771: result: sparc-sun-solaris2.10
  58. configure:1793: checking host system type
  59. configure:1808: result: sparc-sun-solaris2.10
  60. configure:1830: checking target system type
  61. configure:1845: result: sparc-sun-solaris2.10
  62. configure:1889: checking for a BSD-compatible install
  63. configure:1945: result: /opt/csw/bin/ginstall -c
  64. configure:1956: checking whether build environment is sane
  65. configure:1999: result: yes
  66. configure:2027: checking for a thread-safe mkdir -p
  67. configure:2066: result: /opt/csw/bin/gmkdir -p
  68. configure:2079: checking for gawk
  69. configure:2109: result: no
  70. configure:2079: checking for mawk
  71. configure:2109: result: no
  72. configure:2079: checking for nawk
  73. configure:2095: found /usr/bin/nawk
  74. configure:2106: result: nawk
  75. configure:2117: checking whether make sets $(MAKE)
  76. configure:2138: result: yes
  77. configure:2375: checking for gcc
  78. configure:2391: found /opt/csw/gcc4/bin//gcc
  79. configure:2402: result: gcc
  80. configure:2640: checking for C compiler version
  81. configure:2647: gcc --version >&5
  82. gcc (GCC) 4.3.4
  83. Copyright (C) 2008 Free Software Foundation, Inc.
  84. This is free software; see the source for copying conditions. There is NO
  85. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  86.  
  87. configure:2650: $? = 0
  88. configure:2657: gcc -v >&5
  89. Using built-in specs.
  90. Target: sparc-sun-solaris2.8
  91. 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
  92. Thread model: posix
  93. gcc version 4.3.4 (GCC)
  94. configure:2660: $? = 0
  95. configure:2667: gcc -V >&5
  96. gcc: '-V' option must have argument
  97. configure:2670: $? = 1
  98. configure:2693: checking for C compiler default output file name
  99. configure:2720: gcc conftest.c >&5
  100. configure:2723: $? = 0
  101. configure:2761: result: a.out
  102. configure:2778: checking whether the C compiler works
  103. configure:2788: ./a.out
  104. configure:2791: $? = 0
  105. configure:2808: result: yes
  106. configure:2815: checking whether we are cross compiling
  107. configure:2817: result: no
  108. configure:2820: checking for suffix of executables
  109. configure:2827: gcc -o conftest conftest.c >&5
  110. configure:2830: $? = 0
  111. configure:2854: result:
  112. configure:2860: checking for suffix of object files
  113. configure:2886: gcc -c conftest.c >&5
  114. configure:2889: $? = 0
  115. configure:2912: result: o
  116. configure:2916: checking whether we are using the GNU C compiler
  117. configure:2945: gcc -c conftest.c >&5
  118. configure:2951: $? = 0
  119. configure:2968: result: yes
  120. configure:2973: checking whether gcc accepts -g
  121. configure:3003: gcc -c -g conftest.c >&5
  122. configure:3009: $? = 0
  123. configure:3108: result: yes
  124. configure:3125: checking for gcc option to accept ISO C89
  125. configure:3199: gcc -c -g -O2 conftest.c >&5
  126. configure:3205: $? = 0
  127. configure:3228: result: none needed
  128. configure:3257: checking for style of include used by make
  129. configure:3285: result: GNU
  130. configure:3310: checking dependency style of gcc
  131. configure:3401: result: gcc3
  132. configure:3417: checking whether gcc and cc understand -c and -o together
  133. configure:3452: gcc -c conftest.c -o conftest2.o >&5
  134. configure:3455: $? = 0
  135. configure:3461: gcc -c conftest.c -o conftest2.o >&5
  136. configure:3464: $? = 0
  137. configure:3475: cc -c conftest.c >&5
  138. /usr/ucb/cc: language optional software package not installed
  139. configure:3478: $? = 1
  140. configure:3516: result: yes
  141. configure:3543: checking for library containing strerror
  142. configure:3584: gcc -o conftest -g -O2 conftest.c >&5
  143. configure:3590: $? = 0
  144. configure:3618: result: none required
  145. configure:3631: checking how to run the C preprocessor
  146. configure:3671: gcc -E conftest.c
  147. configure:3677: $? = 0
  148. configure:3708: gcc -E conftest.c
  149. conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
  150. configure:3714: $? = 1
  151. configure: failed program was:
  152. | /* confdefs.h. */
  153. | #define PACKAGE_NAME ""
  154. | #define PACKAGE_TARNAME ""
  155. | #define PACKAGE_VERSION ""
  156. | #define PACKAGE_STRING ""
  157. | #define PACKAGE_BUGREPORT ""
  158. | #define PACKAGE "gens"
  159. | #define VERSION "2.12"
  160. | /* end confdefs.h. */
  161. | #include <ac_nonexistent.h>
  162. configure:3747: result: gcc -E
  163. configure:3776: gcc -E conftest.c
  164. configure:3782: $? = 0
  165. configure:3813: gcc -E conftest.c
  166. conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
  167. configure:3819: $? = 1
  168. configure: failed program was:
  169. | /* confdefs.h. */
  170. | #define PACKAGE_NAME ""
  171. | #define PACKAGE_TARNAME ""
  172. | #define PACKAGE_VERSION ""
  173. | #define PACKAGE_STRING ""
  174. | #define PACKAGE_BUGREPORT ""
  175. | #define PACKAGE "gens"
  176. | #define VERSION "2.12"
  177. | /* end confdefs.h. */
  178. | #include <ac_nonexistent.h>
  179. configure:3857: checking for grep that handles long lines and -e
  180. configure:3931: result: /opt/csw/bin/ggrep
  181. configure:3936: checking for egrep
  182. configure:4014: result: /opt/csw/bin/ggrep -E
  183. configure:4019: checking for ANSI C header files
  184. configure:4049: gcc -c -g -O2 conftest.c >&5
  185. configure:4055: $? = 0
  186. configure:4154: gcc -o conftest -g -O2 conftest.c >&5
  187. configure:4157: $? = 0
  188. configure:4163: ./conftest
  189. configure:4166: $? = 0
  190. configure:4183: result: yes
  191. configure:4217: checking for pkg-config
  192. configure:4235: found /opt/csw/bin/pkg-config
  193. configure:4248: result: /opt/csw/bin/pkg-config
  194. configure:4270: checking for GTK+ - version >= 2.4.0
  195. 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
  196. configure:4393: $? = 0
  197. configure:4399: ./conftest
  198. ld.so.1: conftest: fatal: libgio-2.0.so.0: open failed: No such file or directory
  199. ./configure: line 4400: 270 Killed ./conftest$ac_exeext
  200. configure:4402: $? = 137
  201. configure: program exited with status 137
  202. configure: failed program was:
  203. | /* confdefs.h. */
  204. | #define PACKAGE_NAME ""
  205. | #define PACKAGE_TARNAME ""
  206. | #define PACKAGE_VERSION ""
  207. | #define PACKAGE_STRING ""
  208. | #define PACKAGE_BUGREPORT ""
  209. | #define PACKAGE "gens"
  210. | #define VERSION "2.12"
  211. | #define STDC_HEADERS 1
  212. | /* end confdefs.h. */
  213. |
  214. | #include <gtk/gtk.h>
  215. | #include <stdio.h>
  216. | #include <stdlib.h>
  217. |
  218. | int
  219. | main ()
  220. | {
  221. | int major, minor, micro;
  222. | char *tmp_version;
  223. |
  224. | system ("touch conf.gtktest");
  225. |
  226. | /* HP/UX 9 (%@#!) writes to sscanf strings */
  227. | tmp_version = g_strdup("2.4.0");
  228. | if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
  229. | printf("%s, bad version string\n", "2.4.0");
  230. | exit(1);
  231. | }
  232. |
  233. | if ((gtk_major_version != 2) ||
  234. | (gtk_minor_version != 20) ||
  235. | (gtk_micro_version != 0))
  236. | {
  237. | printf("\n*** 'pkg-config --modversion gtk+-2.0' returned %d.%d.%d, but GTK+ (%d.%d.%d)\n",
  238. | 2, 20, 0,
  239. | gtk_major_version, gtk_minor_version, gtk_micro_version);
  240. | printf ("*** was found! If pkg-config was correct, then it is best\n");
  241. | printf ("*** to remove the old version of GTK+. You may also be able to fix the error\n");
  242. | printf("*** by modifying your LD_LIBRARY_PATH enviroment variable, or by editing\n");
  243. | printf("*** /etc/ld.so.conf. Make sure you have run ldconfig if that is\n");
  244. | printf("*** required on your system.\n");
  245. | printf("*** If pkg-config was wrong, set the environment variable PKG_CONFIG_PATH\n");
  246. | printf("*** to point to the correct configuration files\n");
  247. | }
  248. | else if ((gtk_major_version != GTK_MAJOR_VERSION) ||
  249. | (gtk_minor_version != GTK_MINOR_VERSION) ||
  250. | (gtk_micro_version != GTK_MICRO_VERSION))
  251. | {
  252. | printf("*** GTK+ header files (version %d.%d.%d) do not match\n",
  253. | GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION);
  254. | printf("*** library (version %d.%d.%d)\n",
  255. | gtk_major_version, gtk_minor_version, gtk_micro_version);
  256. | }
  257. | else
  258. | {
  259. | if ((gtk_major_version > major) ||
  260. | ((gtk_major_version == major) && (gtk_minor_version > minor)) ||
  261. | ((gtk_major_version == major) && (gtk_minor_version == minor) && (gtk_micro_version >= micro)))
  262. | {
  263. | return 0;
  264. | }
  265. | else
  266. | {
  267. | printf("\n*** An old version of GTK+ (%d.%d.%d) was found.\n",
  268. | gtk_major_version, gtk_minor_version, gtk_micro_version);
  269. | printf("*** You need a version of GTK+ newer than %d.%d.%d. The latest version of\n",
  270. | major, minor, micro);
  271. | printf("*** GTK+ is always available from ftp://ftp.gtk.org.\n");
  272. | printf("***\n");
  273. | printf("*** If you have already installed a sufficiently new version, this error\n");
  274. | printf("*** probably means that the wrong copy of the pkg-config shell script is\n");
  275. | printf("*** being found. The easiest way to fix this is to remove the old version\n");
  276. | printf("*** of GTK+, but you can also set the PKG_CONFIG environment to point to the\n");
  277. | printf("*** correct copy of pkg-config. (In this case, you will have to\n");
  278. | printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
  279. | printf("*** so that the correct libraries are found at run-time))\n");
  280. | }
  281. | }
  282. | return 1;
  283. | }
  284. |
  285. configure:4426: result: no
  286. 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
  287. configure:4470: $? = 0
  288. configure:4501: error: *** GTK+ version 2.4.0 not found!
  289.  
  290. ## ---------------- ##
  291. ## Cache variables. ##
  292. ## ---------------- ##
  293.  
  294. ac_cv_build=sparc-sun-solaris2.10
  295. ac_cv_c_compiler_gnu=yes
  296. ac_cv_env_CC_set=
  297. ac_cv_env_CC_value=
  298. ac_cv_env_CFLAGS_set=
  299. ac_cv_env_CFLAGS_value=
  300. ac_cv_env_CPPFLAGS_set=
  301. ac_cv_env_CPPFLAGS_value=
  302. ac_cv_env_CPP_set=
  303. ac_cv_env_CPP_value=
  304. ac_cv_env_LDFLAGS_set=
  305. ac_cv_env_LDFLAGS_value=
  306. ac_cv_env_LIBS_set=
  307. ac_cv_env_LIBS_value=
  308. ac_cv_env_build_alias_set=
  309. ac_cv_env_build_alias_value=
  310. ac_cv_env_host_alias_set=
  311. ac_cv_env_host_alias_value=
  312. ac_cv_env_target_alias_set=
  313. ac_cv_env_target_alias_value=
  314. ac_cv_header_stdc=yes
  315. ac_cv_host=sparc-sun-solaris2.10
  316. ac_cv_objext=o
  317. ac_cv_path_EGREP='/opt/csw/bin/ggrep -E'
  318. ac_cv_path_GREP=/opt/csw/bin/ggrep
  319. ac_cv_path_PKG_CONFIG=/opt/csw/bin/pkg-config
  320. ac_cv_path_install='/opt/csw/bin/ginstall -c'
  321. ac_cv_path_mkdir=/opt/csw/bin/gmkdir
  322. ac_cv_prog_AWK=nawk
  323. ac_cv_prog_CPP='gcc -E'
  324. ac_cv_prog_ac_ct_CC=gcc
  325. ac_cv_prog_cc_c89=
  326. ac_cv_prog_cc_g=yes
  327. ac_cv_prog_cc_gcc_c_o=yes
  328. ac_cv_prog_make_make_set=yes
  329. ac_cv_search_strerror='none required'
  330. ac_cv_target=sparc-sun-solaris2.10
  331. am_cv_CC_dependencies_compiler_type=gcc3
  332.  
  333. ## ----------------- ##
  334. ## Output variables. ##
  335. ## ----------------- ##
  336.  
  337. ACLOCAL='${SHELL} /home/kyle/Desktop/RPGs/gens-2.15.5/missing --run aclocal-1.10'
  338. AMDEPBACKSLASH='\'
  339. AMDEP_FALSE='#'
  340. AMDEP_TRUE=''
  341. AMTAR='${SHELL} /home/kyle/Desktop/RPGs/gens-2.15.5/missing --run tar'
  342. AUTOCONF='${SHELL} /home/kyle/Desktop/RPGs/gens-2.15.5/missing --run autoconf'
  343. AUTOHEADER='${SHELL} /home/kyle/Desktop/RPGs/gens-2.15.5/missing --run autoheader'
  344. AUTOMAKE='${SHELL} /home/kyle/Desktop/RPGs/gens-2.15.5/missing --run automake-1.10'
  345. AWK='nawk'
  346. CC='gcc'
  347. CCDEPMODE='depmode=gcc3'
  348. CFLAGS='-g -O2'
  349. CPP='gcc -E'
  350. CPPFLAGS=''
  351. CYGPATH_W='echo'
  352. DEFS=''
  353. DEPDIR='.deps'
  354. ECHO_C=''
  355. ECHO_N='-n'
  356. ECHO_T=''
  357. EGREP='/opt/csw/bin/ggrep -E'
  358. EXEEXT=''
  359. GETTIMEFLAG=''
  360. GREP='/opt/csw/bin/ggrep'
  361. GTK_CFLAGS=''
  362. GTK_LIBS=''
  363. INSTALL_DATA='${INSTALL} -m 644'
  364. INSTALL_PROGRAM='${INSTALL}'
  365. INSTALL_SCRIPT='${INSTALL}'
  366. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  367. LDFLAGS=''
  368. LIBOBJS=''
  369. LIBS=''
  370. LTLIBOBJS=''
  371. MAKEINFO='${SHELL} /home/kyle/Desktop/RPGs/gens-2.15.5/missing --run makeinfo'
  372. NASM=''
  373. OBJEXT='o'
  374. PACKAGE='gens'
  375. PACKAGE_BUGREPORT=''
  376. PACKAGE_NAME=''
  377. PACKAGE_STRING=''
  378. PACKAGE_TARNAME=''
  379. PACKAGE_VERSION=''
  380. PATH_SEPARATOR=':'
  381. PKG_CONFIG='/opt/csw/bin/pkg-config'
  382. SDL_CFLAGS=''
  383. SDL_CONFIG=''
  384. SDL_LIBS=''
  385. SET_MAKE=''
  386. SHELL='/bin/bash'
  387. STRIP=''
  388. VERSION='2.12'
  389. ac_ct_CC='gcc'
  390. am__fastdepCC_FALSE='#'
  391. am__fastdepCC_TRUE=''
  392. am__include='include'
  393. am__isrc=''
  394. am__leading_dot='.'
  395. am__quote=''
  396. am__tar='${AMTAR} chof - "$$tardir"'
  397. am__untar='${AMTAR} xf -'
  398. bindir='${exec_prefix}/bin'
  399. build='sparc-sun-solaris2.10'
  400. build_alias=''
  401. build_cpu='sparc'
  402. build_os='solaris2.10'
  403. build_vendor='sun'
  404. datadir='${datarootdir}'
  405. datarootdir='${prefix}/share'
  406. docdir='${datarootdir}/doc/${PACKAGE}'
  407. dvidir='${docdir}'
  408. exec_prefix='NONE'
  409. host='sparc-sun-solaris2.10'
  410. host_alias=''
  411. host_cpu='sparc'
  412. host_os='solaris2.10'
  413. host_vendor='sun'
  414. htmldir='${docdir}'
  415. includedir='${prefix}/include'
  416. infodir='${datarootdir}/info'
  417. install_sh='$(SHELL) /home/kyle/Desktop/RPGs/gens-2.15.5/install-sh'
  418. libdir='${exec_prefix}/lib'
  419. libexecdir='${exec_prefix}/libexec'
  420. localedir='${datarootdir}/locale'
  421. localstatedir='${prefix}/var'
  422. mandir='${datarootdir}/man'
  423. mkdir_p='/opt/csw/bin/gmkdir -p'
  424. oldincludedir='/usr/include'
  425. pdfdir='${docdir}'
  426. prefix='NONE'
  427. program_transform_name='s,x,x,'
  428. psdir='${docdir}'
  429. sbindir='${exec_prefix}/sbin'
  430. sharedstatedir='${prefix}/com'
  431. sysconfdir='${prefix}/etc'
  432. target='sparc-sun-solaris2.10'
  433. target_alias=''
  434. target_cpu='sparc'
  435. target_os='solaris2.10'
  436. target_vendor='sun'
  437.  
  438. ## ----------- ##
  439. ## confdefs.h. ##
  440. ## ----------- ##
  441.  
  442. #define PACKAGE_NAME ""
  443. #define PACKAGE_TARNAME ""
  444. #define PACKAGE_VERSION ""
  445. #define PACKAGE_STRING ""
  446. #define PACKAGE_BUGREPORT ""
  447. #define PACKAGE "gens"
  448. #define VERSION "2.12"
  449. #define STDC_HEADERS 1
  450.  
  451. configure: exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement