Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.72 KB | None | 0 0
  1. Usable autoreconf found, running
  2. aclocal: warning: couldn't open directory 'm4': No such file or directory
  3. libtoolize: putting auxiliary files in '.'.
  4. libtoolize: copying file './ltmain.sh'
  5. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  6. libtoolize: copying file 'm4/libtool.m4'
  7. libtoolize: copying file 'm4/ltoptions.m4'
  8. libtoolize: copying file 'm4/ltsugar.m4'
  9. libtoolize: copying file 'm4/ltversion.m4'
  10. libtoolize: copying file 'm4/lt~obsolete.m4'
  11. configure.ac:54: installing './ar-lib'
  12. configure.ac:54: installing './compile'
  13. configure.ac:58: installing './config.guess'
  14. configure.ac:58: installing './config.sub'
  15. configure.ac:51: installing './install-sh'
  16. configure.ac:51: installing './missing'
  17. Makefile.am: installing './INSTALL'
  18. bin/Makefile.am: installing './depcomp'
  19. lib/Headers.mk:22: warning: shell cat $(top_srcdir: non-POSIX variable name
  20. lib/Headers.mk:22: (probably a GNU make extension)
  21. doc/Makefile.am:26: 'lib/Headers.mk' included from here
  22. lib/Headers.mk:22: warning: shell cat $(top_srcdir: non-POSIX variable name
  23. lib/Headers.mk:22: (probably a GNU make extension)
  24. lib/Makefile.am:28: 'lib/Headers.mk' included from here
  25. test/Makefile.am:30: warning: '%'-style pattern rules are a GNU make extension
  26. parallel-tests: installing './test-driver'
  27. checking for a BSD-compatible install... /usr/bin/install -c
  28. checking whether build environment is sane... yes
  29. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  30. checking for gawk... gawk
  31. checking whether make sets $(MAKE)... yes
  32. checking whether make supports nested variables... yes
  33. checking whether make supports nested variables... (cached) yes
  34. checking for style of include used by make... GNU
  35. checking for gcc... gcc -m32
  36. checking whether the C compiler works... yes
  37. checking for C compiler default output file name... a.out
  38. checking for suffix of executables...
  39. checking whether we are cross compiling... no
  40. checking for suffix of object files... o
  41. checking whether we are using the GNU C compiler... yes
  42. checking whether gcc -m32 accepts -g... yes
  43. checking for gcc -m32 option to accept ISO C89... none needed
  44. checking whether gcc -m32 understands -c and -o together... yes
  45. checking dependency style of gcc -m32... gcc3
  46. checking for ar... ar
  47. checking the archiver (ar) interface... ar
  48. checking build system type... x86_64-pc-linux-gnu
  49. checking host system type... x86_64-pc-linux-gnu
  50. checking how to print strings... printf
  51. checking for a sed that does not truncate output... /usr/bin/sed
  52. checking for grep that handles long lines and -e... /usr/bin/grep
  53. checking for egrep... /usr/bin/grep -E
  54. checking for fgrep... /usr/bin/grep -F
  55. checking for ld used by gcc -m32... /usr/bin/ld
  56. checking if the linker (/usr/bin/ld) is GNU ld... yes
  57. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  58. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  59. checking whether ln -s works... yes
  60. checking the maximum length of command line arguments... 1572864
  61. checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop
  62. checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  63. checking for /usr/bin/ld option to reload object files... -r
  64. checking for objdump... objdump
  65. checking how to recognize dependent libraries... pass_all
  66. checking for dlltool... no
  67. checking how to associate runtime and link libraries... printf %s\n
  68. checking for archiver @FILE support... @
  69. checking for strip... strip
  70. checking for ranlib... ranlib
  71. checking command to parse /usr/bin/nm -B output from gcc -m32 object... ok
  72. checking for sysroot... no
  73. checking for a working dd... /usr/bin/dd
  74. checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
  75. checking for mt... no
  76. checking if : is a manifest tool... no
  77. checking how to run the C preprocessor... gcc -m32 -E
  78. checking for ANSI C header files... yes
  79. checking for sys/types.h... yes
  80. checking for sys/stat.h... yes
  81. checking for stdlib.h... yes
  82. checking for string.h... yes
  83. checking for memory.h... yes
  84. checking for strings.h... yes
  85. checking for inttypes.h... yes
  86. checking for stdint.h... yes
  87. checking for unistd.h... yes
  88. checking for dlfcn.h... yes
  89. checking for objdir... .libs
  90. checking if gcc -m32 supports -fno-rtti -fno-exceptions... no
  91. checking for gcc -m32 option to produce PIC... -fPIC -DPIC
  92. checking if gcc -m32 PIC flag -fPIC -DPIC works... yes
  93. checking if gcc -m32 static flag -static works... yes
  94. checking if gcc -m32 supports -c -o file.o... yes
  95. checking if gcc -m32 supports -c -o file.o... (cached) yes
  96. checking whether the gcc -m32 linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
  97. checking whether -lc should be explicitly linked in... no
  98. checking dynamic linker characteristics... GNU/Linux ld.so
  99. checking how to hardcode library paths into programs... immediate
  100. checking whether stripping libraries is possible... yes
  101. checking if libtool supports shared libraries... yes
  102. checking whether to build shared libraries... yes
  103. checking whether to build static libraries... no
  104. checking for gcc... (cached) gcc -m32
  105. checking whether we are using the GNU C compiler... (cached) yes
  106. checking whether gcc -m32 accepts -g... (cached) yes
  107. checking for gcc -m32 option to accept ISO C89... (cached) none needed
  108. checking whether gcc -m32 understands -c and -o together... (cached) yes
  109. checking dependency style of gcc -m32... (cached) gcc3
  110. checking for pkg-config... /usr/bin/pkg-config
  111. checking pkg-config is at least version 0.9.0... yes
  112. checking for native Win32... no
  113. checking for some Win32 platform... no
  114. checking for ANSI C header files... (cached) yes
  115. checking for stdlib.h... (cached) yes
  116. checking for string.h... (cached) yes
  117. checking for strings.h... (cached) yes
  118. checking for inttypes.h... (cached) yes
  119. checking wchar.h usability... yes
  120. checking wchar.h presence... yes
  121. checking for wchar.h... yes
  122. checking asm/page.h usability... no
  123. checking asm/page.h presence... no
  124. checking for asm/page.h... no
  125. checking sys/times.h usability... yes
  126. checking sys/times.h presence... yes
  127. checking for sys/times.h... yes
  128. checking for an ANSI C-conforming const... yes
  129. checking for preprocessor stringizing operator... yes
  130. checking size of int... 4
  131. checking size of short... 2
  132. checking size of void *... 4
  133. checking size of wchar_t... 4
  134. checking for memmove... yes
  135. checking for memset... yes
  136. checking for strdup... yes
  137. checking return type of signal handlers... void
  138. checking for glib-2.0 >= 2.4... yes
  139. checking that generated files are newer than configure... done
  140. configure: creating ./config.status
  141. config.status: creating fribidi.pc
  142. config.status: creating lib/fribidi-config.h
  143. config.status: creating Makefile
  144. config.status: creating charset/Makefile
  145. config.status: creating gen.tab/Makefile
  146. config.status: creating lib/Makefile
  147. config.status: creating bin/Makefile
  148. config.status: creating doc/Makefile
  149. config.status: creating test/Makefile
  150. config.status: creating config.h
  151. config.status: executing depfiles commands
  152. config.status: executing libtool commands
  153. (cd lib && make fribidi-unicode-version.h)
  154. make[1]: Entering directory '/home/nikos/Desktop/clean/src/fribidi-0.19.7/lib'
  155. make[2]: Entering directory '/home/nikos/Desktop/clean/src/fribidi-0.19.7/gen.tab'
  156. make gen-unicode-version
  157. make[3]: Entering directory '/home/nikos/Desktop/clean/src/fribidi-0.19.7/gen.tab'
  158. CC gen-unicode-version.o
  159. CCLD gen-unicode-version
  160. make[3]: Leaving directory '/home/nikos/Desktop/clean/src/fribidi-0.19.7/gen.tab'
  161. ./gen-unicode-version ./unidata/ReadMe.txt ./unidata/BidiMirroring.txt gen-unicode-version.c > fribidi-unicode-version.h \
  162. || (rm -f fribidi-unicode-version.h && false)
  163. Reading `./unidata/ReadMe.txt'
  164. Reading `./unidata/BidiMirroring.txt'
  165. Generating `fribidi-unicode-version.h'
  166. make[2]: Leaving directory '/home/nikos/Desktop/clean/src/fribidi-0.19.7/gen.tab'
  167. make[1]: Leaving directory '/home/nikos/Desktop/clean/src/fribidi-0.19.7/lib'
  168. GEN .gitignore
  169. make all-recursive
  170. make[1]: Entering directory '/home/nikos/Desktop/clean/src/fribidi-0.19.7'
  171. /bin/sh ./config.status --recheck
  172. running CONFIG_SHELL=/bin/sh /bin/sh ./configure --prefix=/usr --libdir=/usr/lib32 CC=gcc -m32 CFLAGS=-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -fno-plt LDFLAGS=-Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now CPPFLAGS=-D_FORTIFY_SOURCE=2 PKG_CONFIG_PATH=/usr/lib32/pkgconfig --no-create --no-recursion
  173. Usable autoreconf found, running
  174. libtoolize: putting auxiliary files in '.'.
  175. libtoolize: copying file './ltmain.sh'
  176. libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
  177. libtoolize: copying file 'm4/libtool.m4'
  178. libtoolize: copying file 'm4/ltoptions.m4'
  179. libtoolize: copying file 'm4/ltsugar.m4'
  180. libtoolize: copying file 'm4/ltversion.m4'
  181. libtoolize: copying file 'm4/lt~obsolete.m4'
  182. configure.ac:54: installing './compile'
  183. configure.ac:51: installing './missing'
  184. bin/Makefile.am: installing './depcomp'
  185. lib/Headers.mk:22: warning: shell cat $(top_srcdir: non-POSIX variable name
  186. lib/Headers.mk:22: (probably a GNU make extension)
  187. doc/Makefile.am:26: 'lib/Headers.mk' included from here
  188. lib/Headers.mk:22: warning: shell cat $(top_srcdir: non-POSIX variable name
  189. lib/Headers.mk:22: (probably a GNU make extension)
  190. lib/Makefile.am:28: 'lib/Headers.mk' included from here
  191. test/Makefile.am:30: warning: '%'-style pattern rules are a GNU make extension
  192. configure: error: unrecognized option: `-m32'
  193. Try `/home/nikos/Desktop/clean/src/fribidi-0.19.7/configure --help' for more information
  194. make[1]: *** [Makefile:445: config.status] Error 1
  195. make[1]: Leaving directory '/home/nikos/Desktop/clean/src/fribidi-0.19.7'
  196. make: *** [Makefile:416: all] Error 2
  197. ==> ΣΦΑΛΜΑ:(B Αποτυχία στην build().(B
  198.  Ματαίωση...(B
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement