Advertisement
Guest User

Untitled

a guest
Dec 1st, 2011
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.99 KB | None | 0 0
  1. root@aquarius:/home/damiano/Downloads/stardict-3.0.1# ./configure
  2. checking for a BSD-compatible install... /usr/bin/install -c
  3. checking whether build environment is sane... yes
  4. checking for a thread-safe mkdir -p... /bin/mkdir -p
  5. checking for gawk... no
  6. checking for mawk... mawk
  7. checking whether make sets $(MAKE)... yes
  8. checking whether to enable maintainer-specific portions of Makefiles... no
  9. checking for gconftool-2... /usr/bin/gconftool-2
  10. checking for style of include used by make... GNU
  11. checking for gcc... gcc
  12. checking for C compiler default output file name... a.out
  13. checking whether the C compiler works... yes
  14. checking whether we are cross compiling... no
  15. checking for suffix of executables...
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether gcc accepts -g... yes
  19. checking for gcc option to accept ISO C89... none needed
  20. checking dependency style of gcc... gcc3
  21. checking for intltool >= 0.22... 0.36.2 found
  22. checking for perl... /usr/bin/perl
  23. checking for XML::Parser... ok
  24. checking build system type... x86_64-unknown-linux-gnu
  25. checking host system type... x86_64-unknown-linux-gnu
  26. checking for a sed that does not truncate output... /bin/sed
  27. checking for grep that handles long lines and -e... /bin/grep
  28. checking for egrep... /bin/grep -E
  29. checking for ld used by gcc... /usr/bin/ld
  30. checking if the linker (/usr/bin/ld) is GNU ld... yes
  31. checking for /usr/bin/ld option to reload object files... -r
  32. checking for BSD-compatible nm... /usr/bin/nm -B
  33. checking whether ln -s works... yes
  34. checking how to recognize dependent libraries... pass_all
  35. checking how to run the C preprocessor... gcc -E
  36. checking for ANSI C header files... yes
  37. checking for sys/types.h... yes
  38. checking for sys/stat.h... yes
  39. checking for stdlib.h... yes
  40. checking for string.h... yes
  41. checking for memory.h... yes
  42. checking for strings.h... yes
  43. checking for inttypes.h... yes
  44. checking for stdint.h... yes
  45. checking for unistd.h... yes
  46. checking dlfcn.h usability... yes
  47. checking dlfcn.h presence... yes
  48. checking for dlfcn.h... yes
  49. checking for g++... g++
  50. checking whether we are using the GNU C++ compiler... yes
  51. checking whether g++ accepts -g... yes
  52. checking dependency style of g++... gcc3
  53. checking how to run the C++ preprocessor... g++ -E
  54. checking for g77... no
  55. checking for xlf... no
  56. checking for f77... no
  57. checking for frt... no
  58. checking for pgf77... no
  59. checking for cf77... no
  60. checking for fort77... no
  61. checking for fl32... no
  62. checking for af77... no
  63. checking for xlf90... no
  64. checking for f90... no
  65. checking for pgf90... no
  66. checking for pghpf... no
  67. checking for epcf90... no
  68. checking for gfortran... no
  69. checking for g95... no
  70. checking for xlf95... no
  71. checking for f95... no
  72. checking for fort... no
  73. checking for ifort... no
  74. checking for ifc... no
  75. checking for efc... no
  76. checking for pgf95... no
  77. checking for lf95... no
  78. checking for ftn... no
  79. checking whether we are using the GNU Fortran 77 compiler... no
  80. checking whether accepts -g... no
  81. checking the maximum length of command line arguments... 1572864
  82. checking command to parse /usr/bin/nm -B output from gcc object... ok
  83. checking for objdir... .libs
  84. checking for ar... ar
  85. checking for ranlib... ranlib
  86. checking for strip... strip
  87. checking if gcc supports -fno-rtti -fno-exceptions... no
  88. checking for gcc option to produce PIC... -fPIC
  89. checking if gcc PIC flag -fPIC works... yes
  90. checking if gcc static flag -static works... yes
  91. checking if gcc supports -c -o file.o... yes
  92. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  93. checking whether -lc should be explicitly linked in... no
  94. checking dynamic linker characteristics... GNU/Linux ld.so
  95. checking how to hardcode library paths into programs... immediate
  96. checking whether stripping libraries is possible... yes
  97. checking if libtool supports shared libraries... yes
  98. checking whether to build shared libraries... yes
  99. checking whether to build static libraries... no
  100. configure: creating libtool
  101. appending configuration tag "CXX" to libtool
  102. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  103. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  104. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  105. checking for g++ option to produce PIC... -fPIC
  106. checking if g++ PIC flag -fPIC works... yes
  107. checking if g++ static flag -static works... yes
  108. checking if g++ supports -c -o file.o... yes
  109. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  110. checking dynamic linker characteristics... GNU/Linux ld.so
  111. checking how to hardcode library paths into programs... immediate
  112. appending configuration tag "F77" to libtool
  113. checking for library containing strerror... none required
  114. checking for gcc... (cached) gcc
  115. checking whether we are using the GNU C compiler... (cached) yes
  116. checking whether gcc accepts -g... (cached) yes
  117. checking for gcc option to accept ISO C89... (cached) none needed
  118. checking dependency style of gcc... (cached) gcc3
  119. checking whether we are using the GNU C++ compiler... (cached) yes
  120. checking whether g++ accepts -g... (cached) yes
  121. checking dependency style of g++... (cached) gcc3
  122. checking for a BSD-compatible install... /usr/bin/install -c
  123. checking whether make sets $(MAKE)... (cached) yes
  124. checking for stdlib.h... (cached) yes
  125. checking for unistd.h... (cached) yes
  126. checking for getpagesize... yes
  127. checking for working mmap... yes
  128. checking locale.h usability... yes
  129. checking locale.h presence... yes
  130. checking for locale.h... yes
  131. checking for LC_MESSAGES... yes
  132. checking libintl.h usability... yes
  133. checking libintl.h presence... yes
  134. checking for libintl.h... yes
  135. checking for ngettext in libc... yes
  136. checking for dgettext in libc... yes
  137. checking for bind_textdomain_codeset... yes
  138. checking for msgfmt... /usr/bin/msgfmt
  139. checking for dcgettext... yes
  140. checking if msgfmt accepts -c... yes
  141. checking for gmsgfmt... /usr/bin/msgfmt
  142. checking for xgettext... /usr/bin/xgettext
  143. checking for pkg-config... /usr/bin/pkg-config
  144. checking pkg-config is at least version 0.9.0... yes
  145. checking for ENCHANT... yes
  146. checking for GUCHARMAP... no
  147. configure: error: Gucharmap library not found or too old. Use --disable-gucharmap to build without gucharmap plugin.
  148. root@aquarius:/home/damiano/Downloads/stardict-3.0.1# ./configure --disable-gucharmap
  149. checking for a BSD-compatible install... /usr/bin/install -c
  150. checking whether build environment is sane... yes
  151. checking for a thread-safe mkdir -p... /bin/mkdir -p
  152. checking for gawk... no
  153. checking for mawk... mawk
  154. checking whether make sets $(MAKE)... yes
  155. checking whether to enable maintainer-specific portions of Makefiles... no
  156. checking for gconftool-2... /usr/bin/gconftool-2
  157. checking for style of include used by make... GNU
  158. checking for gcc... gcc
  159. checking for C compiler default output file name... a.out
  160. checking whether the C compiler works... yes
  161. checking whether we are cross compiling... no
  162. checking for suffix of executables...
  163. checking for suffix of object files... o
  164. checking whether we are using the GNU C compiler... yes
  165. checking whether gcc accepts -g... yes
  166. checking for gcc option to accept ISO C89... none needed
  167. checking dependency style of gcc... gcc3
  168. checking for intltool >= 0.22... 0.36.2 found
  169. checking for perl... /usr/bin/perl
  170. checking for XML::Parser... ok
  171. checking build system type... x86_64-unknown-linux-gnu
  172. checking host system type... x86_64-unknown-linux-gnu
  173. checking for a sed that does not truncate output... /bin/sed
  174. checking for grep that handles long lines and -e... /bin/grep
  175. checking for egrep... /bin/grep -E
  176. checking for ld used by gcc... /usr/bin/ld
  177. checking if the linker (/usr/bin/ld) is GNU ld... yes
  178. checking for /usr/bin/ld option to reload object files... -r
  179. checking for BSD-compatible nm... /usr/bin/nm -B
  180. checking whether ln -s works... yes
  181. checking how to recognize dependent libraries... pass_all
  182. checking how to run the C preprocessor... gcc -E
  183. checking for ANSI C header files... yes
  184. checking for sys/types.h... yes
  185. checking for sys/stat.h... yes
  186. checking for stdlib.h... yes
  187. checking for string.h... yes
  188. checking for memory.h... yes
  189. checking for strings.h... yes
  190. checking for inttypes.h... yes
  191. checking for stdint.h... yes
  192. checking for unistd.h... yes
  193. checking dlfcn.h usability... yes
  194. checking dlfcn.h presence... yes
  195. checking for dlfcn.h... yes
  196. checking for g++... g++
  197. checking whether we are using the GNU C++ compiler... yes
  198. checking whether g++ accepts -g... yes
  199. checking dependency style of g++... gcc3
  200. checking how to run the C++ preprocessor... g++ -E
  201. checking for g77... no
  202. checking for xlf... no
  203. checking for f77... no
  204. checking for frt... no
  205. checking for pgf77... no
  206. checking for cf77... no
  207. checking for fort77... no
  208. checking for fl32... no
  209. checking for af77... no
  210. checking for xlf90... no
  211. checking for f90... no
  212. checking for pgf90... no
  213. checking for pghpf... no
  214. checking for epcf90... no
  215. checking for gfortran... no
  216. checking for g95... no
  217. checking for xlf95... no
  218. checking for f95... no
  219. checking for fort... no
  220. checking for ifort... no
  221. checking for ifc... no
  222. checking for efc... no
  223. checking for pgf95... no
  224. checking for lf95... no
  225. checking for ftn... no
  226. checking whether we are using the GNU Fortran 77 compiler... no
  227. checking whether accepts -g... no
  228. checking the maximum length of command line arguments... 1572864
  229. checking command to parse /usr/bin/nm -B output from gcc object... ok
  230. checking for objdir... .libs
  231. checking for ar... ar
  232. checking for ranlib... ranlib
  233. checking for strip... strip
  234. checking if gcc supports -fno-rtti -fno-exceptions... no
  235. checking for gcc option to produce PIC... -fPIC
  236. checking if gcc PIC flag -fPIC works... yes
  237. checking if gcc static flag -static works... yes
  238. checking if gcc supports -c -o file.o... yes
  239. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  240. checking whether -lc should be explicitly linked in... no
  241. checking dynamic linker characteristics... GNU/Linux ld.so
  242. checking how to hardcode library paths into programs... immediate
  243. checking whether stripping libraries is possible... yes
  244. checking if libtool supports shared libraries... yes
  245. checking whether to build shared libraries... yes
  246. checking whether to build static libraries... no
  247. configure: creating libtool
  248. appending configuration tag "CXX" to libtool
  249. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  250. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  251. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  252. checking for g++ option to produce PIC... -fPIC
  253. checking if g++ PIC flag -fPIC works... yes
  254. checking if g++ static flag -static works... yes
  255. checking if g++ supports -c -o file.o... yes
  256. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  257. checking dynamic linker characteristics... GNU/Linux ld.so
  258. checking how to hardcode library paths into programs... immediate
  259. appending configuration tag "F77" to libtool
  260. checking for library containing strerror... none required
  261. checking for gcc... (cached) gcc
  262. checking whether we are using the GNU C compiler... (cached) yes
  263. checking whether gcc accepts -g... (cached) yes
  264. checking for gcc option to accept ISO C89... (cached) none needed
  265. checking dependency style of gcc... (cached) gcc3
  266. checking whether we are using the GNU C++ compiler... (cached) yes
  267. checking whether g++ accepts -g... (cached) yes
  268. checking dependency style of g++... (cached) gcc3
  269. checking for a BSD-compatible install... /usr/bin/install -c
  270. checking whether make sets $(MAKE)... (cached) yes
  271. checking for stdlib.h... (cached) yes
  272. checking for unistd.h... (cached) yes
  273. checking for getpagesize... yes
  274. checking for working mmap... yes
  275. checking locale.h usability... yes
  276. checking locale.h presence... yes
  277. checking for locale.h... yes
  278. checking for LC_MESSAGES... yes
  279. checking libintl.h usability... yes
  280. checking libintl.h presence... yes
  281. checking for libintl.h... yes
  282. checking for ngettext in libc... yes
  283. checking for dgettext in libc... yes
  284. checking for bind_textdomain_codeset... yes
  285. checking for msgfmt... /usr/bin/msgfmt
  286. checking for dcgettext... yes
  287. checking if msgfmt accepts -c... yes
  288. checking for gmsgfmt... /usr/bin/msgfmt
  289. checking for xgettext... /usr/bin/xgettext
  290. checking for pkg-config... /usr/bin/pkg-config
  291. checking pkg-config is at least version 0.9.0... yes
  292. checking for ENCHANT... yes
  293. checking festival.h... yes
  294. checking speak_lib.h... yes
  295. checking for STARDICT... yes
  296. Enable gnome suppport
  297. checking for gconftool-2... (cached) /usr/bin/gconftool-2
  298. Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
  299. Using $(sysconfdir)/gconf/schemas as install directory for schema files
  300. checking for zlibVersion in -lz... yes
  301. checking for SIGCPP... yes
  302. Use system libsigc++20
  303. checking for X... libraries , headers
  304. checking for gethostbyname... yes
  305. checking for connect... yes
  306. checking for remove... yes
  307. checking for shmat... yes
  308. checking for IceConnectionNumber in -lICE... yes
  309. checking for main in -lX11... yes
  310. configure: creating ./config.status
  311. config.status: creating Makefile
  312. config.status: creating stardict.spec
  313. config.status: creating stardict-withoutgnome.spec
  314. config.status: creating data/Makefile
  315. config.status: creating doc/Makefile
  316. config.status: creating debian/Makefile
  317. config.status: creating mvsc/Makefile
  318. config.status: creating po/Makefile.in
  319. config.status: creating m4/Makefile
  320. config.status: creating src/Makefile
  321. config.status: creating src/sigc++/Makefile
  322. config.status: creating src/sigc++config/Makefile
  323. config.status: creating src/lib/Makefile
  324. config.status: creating src/pixmaps/Makefile
  325. config.status: creating src/sounds/Makefile
  326. config.status: creating src/dic/Makefile
  327. config.status: creating src/treedict/Makefile
  328. config.status: creating src/win32/Makefile
  329. config.status: creating src/win32/acrobat/Makefile
  330. config.status: creating src/win32/acrobat/sources/Makefile
  331. config.status: creating src/win32/acrobat/win32/Makefile
  332. config.status: creating src/win32/nsis/Makefile
  333. config.status: creating stardict-plugins/Makefile
  334. config.status: creating stardict-plugins/stardict-advertisement-plugin/Makefile
  335. config.status: creating stardict-plugins/stardict-advertisement-plugin/data/Makefile
  336. config.status: creating stardict-plugins/stardict-man-plugin/Makefile
  337. config.status: creating stardict-plugins/stardict-qqwry-plugin/Makefile
  338. config.status: creating stardict-plugins/stardict-dictdotcn-plugin/Makefile
  339. config.status: creating stardict-plugins/stardict-update-info-plugin/Makefile
  340. config.status: creating stardict-plugins/stardict-spell-plugin/Makefile
  341. config.status: creating stardict-plugins/stardict-gucharmap-plugin/Makefile
  342. config.status: creating stardict-plugins/stardict-festival-tts-plugin/Makefile
  343. config.status: creating stardict-plugins/stardict-espeak-tts-plugin/Makefile
  344. config.status: creating stardict-plugins/stardict-wiki-parsedata-plugin/Makefile
  345. config.status: creating stardict-plugins/stardict-powerword-parsedata-plugin/Makefile
  346. config.status: creating stardict-plugins/stardict-xdxf-parsedata-plugin/Makefile
  347. config.status: creating stardict-plugins/stardict-wordnet-plugin/Makefile
  348. config.status: creating stardict-plugins/stardict-html-parsedata-plugin/Makefile
  349. config.status: creating stardict-plugins/stardict-sapi-tts-plugin/Makefile
  350. config.status: creating tests/Makefile
  351. config.status: creating pixmaps/Makefile
  352. config.status: creating help/Makefile
  353. config.status: creating help/C/Makefile
  354. config.status: creating help/zh_CN/Makefile
  355. config.status: creating help/zh_TW/Makefile
  356. config.status: creating help/ru/Makefile
  357. config.status: creating help/mk/Makefile
  358. config.status: creating help/nl/Makefile
  359. config.status: creating help/uk/Makefile
  360. config.status: creating config.h
  361. config.status: config.h is unchanged
  362. config.status: executing depfiles commands
  363. config.status: executing intltool commands
  364. config.status: executing default-1 commands
  365. config.status: executing po/stamp-it commands
  366.  
  367.  
  368. Type "make" to compile StarDict.
  369.  
  370.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement