Advertisement
Guest User

Untitled

a guest
Dec 1st, 2011
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.30 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#
  149.  
  150.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement