免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 3007 | 回复: 1
打印 上一主题 下一主题

make aMule时提示4个skipping incompatible,请指点一下解决思路啊,谢谢! [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2011-05-05 08:05 |只看该作者 |倒序浏览
本帖最后由 stdtd 于 2011-05-05 08:34 编辑

环境:
centos-5.5-x86_64
aMule-2.3.1rc1

提示:
Linking amuled
/usr/bin/ld: skipping incompatible /usr/lib/libbfd.a when searching for -lbfd
/usr/bin/ld: skipping incompatible /usr/lib/libiberty.a when searching for -liberty
/usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz
/usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for -lz

在google上也搜不到这问题,还请高手指点指点啊。谢谢!

以下是编译过程:
  1. ./configure --prefix=/usr --with-denoise-level=4 --enable-optimize --disable-debug --enable-cas --enable-wxcas --enable-alc --enable-alcc --enable-amulecmd --enable-amule-daemon --enable-amule-gui --enable-geoip --enable-webserver --disable-ccache
  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... gawk
  6. checking whether make sets $(MAKE)... yes
  7. checking whether to enable maintainer-specific portions of Makefiles... no
  8. checking build system type... x86_64-unknown-linux-gnu
  9. checking host system type... x86_64-unknown-linux-gnu
  10. checking if this is a FreeBSD 4 or earlier system... no
  11. checking for g++... g++
  12. checking whether the C++ compiler works... yes
  13. checking for C++ compiler default output file name... a.out
  14. checking for suffix of executables...
  15. checking whether we are cross compiling... no
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C++ compiler... yes
  18. checking whether g++ accepts -g... yes
  19. checking for style of include used by make... GNU
  20. checking dependency style of g++... gcc3
  21. checking how to run the C++ preprocessor... g++ -E
  22. checking for gcc... gcc
  23. checking whether we are using the GNU C compiler... yes
  24. checking whether gcc accepts -g... yes
  25. checking for gcc option to accept ISO C89... none needed
  26. checking dependency style of gcc... gcc3
  27. checking how to run the C preprocessor... gcc -E
  28. checking for gawk... (cached) gawk
  29. checking for grep that handles long lines and -e... /bin/grep
  30. checking for egrep... /bin/grep -E
  31. checking whether make sets $(MAKE)... (cached) yes
  32. checking for flex... flex
  33. checking lex output file root... lex.yy
  34. checking lex library... -lfl
  35. checking whether yytext is a pointer... yes
  36. checking for ranlib... ranlib
  37. checking for bison... bison -y
  38. checking for ranlib... (cached) ranlib
  39. checking for strip... strip
  40. checking for ar... ar
  41. checking for ld... ld
  42. checking for zlib >= 1.1.4... yes (version 1.2.3)
  43. checking for ANSI C header files... yes
  44. checking for sys/types.h... yes
  45. checking for sys/stat.h... yes
  46. checking for stdlib.h... yes
  47. checking for string.h... yes
  48. checking for memory.h... yes
  49. checking for strings.h... yes
  50. checking for inttypes.h... yes
  51. checking for stdint.h... yes
  52. checking for unistd.h... yes
  53. checking for gdlib-config... /usr/bin/gdlib-config
  54. checking for gdlib version >= 2.0.0... yes (version 2.0.33)
  55. checking gd.h usability... yes
  56. checking gd.h presence... yes
  57. checking for gd.h... yes
  58. checking for libpng-config... /usr/bin/libpng-config
  59. checking for libpng version >= 1.2.0... yes (version 1.2.10)
  60. checking for File::Copy... ok
  61. checking GeoIP.h usability... yes
  62. checking GeoIP.h presence... yes
  63. checking for GeoIP.h... yes
  64. checking for GeoIP_open in -lGeoIP... yes
  65. checking for the --with-toolkit option... will be automatically detected
  66. checking for the --with-wxshared option... will be automatically detected
  67. checking for the --with-wxdebug option... will be automatically detected
  68. checking for the --with-wxversion option... will be automatically detected
  69. checking for wx-config... /usr/local/bin/wx-config
  70. checking for wxWidgets version >= 2.8.8 (--unicode=yes)... yes (version 2.9.1)
  71. checking if wxWidgets was built in DEBUG mode... no
  72. checking if wxWidgets was built in STATIC mode... no
  73. checking which wxWidgets toolkit was selected... gtk2
  74. checking for pkg-config... /usr/bin/pkg-config
  75. checking pkg-config is at least version 0.9.0... yes
  76. checking for libupnp version >= 1.6.6... yes (version 1.6.6)
  77. checking for crypto++ version >= 5.1... yes (version 5.6.1, installed)
  78. checking if we're using the GNU C++ library... yes
  79. checking that wxWidgets has support for large files... yes
  80. checking for exception-handling... yes
  81. checking for <cxxabi.h> and __cxa_demangle()... yes
  82. checking for extended flex capabilities... yes
  83. checking for working alloca.h... yes
  84. checking for alloca... yes
  85. checking for dirent.h that defines DIR... yes
  86. checking for library containing opendir... none required
  87. checking for ANSI C header files... (cached) yes
  88. checking argz.h usability... yes
  89. checking argz.h presence... yes
  90. checking for argz.h... yes
  91. checking arpa/inet.h usability... yes
  92. checking arpa/inet.h presence... yes
  93. checking for arpa/inet.h... yes
  94. checking fcntl.h usability... yes
  95. checking fcntl.h presence... yes
  96. checking for fcntl.h... yes
  97. checking for inttypes.h... (cached) yes
  98. checking langinfo.h usability... yes
  99. checking langinfo.h presence... yes
  100. checking for langinfo.h... yes
  101. checking libintl.h usability... yes
  102. checking libintl.h presence... yes
  103. checking for libintl.h... yes
  104. checking limits.h usability... yes
  105. checking limits.h presence... yes
  106. checking for limits.h... yes
  107. checking locale.h usability... yes
  108. checking locale.h presence... yes
  109. checking for locale.h... yes
  110. checking malloc.h usability... yes
  111. checking malloc.h presence... yes
  112. checking for malloc.h... yes
  113. checking mntent.h usability... yes
  114. checking mntent.h presence... yes
  115. checking for mntent.h... yes
  116. checking netdb.h usability... yes
  117. checking netdb.h presence... yes
  118. checking for netdb.h... yes
  119. checking netinet/in.h usability... yes
  120. checking netinet/in.h presence... yes
  121. checking for netinet/in.h... yes
  122. checking stddef.h usability... yes
  123. checking stddef.h presence... yes
  124. checking for stddef.h... yes
  125. checking nl_types.h usability... yes
  126. checking nl_types.h presence... yes
  127. checking for nl_types.h... yes
  128. checking for stdint.h... (cached) yes
  129. checking stdio_ext.h usability... yes
  130. checking stdio_ext.h presence... yes
  131. checking for stdio_ext.h... yes
  132. checking for stdlib.h... (cached) yes
  133. checking for string.h... (cached) yes
  134. checking for strings.h... (cached) yes
  135. checking sys/ioctl.h usability... yes
  136. checking sys/ioctl.h presence... yes
  137. checking for sys/ioctl.h... yes
  138. checking sys/mntent.h usability... no
  139. checking sys/mntent.h presence... no
  140. checking for sys/mntent.h... no
  141. checking sys/mnttab.h usability... no
  142. checking sys/mnttab.h presence... no
  143. checking for sys/mnttab.h... no
  144. checking sys/mount.h usability... yes
  145. checking sys/mount.h presence... yes
  146. checking for sys/mount.h... yes
  147. checking sys/param.h usability... yes
  148. checking sys/param.h presence... yes
  149. checking for sys/param.h... yes
  150. checking sys/resource.h usability... yes
  151. checking sys/resource.h presence... yes
  152. checking for sys/resource.h... yes
  153. checking sys/select.h usability... yes
  154. checking sys/select.h presence... yes
  155. checking for sys/select.h... yes
  156. checking sys/socket.h usability... yes
  157. checking sys/socket.h presence... yes
  158. checking for sys/socket.h... yes
  159. checking sys/statvfs.h usability... yes
  160. checking sys/statvfs.h presence... yes
  161. checking for sys/statvfs.h... yes
  162. checking sys/time.h usability... yes
  163. checking sys/time.h presence... yes
  164. checking for sys/time.h... yes
  165. checking sys/timeb.h usability... yes
  166. checking sys/timeb.h presence... yes
  167. checking for sys/timeb.h... yes
  168. checking for sys/types.h... (cached) yes
  169. checking for unistd.h... (cached) yes
  170. checking errno.h usability... yes
  171. checking errno.h presence... yes
  172. checking for errno.h... yes
  173. checking signal.h usability... yes
  174. checking signal.h presence... yes
  175. checking for signal.h... yes
  176. checking for sys/wait.h that is POSIX.1 compatible... yes
  177. checking for stdbool.h that conforms to C99... yes
  178. checking for _Bool... yes
  179. checking for an ANSI C-conforming const... yes
  180. checking for inline... inline
  181. checking for mode_t... yes
  182. checking for off_t... yes
  183. checking for size_t... yes
  184. checking whether time.h and sys/time.h may both be included... yes
  185. checking whether struct tm is in sys/time.h or time.h... time.h
  186. checking for uid_t in sys/types.h... yes
  187. checking for working volatile... yes
  188. checking for ptrdiff_t... yes
  189. checking whether closedir returns void... no
  190. checking whether gcc needs -traditional... no
  191. checking for pid_t... yes
  192. checking vfork.h usability... no
  193. checking vfork.h presence... no
  194. checking for vfork.h... no
  195. checking for fork... yes
  196. checking for vfork... yes
  197. checking for working fork... yes
  198. checking for working vfork... (cached) yes
  199. checking whether lstat correctly handles trailing slash... yes
  200. checking for library containing getmntent... none required
  201. checking whether lstat accepts an empty string... no
  202. checking whether lstat correctly handles trailing slash... (cached) yes
  203. checking for working memcmp... yes
  204. checking for sys/select.h... (cached) yes
  205. checking for sys/socket.h... (cached) yes
  206. checking types of arguments for select... int,fd_set *,struct timeval *
  207. checking return type of signal handlers... void
  208. checking whether stat accepts an empty string... no
  209. checking for strftime... yes
  210. checking for working strtod... yes
  211. checking for vprintf... yes
  212. checking for _doprnt... no
  213. checking for stdlib.h... (cached) yes
  214. checking for GNU libc compatible malloc... yes
  215. checking for stdlib.h... (cached) yes
  216. checking for GNU libc compatible realloc... yes
  217. checking for __argz_count... yes
  218. checking for __argz_next... yes
  219. checking for __argz_stringify... yes
  220. checking for endpwent... yes
  221. checking for floor... no
  222. checking for ftruncate... yes
  223. checking for getcwd... yes
  224. checking for gethostbyaddr... yes
  225. checking for gethostbyname... yes
  226. checking for gethostname... yes
  227. checking for getpass... yes
  228. checking for gettimeofday... yes
  229. checking for inet_ntoa... yes
  230. checking for localeconv... yes
  231. checking for memmove... yes
  232. checking for mempcpy... yes
  233. checking for memset... yes
  234. checking for nl_langinfo... yes
  235. checking for pow... no
  236. checking for select... yes
  237. checking for setlocale... yes
  238. checking for socket... yes
  239. checking for sqrt... no
  240. checking for stpcpy... yes
  241. checking for strcasecmp... yes
  242. checking for strchr... yes
  243. checking for strcspn... yes
  244. checking for strdup... yes
  245. checking for strerror... yes
  246. checking for strncasecmp... yes
  247. checking for strstr... yes
  248. checking for strtoul... yes
  249. checking for sigaction... yes
  250. checking for mkdir... yes
  251. checking for getrlimit... yes
  252. checking for setrlimit... yes
  253. checking for getopt_long... yes
  254. checking for stdlib.h... (cached) yes
  255. checking for unistd.h... (cached) yes
  256. checking for sys/param.h... (cached) yes
  257. checking whether strerror_r is declared... yes
  258. checking for strerror_r... yes
  259. checking whether strerror_r returns char *... no
  260. checking for fallocate... no
  261. checking for SYS_fallocate... yes
  262. checking for posix_fallocate... yes
  263. checking for msgfmt... /usr/bin/msgfmt
  264. checking for gmsgfmt... /usr/bin/msgfmt
  265. checking for xgettext... /usr/bin/xgettext
  266. checking for msgmerge... /usr/bin/msgmerge
  267. checking for strerror in -lcposix... no
  268. checking whether we are using the GNU C Library 2.1 or newer... yes
  269. checking whether integer division by zero raises SIGFPE... yes
  270. checking for inttypes.h... yes
  271. checking for stdint.h... yes
  272. checking for unsigned long long... yes
  273. checking for inttypes.h... yes
  274. checking whether the inttypes.h PRIxNN macros are broken... no
  275. checking for ld used by GCC... ld
  276. checking if the linker (ld) is GNU ld... yes
  277. checking for shared library run path origin... done
  278. checking for argz.h... (cached) yes
  279. checking for limits.h... (cached) yes
  280. checking for locale.h... (cached) yes
  281. checking for nl_types.h... (cached) yes
  282. checking for malloc.h... (cached) yes
  283. checking for stddef.h... (cached) yes
  284. checking for stdlib.h... (cached) yes
  285. checking for string.h... (cached) yes
  286. checking for unistd.h... (cached) yes
  287. checking for sys/param.h... (cached) yes
  288. checking for feof_unlocked... yes
  289. checking for fgets_unlocked... yes
  290. checking for getc_unlocked... yes
  291. checking for getcwd... (cached) yes
  292. checking for getegid... yes
  293. checking for geteuid... yes
  294. checking for getgid... yes
  295. checking for getuid... yes
  296. checking for mempcpy... (cached) yes
  297. checking for munmap... (cached) no
  298. checking for putenv... yes
  299. checking for setenv... yes
  300. checking for setlocale... (cached) yes
  301. checking for stpcpy... (cached) yes
  302. checking for strcasecmp... (cached) yes
  303. checking for strdup... (cached) yes
  304. checking for strtoul... (cached) yes
  305. checking for tsearch... yes
  306. checking for __argz_count... (cached) yes
  307. checking for __argz_stringify... (cached) yes
  308. checking for __argz_next... (cached) yes
  309. checking for iconv... yes
  310. checking for iconv declaration...
  311.          extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  312. checking for nl_langinfo and CODESET... yes
  313. checking for LC_MESSAGES... yes
  314. checking for bison... bison
  315. checking version of bison... 2.3, ok
  316. checking whether NLS is requested... yes
  317. checking whether included gettext is requested... no
  318. checking for GNU gettext in libc... yes
  319. checking for autopoint... yes (0.18.1)
  320. checking for requested languages... all
  321. checking for bfd... yes
  322. checking for <execinfo.h> and backtrace()... yes
  323. checking for docdir... ${datarootdir}/doc/${PACKAGE_TARNAME}
  324. checking for SVNDATE... None required
  325. checking denoising level... 4
  326. checking for a readline compatible library... no
  327. checking whether ccache support should be added... no
  328. configure: creating ./config.status
  329. config.status: creating Makefile
  330. config.status: creating docs/Makefile
  331. config.status: creating docs/man/Makefile
  332. config.status: creating intl/Makefile
  333. config.status: creating src/Makefile
  334. config.status: creating src/pixmaps/Makefile
  335. config.status: creating src/pixmaps/flags_xpm/Makefile
  336. config.status: creating src/libs/Makefile
  337. config.status: creating src/libs/ec/Makefile
  338. config.status: creating src/libs/ec/cpp/Makefile
  339. config.status: creating src/libs/common/Makefile
  340. config.status: creating src/utils/Makefile
  341. config.status: creating src/utils/aLinkCreator/Makefile
  342. config.status: creating src/utils/aLinkCreator/docs/Makefile
  343. config.status: creating src/utils/aLinkCreator/src/Makefile
  344. config.status: creating src/utils/cas/Makefile
  345. config.status: creating src/utils/cas/docs/Makefile
  346. config.status: creating src/utils/fileview/Makefile
  347. config.status: creating src/utils/plasmamule/Makefile
  348. config.status: creating src/utils/wxCas/Makefile
  349. config.status: creating src/utils/wxCas/docs/Makefile
  350. config.status: creating src/utils/wxCas/src/Makefile
  351. config.status: creating src/utils/xas/Makefile
  352. config.status: creating src/utils/xas/autostart-xas
  353. config.status: creating src/utils/xas/docs/Makefile
  354. config.status: creating src/skins/Makefile
  355. config.status: creating src/webserver/Makefile
  356. config.status: creating src/webserver/src/Makefile
  357. config.status: creating src/webserver/default/Makefile
  358. config.status: creating unittests/Makefile
  359. config.status: creating unittests/muleunit/Makefile
  360. config.status: creating unittests/tests/Makefile
  361. config.status: creating po/Makefile.in
  362. config.status: creating Compilation.flags
  363. config.status: creating config.h
  364. config.status: config.h is unchanged
  365. config.status: executing depfiles commands
  366. config.status: executing default-1 commands
  367. config.status: creating po/POTFILES
  368. config.status: creating po/Makefile
  369. config.status: executing denoiser commands


  370.   Configure script has finished system check.

  371.   Configured aMule SVN for 'x86_64-unknown-linux-gnu'.

  372.   aMule enabled options:

  373.   **** aMule Core ****
  374.   Prefix where aMule should be installed?                    /usr
  375.   Should aMule be compiled with i18n support?                yes
  376.   Should aMule be compiled in debug mode?                    no
  377.   Should aMule be compiled with profiling?                   no
  378.   Should aMule be compiled with optimizations?               yes
  379.   Should aMule be compiled with UPnP support?                yes
  380.   Should aMule be compiled with IP2country support?          yes
  381.   Should aMule monolithic application be built?              yes
  382.   Should aMule daemon version be built?                      yes
  383.   Should aMule remote gui be built?                          yes
  384.   Crypto++ library/headers style?                            installed

  385.   **** aMule TextClient ****
  386.   Should aMule Command Line Client be built?                 yes

  387.   **** aMule WebServer ****
  388.   Should aMule WebServer be built?                           yes

  389.   **** aMule ED2K Links Handler ****
  390.   Should aMule ED2K Links Handler be built?                  yes

  391.   **** aMuleLinkCreator ****
  392.   Should aMuleLinkCreator GUI version (alc) be built?        yes
  393.   Should aMuleLinkCreator for console (alcc) be built?       yes

  394.   **** aMule Statistics ****
  395.   Should C aMule Statistics (CAS) be built?                  yes
  396.   Should aMule GUI Statistics (wxCas) be built?              yes
  397.   Should xas XChat2 plugin be installed?                     no
  398.   Should plasmaMule plasma-applet be build?                  no

  399.   **** General Libraries and Tools ****
  400.   Should ccache support be enabled?                          no
  401.   Libraries aMule will use to build:
  402.                              wxWidgets             2.9.1 (gtk2,shared)
  403.                              crypto++              5.6.1 (installed, in /usr)
  404.                              libupnp               1.6.6
  405.                              libintl               system
  406.                              libGeoIP              system
  407.                              libpng                1.2.10
  408.                              libgd                 2.0.33
  409.                              zlib                  1.2.3
复制代码

论坛徽章:
0
2 [报告]
发表于 2011-05-05 08:06 |只看该作者
本帖最后由 stdtd 于 2011-05-05 08:29 编辑
  1. make
  2. Generating translations for ar
  3. Generating translations for ast
  4. Generating translations for bg
  5. Generating translations for ca
  6. Generating translations for cs
  7. Generating translations for da
  8. Generating translations for de
  9. Generating translations for el
  10. Generating translations for en_GB
  11. Generating translations for es
  12. Generating translations for et_EE
  13. Generating translations for eu
  14. Generating translations for fi
  15. Generating translations for fr
  16. Generating translations for gl
  17. Generating translations for he
  18. Generating translations for hr
  19. Generating translations for hu
  20. Generating translations for it
  21. Generating translations for it_CH
  22. Generating translations for ja
  23. Generating translations for ko_KR
  24. Generating translations for lt
  25. Generating translations for nl
  26. Generating translations for nn
  27. Generating translations for pl
  28. Generating translations for pt_BR
  29. Generating translations for pt_PT
  30. Generating translations for ro
  31. Generating translations for ru
  32. Generating translations for sl
  33. Generating translations for sq
  34. Generating translations for sv
  35. Generating translations for tr
  36. Generating translations for uk
  37. Generating translations for zh_CN
  38. Generating translations for zh_TW
  39. Compiling FileFunctions.cpp
  40. Compiling Format.cpp
  41. Compiling MD5Sum.cpp
  42. Compiling MuleDebug.cpp
  43. Compiling Path.cpp
  44. Compiling strerror_r.c
  45. Compiling StringFunctions.cpp
  46. Compiling TextFile.cpp
  47. Building libmulecommon.a
  48. Parsing 2 files
  49. FileName: ECTagTypes
  50. FileContent: EC tag types for use on the ec library.
  51. Reading content section...
  52.         Datatype: Enum
  53.         Dataname: ECTagTypes
  54.         DataType: uint8
  55. No more content sections
  56. All info parsed
  57. FileName: ECCodes
  58. FileContent: EC codes and type definition.
  59. Reading content section...
  60.         Datatype: TypeDef
  61. Reading content section...
  62.         Datatype: Enum
  63.         Dataname: ProtocolVersion
  64.         DataType: uint16
  65. Reading content section...
  66.         Datatype: Enum
  67.         Dataname: ECFlags
  68.         DataType: uint32
  69. Reading content section...
  70.         Datatype: Enum
  71.         Dataname: ECOpCodes
  72.         DataType: uint8
  73. Reading content section...
  74.         Datatype: Enum
  75.         Dataname: ECTagNames
  76.         DataType: uint16
  77. Reading content section...
  78.         Datatype: Enum
  79.         Dataname: EC_DETAIL_LEVEL
  80.         DataType: uint8
  81. Reading content section...
  82.         Datatype: Enum
  83.         Dataname: EC_SEARCH_TYPE
  84.         DataType: uint8
  85. Reading content section...
  86.         Datatype: Enum
  87.         Dataname: EC_STATTREE_NODE_VALUE_TYPE
  88.         DataType: uint8
  89. Reading content section...
  90.         Datatype: Enum
  91.         Dataname: EcPrefs
  92.         DataType: uint32
  93. No more content sections
  94. All info parsed
  95. Generating ECVersion.h... unchanged.
  96. Compiling ECTag.cpp
  97. Compiling ECPacket.cpp
  98. Compiling ECSocket.cpp
  99. Compiling RemoteConnect.cpp
  100. Compiling ECSpecialTags.cpp
  101. Building libec.a
  102. Compiling cas.c
  103. Compiling configfile.c
  104. Compiling functions.c
  105. Compiling graphics.c
  106. Compiling html.c
  107. Compiling lines.c
  108. Linking cas
  109. Compiling onlinesig.cpp
  110. Compiling linuxmon.cpp
  111. Compiling wxcas.cpp
  112. Compiling wxcasprint.cpp
  113. Compiling wxcasframe.cpp
  114. Compiling wxcasprefs.cpp
  115. Compiling wxcascte.cpp
  116. Compiling wxcaspix.cpp
  117. Linking wxcas
  118. Compiling alc.cpp
  119. Compiling alcframe.cpp
  120. Compiling ed2khash.cpp
  121. Compiling alcpix.cpp
  122. Compiling md4.cpp
  123. Linking alc
  124. Compiling alcc.cpp
  125. Compiling ed2khash.cpp
  126. Compiling md4.cpp
  127. Linking alcc
  128. Compiling WebServer.cpp
  129. Compiling WebInterface.cpp
  130. Compiling WebSocket.cpp
  131. Compiling ExternalConnector.cpp
  132. Compiling OtherFunctions.cpp
  133. Compiling RLE.cpp
  134. Compiling NetworkFunctions.cpp
  135. Compiling LoggerConsole.cpp
  136. Compiling UPnPBase.cpp
  137. Compiling php_parser.c
  138. Compiling php_lexer.c
  139. Compiling php_syntree.cpp
  140. Compiling php_amule_lib.cpp
  141. Compiling php_core_lib.cpp
  142. Linking amuleweb
  143. Compiling AsyncDNS.cpp
  144. Compiling DeadSourceList.cpp
  145. Compiling FileArea.cpp
  146. Compiling FileAutoClose.cpp
  147. Compiling IPFilterScanner.cpp
  148. Compiling Scanner.cpp
  149. Compiling Parser.cpp
  150. Compiling PlatformSpecific.cpp
  151. Compiling RandomFunctions.cpp
  152. Compiling RC4Encrypt.cpp
  153. Compiling StateMachine.cpp
  154. Compiling TerminationProcessAmuleweb.cpp
  155. Compiling ThreadScheduler.cpp
  156. Compiling UPnPBase.cpp
  157. Compiling Entry.cpp
  158. Compiling SearchManager.cpp
  159. Compiling RoutingBin.cpp
  160. Compiling UInt128.cpp
  161. Building libmuleappcore.a
  162. Compiling BarShader.cpp
  163. Compiling ColorFrameCtrl.cpp
  164. Compiling EditServerListDlg.cpp
  165. Compiling listctrl.cpp
  166. Compiling FileDetailListCtrl.cpp
  167. Compiling IP2Country.cpp
  168. Compiling MuleColour.cpp
  169. Compiling MuleGifCtrl.cpp
  170. Compiling MuleListCtrl.cpp
  171. Compiling MuleNotebook.cpp
  172. Compiling MuleTextCtrl.cpp
  173. Compiling MuleCollection.cpp
  174. Compiling muuli_wdr.cpp
  175. Building libmuleappgui.a
  176. Compiling CFile.cpp
  177. Compiling ClientCredits.cpp
  178. Compiling ED2KLink.cpp
  179. Compiling Friend.cpp
  180. Compiling GapList.cpp
  181. Compiling MagnetURI.cpp
  182. Compiling MemFile.cpp
  183. Compiling NetworkFunctions.cpp
  184. Compiling OtherFunctions.cpp
  185. Compiling Packet.cpp
  186. Compiling RLE.cpp
  187. Compiling SafeFile.cpp
  188. Compiling SHA.cpp
  189. Compiling Tag.cpp
  190. Compiling TerminationProcess.cpp
  191. Compiling Timer.cpp
  192. Building libmuleappcommon.a
  193. Compiling CaptchaDialog.cpp
  194. Compiling CaptchaGenerator.cpp
  195. Compiling PartFileConvert.cpp
  196. Compiling PartFileConvertDlg.cpp
  197. Compiling amule.cpp
  198. Compiling BaseClient.cpp
  199. Compiling CanceledFileList.cpp
  200. Compiling ClientList.cpp
  201. Compiling ClientCreditsList.cpp
  202. Compiling ClientTCPSocket.cpp
  203. Compiling ClientUDPSocket.cpp
  204. Compiling CorruptionBlackBox.cpp
  205. Compiling DownloadClient.cpp
  206. Compiling DownloadQueue.cpp
  207. Compiling ECSpecialCoreTags.cpp
  208. Compiling EMSocket.cpp
  209. Compiling EncryptedStreamSocket.cpp
  210. Compiling EncryptedDatagramSocket.cpp
  211. Compiling ExternalConn.cpp
  212. Compiling FriendList.cpp
  213. Compiling IPFilter.cpp
  214. Compiling KnownFileList.cpp
  215. Compiling ListenSocket.cpp
  216. Compiling MuleUDPSocket.cpp
  217. Compiling SearchFile.cpp
  218. Compiling SearchList.cpp
  219. Compiling ServerConnect.cpp
  220. Compiling ServerList.cpp
  221. Compiling ServerSocket.cpp
  222. Compiling ServerUDPSocket.cpp
  223. Compiling SHAHashSet.cpp
  224. Compiling SharedFileList.cpp
  225. Compiling ThreadTasks.cpp
  226. Compiling UploadBandwidthThrottler.cpp
  227. Compiling UploadClient.cpp
  228. Compiling UploadQueue.cpp
  229. Compiling Indexed.cpp
  230. Compiling Kademlia.cpp
  231. Compiling Prefs.cpp
  232. Compiling Search.cpp
  233. Compiling UDPFirewallTester.cpp
  234. Compiling KademliaUDPListener.cpp
  235. Compiling PacketTracking.cpp
  236. Compiling Contact.cpp
  237. Compiling RoutingZone.cpp
  238. Compiling amule-gui.cpp
  239. Compiling amuleDlg.cpp
  240. Compiling AddFriend.cpp
  241. Compiling CatDialog.cpp
  242. Compiling ChatSelector.cpp
  243. Compiling ChatWnd.cpp
  244. Compiling CommentDialog.cpp
  245. Compiling CommentDialogLst.cpp
  246. Compiling GenericClientListCtrl.cpp
  247. Compiling ClientDetailDialog.cpp
  248. Compiling DirectoryTreeCtrl.cpp
  249. Compiling FileDetailDialog.cpp
  250. Compiling KadDlg.cpp
  251. Compiling OScopeCtrl.cpp
  252. Compiling PrefsUnifiedDlg.cpp
  253. Compiling SearchDlg.cpp
  254. Compiling ServerWnd.cpp
  255. Compiling SharedFilesWnd.cpp
  256. Compiling StatisticsDlg.cpp
  257. Compiling SearchListCtrl.cpp
  258. Compiling DownloadListCtrl.cpp
  259. Compiling SourceListCtrl.cpp
  260. Compiling SharedFilePeersListCtrl.cpp
  261. Compiling FriendListCtrl.cpp
  262. Compiling ServerListCtrl.cpp
  263. Compiling SharedFilesCtrl.cpp
  264. Compiling MuleTrayIcon.cpp
  265. Compiling TransferWnd.cpp
  266. Compiling amuleAppCommon.cpp
  267. Compiling ClientRef.cpp
  268. Compiling DataToText.cpp
  269. Compiling ECSpecialMuleTags.cpp
  270. Compiling KnownFile.cpp
  271. Compiling GetTickCount.cpp
  272. Compiling GuiEvents.cpp
  273. Compiling HTTPDownload.cpp
  274. Compiling Logger.cpp
  275. Compiling PartFile.cpp
  276. Compiling Preferences.cpp
  277. Compiling Proxy.cpp
  278. Compiling Server.cpp
  279. Compiling Statistics.cpp
  280. Compiling StatTree.cpp
  281. Compiling UserEvents.cpp
  282. Linking amule
  283. /usr/bin/ld: skipping incompatible /usr/lib/libbfd.a when searching for -lbfd
  284. /usr/bin/ld: skipping incompatible /usr/lib/libiberty.a when searching for -liberty
  285. /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz
  286. /usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for -lz
  287. Compiling TextClient.cpp
  288. Compiling ExternalConnector.cpp
  289. Compiling LoggerConsole.cpp
  290. Compiling OtherFunctions.cpp
  291. Compiling NetworkFunctions.cpp
  292. Linking amulecmd
  293. Compiling ED2KLinkParser.cpp
  294. Compiling MagnetURI.cpp
  295. Compiling MuleCollection.cpp
  296. Linking ed2k
  297. Compiling amule-remote-gui.cpp
  298. Compiling amule-gui.cpp
  299. Compiling amuleDlg.cpp
  300. Compiling AddFriend.cpp
  301. Compiling CatDialog.cpp
  302. Compiling ChatSelector.cpp
  303. Compiling ChatWnd.cpp
  304. Compiling CommentDialog.cpp
  305. Compiling CommentDialogLst.cpp
  306. Compiling GenericClientListCtrl.cpp
  307. Compiling ClientDetailDialog.cpp
  308. Compiling DirectoryTreeCtrl.cpp
  309. Compiling FileDetailDialog.cpp
  310. Compiling KadDlg.cpp
  311. Compiling OScopeCtrl.cpp
  312. Compiling PrefsUnifiedDlg.cpp
  313. Compiling SearchDlg.cpp
  314. Compiling ServerWnd.cpp
  315. Compiling SharedFilesWnd.cpp
  316. Compiling StatisticsDlg.cpp
  317. Compiling SearchListCtrl.cpp
  318. Compiling DownloadListCtrl.cpp
  319. Compiling SourceListCtrl.cpp
  320. Compiling SharedFilePeersListCtrl.cpp
  321. Compiling FriendListCtrl.cpp
  322. Compiling ServerListCtrl.cpp
  323. Compiling SharedFilesCtrl.cpp
  324. Compiling MuleTrayIcon.cpp
  325. Compiling TransferWnd.cpp
  326. Compiling amuleAppCommon.cpp
  327. Compiling ClientRef.cpp
  328. Compiling DataToText.cpp
  329. Compiling ECSpecialMuleTags.cpp
  330. Compiling KnownFile.cpp
  331. Compiling GetTickCount.cpp
  332. Compiling GuiEvents.cpp
  333. Compiling HTTPDownload.cpp
  334. Compiling Logger.cpp
  335. Compiling PartFile.cpp
  336. Compiling Preferences.cpp
  337. Compiling Proxy.cpp
  338. Compiling Server.cpp
  339. Compiling Statistics.cpp
  340. Compiling StatTree.cpp
  341. Compiling UserEvents.cpp
  342. Linking amulegui
  343. /usr/bin/ld: skipping incompatible /usr/lib/libbfd.a when searching for -lbfd
  344. /usr/bin/ld: skipping incompatible /usr/lib/libiberty.a when searching for -liberty
  345. /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz
  346. /usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for -lz
  347. Compiling amuled.cpp
  348. Compiling amule.cpp
  349. Compiling BaseClient.cpp
  350. Compiling CanceledFileList.cpp
  351. Compiling ClientList.cpp
  352. Compiling ClientCreditsList.cpp
  353. Compiling ClientTCPSocket.cpp
  354. Compiling ClientUDPSocket.cpp
  355. Compiling CorruptionBlackBox.cpp
  356. Compiling DownloadClient.cpp
  357. Compiling DownloadQueue.cpp
  358. Compiling ECSpecialCoreTags.cpp
  359. Compiling EMSocket.cpp
  360. Compiling EncryptedStreamSocket.cpp
  361. Compiling EncryptedDatagramSocket.cpp
  362. Compiling ExternalConn.cpp
  363. Compiling FriendList.cpp
  364. Compiling IPFilter.cpp
  365. Compiling KnownFileList.cpp
  366. Compiling ListenSocket.cpp
  367. Compiling MuleUDPSocket.cpp
  368. Compiling SearchFile.cpp
  369. Compiling SearchList.cpp
  370. Compiling ServerConnect.cpp
  371. Compiling ServerList.cpp
  372. Compiling ServerSocket.cpp
  373. Compiling ServerUDPSocket.cpp
  374. Compiling SHAHashSet.cpp
  375. Compiling SharedFileList.cpp
  376. Compiling ThreadTasks.cpp
  377. Compiling UploadBandwidthThrottler.cpp
  378. Compiling UploadClient.cpp
  379. Compiling UploadQueue.cpp
  380. Compiling Indexed.cpp
  381. Compiling Kademlia.cpp
  382. Compiling Prefs.cpp
  383. Compiling Search.cpp
  384. Compiling UDPFirewallTester.cpp
  385. Compiling KademliaUDPListener.cpp
  386. Compiling PacketTracking.cpp
  387. Compiling Contact.cpp
  388. Compiling RoutingZone.cpp
  389. Compiling amuleAppCommon.cpp
  390. Compiling ClientRef.cpp
  391. Compiling DataToText.cpp
  392. Compiling ECSpecialMuleTags.cpp
  393. Compiling KnownFile.cpp
  394. Compiling GetTickCount.cpp
  395. Compiling GuiEvents.cpp
  396. Compiling HTTPDownload.cpp
  397. Compiling Logger.cpp
  398. Compiling PartFile.cpp
  399. Compiling Preferences.cpp
  400. Compiling Proxy.cpp
  401. Compiling Server.cpp
  402. Compiling Statistics.cpp
  403. Compiling StatTree.cpp
  404. Compiling UserEvents.cpp
  405. Linking amuled
  406. /usr/bin/ld: skipping incompatible /usr/lib/libbfd.a when searching for -lbfd
  407. /usr/bin/ld: skipping incompatible /usr/lib/libiberty.a when searching for -liberty
  408. /usr/bin/ld: skipping incompatible /usr/lib/libz.so when searching for -lz
  409. /usr/bin/ld: skipping incompatible /usr/lib/libz.a when searching for -lz
复制代码
请指点一下解决思路啊,谢谢!
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP