LinuxSir.cn,穿越时空的Linuxsir!

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

w3m编译的问题,请来帮我一下

[复制链接]
发表于 2004-4-5 13:53:21 | 显示全部楼层 |阅读模式
下载了w3m-0.5,编译的过程说不能计算sizeof long long 是怎么回事呀
./configure 的输出


  1. [root@localhost w3m-0.5]# ./configure
  2. checking for gawk... gawk
  3. checking for gcc... gcc
  4. checking for C compiler default output file name... a.out
  5. checking whether the C compiler works... yes
  6. checking whether we are cross compiling... no
  7. checking for suffix of executables...
  8. checking for suffix of object files... o
  9. checking whether we are using the GNU C compiler... yes
  10. checking whether gcc accepts -g... yes
  11. checking for gcc option to accept ANSI C... none needed
  12. checking how to run the C preprocessor... gcc -E
  13. checking for a BSD-compatible install... /usr/bin/install -c
  14. checking whether ln -s works... yes
  15. checking whether make sets $(MAKE)... yes
  16. checking for ranlib... ranlib
  17. checking for perl... /usr/bin/perl
  18. checking for nkf... no
  19. checking for man... /usr/bin/man
  20. checking build system type... i686-pc-linux-gnu
  21. checking host system type... i686-pc-linux-gnu
  22. checking target system type... i686-pc-linux-gnu
  23. checking if m17n support is enabled... yes
  24. checking if unicode support is enabled... yes
  25. checking if message l10n... no
  26. checking if japanese support is enabled... no
  27. checking which charset is used for display... UTF-8
  28. checking whether NLS is requested... yes
  29. checking for msgfmt... /usr/bin/msgfmt
  30. checking for gmsgfmt... /usr/bin/msgfmt
  31. checking for xgettext... no
  32. checking for msgmerge... /usr/bin/msgmerge
  33. checking for ld used by GCC... /usr/bin/ld
  34. checking if the linker (/usr/bin/ld) is GNU ld... yes
  35. checking for shared library run path origin... done
  36. checking whether NLS is requested... yes
  37. checking for GNU gettext in libc... yes
  38. checking whether to use NLS... yes
  39. checking where the gettext function comes from... libc
  40. checking if color escape sequence for kterm/pxvt is enabled... yes
  41. checking if ansi color escape sequence support is enabled... yes
  42. checking if background color support is enabled... yes
  43. checking if image is enabled... yes
  44. checking image library... gdk-pixbuf imlib imlib2
  45. checking GdkPixbuf version... 0.18.0
  46. checking Imlib version... 1.9.13
  47. configure: WARNING: Imlib2 is not installed.  Install Imlib2 (version >= 1.0.5)
  48. checking if xface is enabled... yes
  49. checking for uncompface... no
  50. configure: WARNING: uncompface is not installed.
  51. checking default keymap... w3m
  52. checking if popup menu is enabled... yes
  53. checking if mouse operation enabled... yes
  54. checking if URL history is enabled... yes
  55. checking if alarm is enabled... yes
  56. checking if cookie is enabled... yes
  57. checking if digest auth is enabled... yes
  58. checking if nntp is enabled... yes
  59. checking if gopher is enabled... no
  60. checking if IPv6 support is enabled... yes
  61. checking if IPv6 API available... checking for getaddrinfo... yes
  62. checking if struct sockaddr_storage has an ss_family member... yes
  63. checking if dictionary lookup is enabled... yes
  64. checking if help cgi is enabled... yes
  65. checking if external URI loader is enabled... yes
  66. checking if w3mmail is used... yes
  67. checking if migemo is supported with... migemo -t egrep /usr/local/share/migemo/migemo-dict
  68. checking which editor is used by default... /usr/bin/vi
  69. checking which mailer is used by default... /usr/bin/mail
  70. checking which external browser is used by default... /usr/bin/mozilla
  71. checking for -lbsd... found at /usr/lib
  72. checking for -lBSD... not found
  73. checking for -l44bsd... not found
  74. checking for -lsocket... not found
  75. checking for -lnsl... found at /usr/lib
  76. checking for -ldld... not found
  77. checking for -ldl... found at /usr/lib
  78. checking if SSL is suported... yes
  79. checking for pkg-config... /usr/bin/pkg-config
  80. checking for openssl... yes
  81. checking SSL_CFLAGS... -I/usr/kerberos/include
  82. checking SSL_LIBS... -L/usr/kerberos/lib -lssl -lcrypto -lresolv -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -ldl -lz
  83. checking for SSL_new in -lssl... yes
  84. checking if SSL certificate verify is enabled... yes
  85. checking for sqrt... no
  86. checking for sqrt in -lm... yes
  87. checking for Gpm_Open in -lgpm... yes
  88. checking terminal library... yes
  89. checking for tgetent in -lterminfo... no
  90. checking for tgetent in -lmytinfo... no
  91. checking for tgetent in -ltermlib... no
  92. checking for tgetent in -ltermcap... yes
  93. checking for egrep... grep -E
  94. checking for ANSI C header files... yes
  95. checking for sys/types.h... yes
  96. checking for sys/stat.h... yes
  97. checking for stdlib.h... yes
  98. checking for string.h... yes
  99. checking for memory.h... yes
  100. checking for strings.h... yes
  101. checking for inttypes.h... yes
  102. checking for stdint.h... yes
  103. checking for unistd.h... yes
  104. checking GC library exists... yes
  105. checking gc.h usability... yes
  106. checking gc.h presence... yes
  107. checking for gc.h... yes
  108. checking for GC_init in -lgc... yes
  109. checking for zError in -lz... yes
  110. checking for dirent.h that defines DIR... yes
  111. checking for library containing opendir... none required
  112. checking for ANSI C header files... (cached) yes
  113. checking for sys/wait.h that is POSIX.1 compatible... yes
  114. checking termios.h usability... yes
  115. checking termios.h presence... yes
  116. checking for termios.h... yes
  117. checking float.h usability... yes
  118. checking float.h presence... yes
  119. checking for float.h... yes
  120. checking sys/select.h usability... yes
  121. checking sys/select.h presence... yes
  122. checking for sys/select.h... yes
  123. checking locale.h usability... yes
  124. checking locale.h presence... yes
  125. checking for locale.h... yes
  126. checking for long long... yes
  127. checking size of long long... configure: error: cannot compute sizeof (long long), 77
  128. See `config.log' for more details.

  129. -----------------------------------------------------------------


  130. 然后照提示,我去看了config.log,也是云里雾里的。
  131. 下面是config.log的内容

  132. -----------------------------------------------------------------

  133. | #define USE_GDKPIXBUF 1
  134. | #define USE_W3MIMG_FB 1
  135. | #define USE_GDKPIXBUF 1
  136. | #define IMGTARGETS "$IMGTARGETS"
  137. | #define IMGOBJS "$IMGOBJS"
  138. | #define IMGX11CFLAGS "$IMGX11CFLAGS"
  139. | #define IMGX11LDFLAGS "$IMGX11LDFLAGS"
  140. | #define IMGFBCFLAGS "$IMGFBCFLAGS"
  141. | #define IMGFBLDFLAGS "$IMGLDFLAGS"
  142. | #define USE_XFACE 1
  143. | #define HELP_FILE "w3mhelp-w3m_en.html"
  144. | #define KEYBIND w3m
  145. | #define USE_MENU 1
  146. | #define USE_MOUSE 1
  147. | #define USE_HISTORY 1
  148. | #define USE_ALARM 1
  149. | #define USE_COOKIE 1
  150. | #define USE_DIGEST_AUTH 1
  151. | #define USE_NNTP 1
  152. | #define INET6 1
  153. | #define USE_DICT 1
  154. | #define USE_HELP_CGI 1
  155. | #define USE_EXTERNAL_URI_LOADER 1
  156. | #define USE_W3MMAILER 1
  157. | #define DEF_MIGEMO_COMMAND "migemo -t egrep /usr/local/share/migemo/migemo-dict"
  158. | #define DEF_EDITOR "/usr/bin/vi"
  159. | #define DEF_MAILER "/usr/bin/mail"
  160. | #define DEF_EXT_BROWSER "/usr/bin/mozilla"
  161. | #define USE_SSL 1
  162. | #define USE_SSL_VERIFY 1
  163. | #define HAVE_LIBM 1
  164. | #define USE_GPM 1
  165. | /* end confdefs.h.  */
  166. | #include <machine/console.h>
  167. |    MOUSE_GETINFO
  168. configure:6515: checking terminal library
  169. configure:6525: result: yes
  170. configure:6530: checking for tgetent in -lterminfo
  171. configure:6560: gcc -o conftest -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include     conftest.c -lterminfo  -lm  -lbsd -lnsl -ldl >&5
  172. /usr/bin/ld: cannot find -lterminfo
  173. collect2: ld returned 1 exit status
  174. configure:6566: $? = 1
  175. configure: failed program was:
  176. | /* confdefs.h.  */
  177. |
  178. | #define PACKAGE_NAME "w3m"
  179. | #define PACKAGE_TARNAME "w3m"
  180. | #define PACKAGE_VERSION "0.4.2"
  181. | #define PACKAGE_STRING "w3m 0.4.2"
  182. | #define PACKAGE_BUGREPORT "ukai@debian.or.jp"
  183. | #define PACKAGE "w3m"
  184. | #define VERSION "0.4.2"
  185. | #define W3M w3m
  186. | #define W3M_TARGET i686-pc-linux-gnu
  187. | #define USE_M17N 1
  188. | #define USE_UNICODE 1
  189. | #define W3M_LANG EN
  190. | #define WCTARGET "libwc/libwc.a"
  191. | #define WCCFLAGS "-DUSE_UNICODE -I$(srcdir) -I$(srcdir)/.."
  192. | #define DISPLAY_CHARSET WC_CES_UTF_8
  193. | #define SYSTEM_CHARSET WC_CES_UTF_8
  194. | #define DOCUMENT_CHARSET WC_CES_UTF_8
  195. | #define ENABLE_NLS 1
  196. | #define HAVE_GETTEXT 1
  197. | #define HAVE_DCGETTEXT 1
  198. | #define USE_COLOR 1
  199. | #define USE_ANSI_COLOR 1
  200. | #define USE_BG_COLOR 1
  201. | #define INSTALL_W3MIMGDISPLAY $INSTALL_W3MIMGDISPLAY
  202. | #define USE_IMAGE 1
  203. | #define USE_W3MIMG_X11 1
  204. | #define USE_GDKPIXBUF 1
  205. | #define USE_W3MIMG_FB 1
  206. | #define USE_GDKPIXBUF 1
  207. | #define IMGTARGETS "$IMGTARGETS"
  208. | #define IMGOBJS "$IMGOBJS"
  209. | #define IMGX11CFLAGS "$IMGX11CFLAGS"
  210. | #define IMGX11LDFLAGS "$IMGX11LDFLAGS"
  211. | #define IMGFBCFLAGS "$IMGFBCFLAGS"
  212. | #define IMGFBLDFLAGS "$IMGLDFLAGS"
  213. | #define USE_XFACE 1
  214. | #define HELP_FILE "w3mhelp-w3m_en.html"
  215. | #define KEYBIND w3m
  216. | #define USE_MENU 1
  217. | #define USE_MOUSE 1
  218. | #define USE_HISTORY 1
  219. | #define USE_ALARM 1
  220. | #define USE_COOKIE 1
  221. | #define USE_DIGEST_AUTH 1
  222. | #define USE_NNTP 1
  223. | #define INET6 1
  224. | #define USE_DICT 1
  225. | #define USE_HELP_CGI 1
  226. | #define USE_EXTERNAL_URI_LOADER 1
  227. | #define USE_W3MMAILER 1
  228. | #define DEF_MIGEMO_COMMAND "migemo -t egrep /usr/local/share/migemo/migemo-dict"
  229. | #define DEF_EDITOR "/usr/bin/vi"
  230. | #define DEF_MAILER "/usr/bin/mail"
  231. | #define DEF_EXT_BROWSER "/usr/bin/mozilla"
  232. | #define USE_SSL 1
  233. | #define USE_SSL_VERIFY 1
  234. | #define HAVE_LIBM 1
  235. | #define USE_GPM 1
  236. | /* end confdefs.h.  */
  237. |
  238. | /* Override any gcc2 internal prototype to avoid an error.  */
  239. | #ifdef __cplusplus
  240. | extern "C"
  241. | #endif
  242. | /* We use char because int might match the return type of a gcc2
  243. |    builtin and then its argument prototype would still apply.  */
  244. | char tgetent ();
  245. | int
  246. | main ()
  247. | {
  248. | tgetent ();
  249. |   ;
  250. |   return 0;
  251. | }
  252. configure:6591: result: no
  253. configure:6530: checking for tgetent in -lmytinfo
  254. configure:6560: gcc -o conftest -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include     conftest.c -lmytinfo  -lm  -lbsd -lnsl -ldl >&5
  255. /usr/bin/ld: cannot find -lmytinfo
  256. collect2: ld returned 1 exit status
  257. configure:6566: $? = 1
  258. configure: failed program was:
  259. | /* confdefs.h.  */
  260. |
  261. | #define PACKAGE_NAME "w3m"
  262. | #define PACKAGE_TARNAME "w3m"
  263. | #define PACKAGE_VERSION "0.4.2"
  264. | #define PACKAGE_STRING "w3m 0.4.2"
  265. | #define PACKAGE_BUGREPORT "ukai@debian.or.jp"
  266. | #define PACKAGE "w3m"
  267. | #define VERSION "0.4.2"
  268. | #define W3M w3m
  269. | #define W3M_TARGET i686-pc-linux-gnu
  270. | #define USE_M17N 1
  271. | #define USE_UNICODE 1
  272. | #define W3M_LANG EN
  273. | #define WCTARGET "libwc/libwc.a"
  274. | #define WCCFLAGS "-DUSE_UNICODE -I$(srcdir) -I$(srcdir)/.."
  275. | #define DISPLAY_CHARSET WC_CES_UTF_8
  276. | #define SYSTEM_CHARSET WC_CES_UTF_8
  277. | #define DOCUMENT_CHARSET WC_CES_UTF_8
  278. | #define ENABLE_NLS 1
  279. | #define HAVE_GETTEXT 1
  280. | #define HAVE_DCGETTEXT 1
  281. | #define USE_COLOR 1
  282. | #define USE_ANSI_COLOR 1
  283. | #define USE_BG_COLOR 1
  284. | #define INSTALL_W3MIMGDISPLAY $INSTALL_W3MIMGDISPLAY
  285. | #define USE_IMAGE 1
  286. | #define USE_W3MIMG_X11 1
  287. | #define USE_GDKPIXBUF 1
  288. | #define USE_W3MIMG_FB 1
  289. | #define USE_GDKPIXBUF 1
  290. | #define IMGTARGETS "$IMGTARGETS"
  291. | #define IMGOBJS "$IMGOBJS"
  292. | #define IMGX11CFLAGS "$IMGX11CFLAGS"
  293. | #define IMGX11LDFLAGS "$IMGX11LDFLAGS"
  294. | #define IMGFBCFLAGS "$IMGFBCFLAGS"
  295. | #define IMGFBLDFLAGS "$IMGLDFLAGS"
  296. | #define USE_XFACE 1
  297. | #define HELP_FILE "w3mhelp-w3m_en.html"
  298. | #define KEYBIND w3m
  299. | #define USE_MENU 1
  300. | #define USE_MOUSE 1
  301. | #define USE_HISTORY 1
  302. | #define USE_ALARM 1
  303. | #define USE_COOKIE 1
  304. | #define USE_DIGEST_AUTH 1
  305. | #define USE_NNTP 1
  306. | #define INET6 1
  307. | #define USE_DICT 1
  308. | #define USE_HELP_CGI 1
  309. | #define USE_EXTERNAL_URI_LOADER 1
  310. | #define USE_W3MMAILER 1
  311. | #define DEF_MIGEMO_COMMAND "migemo -t egrep /usr/local/share/migemo/migemo-dict"
  312. | #define DEF_EDITOR "/usr/bin/vi"
  313. | #define DEF_MAILER "/usr/bin/mail"
  314. | #define DEF_EXT_BROWSER "/usr/bin/mozilla"
  315. | #define USE_SSL 1
  316. | #define USE_SSL_VERIFY 1
  317. | #define HAVE_LIBM 1
  318. | #define USE_GPM 1
  319. | /* end confdefs.h.  */
  320. |
  321. | /* Override any gcc2 internal prototype to avoid an error.  */
  322. | #ifdef __cplusplus
  323. | extern "C"
  324. | #endif
  325. | /* We use char because int might match the return type of a gcc2
  326. |    builtin and then its argument prototype would still apply.  */
  327. | char tgetent ();
  328. | int
  329. | main ()
  330. | {
  331. | tgetent ();
  332. |   ;
  333. |   return 0;
  334. | }
  335. configure:6591: result: no
  336. configure:6530: checking for tgetent in -ltermlib
  337. configure:6560: gcc -o conftest -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include     conftest.c -ltermlib  -lm  -lbsd -lnsl -ldl >&5
  338. /usr/bin/ld: cannot find -ltermlib
  339. collect2: ld returned 1 exit status
  340. configure:6566: $? = 1
  341. configure: failed program was:
  342. | /* confdefs.h.  */
  343. |
  344. | #define PACKAGE_NAME "w3m"
  345. | #define PACKAGE_TARNAME "w3m"
  346. | #define PACKAGE_VERSION "0.4.2"
  347. | #define PACKAGE_STRING "w3m 0.4.2"
  348. | #define PACKAGE_BUGREPORT "ukai@debian.or.jp"
  349. | #define PACKAGE "w3m"
  350. | #define VERSION "0.4.2"
  351. | #define W3M w3m
  352. | #define W3M_TARGET i686-pc-linux-gnu
  353. | #define USE_M17N 1
  354. | #define USE_UNICODE 1
  355. | #define W3M_LANG EN
  356. | #define WCTARGET "libwc/libwc.a"
  357. | #define WCCFLAGS "-DUSE_UNICODE -I$(srcdir) -I$(srcdir)/.."
  358. | #define DISPLAY_CHARSET WC_CES_UTF_8
  359. | #define SYSTEM_CHARSET WC_CES_UTF_8
  360. | #define DOCUMENT_CHARSET WC_CES_UTF_8
  361. | #define ENABLE_NLS 1
  362. | #define HAVE_GETTEXT 1
  363. | #define HAVE_DCGETTEXT 1
  364. | #define USE_COLOR 1
  365. | #define USE_ANSI_COLOR 1
  366. | #define USE_BG_COLOR 1
  367. | #define INSTALL_W3MIMGDISPLAY $INSTALL_W3MIMGDISPLAY
  368. | #define USE_IMAGE 1
  369. | #define USE_W3MIMG_X11 1
  370. | #define USE_GDKPIXBUF 1
  371. | #define USE_W3MIMG_FB 1
  372. | #define USE_GDKPIXBUF 1
  373. | #define IMGTARGETS "$IMGTARGETS"
  374. | #define IMGOBJS "$IMGOBJS"
  375. | #define IMGX11CFLAGS "$IMGX11CFLAGS"
  376. | #define IMGX11LDFLAGS "$IMGX11LDFLAGS"
  377. | #define IMGFBCFLAGS "$IMGFBCFLAGS"
  378. | #define IMGFBLDFLAGS "$IMGLDFLAGS"
  379. | #define USE_XFACE 1
  380. | #define HELP_FILE "w3mhelp-w3m_en.html"
  381. | #define KEYBIND w3m
  382. | #define USE_MENU 1
  383. | #define USE_MOUSE 1
  384. | #define USE_HISTORY 1
  385. | #define USE_ALARM 1
  386. | #define USE_COOKIE 1
  387. | #define USE_DIGEST_AUTH 1
  388. | #define USE_NNTP 1
  389. | #define INET6 1
  390. | #define USE_DICT 1
  391. | #define USE_HELP_CGI 1
  392. | #define USE_EXTERNAL_URI_LOADER 1
  393. | #define USE_W3MMAILER 1
  394. | #define DEF_MIGEMO_COMMAND "migemo -t egrep /usr/local/share/migemo/migemo-dict"
  395. | #define DEF_EDITOR "/usr/bin/vi"
  396. | #define DEF_MAILER "/usr/bin/mail"
  397. | #define DEF_EXT_BROWSER "/usr/bin/mozilla"
  398. | #define USE_SSL 1
  399. | #define USE_SSL_VERIFY 1
  400. | #define HAVE_LIBM 1
  401. | #define USE_GPM 1
  402. | /* end confdefs.h.  */
  403. |
  404. | /* Override any gcc2 internal prototype to avoid an error.  */
  405. | #ifdef __cplusplus
  406. | extern "C"
  407. | #endif
  408. | /* We use char because int might match the return type of a gcc2
  409. |    builtin and then its argument prototype would still apply.  */
  410. | char tgetent ();
  411. | int
  412. | main ()
  413. | {
  414. | tgetent ();
  415. |   ;
  416. |   return 0;
  417. | }
  418. configure:6591: result: no
  419. configure:6530: checking for tgetent in -ltermcap
  420. configure:6560: gcc -o conftest -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include     conftest.c -ltermcap  -lm  -lbsd -lnsl -ldl >&5
  421. configure:6566: $? = 0
  422. configure:6569: test -z                          || test ! -s conftest.err
  423. configure:6572: $? = 0
  424. configure:6575: test -s conftest
  425. configure:6578: $? = 0
  426. configure:6591: result: yes
  427. configure:6599: checking for egrep
  428. configure:6609: result: grep -E
  429. configure:6614: checking for ANSI C header files
  430. configure:6639: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include    conftest.c >&5
  431. configure:6645: $? = 0
  432. configure:6648: test -z                          || test ! -s conftest.err
  433. configure:6651: $? = 0
  434. configure:6654: test -s conftest.o
  435. configure:6657: $? = 0
  436. configure:6743: gcc -o conftest -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include     conftest.c -lm  -lbsd -lnsl -ldl >&5
  437. configure:6746: $? = 0
  438. configure:6748: ./conftest
  439. configure:6751: $? = 0
  440. configure:6766: result: yes
  441. configure:6790: checking for sys/types.h
  442. configure:6806: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include    conftest.c >&5
  443. configure:6812: $? = 0
  444. configure:6815: test -z                          || test ! -s conftest.err
  445. configure:6818: $? = 0
  446. configure:6821: test -s conftest.o
  447. configure:6824: $? = 0
  448. configure:6835: result: yes
  449. configure:6790: checking for sys/stat.h
  450. configure:6806: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include    conftest.c >&5
  451. configure:6812: $? = 0
  452. configure:6815: test -z                          || test ! -s conftest.err
  453. configure:6818: $? = 0
  454. configure:6821: test -s conftest.o
  455. configure:6824: $? = 0
  456. configure:6835: result: yes
  457. configure:6790: checking for stdlib.h
  458. configure:6806: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include    conftest.c >&5
  459. configure:6812: $? = 0
  460. configure:6815: test -z                          || test ! -s conftest.err
  461. configure:6818: $? = 0
  462. configure:6821: test -s conftest.o
  463. configure:6824: $? = 0
  464. configure:6835: result: yes
  465. configure:6790: checking for string.h
  466. configure:6806: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include    conftest.c >&5
  467. configure:6812: $? = 0
  468. configure:6815: test -z                          || test ! -s conftest.err
  469. configure:6818: $? = 0
  470. configure:6821: test -s conftest.o
  471. configure:6824: $? = 0
  472. configure:6835: result: yes
  473. configure:6790: checking for memory.h
  474. configure:6806: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include    conftest.c >&5
  475. configure:6812: $? = 0
  476. configure:6815: test -z                          || test ! -s conftest.err
  477. configure:6818: $? = 0
  478. configure:6821: test -s conftest.o
  479. configure:6824: $? = 0
  480. configure:6835: result: yes
  481. configure:6790: checking for strings.h
  482. configure:6806: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include    conftest.c >&5
  483. configure:6812: $? = 0
  484. configure:6815: test -z                          || test ! -s conftest.err
  485. configure:6818: $? = 0
  486. configure:6821: test -s conftest.o
  487. configure:6824: $? = 0
  488. configure:6835: result: yes
  489. configure:6790: checking for inttypes.h
  490. configure:6806: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include    conftest.c >&5
  491. configure:6812: $? = 0
  492. configure:6815: test -z                          || test ! -s conftest.err
  493. configure:6818: $? = 0
  494. configure:6821: test -s conftest.o
  495. configure:6824: $? = 0
  496. configure:6835: result: yes
  497. configure:6790: checking for stdint.h
  498. configure:6806: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include    conftest.c >&5
  499. configure:6812: $? = 0
  500. configure:6815: test -z                          || test ! -s conftest.err
  501. configure:6818: $? = 0
  502. configure:6821: test -s conftest.o
  503. configure:6824: $? = 0
  504. configure:6835: result: yes
  505. configure:6790: checking for unistd.h
  506. configure:6806: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include    conftest.c >&5
  507. configure:6812: $? = 0
  508. configure:6815: test -z                          || test ! -s conftest.err
  509. configure:6818: $? = 0
  510. configure:6821: test -s conftest.o
  511. configure:6824: $? = 0
  512. configure:6835: result: yes
  513. configure:6847: checking GC library exists
  514. configure:6859: result: yes
  515. configure:6873: checking gc.h usability
  516. configure:6885: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include    conftest.c >&5
  517. configure:6891: $? = 0
  518. configure:6894: test -z                          || test ! -s conftest.err
  519. configure:6897: $? = 0
  520. configure:6900: test -s conftest.o
  521. configure:6903: $? = 0
  522. configure:6913: result: yes
  523. configure:6917: checking gc.h presence
  524. configure:6927: gcc -E  conftest.c
  525. configure:6933: $? = 0
  526. configure:6953: result: yes
  527. configure:6988: checking for gc.h
  528. configure:6995: result: yes
  529. configure:7168: checking for GC_init in -lgc
  530. configure:7198: gcc -o conftest -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include     conftest.c -lgc  -lm  -lbsd -lnsl -ldl >&5
  531. configure:7204: $? = 0
  532. configure:7207: test -z                          || test ! -s conftest.err
  533. configure:7210: $? = 0
  534. configure:7213: test -s conftest
  535. configure:7216: $? = 0
  536. configure:7229: result: yes
  537. configure:7322: checking for zError in -lz
  538. configure:7352: gcc -o conftest -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include     conftest.c -lz  -lm  -lbsd -lnsl -ldl -lgc >&5
  539. configure:7358: $? = 0
  540. configure:7361: test -z                          || test ! -s conftest.err
  541. configure:7364: $? = 0
  542. configure:7367: test -s conftest
  543. configure:7370: $? = 0
  544. configure:7383: result: yes
  545. configure:7411: checking for dirent.h that defines DIR
  546. configure:7435: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include    conftest.c >&5
  547. configure:7441: $? = 0
  548. configure:7444: test -z                          || test ! -s conftest.err
  549. configure:7447: $? = 0
  550. configure:7450: test -s conftest.o
  551. configure:7453: $? = 0
  552. configure:7464: result: yes
  553. configure:7477: checking for library containing opendir
  554. configure:7507: gcc -o conftest -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include     conftest.c -lm  -lbsd -lnsl -ldl -lgc >&5
  555. configure:7513: $? = 0
  556. configure:7516: test -z                          || test ! -s conftest.err
  557. configure:7519: $? = 0
  558. configure:7522: test -s conftest
  559. configure:7525: $? = 0
  560. configure:7594: result: none required
  561. configure:7728: checking for ANSI C header files
  562. configure:7880: result: yes
  563. configure:7890: checking for sys/wait.h that is POSIX.1 compatible
  564. configure:7921: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include    conftest.c >&5
  565. configure:7927: $? = 0
  566. configure:7930: test -z                          || test ! -s conftest.err
  567. configure:7933: $? = 0
  568. configure:7936: test -s conftest.o
  569. configure:7939: $? = 0
  570. configure:7950: result: yes
  571. configure:7970: checking termios.h usability
  572. configure:7982: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include    conftest.c >&5
  573. configure:7988: $? = 0
  574. configure:7991: test -z                          || test ! -s conftest.err
  575. configure:7994: $? = 0
  576. configure:7997: test -s conftest.o
  577. configure:8000: $? = 0
  578. configure:8010: result: yes
  579. configure:8014: checking termios.h presence
  580. configure:8024: gcc -E  conftest.c
  581. configure:8030: $? = 0
  582. configure:8050: result: yes
  583. configure:8085: checking for termios.h
  584. configure:8092: result: yes
  585. configure:8404: checking float.h usability
  586. configure:8416: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include    conftest.c >&5
  587. configure:8422: $? = 0
  588. configure:8425: test -z                          || test ! -s conftest.err
  589. configure:8428: $? = 0
  590. configure:8431: test -s conftest.o
  591. configure:8434: $? = 0
  592. configure:8444: result: yes
  593. configure:8448: checking float.h presence
  594. configure:8458: gcc -E  conftest.c
  595. configure:8464: $? = 0
  596. configure:8484: result: yes
  597. configure:8519: checking for float.h
  598. configure:8526: result: yes
  599. configure:8542: checking sys/select.h usability
  600. configure:8554: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include    conftest.c >&5
  601. configure:8560: $? = 0
  602. configure:8563: test -z                          || test ! -s conftest.err
  603. configure:8566: $? = 0
  604. configure:8569: test -s conftest.o
  605. configure:8572: $? = 0
  606. configure:8582: result: yes
  607. configure:8586: checking sys/select.h presence
  608. configure:8596: gcc -E  conftest.c
  609. configure:8602: $? = 0
  610. configure:8622: result: yes
  611. configure:8657: checking for sys/select.h
  612. configure:8664: result: yes
  613. configure:8680: checking locale.h usability
  614. configure:8692: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include    conftest.c >&5
  615. configure:8698: $? = 0
  616. configure:8701: test -z                          || test ! -s conftest.err
  617. configure:8704: $? = 0
  618. configure:8707: test -s conftest.o
  619. configure:8710: $? = 0
  620. configure:8720: result: yes
  621. configure:8724: checking locale.h presence
  622. configure:8734: gcc -E  conftest.c
  623. configure:8740: $? = 0
  624. configure:8760: result: yes
  625. configure:8795: checking for locale.h
  626. configure:8802: result: yes
  627. configure:8815: checking for long long
  628. configure:8839: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include    conftest.c >&5
  629. configure:8845: $? = 0
  630. configure:8848: test -z                          || test ! -s conftest.err
  631. configure:8851: $? = 0
  632. configure:8854: test -s conftest.o
  633. configure:8857: $? = 0
  634. configure:8868: result: yes
  635. configure:8871: checking size of long long
  636. configure:9183: gcc -o conftest -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include     conftest.c -lm  -lbsd -lnsl -ldl -lgc >&5
  637. configure:9186: $? = 0
  638. configure:9188: ./conftest
  639. ./conftest: error while loading shared libraries: libgc.so.1: cannot open shared object file: No such file or directory
  640. configure:9191: $? = 127
  641. configure: program exited with status 127
  642. configure: failed program was:
  643. | /* confdefs.h.  */
  644. |
  645. | #define PACKAGE_NAME "w3m"
  646. | #define PACKAGE_TARNAME "w3m"
  647. | #define PACKAGE_VERSION "0.4.2"
  648. | #define PACKAGE_STRING "w3m 0.4.2"
  649. | #define PACKAGE_BUGREPORT "ukai@debian.or.jp"
  650. | #define PACKAGE "w3m"
  651. | #define VERSION "0.4.2"
  652. | #define W3M w3m
  653. | #define W3M_TARGET i686-pc-linux-gnu
  654. | #define USE_M17N 1
  655. | #define USE_UNICODE 1
  656. | #define W3M_LANG EN
  657. | #define WCTARGET "libwc/libwc.a"
  658. | #define WCCFLAGS "-DUSE_UNICODE -I$(srcdir) -I$(srcdir)/.."
  659. | #define DISPLAY_CHARSET WC_CES_UTF_8
  660. | #define SYSTEM_CHARSET WC_CES_UTF_8
  661. | #define DOCUMENT_CHARSET WC_CES_UTF_8
  662. | #define ENABLE_NLS 1
  663. | #define HAVE_GETTEXT 1
  664. | #define HAVE_DCGETTEXT 1
  665. | #define USE_COLOR 1
  666. | #define USE_ANSI_COLOR 1
  667. | #define USE_BG_COLOR 1
  668. | #define INSTALL_W3MIMGDISPLAY $INSTALL_W3MIMGDISPLAY
  669. | #define USE_IMAGE 1
  670. | #define USE_W3MIMG_X11 1
  671. | #define USE_GDKPIXBUF 1
  672. | #define USE_W3MIMG_FB 1
  673. | #define USE_GDKPIXBUF 1
  674. | #define IMGTARGETS "$IMGTARGETS"
  675. | #define IMGOBJS "$IMGOBJS"
  676. | #define IMGX11CFLAGS "$IMGX11CFLAGS"
  677. | #define IMGX11LDFLAGS "$IMGX11LDFLAGS"
  678. | #define IMGFBCFLAGS "$IMGFBCFLAGS"
  679. | #define IMGFBLDFLAGS "$IMGLDFLAGS"
  680. | #define USE_XFACE 1
  681. | #define HELP_FILE "w3mhelp-w3m_en.html"
  682. | #define KEYBIND w3m
  683. | #define USE_MENU 1
  684. | #define USE_MOUSE 1
  685. | #define USE_HISTORY 1
  686. | #define USE_ALARM 1
  687. | #define USE_COOKIE 1
  688. | #define USE_DIGEST_AUTH 1
  689. | #define USE_NNTP 1
  690. | #define INET6 1
  691. | #define USE_DICT 1
  692. | #define USE_HELP_CGI 1
  693. | #define USE_EXTERNAL_URI_LOADER 1
  694. | #define USE_W3MMAILER 1
  695. | #define DEF_MIGEMO_COMMAND "migemo -t egrep /usr/local/share/migemo/migemo-dict"
  696. | #define DEF_EDITOR "/usr/bin/vi"
  697. | #define DEF_MAILER "/usr/bin/mail"
  698. | #define DEF_EXT_BROWSER "/usr/bin/mozilla"
  699. | #define USE_SSL 1
  700. | #define USE_SSL_VERIFY 1
  701. | #define HAVE_LIBM 1
  702. | #define USE_GPM 1
  703. | #define STDC_HEADERS 1
  704. | #define HAVE_SYS_TYPES_H 1
  705. | #define HAVE_SYS_STAT_H 1
  706. | #define HAVE_STDLIB_H 1
  707. | #define HAVE_STRING_H 1
  708. | #define HAVE_MEMORY_H 1
  709. | #define HAVE_STRINGS_H 1
  710. | #define HAVE_INTTYPES_H 1
  711. | #define HAVE_STDINT_H 1
  712. | #define HAVE_UNISTD_H 1
  713. | #define AUXBIN_TARGETS "$AUXBIN_TARGETS"
  714. | #define HAVE_DIRENT_H 1
  715. | #define STDC_HEADERS 1
  716. | #define HAVE_SYS_WAIT_H 1
  717. | #define HAVE_TERMIOS_H 1
  718. | #define HAVE_LOCALE_H 1
  719. | /* end confdefs.h.  */
  720. | #include <stdio.h>
  721. | #if HAVE_SYS_TYPES_H
  722. | # include <sys/types.h>
  723. | #endif
  724. | #if HAVE_SYS_STAT_H
  725. | # include <sys/stat.h>
  726. | #endif
  727. | #if STDC_HEADERS
  728. | # include <stdlib.h>
  729. | # include <stddef.h>
  730. | #else
  731. | # if HAVE_STDLIB_H
  732. | #  include <stdlib.h>
  733. | # endif
  734. | #endif
  735. | #if HAVE_STRING_H
  736. | # if !STDC_HEADERS && HAVE_MEMORY_H
  737. | #  include <memory.h>
  738. | # endif
  739. | # include <string.h>
  740. | #endif
  741. | #if HAVE_STRINGS_H
  742. | # include <strings.h>
  743. | #endif
  744. | #if HAVE_INTTYPES_H
  745. | # include <inttypes.h>
  746. | #else
  747. | # if HAVE_STDINT_H
  748. | #  include <stdint.h>
  749. | # endif
  750. | #endif
  751. | #if HAVE_UNISTD_H
  752. | # include <unistd.h>
  753. | #endif
  754. | long longval () { return (long) (sizeof (long long)); }
  755. | unsigned long ulongval () { return (long) (sizeof (long long)); }
  756. | #include <stdio.h>
  757. | #include <stdlib.h>
  758. | int
  759. | main ()
  760. | {
  761. |
  762. |   FILE *f = fopen ("conftest.val", "w");
  763. |   if (! f)
  764. |     exit (1);
  765. |   if (((long) (sizeof (long long))) < 0)
  766. |     {
  767. |       long i = longval ();
  768. |       if (i != ((long) (sizeof (long long))))
  769. |       exit (1);
  770. |       fprintf (f, "%ld\n", i);
  771. |     }
  772. |   else
  773. |     {
  774. |       unsigned long i = ulongval ();
  775. |       if (i != ((long) (sizeof (long long))))
  776. |       exit (1);
  777. |       fprintf (f, "%lu\n", i);
  778. |     }
  779. |   exit (ferror (f) || fclose (f) != 0);
  780. |
  781. |   ;
  782. |   return 0;
  783. | }
  784. configure:9201: error: cannot compute sizeof (long long), 77
  785. See `config.log' for more details.

  786. ## ---------------- ##
  787. ## Cache variables. ##
  788. ## ---------------- ##

  789. ac_cv_build=i686-pc-linux-gnu
  790. ac_cv_build_alias=i686-pc-linux-gnu
  791. ac_cv_c_compiler_gnu=yes
  792. ac_cv_env_CC_set=
  793. ac_cv_env_CC_value=
  794. ac_cv_env_CFLAGS_set=
  795. ac_cv_env_CFLAGS_value=
  796. ac_cv_env_CPPFLAGS_set=
  797. ac_cv_env_CPPFLAGS_value=
  798. ac_cv_env_CPP_set=
  799. ac_cv_env_CPP_value=
  800. ac_cv_env_LDFLAGS_set=
  801. ac_cv_env_LDFLAGS_value=
  802. ac_cv_env_build_alias_set=
  803. ac_cv_env_build_alias_value=
  804. ac_cv_env_host_alias_set=
  805. ac_cv_env_host_alias_value=
  806. ac_cv_env_target_alias_set=
  807. ac_cv_env_target_alias_value=
  808. ac_cv_exeext=
  809. ac_cv_func_getaddrinfo=yes
  810. ac_cv_func_sqrt=no
  811. ac_cv_header_dirent_dirent_h=yes
  812. ac_cv_header_float_h=yes
  813. ac_cv_header_gc_h=yes
  814. ac_cv_header_inttypes_h=yes
  815. ac_cv_header_locale_h=yes
  816. ac_cv_header_memory_h=yes
  817. ac_cv_header_stdc=yes
  818. ac_cv_header_stdint_h=yes
  819. ac_cv_header_stdlib_h=yes
  820. ac_cv_header_string_h=yes
  821. ac_cv_header_strings_h=yes
  822. ac_cv_header_sys_select_h=yes
  823. ac_cv_header_sys_stat_h=yes
  824. ac_cv_header_sys_types_h=yes
  825. ac_cv_header_sys_wait_h=yes
  826. ac_cv_header_termios_h=yes
  827. ac_cv_header_unistd_h=yes
  828. ac_cv_host=i686-pc-linux-gnu
  829. ac_cv_host_alias=i686-pc-linux-gnu
  830. ac_cv_lib_gc_GC_init=yes
  831. ac_cv_lib_gpm_Gpm_Open=yes
  832. ac_cv_lib_m_sqrt=yes
  833. ac_cv_lib_mytinfo___tgetent=no
  834. ac_cv_lib_ssl_SSL_new=yes
  835. ac_cv_lib_termcap___tgetent=yes
  836. ac_cv_lib_terminfo___tgetent=no
  837. ac_cv_lib_termlib___tgetent=no
  838. ac_cv_lib_z_zError=yes
  839. ac_cv_objext=o
  840. ac_cv_path_GMSGFMT=/usr/bin/msgfmt
  841. ac_cv_path_MAN=/usr/bin/man
  842. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  843. ac_cv_path_MSGMERGE=/usr/bin/msgmerge
  844. ac_cv_path_PERL=/usr/bin/perl
  845. ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
  846. ac_cv_path_XGETTEXT=:
  847. ac_cv_path_install='/usr/bin/install -c'
  848. ac_cv_prog_AWK=gawk
  849. ac_cv_prog_CPP='gcc -E'
  850. ac_cv_prog_ac_ct_CC=gcc
  851. ac_cv_prog_ac_ct_RANLIB=ranlib
  852. ac_cv_prog_cc_g=yes
  853. ac_cv_prog_cc_stdc=
  854. ac_cv_prog_egrep='grep -E'
  855. ac_cv_prog_make_make_set=yes
  856. ac_cv_prog_uncompface=no
  857. ac_cv_search_opendir='none required'
  858. ac_cv_target=i686-pc-linux-gnu
  859. ac_cv_target_alias=i686-pc-linux-gnu
  860. ac_cv_type_long_long=yes
  861. acl_cv_hardcode_direct=no
  862. acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  863. acl_cv_hardcode_libdir_separator=
  864. acl_cv_hardcode_minus_L=no
  865. acl_cv_libext=a
  866. acl_cv_path_LD=/usr/bin/ld
  867. acl_cv_prog_gnu_ld=yes
  868. acl_cv_rpath=done
  869. acl_cv_shlibext=so
  870. acl_cv_wl=-Wl,
  871. gt_cv_func_gnugettext1_libc=yes

  872. ## ----------------- ##
  873. ## Output variables. ##
  874. ## ----------------- ##

  875. AUXBIN_TARGETS=' w3mimgdisplay$(EXT) inflate$(EXT)'
  876. AWK='gawk'
  877. CC='gcc'
  878. CFLAGS='-g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include  '
  879. CPP='gcc -E'
  880. CPPFLAGS=''
  881. CURRENT_VERSION=''
  882. DEFS=''
  883. DEF_EDITOR=''
  884. DEF_EXT_BROWSER=''
  885. DEF_MAILER=''
  886. DEF_MIGEMO_COMMAND=''
  887. DISPLAY_CHARSET=''
  888. DOCDIRS=''
  889. DOCUMENT_CHARSET=''
  890. ECHO_C=''
  891. ECHO_N='-n'
  892. ECHO_T=''
  893. EGREP='grep -E'
  894. EXEEXT=''
  895. GMSGFMT='/usr/bin/msgfmt'
  896. HAVE_OLD_SS_FAMILY=''
  897. HAVE_SIGSETJMP=''
  898. HAVE_SYS_ERRLIST=''
  899. HELP_DIR=''
  900. HELP_FILE='w3mhelp-w3m_en.html'
  901. IMGFBCFLAGS='-I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include'
  902. IMGFBLDFLAGS='-L/usr/lib -lgdk_pixbuf -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm'
  903. IMGOBJS='w3mimg.o x11/x11_w3mimg.o fb/fb_w3mimg.o fb/fb.o fb/fb_img.o'
  904. IMGTARGETS='x11 fb'
  905. IMGX11CFLAGS='-I/usr/include/gdk-pixbuf-1.0 -I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/X11R6/include'
  906. IMGX11LDFLAGS='-L/usr/lib -lgdk_pixbuf -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm -lgdk_pixbuf_xlib'
  907. INET6=''
  908. INSTALL_DATA='${INSTALL} -m 644'
  909. INSTALL_PROGRAM='${INSTALL}'
  910. INSTALL_SCRIPT='${INSTALL}'
  911. INSTALL_W3MIMGDISPLAY='${INSTALL_PROGRAM}'
  912. INTLLIBS=''
  913. INTLTARGET=''
  914. KEYBIND=''
  915. KEYMAP_FILE='keybind'
  916. LDFLAGS=''
  917. LIBICONV='-liconv'
  918. LIBINTL=''
  919. LIBOBJS=''
  920. LIBS='-lm  -lbsd -lnsl -ldl -lgc'
  921. LN_S='ln -s'
  922. LTLIBICONV='-liconv'
  923. LTLIBINTL=''
  924. LTLIBOBJS=''
  925. MAN='/usr/bin/man'
  926. MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
  927. MSGFMT='/usr/bin/msgfmt'
  928. MSGMERGE='/usr/bin/msgmerge'
  929. NKF='/usr/local/bin/nkf'
  930. NLSTARGET='po'
  931. OBJEXT='o'
  932. PACKAGE='w3m'
  933. PACKAGE_BUGREPORT='ukai@debian.or.jp'
  934. PACKAGE_NAME='w3m'
  935. PACKAGE_STRING='w3m 0.4.2'
  936. PACKAGE_TARNAME='w3m'
  937. PACKAGE_VERSION='0.4.2'
  938. PATH_SEPARATOR=':'
  939. PERL='/usr/bin/perl'
  940. PKG_CONFIG='/usr/bin/pkg-config'
  941. POLANG=''
  942. POSUB='po'
  943. POSUBST=''
  944. RANLIB='ranlib'
  945. RC_DIR=''
  946. RETSIGTYPE=''
  947. SET_MAKE=''
  948. SHELL='/bin/sh'
  949. SIGNAL_RETURN=''
  950. SSL_CFLAGS='-I/usr/kerberos/include  '
  951. SSL_LIBS='-L/usr/kerberos/lib -lssl -lcrypto -lresolv -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -ldl -lz  '
  952. SYSTEM_CHARSET=''
  953. USE_ALARM=''
  954. USE_ANSI_color=''
  955. USE_BG_color=''
  956. USE_BINMODE_STREAM=''
  957. USE_color=''
  958. USE_COOKIE=''
  959. USE_DICT=''
  960. USE_DIGEST_AUTH=''
  961. USE_EXTERNAL_URI_LOADER=''
  962. USE_GDKPIXBUF=''
  963. USE_GOPHER=''
  964. USE_HELP_CGI=''
  965. USE_HISTORY=''
  966. USE_IMAGE=''
  967. USE_IMLIB2=''
  968. USE_IMLIB=''
  969. USE_M17N=''
  970. USE_MENU=''
  971. USE_MIGEMO=''
  972. USE_MOUSE=''
  973. USE_NLS='yes'
  974. USE_NNTP=''
  975. USE_SSL=''
  976. USE_SSL_VERIFY=''
  977. USE_SYSMOUSE=''
  978. USE_UNICODE=''
  979. USE_W3M=''
  980. USE_W3MIMG_FB=''
  981. USE_W3MIMG_X11=''
  982. USE_W3MMAILER=''
  983. USE_XFACE=''
  984. VERSION='0.4.2'
  985. W3M='w3m'
  986. W3MIMGDISPLAY_SETUID=''
  987. W3M_LANG='EN'
  988. W3M_LIBS=' -L./libwc -lwc -L/usr/kerberos/lib -lssl -lcrypto -lresolv -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -ldl -lz   -lssl -lcrypto -lgpm -ltermcap'
  989. W3M_TARGET='i686-pc-linux-gnu'
  990. WCCFLAGS='-DUSE_UNICODE -I$(srcdir) -I$(srcdir)/..'
  991. WCTARGET='libwc/libwc.a'
  992. XGETTEXT=':'
  993. ac_ct_CC='gcc'
  994. ac_ct_RANLIB='ranlib'
  995. bindir='${exec_prefix}/bin'
  996. build='i686-pc-linux-gnu'
  997. build_alias=''
  998. build_cpu='i686'
  999. build_os='linux-gnu'
  1000. build_vendor='pc'
  1001. datadir='${prefix}/share'
  1002. exec_prefix='NONE'
  1003. host='i686-pc-linux-gnu'
  1004. host_alias=''
  1005. host_cpu='i686'
  1006. host_os='linux-gnu'
  1007. host_vendor='pc'
  1008. includedir='${prefix}/include'
  1009. infodir='${prefix}/info'
  1010. libdir='${exec_prefix}/lib'
  1011. libexecdir='${exec_prefix}/libexec'
  1012. localstatedir='${prefix}/var'
  1013. mandir='${prefix}/man'
  1014. oldincludedir='/usr/include'
  1015. prefix='NONE'
  1016. program_transform_name='s,x,x,'
  1017. sbindir='${exec_prefix}/sbin'
  1018. sharedstatedir='${prefix}/com'
  1019. sysconfdir='${prefix}/etc'
  1020. target='i686-pc-linux-gnu'
  1021. target_alias=''
  1022. target_cpu='i686'
  1023. target_os='linux-gnu'
  1024. target_vendor='pc'
  1025. uncompface='no'

  1026. ## ----------- ##
  1027. ## confdefs.h. ##
  1028. ## ----------- ##

  1029. #define AUXBIN_TARGETS "$AUXBIN_TARGETS"
  1030. #define DEF_EDITOR "/usr/bin/vi"
  1031. #define DEF_EXT_BROWSER "/usr/bin/mozilla"
  1032. #define DEF_MAILER "/usr/bin/mail"
  1033. #define DEF_MIGEMO_COMMAND "migemo -t egrep /usr/local/share/migemo/migemo-dict"
  1034. #define DISPLAY_CHARSET WC_CES_UTF_8
  1035. #define DOCUMENT_CHARSET WC_CES_UTF_8
  1036. #define ENABLE_NLS 1
  1037. #define HAVE_DCGETTEXT 1
  1038. #define HAVE_DIRENT_H 1
  1039. #define HAVE_GETTEXT 1
  1040. #define HAVE_INTTYPES_H 1
  1041. #define HAVE_LIBM 1
  1042. #define HAVE_LOCALE_H 1
  1043. #define HAVE_MEMORY_H 1
  1044. #define HAVE_STDINT_H 1
  1045. #define HAVE_STDLIB_H 1
  1046. #define HAVE_STRINGS_H 1
  1047. #define HAVE_STRING_H 1
  1048. #define HAVE_SYS_STAT_H 1
  1049. #define HAVE_SYS_TYPES_H 1
  1050. #define HAVE_SYS_WAIT_H 1
  1051. #define HAVE_TERMIOS_H 1
  1052. #define HAVE_UNISTD_H 1
  1053. #define HELP_FILE "w3mhelp-w3m_en.html"
  1054. #define IMGFBCFLAGS "$IMGFBCFLAGS"
  1055. #define IMGFBLDFLAGS "$IMGLDFLAGS"
  1056. #define IMGOBJS "$IMGOBJS"
  1057. #define IMGTARGETS "$IMGTARGETS"
  1058. #define IMGX11CFLAGS "$IMGX11CFLAGS"
  1059. #define IMGX11LDFLAGS "$IMGX11LDFLAGS"
  1060. #define INET6 1
  1061. #define INSTALL_W3MIMGDISPLAY $INSTALL_W3MIMGDISPLAY
  1062. #define KEYBIND w3m
  1063. #define PACKAGE "w3m"
  1064. #define PACKAGE_BUGREPORT "ukai@debian.or.jp"
  1065. #define PACKAGE_NAME "w3m"
  1066. #define PACKAGE_STRING "w3m 0.4.2"
  1067. #define PACKAGE_TARNAME "w3m"
  1068. #define PACKAGE_VERSION "0.4.2"
  1069. #define STDC_HEADERS 1
  1070. #define STDC_HEADERS 1
  1071. #define SYSTEM_CHARSET WC_CES_UTF_8
  1072. #define USE_ALARM 1
  1073. #define USE_ANSI_COLOR 1
  1074. #define USE_BG_COLOR 1
  1075. #define USE_COLOR 1
  1076. #define USE_COOKIE 1
  1077. #define USE_DICT 1
  1078. #define USE_DIGEST_AUTH 1
  1079. #define USE_EXTERNAL_URI_LOADER 1
  1080. #define USE_GDKPIXBUF 1
  1081. #define USE_GDKPIXBUF 1
  1082. #define USE_GPM 1
  1083. #define USE_HELP_CGI 1
  1084. #define USE_HISTORY 1
  1085. #define USE_IMAGE 1
  1086. #define USE_M17N 1
  1087. #define USE_MENU 1
  1088. #define USE_MOUSE 1
  1089. #define USE_NNTP 1
  1090. #define USE_SSL 1
  1091. #define USE_SSL_VERIFY 1
  1092. #define USE_UNICODE 1
  1093. #define USE_W3MIMG_FB 1
  1094. #define USE_W3MIMG_X11 1
  1095. #define USE_W3MMAILER 1
  1096. #define USE_XFACE 1
  1097. #define VERSION "0.4.2"
  1098. #define W3M w3m
  1099. #define W3M_LANG EN
  1100. #define W3M_TARGET i686-pc-linux-gnu
  1101. #define WCCFLAGS "-DUSE_UNICODE -I$(srcdir) -I$(srcdir)/.."
  1102. #define WCTARGET "libwc/libwc.a"

  1103. configure: exit 1

复制代码
发表于 2004-4-5 23:06:08 | 显示全部楼层
我的也是……以前用fc1可以正常编译,后来用MDK10.0,就这样了……不知道漏装了什么还是其他问题?

后来下了个for mdk的rpm,倒是装上了,可一浏览网页,页面刚载入,一动方向键就退出,提示“段错误”……
发表于 2004-4-6 20:09:37 | 显示全部楼层
sizeof long long 应该是64吧
你的GCC版本是多少啊?
 楼主| 发表于 2004-4-7 10:36:11 | 显示全部楼层
[root@localhost root]# gcc -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-linux
Thread model: posix
gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)
 楼主| 发表于 2004-4-9 11:52:44 | 显示全部楼层
自提一下
发表于 2004-10-7 10:50:37 | 显示全部楼层
偶的也一样,,
顶一下先
发表于 2004-10-10 17:29:50 | 显示全部楼层
偶的也是,顶一下。。
发表于 2004-10-11 01:06:47 | 显示全部楼层
不能sizeof long long 是一种假象,其实是由w3m的依赖库libgc
所引起。因为它默认安装到/usr/local/lib下面
只要把它们复制到/usr/lib下面就可以了。
检测出sizeof long long 为8
我也是从config.log出看到的
ps: w3m是一个好东东,是我在控制台下面用得最爽的一个,支持类表格布局,可惜是日本人做。国产动不动就内核,而不肯从小的东西入手。。。。
系统:LFS 5.0 BUILD ID :14045
发表于 2004-12-22 14:49:45 | 显示全部楼层
[QUOTE=][/QUOTE]
改一下库路径就可以
LDFLAG="Xlinker -R /usr/local/lib"
/sbin/ldconfig
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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