|
|
下载了w3m-0.5,编译的过程说不能计算sizeof long long 是怎么回事呀
./configure 的输出
- [root@localhost w3m-0.5]# ./configure
- checking for gawk... gawk
- checking for gcc... gcc
- checking for C compiler default output file name... a.out
- checking whether the C compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ANSI C... none needed
- checking how to run the C preprocessor... gcc -E
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether ln -s works... yes
- checking whether make sets $(MAKE)... yes
- checking for ranlib... ranlib
- checking for perl... /usr/bin/perl
- checking for nkf... no
- checking for man... /usr/bin/man
- checking build system type... i686-pc-linux-gnu
- checking host system type... i686-pc-linux-gnu
- checking target system type... i686-pc-linux-gnu
- checking if m17n support is enabled... yes
- checking if unicode support is enabled... yes
- checking if message l10n... no
- checking if japanese support is enabled... no
- checking which charset is used for display... UTF-8
- checking whether NLS is requested... yes
- checking for msgfmt... /usr/bin/msgfmt
- checking for gmsgfmt... /usr/bin/msgfmt
- checking for xgettext... no
- checking for msgmerge... /usr/bin/msgmerge
- checking for ld used by GCC... /usr/bin/ld
- checking if the linker (/usr/bin/ld) is GNU ld... yes
- checking for shared library run path origin... done
- checking whether NLS is requested... yes
- checking for GNU gettext in libc... yes
- checking whether to use NLS... yes
- checking where the gettext function comes from... libc
- checking if color escape sequence for kterm/pxvt is enabled... yes
- checking if ansi color escape sequence support is enabled... yes
- checking if background color support is enabled... yes
- checking if image is enabled... yes
- checking image library... gdk-pixbuf imlib imlib2
- checking GdkPixbuf version... 0.18.0
- checking Imlib version... 1.9.13
- configure: WARNING: Imlib2 is not installed. Install Imlib2 (version >= 1.0.5)
- checking if xface is enabled... yes
- checking for uncompface... no
- configure: WARNING: uncompface is not installed.
- checking default keymap... w3m
- checking if popup menu is enabled... yes
- checking if mouse operation enabled... yes
- checking if URL history is enabled... yes
- checking if alarm is enabled... yes
- checking if cookie is enabled... yes
- checking if digest auth is enabled... yes
- checking if nntp is enabled... yes
- checking if gopher is enabled... no
- checking if IPv6 support is enabled... yes
- checking if IPv6 API available... checking for getaddrinfo... yes
- checking if struct sockaddr_storage has an ss_family member... yes
- checking if dictionary lookup is enabled... yes
- checking if help cgi is enabled... yes
- checking if external URI loader is enabled... yes
- checking if w3mmail is used... yes
- checking if migemo is supported with... migemo -t egrep /usr/local/share/migemo/migemo-dict
- checking which editor is used by default... /usr/bin/vi
- checking which mailer is used by default... /usr/bin/mail
- checking which external browser is used by default... /usr/bin/mozilla
- checking for -lbsd... found at /usr/lib
- checking for -lBSD... not found
- checking for -l44bsd... not found
- checking for -lsocket... not found
- checking for -lnsl... found at /usr/lib
- checking for -ldld... not found
- checking for -ldl... found at /usr/lib
- checking if SSL is suported... yes
- checking for pkg-config... /usr/bin/pkg-config
- checking for openssl... yes
- checking SSL_CFLAGS... -I/usr/kerberos/include
- checking SSL_LIBS... -L/usr/kerberos/lib -lssl -lcrypto -lresolv -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -ldl -lz
- checking for SSL_new in -lssl... yes
- checking if SSL certificate verify is enabled... yes
- checking for sqrt... no
- checking for sqrt in -lm... yes
- checking for Gpm_Open in -lgpm... yes
- checking terminal library... yes
- checking for tgetent in -lterminfo... no
- checking for tgetent in -lmytinfo... no
- checking for tgetent in -ltermlib... no
- checking for tgetent in -ltermcap... yes
- checking for egrep... grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking GC library exists... yes
- checking gc.h usability... yes
- checking gc.h presence... yes
- checking for gc.h... yes
- checking for GC_init in -lgc... yes
- checking for zError in -lz... yes
- checking for dirent.h that defines DIR... yes
- checking for library containing opendir... none required
- checking for ANSI C header files... (cached) yes
- checking for sys/wait.h that is POSIX.1 compatible... yes
- checking termios.h usability... yes
- checking termios.h presence... yes
- checking for termios.h... yes
- checking float.h usability... yes
- checking float.h presence... yes
- checking for float.h... yes
- checking sys/select.h usability... yes
- checking sys/select.h presence... yes
- checking for sys/select.h... yes
- checking locale.h usability... yes
- checking locale.h presence... yes
- checking for locale.h... yes
- checking for long long... yes
- checking size of long long... configure: error: cannot compute sizeof (long long), 77
- See `config.log' for more details.
- -----------------------------------------------------------------
- 然后照提示,我去看了config.log,也是云里雾里的。
- 下面是config.log的内容
- -----------------------------------------------------------------
- | #define USE_GDKPIXBUF 1
- | #define USE_W3MIMG_FB 1
- | #define USE_GDKPIXBUF 1
- | #define IMGTARGETS "$IMGTARGETS"
- | #define IMGOBJS "$IMGOBJS"
- | #define IMGX11CFLAGS "$IMGX11CFLAGS"
- | #define IMGX11LDFLAGS "$IMGX11LDFLAGS"
- | #define IMGFBCFLAGS "$IMGFBCFLAGS"
- | #define IMGFBLDFLAGS "$IMGLDFLAGS"
- | #define USE_XFACE 1
- | #define HELP_FILE "w3mhelp-w3m_en.html"
- | #define KEYBIND w3m
- | #define USE_MENU 1
- | #define USE_MOUSE 1
- | #define USE_HISTORY 1
- | #define USE_ALARM 1
- | #define USE_COOKIE 1
- | #define USE_DIGEST_AUTH 1
- | #define USE_NNTP 1
- | #define INET6 1
- | #define USE_DICT 1
- | #define USE_HELP_CGI 1
- | #define USE_EXTERNAL_URI_LOADER 1
- | #define USE_W3MMAILER 1
- | #define DEF_MIGEMO_COMMAND "migemo -t egrep /usr/local/share/migemo/migemo-dict"
- | #define DEF_EDITOR "/usr/bin/vi"
- | #define DEF_MAILER "/usr/bin/mail"
- | #define DEF_EXT_BROWSER "/usr/bin/mozilla"
- | #define USE_SSL 1
- | #define USE_SSL_VERIFY 1
- | #define HAVE_LIBM 1
- | #define USE_GPM 1
- | /* end confdefs.h. */
- | #include <machine/console.h>
- | MOUSE_GETINFO
- configure:6515: checking terminal library
- configure:6525: result: yes
- configure:6530: checking for tgetent in -lterminfo
- configure:6560: gcc -o conftest -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c -lterminfo -lm -lbsd -lnsl -ldl >&5
- /usr/bin/ld: cannot find -lterminfo
- collect2: ld returned 1 exit status
- configure:6566: $? = 1
- configure: failed program was:
- | /* confdefs.h. */
- |
- | #define PACKAGE_NAME "w3m"
- | #define PACKAGE_TARNAME "w3m"
- | #define PACKAGE_VERSION "0.4.2"
- | #define PACKAGE_STRING "w3m 0.4.2"
- | #define PACKAGE_BUGREPORT "ukai@debian.or.jp"
- | #define PACKAGE "w3m"
- | #define VERSION "0.4.2"
- | #define W3M w3m
- | #define W3M_TARGET i686-pc-linux-gnu
- | #define USE_M17N 1
- | #define USE_UNICODE 1
- | #define W3M_LANG EN
- | #define WCTARGET "libwc/libwc.a"
- | #define WCCFLAGS "-DUSE_UNICODE -I$(srcdir) -I$(srcdir)/.."
- | #define DISPLAY_CHARSET WC_CES_UTF_8
- | #define SYSTEM_CHARSET WC_CES_UTF_8
- | #define DOCUMENT_CHARSET WC_CES_UTF_8
- | #define ENABLE_NLS 1
- | #define HAVE_GETTEXT 1
- | #define HAVE_DCGETTEXT 1
- | #define USE_COLOR 1
- | #define USE_ANSI_COLOR 1
- | #define USE_BG_COLOR 1
- | #define INSTALL_W3MIMGDISPLAY $INSTALL_W3MIMGDISPLAY
- | #define USE_IMAGE 1
- | #define USE_W3MIMG_X11 1
- | #define USE_GDKPIXBUF 1
- | #define USE_W3MIMG_FB 1
- | #define USE_GDKPIXBUF 1
- | #define IMGTARGETS "$IMGTARGETS"
- | #define IMGOBJS "$IMGOBJS"
- | #define IMGX11CFLAGS "$IMGX11CFLAGS"
- | #define IMGX11LDFLAGS "$IMGX11LDFLAGS"
- | #define IMGFBCFLAGS "$IMGFBCFLAGS"
- | #define IMGFBLDFLAGS "$IMGLDFLAGS"
- | #define USE_XFACE 1
- | #define HELP_FILE "w3mhelp-w3m_en.html"
- | #define KEYBIND w3m
- | #define USE_MENU 1
- | #define USE_MOUSE 1
- | #define USE_HISTORY 1
- | #define USE_ALARM 1
- | #define USE_COOKIE 1
- | #define USE_DIGEST_AUTH 1
- | #define USE_NNTP 1
- | #define INET6 1
- | #define USE_DICT 1
- | #define USE_HELP_CGI 1
- | #define USE_EXTERNAL_URI_LOADER 1
- | #define USE_W3MMAILER 1
- | #define DEF_MIGEMO_COMMAND "migemo -t egrep /usr/local/share/migemo/migemo-dict"
- | #define DEF_EDITOR "/usr/bin/vi"
- | #define DEF_MAILER "/usr/bin/mail"
- | #define DEF_EXT_BROWSER "/usr/bin/mozilla"
- | #define USE_SSL 1
- | #define USE_SSL_VERIFY 1
- | #define HAVE_LIBM 1
- | #define USE_GPM 1
- | /* end confdefs.h. */
- |
- | /* Override any gcc2 internal prototype to avoid an error. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | /* We use char because int might match the return type of a gcc2
- | builtin and then its argument prototype would still apply. */
- | char tgetent ();
- | int
- | main ()
- | {
- | tgetent ();
- | ;
- | return 0;
- | }
- configure:6591: result: no
- configure:6530: checking for tgetent in -lmytinfo
- configure:6560: gcc -o conftest -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c -lmytinfo -lm -lbsd -lnsl -ldl >&5
- /usr/bin/ld: cannot find -lmytinfo
- collect2: ld returned 1 exit status
- configure:6566: $? = 1
- configure: failed program was:
- | /* confdefs.h. */
- |
- | #define PACKAGE_NAME "w3m"
- | #define PACKAGE_TARNAME "w3m"
- | #define PACKAGE_VERSION "0.4.2"
- | #define PACKAGE_STRING "w3m 0.4.2"
- | #define PACKAGE_BUGREPORT "ukai@debian.or.jp"
- | #define PACKAGE "w3m"
- | #define VERSION "0.4.2"
- | #define W3M w3m
- | #define W3M_TARGET i686-pc-linux-gnu
- | #define USE_M17N 1
- | #define USE_UNICODE 1
- | #define W3M_LANG EN
- | #define WCTARGET "libwc/libwc.a"
- | #define WCCFLAGS "-DUSE_UNICODE -I$(srcdir) -I$(srcdir)/.."
- | #define DISPLAY_CHARSET WC_CES_UTF_8
- | #define SYSTEM_CHARSET WC_CES_UTF_8
- | #define DOCUMENT_CHARSET WC_CES_UTF_8
- | #define ENABLE_NLS 1
- | #define HAVE_GETTEXT 1
- | #define HAVE_DCGETTEXT 1
- | #define USE_COLOR 1
- | #define USE_ANSI_COLOR 1
- | #define USE_BG_COLOR 1
- | #define INSTALL_W3MIMGDISPLAY $INSTALL_W3MIMGDISPLAY
- | #define USE_IMAGE 1
- | #define USE_W3MIMG_X11 1
- | #define USE_GDKPIXBUF 1
- | #define USE_W3MIMG_FB 1
- | #define USE_GDKPIXBUF 1
- | #define IMGTARGETS "$IMGTARGETS"
- | #define IMGOBJS "$IMGOBJS"
- | #define IMGX11CFLAGS "$IMGX11CFLAGS"
- | #define IMGX11LDFLAGS "$IMGX11LDFLAGS"
- | #define IMGFBCFLAGS "$IMGFBCFLAGS"
- | #define IMGFBLDFLAGS "$IMGLDFLAGS"
- | #define USE_XFACE 1
- | #define HELP_FILE "w3mhelp-w3m_en.html"
- | #define KEYBIND w3m
- | #define USE_MENU 1
- | #define USE_MOUSE 1
- | #define USE_HISTORY 1
- | #define USE_ALARM 1
- | #define USE_COOKIE 1
- | #define USE_DIGEST_AUTH 1
- | #define USE_NNTP 1
- | #define INET6 1
- | #define USE_DICT 1
- | #define USE_HELP_CGI 1
- | #define USE_EXTERNAL_URI_LOADER 1
- | #define USE_W3MMAILER 1
- | #define DEF_MIGEMO_COMMAND "migemo -t egrep /usr/local/share/migemo/migemo-dict"
- | #define DEF_EDITOR "/usr/bin/vi"
- | #define DEF_MAILER "/usr/bin/mail"
- | #define DEF_EXT_BROWSER "/usr/bin/mozilla"
- | #define USE_SSL 1
- | #define USE_SSL_VERIFY 1
- | #define HAVE_LIBM 1
- | #define USE_GPM 1
- | /* end confdefs.h. */
- |
- | /* Override any gcc2 internal prototype to avoid an error. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | /* We use char because int might match the return type of a gcc2
- | builtin and then its argument prototype would still apply. */
- | char tgetent ();
- | int
- | main ()
- | {
- | tgetent ();
- | ;
- | return 0;
- | }
- configure:6591: result: no
- configure:6530: checking for tgetent in -ltermlib
- configure:6560: gcc -o conftest -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c -ltermlib -lm -lbsd -lnsl -ldl >&5
- /usr/bin/ld: cannot find -ltermlib
- collect2: ld returned 1 exit status
- configure:6566: $? = 1
- configure: failed program was:
- | /* confdefs.h. */
- |
- | #define PACKAGE_NAME "w3m"
- | #define PACKAGE_TARNAME "w3m"
- | #define PACKAGE_VERSION "0.4.2"
- | #define PACKAGE_STRING "w3m 0.4.2"
- | #define PACKAGE_BUGREPORT "ukai@debian.or.jp"
- | #define PACKAGE "w3m"
- | #define VERSION "0.4.2"
- | #define W3M w3m
- | #define W3M_TARGET i686-pc-linux-gnu
- | #define USE_M17N 1
- | #define USE_UNICODE 1
- | #define W3M_LANG EN
- | #define WCTARGET "libwc/libwc.a"
- | #define WCCFLAGS "-DUSE_UNICODE -I$(srcdir) -I$(srcdir)/.."
- | #define DISPLAY_CHARSET WC_CES_UTF_8
- | #define SYSTEM_CHARSET WC_CES_UTF_8
- | #define DOCUMENT_CHARSET WC_CES_UTF_8
- | #define ENABLE_NLS 1
- | #define HAVE_GETTEXT 1
- | #define HAVE_DCGETTEXT 1
- | #define USE_COLOR 1
- | #define USE_ANSI_COLOR 1
- | #define USE_BG_COLOR 1
- | #define INSTALL_W3MIMGDISPLAY $INSTALL_W3MIMGDISPLAY
- | #define USE_IMAGE 1
- | #define USE_W3MIMG_X11 1
- | #define USE_GDKPIXBUF 1
- | #define USE_W3MIMG_FB 1
- | #define USE_GDKPIXBUF 1
- | #define IMGTARGETS "$IMGTARGETS"
- | #define IMGOBJS "$IMGOBJS"
- | #define IMGX11CFLAGS "$IMGX11CFLAGS"
- | #define IMGX11LDFLAGS "$IMGX11LDFLAGS"
- | #define IMGFBCFLAGS "$IMGFBCFLAGS"
- | #define IMGFBLDFLAGS "$IMGLDFLAGS"
- | #define USE_XFACE 1
- | #define HELP_FILE "w3mhelp-w3m_en.html"
- | #define KEYBIND w3m
- | #define USE_MENU 1
- | #define USE_MOUSE 1
- | #define USE_HISTORY 1
- | #define USE_ALARM 1
- | #define USE_COOKIE 1
- | #define USE_DIGEST_AUTH 1
- | #define USE_NNTP 1
- | #define INET6 1
- | #define USE_DICT 1
- | #define USE_HELP_CGI 1
- | #define USE_EXTERNAL_URI_LOADER 1
- | #define USE_W3MMAILER 1
- | #define DEF_MIGEMO_COMMAND "migemo -t egrep /usr/local/share/migemo/migemo-dict"
- | #define DEF_EDITOR "/usr/bin/vi"
- | #define DEF_MAILER "/usr/bin/mail"
- | #define DEF_EXT_BROWSER "/usr/bin/mozilla"
- | #define USE_SSL 1
- | #define USE_SSL_VERIFY 1
- | #define HAVE_LIBM 1
- | #define USE_GPM 1
- | /* end confdefs.h. */
- |
- | /* Override any gcc2 internal prototype to avoid an error. */
- | #ifdef __cplusplus
- | extern "C"
- | #endif
- | /* We use char because int might match the return type of a gcc2
- | builtin and then its argument prototype would still apply. */
- | char tgetent ();
- | int
- | main ()
- | {
- | tgetent ();
- | ;
- | return 0;
- | }
- configure:6591: result: no
- configure:6530: checking for tgetent in -ltermcap
- configure:6560: gcc -o conftest -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c -ltermcap -lm -lbsd -lnsl -ldl >&5
- configure:6566: $? = 0
- configure:6569: test -z || test ! -s conftest.err
- configure:6572: $? = 0
- configure:6575: test -s conftest
- configure:6578: $? = 0
- configure:6591: result: yes
- configure:6599: checking for egrep
- configure:6609: result: grep -E
- configure:6614: checking for ANSI C header files
- configure:6639: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c >&5
- configure:6645: $? = 0
- configure:6648: test -z || test ! -s conftest.err
- configure:6651: $? = 0
- configure:6654: test -s conftest.o
- configure:6657: $? = 0
- configure:6743: gcc -o conftest -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c -lm -lbsd -lnsl -ldl >&5
- configure:6746: $? = 0
- configure:6748: ./conftest
- configure:6751: $? = 0
- configure:6766: result: yes
- configure:6790: checking for sys/types.h
- configure:6806: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c >&5
- configure:6812: $? = 0
- configure:6815: test -z || test ! -s conftest.err
- configure:6818: $? = 0
- configure:6821: test -s conftest.o
- configure:6824: $? = 0
- configure:6835: result: yes
- configure:6790: checking for sys/stat.h
- configure:6806: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c >&5
- configure:6812: $? = 0
- configure:6815: test -z || test ! -s conftest.err
- configure:6818: $? = 0
- configure:6821: test -s conftest.o
- configure:6824: $? = 0
- configure:6835: result: yes
- configure:6790: checking for stdlib.h
- configure:6806: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c >&5
- configure:6812: $? = 0
- configure:6815: test -z || test ! -s conftest.err
- configure:6818: $? = 0
- configure:6821: test -s conftest.o
- configure:6824: $? = 0
- configure:6835: result: yes
- configure:6790: checking for string.h
- configure:6806: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c >&5
- configure:6812: $? = 0
- configure:6815: test -z || test ! -s conftest.err
- configure:6818: $? = 0
- configure:6821: test -s conftest.o
- configure:6824: $? = 0
- configure:6835: result: yes
- configure:6790: checking for memory.h
- configure:6806: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c >&5
- configure:6812: $? = 0
- configure:6815: test -z || test ! -s conftest.err
- configure:6818: $? = 0
- configure:6821: test -s conftest.o
- configure:6824: $? = 0
- configure:6835: result: yes
- configure:6790: checking for strings.h
- configure:6806: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c >&5
- configure:6812: $? = 0
- configure:6815: test -z || test ! -s conftest.err
- configure:6818: $? = 0
- configure:6821: test -s conftest.o
- configure:6824: $? = 0
- configure:6835: result: yes
- configure:6790: checking for inttypes.h
- configure:6806: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c >&5
- configure:6812: $? = 0
- configure:6815: test -z || test ! -s conftest.err
- configure:6818: $? = 0
- configure:6821: test -s conftest.o
- configure:6824: $? = 0
- configure:6835: result: yes
- configure:6790: checking for stdint.h
- configure:6806: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c >&5
- configure:6812: $? = 0
- configure:6815: test -z || test ! -s conftest.err
- configure:6818: $? = 0
- configure:6821: test -s conftest.o
- configure:6824: $? = 0
- configure:6835: result: yes
- configure:6790: checking for unistd.h
- configure:6806: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c >&5
- configure:6812: $? = 0
- configure:6815: test -z || test ! -s conftest.err
- configure:6818: $? = 0
- configure:6821: test -s conftest.o
- configure:6824: $? = 0
- configure:6835: result: yes
- configure:6847: checking GC library exists
- configure:6859: result: yes
- configure:6873: checking gc.h usability
- configure:6885: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c >&5
- configure:6891: $? = 0
- configure:6894: test -z || test ! -s conftest.err
- configure:6897: $? = 0
- configure:6900: test -s conftest.o
- configure:6903: $? = 0
- configure:6913: result: yes
- configure:6917: checking gc.h presence
- configure:6927: gcc -E conftest.c
- configure:6933: $? = 0
- configure:6953: result: yes
- configure:6988: checking for gc.h
- configure:6995: result: yes
- configure:7168: checking for GC_init in -lgc
- configure:7198: gcc -o conftest -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c -lgc -lm -lbsd -lnsl -ldl >&5
- configure:7204: $? = 0
- configure:7207: test -z || test ! -s conftest.err
- configure:7210: $? = 0
- configure:7213: test -s conftest
- configure:7216: $? = 0
- configure:7229: result: yes
- configure:7322: checking for zError in -lz
- configure:7352: gcc -o conftest -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c -lz -lm -lbsd -lnsl -ldl -lgc >&5
- configure:7358: $? = 0
- configure:7361: test -z || test ! -s conftest.err
- configure:7364: $? = 0
- configure:7367: test -s conftest
- configure:7370: $? = 0
- configure:7383: result: yes
- configure:7411: checking for dirent.h that defines DIR
- configure:7435: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c >&5
- configure:7441: $? = 0
- configure:7444: test -z || test ! -s conftest.err
- configure:7447: $? = 0
- configure:7450: test -s conftest.o
- configure:7453: $? = 0
- configure:7464: result: yes
- configure:7477: checking for library containing opendir
- configure:7507: gcc -o conftest -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c -lm -lbsd -lnsl -ldl -lgc >&5
- configure:7513: $? = 0
- configure:7516: test -z || test ! -s conftest.err
- configure:7519: $? = 0
- configure:7522: test -s conftest
- configure:7525: $? = 0
- configure:7594: result: none required
- configure:7728: checking for ANSI C header files
- configure:7880: result: yes
- configure:7890: checking for sys/wait.h that is POSIX.1 compatible
- configure:7921: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c >&5
- configure:7927: $? = 0
- configure:7930: test -z || test ! -s conftest.err
- configure:7933: $? = 0
- configure:7936: test -s conftest.o
- configure:7939: $? = 0
- configure:7950: result: yes
- configure:7970: checking termios.h usability
- configure:7982: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c >&5
- configure:7988: $? = 0
- configure:7991: test -z || test ! -s conftest.err
- configure:7994: $? = 0
- configure:7997: test -s conftest.o
- configure:8000: $? = 0
- configure:8010: result: yes
- configure:8014: checking termios.h presence
- configure:8024: gcc -E conftest.c
- configure:8030: $? = 0
- configure:8050: result: yes
- configure:8085: checking for termios.h
- configure:8092: result: yes
- configure:8404: checking float.h usability
- configure:8416: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c >&5
- configure:8422: $? = 0
- configure:8425: test -z || test ! -s conftest.err
- configure:8428: $? = 0
- configure:8431: test -s conftest.o
- configure:8434: $? = 0
- configure:8444: result: yes
- configure:8448: checking float.h presence
- configure:8458: gcc -E conftest.c
- configure:8464: $? = 0
- configure:8484: result: yes
- configure:8519: checking for float.h
- configure:8526: result: yes
- configure:8542: checking sys/select.h usability
- configure:8554: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c >&5
- configure:8560: $? = 0
- configure:8563: test -z || test ! -s conftest.err
- configure:8566: $? = 0
- configure:8569: test -s conftest.o
- configure:8572: $? = 0
- configure:8582: result: yes
- configure:8586: checking sys/select.h presence
- configure:8596: gcc -E conftest.c
- configure:8602: $? = 0
- configure:8622: result: yes
- configure:8657: checking for sys/select.h
- configure:8664: result: yes
- configure:8680: checking locale.h usability
- configure:8692: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c >&5
- configure:8698: $? = 0
- configure:8701: test -z || test ! -s conftest.err
- configure:8704: $? = 0
- configure:8707: test -s conftest.o
- configure:8710: $? = 0
- configure:8720: result: yes
- configure:8724: checking locale.h presence
- configure:8734: gcc -E conftest.c
- configure:8740: $? = 0
- configure:8760: result: yes
- configure:8795: checking for locale.h
- configure:8802: result: yes
- configure:8815: checking for long long
- configure:8839: gcc -c -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c >&5
- configure:8845: $? = 0
- configure:8848: test -z || test ! -s conftest.err
- configure:8851: $? = 0
- configure:8854: test -s conftest.o
- configure:8857: $? = 0
- configure:8868: result: yes
- configure:8871: checking size of long long
- configure:9183: gcc -o conftest -g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include conftest.c -lm -lbsd -lnsl -ldl -lgc >&5
- configure:9186: $? = 0
- configure:9188: ./conftest
- ./conftest: error while loading shared libraries: libgc.so.1: cannot open shared object file: No such file or directory
- configure:9191: $? = 127
- configure: program exited with status 127
- configure: failed program was:
- | /* confdefs.h. */
- |
- | #define PACKAGE_NAME "w3m"
- | #define PACKAGE_TARNAME "w3m"
- | #define PACKAGE_VERSION "0.4.2"
- | #define PACKAGE_STRING "w3m 0.4.2"
- | #define PACKAGE_BUGREPORT "ukai@debian.or.jp"
- | #define PACKAGE "w3m"
- | #define VERSION "0.4.2"
- | #define W3M w3m
- | #define W3M_TARGET i686-pc-linux-gnu
- | #define USE_M17N 1
- | #define USE_UNICODE 1
- | #define W3M_LANG EN
- | #define WCTARGET "libwc/libwc.a"
- | #define WCCFLAGS "-DUSE_UNICODE -I$(srcdir) -I$(srcdir)/.."
- | #define DISPLAY_CHARSET WC_CES_UTF_8
- | #define SYSTEM_CHARSET WC_CES_UTF_8
- | #define DOCUMENT_CHARSET WC_CES_UTF_8
- | #define ENABLE_NLS 1
- | #define HAVE_GETTEXT 1
- | #define HAVE_DCGETTEXT 1
- | #define USE_COLOR 1
- | #define USE_ANSI_COLOR 1
- | #define USE_BG_COLOR 1
- | #define INSTALL_W3MIMGDISPLAY $INSTALL_W3MIMGDISPLAY
- | #define USE_IMAGE 1
- | #define USE_W3MIMG_X11 1
- | #define USE_GDKPIXBUF 1
- | #define USE_W3MIMG_FB 1
- | #define USE_GDKPIXBUF 1
- | #define IMGTARGETS "$IMGTARGETS"
- | #define IMGOBJS "$IMGOBJS"
- | #define IMGX11CFLAGS "$IMGX11CFLAGS"
- | #define IMGX11LDFLAGS "$IMGX11LDFLAGS"
- | #define IMGFBCFLAGS "$IMGFBCFLAGS"
- | #define IMGFBLDFLAGS "$IMGLDFLAGS"
- | #define USE_XFACE 1
- | #define HELP_FILE "w3mhelp-w3m_en.html"
- | #define KEYBIND w3m
- | #define USE_MENU 1
- | #define USE_MOUSE 1
- | #define USE_HISTORY 1
- | #define USE_ALARM 1
- | #define USE_COOKIE 1
- | #define USE_DIGEST_AUTH 1
- | #define USE_NNTP 1
- | #define INET6 1
- | #define USE_DICT 1
- | #define USE_HELP_CGI 1
- | #define USE_EXTERNAL_URI_LOADER 1
- | #define USE_W3MMAILER 1
- | #define DEF_MIGEMO_COMMAND "migemo -t egrep /usr/local/share/migemo/migemo-dict"
- | #define DEF_EDITOR "/usr/bin/vi"
- | #define DEF_MAILER "/usr/bin/mail"
- | #define DEF_EXT_BROWSER "/usr/bin/mozilla"
- | #define USE_SSL 1
- | #define USE_SSL_VERIFY 1
- | #define HAVE_LIBM 1
- | #define USE_GPM 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_TYPES_H 1
- | #define HAVE_SYS_STAT_H 1
- | #define HAVE_STDLIB_H 1
- | #define HAVE_STRING_H 1
- | #define HAVE_MEMORY_H 1
- | #define HAVE_STRINGS_H 1
- | #define HAVE_INTTYPES_H 1
- | #define HAVE_STDINT_H 1
- | #define HAVE_UNISTD_H 1
- | #define AUXBIN_TARGETS "$AUXBIN_TARGETS"
- | #define HAVE_DIRENT_H 1
- | #define STDC_HEADERS 1
- | #define HAVE_SYS_WAIT_H 1
- | #define HAVE_TERMIOS_H 1
- | #define HAVE_LOCALE_H 1
- | /* end confdefs.h. */
- | #include <stdio.h>
- | #if HAVE_SYS_TYPES_H
- | # include <sys/types.h>
- | #endif
- | #if HAVE_SYS_STAT_H
- | # include <sys/stat.h>
- | #endif
- | #if STDC_HEADERS
- | # include <stdlib.h>
- | # include <stddef.h>
- | #else
- | # if HAVE_STDLIB_H
- | # include <stdlib.h>
- | # endif
- | #endif
- | #if HAVE_STRING_H
- | # if !STDC_HEADERS && HAVE_MEMORY_H
- | # include <memory.h>
- | # endif
- | # include <string.h>
- | #endif
- | #if HAVE_STRINGS_H
- | # include <strings.h>
- | #endif
- | #if HAVE_INTTYPES_H
- | # include <inttypes.h>
- | #else
- | # if HAVE_STDINT_H
- | # include <stdint.h>
- | # endif
- | #endif
- | #if HAVE_UNISTD_H
- | # include <unistd.h>
- | #endif
- | long longval () { return (long) (sizeof (long long)); }
- | unsigned long ulongval () { return (long) (sizeof (long long)); }
- | #include <stdio.h>
- | #include <stdlib.h>
- | int
- | main ()
- | {
- |
- | FILE *f = fopen ("conftest.val", "w");
- | if (! f)
- | exit (1);
- | if (((long) (sizeof (long long))) < 0)
- | {
- | long i = longval ();
- | if (i != ((long) (sizeof (long long))))
- | exit (1);
- | fprintf (f, "%ld\n", i);
- | }
- | else
- | {
- | unsigned long i = ulongval ();
- | if (i != ((long) (sizeof (long long))))
- | exit (1);
- | fprintf (f, "%lu\n", i);
- | }
- | exit (ferror (f) || fclose (f) != 0);
- |
- | ;
- | return 0;
- | }
- configure:9201: error: cannot compute sizeof (long long), 77
- See `config.log' for more details.
- ## ---------------- ##
- ## Cache variables. ##
- ## ---------------- ##
- ac_cv_build=i686-pc-linux-gnu
- ac_cv_build_alias=i686-pc-linux-gnu
- ac_cv_c_compiler_gnu=yes
- ac_cv_env_CC_set=
- ac_cv_env_CC_value=
- ac_cv_env_CFLAGS_set=
- ac_cv_env_CFLAGS_value=
- ac_cv_env_CPPFLAGS_set=
- ac_cv_env_CPPFLAGS_value=
- ac_cv_env_CPP_set=
- ac_cv_env_CPP_value=
- ac_cv_env_LDFLAGS_set=
- ac_cv_env_LDFLAGS_value=
- ac_cv_env_build_alias_set=
- ac_cv_env_build_alias_value=
- ac_cv_env_host_alias_set=
- ac_cv_env_host_alias_value=
- ac_cv_env_target_alias_set=
- ac_cv_env_target_alias_value=
- ac_cv_exeext=
- ac_cv_func_getaddrinfo=yes
- ac_cv_func_sqrt=no
- ac_cv_header_dirent_dirent_h=yes
- ac_cv_header_float_h=yes
- ac_cv_header_gc_h=yes
- ac_cv_header_inttypes_h=yes
- ac_cv_header_locale_h=yes
- ac_cv_header_memory_h=yes
- ac_cv_header_stdc=yes
- ac_cv_header_stdint_h=yes
- ac_cv_header_stdlib_h=yes
- ac_cv_header_string_h=yes
- ac_cv_header_strings_h=yes
- ac_cv_header_sys_select_h=yes
- ac_cv_header_sys_stat_h=yes
- ac_cv_header_sys_types_h=yes
- ac_cv_header_sys_wait_h=yes
- ac_cv_header_termios_h=yes
- ac_cv_header_unistd_h=yes
- ac_cv_host=i686-pc-linux-gnu
- ac_cv_host_alias=i686-pc-linux-gnu
- ac_cv_lib_gc_GC_init=yes
- ac_cv_lib_gpm_Gpm_Open=yes
- ac_cv_lib_m_sqrt=yes
- ac_cv_lib_mytinfo___tgetent=no
- ac_cv_lib_ssl_SSL_new=yes
- ac_cv_lib_termcap___tgetent=yes
- ac_cv_lib_terminfo___tgetent=no
- ac_cv_lib_termlib___tgetent=no
- ac_cv_lib_z_zError=yes
- ac_cv_objext=o
- ac_cv_path_GMSGFMT=/usr/bin/msgfmt
- ac_cv_path_MAN=/usr/bin/man
- ac_cv_path_MSGFMT=/usr/bin/msgfmt
- ac_cv_path_MSGMERGE=/usr/bin/msgmerge
- ac_cv_path_PERL=/usr/bin/perl
- ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config
- ac_cv_path_XGETTEXT=:
- ac_cv_path_install='/usr/bin/install -c'
- ac_cv_prog_AWK=gawk
- ac_cv_prog_CPP='gcc -E'
- ac_cv_prog_ac_ct_CC=gcc
- ac_cv_prog_ac_ct_RANLIB=ranlib
- ac_cv_prog_cc_g=yes
- ac_cv_prog_cc_stdc=
- ac_cv_prog_egrep='grep -E'
- ac_cv_prog_make_make_set=yes
- ac_cv_prog_uncompface=no
- ac_cv_search_opendir='none required'
- ac_cv_target=i686-pc-linux-gnu
- ac_cv_target_alias=i686-pc-linux-gnu
- ac_cv_type_long_long=yes
- acl_cv_hardcode_direct=no
- acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
- acl_cv_hardcode_libdir_separator=
- acl_cv_hardcode_minus_L=no
- acl_cv_libext=a
- acl_cv_path_LD=/usr/bin/ld
- acl_cv_prog_gnu_ld=yes
- acl_cv_rpath=done
- acl_cv_shlibext=so
- acl_cv_wl=-Wl,
- gt_cv_func_gnugettext1_libc=yes
- ## ----------------- ##
- ## Output variables. ##
- ## ----------------- ##
- AUXBIN_TARGETS=' w3mimgdisplay$(EXT) inflate$(EXT)'
- AWK='gawk'
- CC='gcc'
- CFLAGS='-g -O2 -I$(srcdir)/libwc -I/usr/kerberos/include '
- CPP='gcc -E'
- CPPFLAGS=''
- CURRENT_VERSION=''
- DEFS=''
- DEF_EDITOR=''
- DEF_EXT_BROWSER=''
- DEF_MAILER=''
- DEF_MIGEMO_COMMAND=''
- DISPLAY_CHARSET=''
- DOCDIRS=''
- DOCUMENT_CHARSET=''
- ECHO_C=''
- ECHO_N='-n'
- ECHO_T=''
- EGREP='grep -E'
- EXEEXT=''
- GMSGFMT='/usr/bin/msgfmt'
- HAVE_OLD_SS_FAMILY=''
- HAVE_SIGSETJMP=''
- HAVE_SYS_ERRLIST=''
- HELP_DIR=''
- HELP_FILE='w3mhelp-w3m_en.html'
- 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'
- IMGFBLDFLAGS='-L/usr/lib -lgdk_pixbuf -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm'
- IMGOBJS='w3mimg.o x11/x11_w3mimg.o fb/fb_w3mimg.o fb/fb.o fb/fb_img.o'
- IMGTARGETS='x11 fb'
- 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'
- 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'
- INET6=''
- INSTALL_DATA='${INSTALL} -m 644'
- INSTALL_PROGRAM='${INSTALL}'
- INSTALL_SCRIPT='${INSTALL}'
- INSTALL_W3MIMGDISPLAY='${INSTALL_PROGRAM}'
- INTLLIBS=''
- INTLTARGET=''
- KEYBIND=''
- KEYMAP_FILE='keybind'
- LDFLAGS=''
- LIBICONV='-liconv'
- LIBINTL=''
- LIBOBJS=''
- LIBS='-lm -lbsd -lnsl -ldl -lgc'
- LN_S='ln -s'
- LTLIBICONV='-liconv'
- LTLIBINTL=''
- LTLIBOBJS=''
- MAN='/usr/bin/man'
- MKINSTALLDIRS='$(top_builddir)/./mkinstalldirs'
- MSGFMT='/usr/bin/msgfmt'
- MSGMERGE='/usr/bin/msgmerge'
- NKF='/usr/local/bin/nkf'
- NLSTARGET='po'
- OBJEXT='o'
- PACKAGE='w3m'
- PACKAGE_BUGREPORT='ukai@debian.or.jp'
- PACKAGE_NAME='w3m'
- PACKAGE_STRING='w3m 0.4.2'
- PACKAGE_TARNAME='w3m'
- PACKAGE_VERSION='0.4.2'
- PATH_SEPARATOR=':'
- PERL='/usr/bin/perl'
- PKG_CONFIG='/usr/bin/pkg-config'
- POLANG=''
- POSUB='po'
- POSUBST=''
- RANLIB='ranlib'
- RC_DIR=''
- RETSIGTYPE=''
- SET_MAKE=''
- SHELL='/bin/sh'
- SIGNAL_RETURN=''
- SSL_CFLAGS='-I/usr/kerberos/include '
- SSL_LIBS='-L/usr/kerberos/lib -lssl -lcrypto -lresolv -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -ldl -lz '
- SYSTEM_CHARSET=''
- USE_ALARM=''
- USE_ANSI_color=''
- USE_BG_color=''
- USE_BINMODE_STREAM=''
- USE_color=''
- USE_COOKIE=''
- USE_DICT=''
- USE_DIGEST_AUTH=''
- USE_EXTERNAL_URI_LOADER=''
- USE_GDKPIXBUF=''
- USE_GOPHER=''
- USE_HELP_CGI=''
- USE_HISTORY=''
- USE_IMAGE=''
- USE_IMLIB2=''
- USE_IMLIB=''
- USE_M17N=''
- USE_MENU=''
- USE_MIGEMO=''
- USE_MOUSE=''
- USE_NLS='yes'
- USE_NNTP=''
- USE_SSL=''
- USE_SSL_VERIFY=''
- USE_SYSMOUSE=''
- USE_UNICODE=''
- USE_W3M=''
- USE_W3MIMG_FB=''
- USE_W3MIMG_X11=''
- USE_W3MMAILER=''
- USE_XFACE=''
- VERSION='0.4.2'
- W3M='w3m'
- W3MIMGDISPLAY_SETUID=''
- W3M_LANG='EN'
- W3M_LIBS=' -L./libwc -lwc -L/usr/kerberos/lib -lssl -lcrypto -lresolv -lgssapi_krb5 -lkrb5 -lk5crypto -lcom_err -ldl -lz -lssl -lcrypto -lgpm -ltermcap'
- W3M_TARGET='i686-pc-linux-gnu'
- WCCFLAGS='-DUSE_UNICODE -I$(srcdir) -I$(srcdir)/..'
- WCTARGET='libwc/libwc.a'
- XGETTEXT=':'
- ac_ct_CC='gcc'
- ac_ct_RANLIB='ranlib'
- bindir='${exec_prefix}/bin'
- build='i686-pc-linux-gnu'
- build_alias=''
- build_cpu='i686'
- build_os='linux-gnu'
- build_vendor='pc'
- datadir='${prefix}/share'
- exec_prefix='NONE'
- host='i686-pc-linux-gnu'
- host_alias=''
- host_cpu='i686'
- host_os='linux-gnu'
- host_vendor='pc'
- includedir='${prefix}/include'
- infodir='${prefix}/info'
- libdir='${exec_prefix}/lib'
- libexecdir='${exec_prefix}/libexec'
- localstatedir='${prefix}/var'
- mandir='${prefix}/man'
- oldincludedir='/usr/include'
- prefix='NONE'
- program_transform_name='s,x,x,'
- sbindir='${exec_prefix}/sbin'
- sharedstatedir='${prefix}/com'
- sysconfdir='${prefix}/etc'
- target='i686-pc-linux-gnu'
- target_alias=''
- target_cpu='i686'
- target_os='linux-gnu'
- target_vendor='pc'
- uncompface='no'
- ## ----------- ##
- ## confdefs.h. ##
- ## ----------- ##
- #define AUXBIN_TARGETS "$AUXBIN_TARGETS"
- #define DEF_EDITOR "/usr/bin/vi"
- #define DEF_EXT_BROWSER "/usr/bin/mozilla"
- #define DEF_MAILER "/usr/bin/mail"
- #define DEF_MIGEMO_COMMAND "migemo -t egrep /usr/local/share/migemo/migemo-dict"
- #define DISPLAY_CHARSET WC_CES_UTF_8
- #define DOCUMENT_CHARSET WC_CES_UTF_8
- #define ENABLE_NLS 1
- #define HAVE_DCGETTEXT 1
- #define HAVE_DIRENT_H 1
- #define HAVE_GETTEXT 1
- #define HAVE_INTTYPES_H 1
- #define HAVE_LIBM 1
- #define HAVE_LOCALE_H 1
- #define HAVE_MEMORY_H 1
- #define HAVE_STDINT_H 1
- #define HAVE_STDLIB_H 1
- #define HAVE_STRINGS_H 1
- #define HAVE_STRING_H 1
- #define HAVE_SYS_STAT_H 1
- #define HAVE_SYS_TYPES_H 1
- #define HAVE_SYS_WAIT_H 1
- #define HAVE_TERMIOS_H 1
- #define HAVE_UNISTD_H 1
- #define HELP_FILE "w3mhelp-w3m_en.html"
- #define IMGFBCFLAGS "$IMGFBCFLAGS"
- #define IMGFBLDFLAGS "$IMGLDFLAGS"
- #define IMGOBJS "$IMGOBJS"
- #define IMGTARGETS "$IMGTARGETS"
- #define IMGX11CFLAGS "$IMGX11CFLAGS"
- #define IMGX11LDFLAGS "$IMGX11LDFLAGS"
- #define INET6 1
- #define INSTALL_W3MIMGDISPLAY $INSTALL_W3MIMGDISPLAY
- #define KEYBIND w3m
- #define PACKAGE "w3m"
- #define PACKAGE_BUGREPORT "ukai@debian.or.jp"
- #define PACKAGE_NAME "w3m"
- #define PACKAGE_STRING "w3m 0.4.2"
- #define PACKAGE_TARNAME "w3m"
- #define PACKAGE_VERSION "0.4.2"
- #define STDC_HEADERS 1
- #define STDC_HEADERS 1
- #define SYSTEM_CHARSET WC_CES_UTF_8
- #define USE_ALARM 1
- #define USE_ANSI_COLOR 1
- #define USE_BG_COLOR 1
- #define USE_COLOR 1
- #define USE_COOKIE 1
- #define USE_DICT 1
- #define USE_DIGEST_AUTH 1
- #define USE_EXTERNAL_URI_LOADER 1
- #define USE_GDKPIXBUF 1
- #define USE_GDKPIXBUF 1
- #define USE_GPM 1
- #define USE_HELP_CGI 1
- #define USE_HISTORY 1
- #define USE_IMAGE 1
- #define USE_M17N 1
- #define USE_MENU 1
- #define USE_MOUSE 1
- #define USE_NNTP 1
- #define USE_SSL 1
- #define USE_SSL_VERIFY 1
- #define USE_UNICODE 1
- #define USE_W3MIMG_FB 1
- #define USE_W3MIMG_X11 1
- #define USE_W3MMAILER 1
- #define USE_XFACE 1
- #define VERSION "0.4.2"
- #define W3M w3m
- #define W3M_LANG EN
- #define W3M_TARGET i686-pc-linux-gnu
- #define WCCFLAGS "-DUSE_UNICODE -I$(srcdir) -I$(srcdir)/.."
- #define WCTARGET "libwc/libwc.a"
- configure: exit 1
复制代码 |
|