Advertisement
Guest User

Untitled

a guest
Jun 18th, 2012
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.11 KB | None | 0 0
  1. $ ./configure && make
  2. checking build system type... x86_64-unknown-linux-gnu
  3. checking host system type... x86_64-unknown-linux-gnu
  4. checking whether make sets $(MAKE)... yes
  5. checking for gcc... gcc
  6. checking whether the C compiler works... yes
  7. checking for C compiler default output file name... a.out
  8. checking for suffix of executables...
  9. checking whether we are cross compiling... no
  10. checking for suffix of object files... o
  11. checking whether we are using the GNU C compiler... yes
  12. checking whether gcc accepts -g... yes
  13. checking for gcc option to accept ISO C89... none needed
  14. checking for gcc option to accept ISO C99... -std=gnu99
  15. checking whether the compiler supports complex numbers... yes
  16. checking if gcc -std=gnu99 accepts -Wall... yes
  17. checking if gcc -std=gnu99 accepts -O3... yes
  18. configure: WARNING: guessing cpu nocona (override with --with-cpu=cpuname.)
  19. checking if gcc -std=gnu99 accepts -march=nocona... yes
  20. checking if gcc -std=gnu99 accepts -mmmx... yes
  21. checking if gcc -std=gnu99 accepts -msse... yes
  22. checking for g++... g++
  23. checking whether we are using the GNU C++ compiler... yes
  24. checking whether g++ accepts -g... yes
  25. checking for g77... no
  26. checking for xlf... no
  27. checking for f77... no
  28. checking for frt... no
  29. checking for pgf77... no
  30. checking for cf77... no
  31. checking for fort77... no
  32. checking for fl32... no
  33. checking for af77... no
  34. checking for xlf90... no
  35. checking for f90... no
  36. checking for pgf90... no
  37. checking for pghpf... no
  38. checking for epcf90... no
  39. checking for gfortran... no
  40. checking for g95... no
  41. checking for xlf95... no
  42. checking for f95... no
  43. checking for fort... no
  44. checking for ifort... no
  45. checking for ifc... no
  46. checking for efc... no
  47. checking for pgf95... no
  48. checking for lf95... no
  49. checking for ftn... no
  50. checking whether we are using the GNU Fortran 77 compiler... no
  51. checking whether accepts -g... no
  52. checking how to run the C preprocessor... gcc -std=gnu99 -E
  53. checking for a BSD-compatible install... /usr/bin/install -c
  54. checking for ranlib... ranlib
  55. checking whether ln -s works... yes
  56. checking for mv... /bin/mv
  57. checking for cp... /bin/cp
  58. checking for rm... /bin/rm
  59. checking for ar... /usr/bin/ar
  60. checking for touch... /usr/bin/touch
  61. checking for indent... /usr/bin/indent
  62. checking if /usr/bin/indent accepts GNU options... yes
  63. checking for sqrt in -lm... yes
  64. checking for dlopen in -ldl... yes
  65. checking for shl_load in -ldld... no
  66. checking for openpty in -lutil... yes
  67. checking for NSLinkModule... no
  68. checking for xmalloc in -liberty... yes
  69. checking for grep that handles long lines and -e... /usr/bin/grep
  70. checking for egrep... /usr/bin/grep -E
  71. checking for ANSI C header files... yes
  72. checking for sys/types.h... yes
  73. checking for sys/stat.h... yes
  74. checking for stdlib.h... yes
  75. checking for string.h... yes
  76. checking for memory.h... yes
  77. checking for strings.h... yes
  78. checking for inttypes.h... yes
  79. checking for stdint.h... yes
  80. checking for unistd.h... yes
  81. checking bfd.h usability... yes
  82. checking bfd.h presence... yes
  83. checking for bfd.h... yes
  84. checking for bfd_init in -lbfd... yes
  85. checking for dcgettext in -lintl... no
  86. checking whether bfd works with -Bstatic... no
  87. checking whether bfd works alone... yes
  88. checking whether bfd_hash_table_init wants two arguments... no
  89. checking for X... libraries , headers
  90. checking for gethostbyname... yes
  91. checking for connect... yes
  92. checking for remove... yes
  93. checking for shmat... yes
  94. checking for IceConnectionNumber in -lICE... yes
  95. checking for pkg-config... /usr/bin/pkg-config
  96. checking for library Xft... yes
  97. checking pthread.h usability... yes
  98. checking pthread.h presence... yes
  99. checking for pthread.h... yes
  100. checking for the pthreads library -lpthreads... no
  101. checking whether pthreads work without any flags... no
  102. checking whether pthreads work with -Kthread... no
  103. checking whether pthreads work with -kthread... no
  104. checking for the pthreads library -llthread... no
  105. checking whether pthreads work with -pthread... yes
  106. checking if more special flags are required for pthreads... no
  107. checking for tputs in -lcurses... yes
  108. checking for readline in -lreadline... yes
  109. checking for libiconv_open in -liconv... no
  110. checking for ANSI C header files... (cached) yes
  111. checking for dirent.h that defines DIR... yes
  112. checking for library containing opendir... none required
  113. checking whether time.h and sys/time.h may both be included... yes
  114. checking for sys/wait.h that is POSIX.1 compatible... yes
  115. checking wchar.h usability... yes
  116. checking wchar.h presence... yes
  117. checking for wchar.h... yes
  118. checking wctype.h usability... yes
  119. checking wctype.h presence... yes
  120. checking for wctype.h... yes
  121. checking langinfo.h usability... yes
  122. checking langinfo.h presence... yes
  123. checking for langinfo.h... yes
  124. checking iconv.h usability... yes
  125. checking iconv.h presence... yes
  126. checking for iconv.h... yes
  127. checking for memory.h... (cached) yes
  128. checking for string.h... (cached) yes
  129. checking for strings.h... (cached) yes
  130. checking limits.h usability... yes
  131. checking limits.h presence... yes
  132. checking for limits.h... yes
  133. checking for unistd.h... (cached) yes
  134. checking sys/mman.h usability... yes
  135. checking sys/mman.h presence... yes
  136. checking for sys/mman.h... yes
  137. checking termios.h usability... yes
  138. checking termios.h presence... yes
  139. checking for termios.h... yes
  140. checking pty.h usability... yes
  141. checking pty.h presence... yes
  142. checking for pty.h... yes
  143. checking util.h usability... no
  144. checking util.h presence... no
  145. checking for util.h... no
  146. checking dlfcn.h usability... yes
  147. checking dlfcn.h presence... yes
  148. checking for dlfcn.h... yes
  149. checking dl.h usability... no
  150. checking dl.h presence... no
  151. checking for dl.h... no
  152. checking ieeefp.h usability... no
  153. checking ieeefp.h presence... no
  154. checking for ieeefp.h... no
  155. checking fpu_control.h usability... yes
  156. checking fpu_control.h presence... yes
  157. checking for fpu_control.h... yes
  158. checking fenv.h usability... yes
  159. checking fenv.h presence... yes
  160. checking for fenv.h... yes
  161. checking stropts.h usability... yes
  162. checking stropts.h presence... yes
  163. checking for stropts.h... yes
  164. checking sys/stropts.h usability... yes
  165. checking sys/stropts.h presence... yes
  166. checking for sys/stropts.h... yes
  167. checking sys/select.h usability... yes
  168. checking sys/select.h presence... yes
  169. checking for sys/select.h... yes
  170. checking for sys/types.h... (cached) yes
  171. checking sys/ttold.h usability... no
  172. checking sys/ttold.h presence... no
  173. checking for sys/ttold.h... no
  174. checking sys/time.h usability... yes
  175. checking sys/time.h presence... yes
  176. checking for sys/time.h... yes
  177. checking sys/timeb.h usability... yes
  178. checking sys/timeb.h presence... yes
  179. checking for sys/timeb.h... yes
  180. checking locale.h usability... yes
  181. checking locale.h presence... yes
  182. checking for locale.h... yes
  183. checking for bfd.h... (cached) yes
  184. checking readline/readline.h usability... yes
  185. checking readline/readline.h presence... yes
  186. checking for readline/readline.h... yes
  187. checking readline/history.h usability... yes
  188. checking readline/history.h presence... yes
  189. checking for readline/history.h... yes
  190. checking for special C compiler options needed for large files... no
  191. checking for _FILE_OFFSET_BITS value needed for large files... no
  192. checking for mode_t... yes
  193. checking for off_t... yes
  194. checking for size_t... yes
  195. checking for pid_t... yes
  196. checking return type of signal handlers... void
  197. checking for long long int... yes
  198. checking for wchar_t... yes
  199. checking for wint_t... yes
  200. checking for mbstate_t... yes
  201. checking for stdlib.h... (cached) yes
  202. checking for unistd.h... (cached) yes
  203. checking for sys/param.h... yes
  204. checking for getpagesize... yes
  205. checking for working mmap... yes
  206. checking vfork.h usability... no
  207. checking vfork.h presence... no
  208. checking for vfork.h... no
  209. checking for fork... yes
  210. checking for vfork... yes
  211. checking for working fork... yes
  212. checking for working vfork... (cached) yes
  213. checking for strftime... yes
  214. checking for strchr... yes
  215. checking for memcpy... yes
  216. checking for sigaction... yes
  217. checking for sigvec... yes
  218. checking for strerror... yes
  219. checking for getcwd... yes
  220. checking for feenableexcept... yes
  221. checking for fpsetmask... no
  222. checking for __setfpucw... no
  223. checking for tanh... yes
  224. checking for dlopen... yes
  225. checking for sigsetjmp... no
  226. checking for waitpid... yes
  227. checking for openpty... yes
  228. checking for mprotect... yes
  229. checking for getpagesize... (cached) yes
  230. checking for gettimeofday... yes
  231. checking for ftime... yes
  232. checking for cfree... yes
  233. checking for gethostbyname... (cached) yes
  234. checking for flockfile... yes
  235. checking for sysconf... yes
  236. checking for fpathconf... yes
  237. checking for tcsetattr... yes
  238. checking for setenv... yes
  239. checking for putenv... yes
  240. checking for fseeko... yes
  241. checking for ftello... yes
  242. checking for rl_getc... yes
  243. checking whether mbrtowc and mbstate_t are properly declared... yes
  244. checking for setlocale... yes
  245. checking for nl_langinfo... yes
  246. checking for iconv... yes
  247. configure: creating ./config.status
  248. config.status: creating Makefile
  249. config.status: creating src/Makefile
  250. config.status: creating include/lushmake.h
  251. config.status: creating include/lushconf.h
  252. for d in src ; \
  253. do ( cd $d && make all ) || exit ; done
  254. make[1]: Вход в каталог `/home/michael/ldd/lush-2.0.1/src'
  255. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c at.c
  256. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c binary.c
  257. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c cref.c
  258. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c calls.c
  259. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c arith.c
  260. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c check_func.c
  261. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c date.c
  262. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c dh.c
  263. dh.c: В функции «make_dhclass»:
  264. dh.c:330:8: предупреждение: variable «superlock» set but not used [-Wunused-but-set-variable]
  265. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c dump.c
  266. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c eval.c
  267. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c fileio.c
  268. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c fltlib.c
  269. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c fpu.c
  270. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c function.c
  271. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c event.c
  272. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c graphics.c
  273. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c htable.c
  274. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c idx1.c
  275. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c idx2.c
  276. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c idx3.c
  277. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c idx4.c
  278. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c index.c
  279. index.c: В функции «yeloop»:
  280. index.c:3507:8: предупреждение: variable «ans» set but not used [-Wunused-but-set-variable]
  281. index.c: В функции «ybloop»:
  282. index.c:3567:8: предупреждение: variable «ans» set but not used [-Wunused-but-set-variable]
  283. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c io.c
  284. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c list.c
  285. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c main.c
  286. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c math.c
  287. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c misc.c
  288. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c cmm.c
  289. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c module.c
  290. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c number.c
  291. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c oostruct.c
  292. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c regex.c
  293. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c storage.c
  294. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c string.c
  295. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c symbol.c
  296. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c toplevel.c
  297. toplevel.c: В функции «start_lisp»:
  298. toplevel.c:233:12: предупреждение: variable «q» set but not used [-Wunused-but-set-variable]
  299. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c user.c
  300. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c weakref.c
  301. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c ps_driver.c
  302. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c rng.c
  303. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c lisp_driver.c
  304. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c x11_driver.c
  305. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c unix.c
  306. gcc -std=gnu99 -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c dldbfd.c
  307. dldbfd.c: В функции «compute_executable_flag»:
  308. dldbfd.c:2481:19: предупреждение: variable «status» set but not used [-Wunused-but-set-variable]
  309. g++ -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -c cpp.cpp
  310. g++ -DHAVE_CONFIG_H -DNO_DEBUG -Wall -O3 -march=nocona -mmmx -msse -I../include -pthread -I/usr/include/freetype2 -Wl,-export-dynamic -o lush2 at.o binary.o cref.o calls.o arith.o check_func.o date.o dh.o dump.o eval.o fileio.o fltlib.o fpu.o function.o event.o graphics.o htable.o idx1.o idx2.o idx3.o idx4.o index.o io.o list.o main.o math.o misc.o cmm.o module.o number.o oostruct.o regex.o storage.o string.o symbol.o toplevel.o user.o weakref.o ps_driver.o rng.o lisp_driver.o x11_driver.o unix.o dldbfd.o cpp.o -lXft -lSM -lICE -lX11 -lreadline -lcurses -lbfd -liberty -lutil -ldl -lm
  311. /usr/bin/ld: x11_driver.o: undefined reference to symbol 'FcPatternDel'
  312. /usr/bin/ld: note: 'FcPatternDel' is defined in DSO /usr/lib/libfontconfig.so.1 so try adding it to the linker command line
  313. /usr/lib/libfontconfig.so.1: could not read symbols: Invalid operation
  314. collect2: ошибка: выполнение ld завершилось с кодом возврата 1
  315. make[1]: *** [lush2] Ошибка 1
  316. make[1]: Выход из каталога `/home/michael/ldd/lush-2.0.1/src'
  317. make: *** [all] Ошибка 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement