LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1163|回复: 7

问一个gaim开发版编译的问题

[复制链接]
发表于 2006-9-28 09:38:01 | 显示全部楼层 |阅读模式
autogen工具在开始阶段的几处提示是什么意思?应该怎么样解决呢?我尝试好多都不行。


  1. xuwei@XIAO:~/gaim$ ./autogen.sh
  2. Generating configuration files for Gaim, please wait....

  3. Running libtoolize, please ignore non-fatal messages....
  4. Copying file mkinstalldirs
  5. Copying file po/Makefile.in.in

  6. Please add the files
  7.   codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  8.   progtest.m4
  9. from the /usr/share/aclocal directory to your autoconf macro directory
  10. or directly to your aclocal.m4 file.
  11. You will also need config.guess and config.sub, which you can get from
  12. ftp://ftp.gnu.org/pub/gnu/config/.

  13. You should update your 'aclocal.m4' by running aclocal.
  14. /usr/share/aclocal/xdelta.m4:7: warning: underquoted definition of AM_PATH_XDELTA
  15.   run info '(automake)Extending aclocal'
  16.   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
  17. /usr/share/aclocal/dotconf.m4:5: warning: underquoted definition of AM_PATH_DOTCONF
  18. checking build system type... i686-pc-linux-gnu
  19. checking host system type... i686-pc-linux-gnu
  20. checking target system type... i686-pc-linux-gnu
  21. checking for a BSD-compatible install... /usr/bin/install -c
  22. checking whether build environment is sane... yes
  23. checking for gawk... no
  24. checking for mawk... mawk
  25. checking whether make sets $(MAKE)... yes
  26. checking for sed... /bin/sed
  27. checking for gcc... gcc
  28. checking for C compiler default output file name... a.out
  29. checking whether the C compiler works... yes
  30. checking whether we are cross compiling... no
  31. checking for suffix of executables...
  32. checking for suffix of object files... o
  33. checking whether we are using the GNU C compiler... yes
  34. checking whether gcc accepts -g... yes
  35. checking for gcc option to accept ISO C89... none needed
  36. checking for style of include used by make... GNU
  37. checking dependency style of gcc... gcc3
  38. checking for a sed that does not truncate output... /bin/sed
  39. checking for grep that handles long lines and -e... /bin/grep
  40. checking for egrep... /bin/grep -E
  41. checking for ld used by gcc... /usr/bin/ld
  42. checking if the linker (/usr/bin/ld) is GNU ld... yes
  43. checking for /usr/bin/ld option to reload object files... -r
  44. checking for BSD-compatible nm... /usr/bin/nm -B
  45. checking whether ln -s works... yes
  46. checking how to recognise dependent libraries... pass_all
  47. checking how to run the C preprocessor... gcc -E
  48. checking for ANSI C header files... yes
  49. checking for sys/types.h... yes
  50. checking for sys/stat.h... yes
  51. checking for stdlib.h... yes
  52. checking for string.h... yes
  53. checking for memory.h... yes
  54. checking for strings.h... yes
  55. checking for inttypes.h... yes
  56. checking for stdint.h... yes
  57. checking for unistd.h... yes
  58. checking dlfcn.h usability... yes
  59. checking dlfcn.h presence... yes
  60. checking for dlfcn.h... yes
  61. checking for g++... g++
  62. checking whether we are using the GNU C++ compiler... yes
  63. checking whether g++ accepts -g... yes
  64. checking dependency style of g++... gcc3
  65. checking how to run the C++ preprocessor... g++ -E
  66. checking for g77... no
  67. checking for f77... no
  68. checking for xlf... no
  69. checking for frt... no
  70. checking for pgf77... no
  71. checking for cf77... no
  72. checking for fort77... no
  73. checking for fl32... no
  74. checking for af77... no
  75. checking for f90... no
  76. checking for xlf90... no
  77. checking for pgf90... no
  78. checking for pghpf... no
  79. checking for epcf90... no
  80. checking for gfortran... no
  81. checking for g95... no
  82. checking for f95... no
  83. checking for fort... no
  84. checking for xlf95... no
  85. checking for ifort... no
  86. checking for ifc... no
  87. checking for efc... no
  88. checking for pgf95... no
  89. checking for lf95... no
  90. checking for ftn... no
  91. checking whether we are using the GNU Fortran 77 compiler... no
  92. checking whether  accepts -g... no
  93. checking the maximum length of command line arguments... 32768
  94. checking command to parse /usr/bin/nm -B output from gcc object... ok
  95. checking for objdir... .libs
  96. checking for ar... ar
  97. checking for ranlib... ranlib
  98. checking for strip... strip
  99. checking if gcc supports -fno-rtti -fno-exceptions... no
  100. checking for gcc option to produce PIC... -fPIC
  101. checking if gcc PIC flag -fPIC works... yes
  102. checking if gcc static flag -static works... yes
  103. checking if gcc supports -c -o file.o... yes
  104. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  105. checking whether -lc should be explicitly linked in... no
  106. checking dynamic linker characteristics... GNU/Linux ld.so
  107. checking how to hardcode library paths into programs... immediate
  108. checking whether stripping libraries is possible... yes
  109. checking if libtool supports shared libraries... yes
  110. checking whether to build shared libraries... yes
  111. checking whether to build static libraries... no
  112. configure: creating libtool
  113. appending configuration tag "CXX" to libtool
  114. checking for ld used by g++... /usr/bin/ld
  115. checking if the linker (/usr/bin/ld) is GNU ld... yes
  116. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  117. checking for g++ option to produce PIC... -fPIC
  118. checking if g++ PIC flag -fPIC works... yes
  119. checking if g++ static flag -static works... yes
  120. checking if g++ supports -c -o file.o... yes
  121. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  122. checking dynamic linker characteristics... GNU/Linux ld.so
  123. checking how to hardcode library paths into programs... immediate
  124. appending configuration tag "F77" to libtool
  125. checking for a BSD-compatible install... /usr/bin/install -c
  126. checking for perl... /usr/bin/perl
  127. checking for XML::Parser... ok
  128. checking for iconv... /usr/bin/iconv
  129. checking for msgfmt... /usr/bin/msgfmt
  130. checking for msgmerge... /usr/bin/msgmerge
  131. checking for xgettext... /usr/bin/xgettext
  132. checking locale.h usability... yes
  133. checking locale.h presence... yes
  134. checking for locale.h... yes
  135. checking for LC_MESSAGES... yes
  136. checking libintl.h usability... yes
  137. checking libintl.h presence... yes
  138. checking for libintl.h... yes
  139. checking for ngettext in libc... yes
  140. checking for dgettext in libc... yes
  141. checking for bind_textdomain_codeset... yes
  142. checking for msgfmt... /usr/bin/msgfmt
  143. checking for dcgettext... yes
  144. checking for gmsgfmt... /usr/bin/msgfmt
  145. checking for xgettext... /usr/bin/xgettext
  146. checking for catalogs to be installed...  am ar az bg bn bs ca ca@valencia cs da de el en_AU en_CA en_GB es et eu fa fi fr gl gu he hi hu it ja ka ko ku lt mk my_MM nb ne nl nn pa pl pt_BR pt ro ru sk sl sq sr sr@Latn sv ta te th tr uk vi xh zh_CN zh_TW
  147. checking for ANSI C header files... (cached) yes
  148. checking for sys/wait.h that is POSIX.1 compatible... yes
  149. checking arpa/nameser_compat.h usability... yes
  150. checking arpa/nameser_compat.h presence... yes
  151. checking for arpa/nameser_compat.h... yes
  152. checking fcntl.h usability... yes
  153. checking fcntl.h presence... yes
  154. checking for fcntl.h... yes
  155. checking sys/time.h usability... yes
  156. checking sys/time.h presence... yes
  157. checking for sys/time.h... yes
  158. checking for unistd.h... (cached) yes
  159. checking for locale.h... (cached) yes
  160. checking signal.h usability... yes
  161. checking signal.h presence... yes
  162. checking for signal.h... yes
  163. checking for stdint.h... (cached) yes
  164. checking regex.h usability... yes
  165. checking regex.h presence... yes
  166. checking for regex.h... yes
  167. checking for an ANSI C-conforming const... yes
  168. checking whether struct tm is in sys/time.h or time.h... time.h
  169. checking for time_t... yes
  170. checking size of time_t... 4
  171. checking whether byte ordering is bigendian... no
  172. checking return type of signal handlers... void
  173. checking for strftime... yes
  174. checking for strdup... yes
  175. checking for strstr... yes
  176. checking for atexit... yes
  177. checking for setlocale... yes
  178. checking for getopt_long... yes
  179. checking for inet_aton... yes
  180. checking for __res_query in -lresolv... yes
  181. checking for gethostent in -lnsl... yes
  182. checking for socket... yes
  183. checking for getaddrinfo... yes
  184. checking for socklen_t... yes
  185. checking for special C compiler options needed for large files... no
  186. checking for _FILE_OFFSET_BITS value needed for large files... 64
  187. checking for _LARGE_FILES value needed for large files... no
  188. checking for dlopen... no
  189. checking for dlopen in -ldl... yes
  190. checking for the %z format string in strftime()... yes
  191. checking for pkg-config... /usr/bin/pkg-config
  192. checking pkg-config is at least version 0.9.0... yes
  193. checking for GLIB... yes
  194. checking for X... libraries , headers
  195. checking for gethostbyname... yes
  196. checking for connect... yes
  197. checking for remove... yes
  198. checking for shmat... yes
  199. checking for IceConnectionNumber in -lICE... yes
  200. checking for GTK... yes
  201. checking for XScreenSaverRegister in -lXext... no
  202. checking for XScreenSaverRegister in -lXss... no
  203. checking for SmcSaveYourselfDone in -lSM... yes
  204. checking X11/SM/SMlib.h usability... yes
  205. checking X11/SM/SMlib.h presence... yes
  206. checking for X11/SM/SMlib.h... yes
  207. checking for STARTUP_NOTIFICATION... no
  208. no
  209. checking for GTKSPELL... yes
  210. checking for EVOLUTION_ADDRESSBOOK... no
  211. yes
  212. checking for EVOLUTION_ADDRESSBOOK... no
  213. yes
  214. checking for SQLITE3... no
  215. checking for initscr in -lncursesw... no
  216. checking for update_panels in -lpanelw... no
  217. checking for initscr in -lncurses... yes
  218. checking for update_panels in -lpanel... yes
  219. checking for X11... yes
  220. checking for LIBXML... yes
  221. checking for gconftool-2... /usr/bin/gconftool-2
  222. Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
  223. Using $(sysconfdir)/gconf/schemas as install directory for schema files
  224. checking for GSTREAMER... yes
  225. checking for MEANWHILE... no
  226. no
  227. checking for HOWL... no
  228. no
  229. checking for HOWL... no
  230. no
  231. checking howl.h usability... no
  232. checking howl.h presence... no
  233. checking for howl.h... no
  234. checking for sw_discovery_init in -lhowl... no
  235. checking for SILC... no
  236. no
  237. checking for SILC... no
  238. no
  239. checking for LIBGADU... no
  240. no
  241. checking sys/utsname.h usability... yes
  242. checking sys/utsname.h presence... yes
  243. checking for sys/utsname.h... yes
  244. checking for uname... yes
  245. checking for -Waggregate-return option to gcc... yes
  246. checking for -Wcast-align option to gcc... yes
  247. checking for -Wdeclaration-after-statement option to gcc... yes
  248. checking for -Werror-implicit-function-declaration option to gcc... yes
  249. checking for -Wextra -Wno-sign-compare -Wno-unused-parameter option to gcc... yes
  250. checking for -Winit-self option to gcc... yes
  251. checking for -Wmissing-declarations option to gcc... yes
  252. checking for -Wmissing-prototypes option to gcc... yes
  253. checking for -Wnested-externs option to gcc... yes
  254. checking for -Wpointer-arith option to gcc... yes
  255. checking for -Wundef option to gcc... yes
  256. checking for FORTIFY_SOURCE support... yes
  257. checking for gaim... /usr/bin/gaim
  258. checking for dbus-binding-tool... yes
  259. checking for DBUS... yes
  260. checking for python... /usr/bin/python
  261. checking location of the D-Bus services directory... ${datarootdir}/dbus-1/services
  262. Building with DBUS support
  263. checking for perl... /usr/bin/perl
  264. checking for Perl compile flags... ok
  265. checking for libperl... checking for perl_run... no
  266. checking EXTERN.h usability... yes
  267. checking EXTERN.h presence... yes
  268. checking for EXTERN.h... yes
  269. checking for perl.h... yes
  270. checking for GnuTLS includes... ""
  271. checking gnutls/gnutls.h usability... no
  272. checking gnutls/gnutls.h presence... no
  273. checking for gnutls/gnutls.h... no
  274. checking for GnuTLS libraries... no
  275. checking for Mozilla nspr4 includes in ... ""
  276. checking nspr.h usability... no
  277. checking nspr.h presence... no
  278. checking for nspr.h... no
  279. checking prio.h usability... no
  280. checking prio.h presence... no
  281. checking for prio.h... no
  282. checking for Mozilla nspr4 libraries... no
  283. checking for Mozilla nss3 includes... no
  284. checking for Mozilla nss libraries... no
  285. checking for tclConfig.sh... no
  286. checking for snprintf... yes
  287. checking for connect... (cached) yes
  288. checking whether everything is installed to the same prefix... no
  289. checking whether binary relocation support should be enabled... no
  290. checking for me pot o' gold... no
  291. checking for gethostid... yes
  292. checking for lrand48... yes
  293. checking for memcpy... yes
  294. checking for memmove... yes
  295. checking for random... yes
  296. checking for strchr... yes
  297. checking for strerror... yes
  298. checking for vprintf... yes
  299. checking malloc.h usability... yes
  300. checking malloc.h presence... yes
  301. checking for malloc.h... yes
  302. checking paths.h usability... yes
  303. checking paths.h presence... yes
  304. checking for paths.h... yes
  305. checking sgtty.h usability... yes
  306. checking sgtty.h presence... yes
  307. checking for sgtty.h... yes
  308. checking stdarg.h usability... yes
  309. checking stdarg.h presence... yes
  310. checking for stdarg.h... yes
  311. checking sys/cdefs.h usability... yes
  312. checking sys/cdefs.h presence... yes
  313. checking for sys/cdefs.h... yes
  314. checking sys/file.h usability... yes
  315. checking sys/file.h presence... yes
  316. checking for sys/file.h... yes
  317. checking sys/filio.h usability... no
  318. checking sys/filio.h presence... no
  319. checking for sys/filio.h... no
  320. checking sys/ioctl.h usability... yes
  321. checking sys/ioctl.h presence... yes
  322. checking for sys/ioctl.h... yes
  323. checking sys/msgbuf.h usability... no
  324. checking sys/msgbuf.h presence... no
  325. checking for sys/msgbuf.h... no
  326. checking sys/select.h usability... yes
  327. checking sys/select.h presence... yes
  328. checking for sys/select.h... yes
  329. checking sys/uio.h usability... yes
  330. checking sys/uio.h presence... yes
  331. checking for sys/uio.h... yes
  332. checking for sys/utsname.h... (cached) yes
  333. checking for sys/wait.h... (cached) yes
  334. checking termios.h usability... yes
  335. checking termios.h presence... yes
  336. checking for termios.h... yes
  337. checking for struct tm.tm_zone... yes
  338. checking for timezone external... yes
  339. checking for altzone external... no
  340. checking for daylight external... yes
  341. checking for tm_gmtoff in struct tm... yes
  342. checking for doxygen... true
  343. checking for dot... true
  344. configure: creating ./config.status
  345. config.status: creating Makefile
  346. config.status: creating Doxyfile
  347. config.status: creating gaim.apspec
  348. config.status: creating gaim.service
  349. config.status: creating doc/Makefile
  350. config.status: creating doc/gaim.1
  351. config.status: creating doc/gaim-text.1
  352. config.status: creating m4macros/Makefile
  353. config.status: creating gtk/Makefile
  354. config.status: creating gtk/pixmaps/Makefile
  355. config.status: creating gtk/pixmaps/smileys/Makefile
  356. config.status: creating gtk/pixmaps/smileys/default/Makefile
  357. config.status: creating gtk/pixmaps/smileys/none/Makefile
  358. config.status: creating gtk/pixmaps/status/Makefile
  359. config.status: creating gtk/pixmaps/status/default/Makefile
  360. config.status: creating gtk/plugins/Makefile
  361. config.status: creating gtk/plugins/cap/Makefile
  362. config.status: creating gtk/plugins/docklet/Makefile
  363. config.status: creating gtk/plugins/gestures/Makefile
  364. config.status: creating gtk/plugins/gevolution/Makefile
  365. config.status: creating gtk/plugins/musicmessaging/Makefile
  366. config.status: creating gtk/plugins/perl/Makefile
  367. config.status: creating gtk/plugins/perl/common/Makefile.PL
  368. config.status: creating gtk/plugins/ticker/Makefile
  369. config.status: creating gtk/sounds/Makefile
  370. config.status: creating libgaim/gconf/Makefile
  371. config.status: creating libgaim/plugins/Makefile
  372. config.status: creating libgaim/plugins/mono/Makefile
  373. config.status: creating libgaim/plugins/mono/api/Makefile
  374. config.status: creating libgaim/plugins/mono/loader/Makefile
  375. config.status: creating libgaim/plugins/perl/Makefile
  376. config.status: creating libgaim/plugins/perl/common/Makefile.PL
  377. config.status: creating libgaim/plugins/ssl/Makefile
  378. config.status: creating libgaim/plugins/tcl/Makefile
  379. config.status: creating libgaim/Makefile
  380. config.status: creating libgaim/protocols/Makefile
  381. config.status: creating libgaim/protocols/bonjour/Makefile
  382. config.status: creating libgaim/protocols/gg/Makefile
  383. config.status: creating libgaim/protocols/irc/Makefile
  384. config.status: creating libgaim/protocols/jabber/Makefile
  385. config.status: creating libgaim/protocols/msn/Makefile
  386. config.status: creating libgaim/protocols/novell/Makefile
  387. config.status: creating libgaim/protocols/oscar/Makefile
  388. config.status: creating libgaim/protocols/qq/Makefile
  389. config.status: creating libgaim/protocols/sametime/Makefile
  390. config.status: creating libgaim/protocols/silc/Makefile
  391. config.status: creating libgaim/protocols/simple/Makefile
  392. config.status: creating libgaim/protocols/toc/Makefile
  393. config.status: creating libgaim/protocols/yahoo/Makefile
  394. config.status: creating libgaim/protocols/zephyr/Makefile
  395. config.status: creating console/Makefile
  396. config.status: creating console/libgnt/Makefile
  397. config.status: creating console/libgnt/gnt.pc
  398. config.status: WARNING:  console/libgnt/gnt.pc.in seems to ignore the --datarootdir setting
  399. config.status: creating console/libgnt/wms/Makefile
  400. config.status: creating console/plugins/Makefile
  401. config.status: creating po/Makefile.in
  402. config.status: creating gaim.pc
  403. config.status: WARNING:  gaim.pc.in seems to ignore the --datarootdir setting
  404. config.status: creating gaim.spec
  405. config.status: creating config.h
  406. config.status: executing depfiles commands
  407. config.status: executing intltool commands
  408. config.status: executing default-1 commands
  409. config.status: executing po/stamp-it commands

  410. gaim 2.0.0dev

  411. Build GTK+ 2.x UI............. : yes
  412. Build console UI.............. : yes

  413. Protocols to build dynamically : gg irc jabber msn novell oscar qq simple yahoo zephyr
  414. Protocols to link statically.. :

  415. Build with GStreamer support.. : yes
  416. Build with DBUS support....... : yes
  417. DBUS servies directory........ : /usr/share/dbus-1/services
  418. SSL Library/Libraries......... : None (MSN will not work without SSL!)
  419. Build with Cyrus SASL support. : no
  420. Use kerberos 4 with zephyr.... : no
  421. Use external libzephyr........ : no
  422. Has you....................... : yes

  423. Use XScreenSaver Extension.... : no
  424. Use X Session Management...... : yes
  425. Use startup notification...... : no
  426. Build with GtkSpell support... : yes

  427. Build with plugin support..... : yes
  428. Build with Mono support....... : no
  429. Build with Perl support....... : no
  430. Build with Tcl support........ : no
  431. Build with Tk support......... : no

  432. Print debugging messages...... : no
  433. Assertions are fatal.......... : no

  434. Gaim will be installed in /usr/bin.
  435. Warning: You have an old copy of gaim at /usr/bin/gaim.

  436. configure complete, now type 'make'

  437. xuwei@XIAO:~/gaim$
复制代码
 楼主| 发表于 2006-9-28 09:48:59 | 显示全部楼层
刚刚留意到msn没有ssl支持。

我已经安装了libssl和libssl-dev了,还是不行。
回复 支持 反对

使用道具 举报

发表于 2006-9-28 14:55:17 | 显示全部楼层
要gnutls-dev 或者 libnss-dev
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-9-28 20:03:45 | 显示全部楼层
ssl支持已经搞定了。

上边的提示呢?有没有高手指点一下?
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-10-7 21:17:22 | 显示全部楼层
咱也顶一下,再问!
回复 支持 反对

使用道具 举报

发表于 2006-10-7 22:15:20 | 显示全部楼层
我也有,但是不影响使用。。。我就没去管他了
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-10-8 10:00:42 | 显示全部楼层
我也不影响使用。但是始终有些不放心,说不定这个提示解决掉以后会更稳定呢。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2006-10-25 10:23:10 | 显示全部楼层
顶一下。
希望编程高手能看到,帮忙解决问题。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表