[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: From newbie: problems with installation of w3m



Tsuyoshi CHO wrote:
> emacs-w3m installation are following steps:
>  1. compile & install GC library.
>  2. compile & install w3m.
>  3. compile & install emacs-w3m.


Rodolfo Medina wrote:

> From http://www.hpl.hp.com/personal/Hans_Boehm/gc/
> I downloaded the package gc.tar.gz, and installed it with '$ ./configure',
> `$ make', `$ make check' and `# make install'.
> The installation seemed to be successful.
> Then I tried again to install w3m-0.5.1.tar.gz,
> but at the  end of `./configure' I got the following error message:
>
> checking size of long long... configure: error: cannot compute sizeof
(long long), 77
> See `config.log' for more details.
>
> . Sorry, I'm not linux expert. Could you provide further suggestion?



Masaru Nomiya wrote:

> IMHO, for gc,tar.gz, ./configure --prefix=/usr, neverthess I got a
> error when compiling w3m.
> Anyway, show your config.log.


I'm attaching my config.log.
I renamed it config.log.txt: I hope it'll be all right.

Thanks indeed,
Rodolfo

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by w3m configure 0.5.1, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = localhost
uname -m = i686
uname -r = 2.6.8.1-10mdk
uname -s = Linux
uname -v = #1 Wed Sep 8 17:00:52 CEST 2004

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /home/rodolfo/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1388: checking for gawk
configure:1404: found /bin/gawk
configure:1414: result: gawk
configure:1470: checking for gcc
configure:1486: found /usr/bin/gcc
configure:1496: result: gcc
configure:1740: checking for C compiler version
configure:1743: gcc --version </dev/null >&5
gcc (GCC) 3.4.1 (Mandrakelinux (Alpha 3.4.1-3mdk)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1746: $? = 0
configure:1748: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/i586-mandrake-linux-gnu/3.4.1/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib --with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --enable-long-long --enable-__cxa_atexit --enable-clocale=gnu --disable-libunwind-exceptions --enable-languages=c,c++,ada,f77,objc,java --host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.4.1 (Mandrakelinux (Alpha 3.4.1-3mdk)
configure:1751: $? = 0
configure:1753: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:1756: $? = 1
configure:1779: checking for C compiler default output file name
configure:1782: gcc    conftest.c  >&5
configure:1785: $? = 0
configure:1831: result: a.out
configure:1836: checking whether the C compiler works
configure:1842: ./a.out
configure:1845: $? = 0
configure:1862: result: yes
configure:1869: checking whether we are cross compiling
configure:1871: result: no
configure:1874: checking for suffix of executables
configure:1876: gcc -o conftest    conftest.c  >&5
configure:1879: $? = 0
configure:1904: result: 
configure:1910: checking for suffix of object files
configure:1931: gcc -c   conftest.c >&5
configure:1934: $? = 0
configure:1956: result: o
configure:1960: checking whether we are using the GNU C compiler
configure:1984: gcc -c   conftest.c >&5
configure:1990: $? = 0
configure:1993: test -z 			 || test ! -s conftest.err
configure:1996: $? = 0
configure:1999: test -s conftest.o
configure:2002: $? = 0
configure:2015: result: yes
configure:2021: checking whether gcc accepts -g
configure:2042: gcc -c -g  conftest.c >&5
configure:2048: $? = 0
configure:2051: test -z 			 || test ! -s conftest.err
configure:2054: $? = 0
configure:2057: test -s conftest.o
configure:2060: $? = 0
configure:2071: result: yes
configure:2088: checking for gcc option to accept ANSI C
configure:2158: gcc  -c -g -O2  conftest.c >&5
configure:2164: $? = 0
configure:2167: test -z 			 || test ! -s conftest.err
configure:2170: $? = 0
configure:2173: test -s conftest.o
configure:2176: $? = 0
configure:2194: result: none needed
configure:2212: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2218: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2353: checking how to run the C preprocessor
configure:2388: gcc -E  conftest.c
configure:2394: $? = 0
configure:2426: gcc -E  conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:2432: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "w3m"
| #define PACKAGE_TARNAME "w3m"
| #define PACKAGE_VERSION "0.5.1"
| #define PACKAGE_STRING "w3m 0.5.1"
| #define PACKAGE_BUGREPORT "ukai@debian.or.jp"
| #define PACKAGE "w3m"
| #define VERSION "0.5.1"
| #define W3M w3m
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2471: result: gcc -E
configure:2495: gcc -E  conftest.c
configure:2501: $? = 0
configure:2533: gcc -E  conftest.c
conftest.c:12:28: ac_nonexistent.h: No such file or directory
configure:2539: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "w3m"
| #define PACKAGE_TARNAME "w3m"
| #define PACKAGE_VERSION "0.5.1"
| #define PACKAGE_STRING "w3m 0.5.1"
| #define PACKAGE_BUGREPORT "ukai@debian.or.jp"
| #define PACKAGE "w3m"
| #define VERSION "0.5.1"
| #define W3M w3m
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2620: checking for a BSD-compatible install
configure:2675: result: /usr/bin/install -c
configure:2686: checking whether ln -s works
configure:2690: result: yes
configure:2697: checking whether make sets $(MAKE)
configure:2717: result: yes
configure:2767: checking for ranlib
configure:2783: found /usr/bin/ranlib
configure:2794: result: ranlib
configure:2810: checking for perl
configure:2828: found /usr/bin/perl
configure:2840: result: /usr/bin/perl
configure:2855: checking for nkf
configure:2888: result: no
configure:2900: checking for man
configure:2918: found /usr/bin/man
configure:2930: result: /usr/bin/man
configure:2947: checking build system type
configure:2965: result: i686-pc-linux-gnu
configure:2973: checking host system type
configure:2987: result: i686-pc-linux-gnu
configure:3019: checking if m17n support is enabled
configure:3028: result: yes
configure:3048: checking if unicode support is enabled
configure:3057: result: yes
configure:3074: checking if message l10n
configure:3086: result: no
configure:3094: checking if japanese support is enabled
configure:3103: result: no
configure:3117: checking which charset is used for display
configure:3125: result: UTF-8
configure:3200: checking whether NLS is requested
configure:3209: result: yes
configure:3247: checking for msgfmt
configure:3278: result: /usr/bin/msgfmt
configure:3287: checking for gmsgfmt
configure:3318: result: /usr/bin/msgfmt
configure:3357: checking for xgettext
configure:3388: result: /usr/bin/xgettext
configure:3428: checking for msgmerge
configure:3458: result: /usr/bin/msgmerge
configure:3533: checking for ld used by GCC
configure:3597: result: /usr/bin/ld
configure:3606: checking if the linker (/usr/bin/ld) is GNU ld
configure:3619: result: yes
configure:3625: checking for shared library run path origin
configure:3638: result: done
configure:4055: checking whether NLS is requested
configure:4064: result: yes
configure:4082: checking for GNU gettext in libc
configure:4106: gcc -o conftest -g -O2 -I$(srcdir)/libwc   conftest.c  >&5
configure:4112: $? = 0
configure:4115: test -z 			 || test ! -s conftest.err
configure:4118: $? = 0
configure:4121: test -s conftest
configure:4124: $? = 0
configure:4136: result: yes
configure:4831: checking whether to use NLS
configure:4833: result: yes
configure:4836: checking where the gettext function comes from
configure:4847: result: libc
configure:4918: checking if color escape sequence for kterm/pxvt is enabled
configure:4931: result: yes
configure:4934: checking if ansi color escape sequence support is enabled
configure:4947: result: yes
configure:4950: checking if background color support is enabled
configure:4963: result: yes
configure:4985: checking if image is enabled
configure:4994: result: yes
configure:5030: checking image library
configure:5043: result: gdk-pixbuf imlib imlib2
configure:5085: WARNING: GdkPixbuf is not installed.  Install GdkPixbuf (version >= 0.16.0)
configure:5106: WARNING: Imlib is not installed.  Install Imlib (version >= 1.9.8)
configure:5127: WARNING: Imlib2 is not installed.  Install Imlib2 (version >= 1.0.5)
configure:5173: WARNING: unable to build w3mimgdisplay with X11 support
configure:5205: WARNING: unable to build w3mimgdisplay with FB support
configure:5237: checking if xface is enabled
configure:5250: result: yes
configure:5254: checking for uncompface
configure:5281: result: no
configure:5288: WARNING: uncompface is not installed.
configure:5294: checking default keymap
configure:5303: result: w3m
configure:5327: checking if popup menu is enabled
configure:5340: result: yes
configure:5343: checking if mouse operation enabled
configure:5356: result: yes
configure:5359: checking if URL history is enabled
configure:5372: result: yes
configure:5375: checking if alarm is enabled
configure:5384: result: yes
configure:5405: gcc -c -g -O2 -I$(srcdir)/libwc  conftest.c >&5
configure:5411: $? = 0
configure:5414: test -z 			 || test ! -s conftest.err
configure:5417: $? = 0
configure:5420: test -s conftest.o
configure:5423: $? = 0
configure:5438: checking if cookie is enabled
configure:5451: result: yes
configure:5454: checking if digest auth is enabled
configure:5467: result: yes
configure:5470: checking if nntp is enabled
configure:5483: result: yes
configure:5486: checking if gopher is enabled
configure:5499: result: no
configure:5503: checking if dictionary lookup is enabled
configure:5516: result: yes
configure:5519: checking if help cgi is enabled
configure:5532: result: yes
configure:5535: checking if external URI loader is enabled
configure:5548: result: yes
configure:5551: checking if w3mmail is used
configure:5565: result: yes
configure:5570: checking if migemo is supported with
configure:5584: result: migemo -t egrep /usr/local/share/migemo/migemo-dict
configure:5592: checking which editor is used by default
configure:5600: result: /usr/bin/vi
configure:5608: checking which mailer is used by default
configure:5616: result: /usr/bin/mail
configure:5624: checking which external browser is used by default
configure:5632: result: /usr/bin/mozilla
configure:5642: checking for -lbsd
configure:5653: result: found at /usr/lib
configure:5642: checking for -lBSD
configure:5653: result: not found
configure:5642: checking for -l44bsd
configure:5653: result: not found
configure:5642: checking for -lsocket
configure:5653: result: not found
configure:5642: checking for -lnsl
configure:5653: result: found at /usr/lib
configure:5642: checking for -ldld
configure:5653: result: not found
configure:5642: checking for -ldl
configure:5653: result: found at /usr/lib
configure:5657: checking if IPv6 support is enabled
configure:5666: result: yes
configure:5670: checking if IPv6 API available
configure:5673: checking for getaddrinfo
configure:5730: gcc -o conftest -g -O2 -I$(srcdir)/libwc   conftest.c  -lbsd -lnsl -ldl >&5
configure:5736: $? = 0
configure:5739: test -z 			 || test ! -s conftest.err
configure:5742: $? = 0
configure:5745: test -s conftest
configure:5748: $? = 0
configure:5760: result: yes
configure:5854: checking if struct sockaddr_storage has an ss_family member
configure:5878: gcc -c -g -O2 -I$(srcdir)/libwc  conftest.c >&5
configure:5884: $? = 0
configure:5887: test -z 			 || test ! -s conftest.err
configure:5890: $? = 0
configure:5893: test -s conftest.o
configure:5896: $? = 0
configure:5898: result: yes
configure:5976: checking if SSL is suported
configure:5986: result: yes
configure:5999: checking for pkg-config
configure:6017: found /usr/bin/pkg-config
configure:6030: result: /usr/bin/pkg-config
configure:6047: checking for openssl
configure:6087: checking for SSL library/header
configure:6090: result: /usr/openssl /usr/ssl /usr /usr/local/openssl /usr/local/ssl /usr/local
configure:6109: checking for SSL_new in -lssl
configure:6139: gcc -o conftest -g -O2 -I$(srcdir)/libwc   conftest.c -lssl  -lcrypto  -lbsd -lnsl -ldl >&5
/usr/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
configure:6145: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "w3m"
| #define PACKAGE_TARNAME "w3m"
| #define PACKAGE_VERSION "0.5.1"
| #define PACKAGE_STRING "w3m 0.5.1"
| #define PACKAGE_BUGREPORT "ukai@debian.or.jp"
| #define PACKAGE "w3m"
| #define VERSION "0.5.1"
| #define W3M w3m
| #define W3M_TARGET 
| #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 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 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 INET6 1
| #define USE_SSL 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 SSL_new ();
| int
| main ()
| {
| SSL_new ();
|   ;
|   return 0;
| }
configure:6170: result: no
configure:6198: checking for sqrt
configure:6255: gcc -o conftest -g -O2 -I$(srcdir)/libwc   conftest.c  -lbsd -lnsl -ldl >&5
conftest.c:79: warning: conflicting types for built-in function 'sqrt'
/home/rodolfo/tmp/ccCWsUnK.o(.text+0x11): In function `main':
/home/rodolfo/tmp/w3m-0.5.1/conftest.c:95: undefined reference to `sqrt'
/home/rodolfo/tmp/ccCWsUnK.o(.data+0x0):/home/rodolfo/tmp/w3m-0.5.1/conftest.c:94: undefined reference to `sqrt'
collect2: ld returned 1 exit status
configure:6261: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "w3m"
| #define PACKAGE_TARNAME "w3m"
| #define PACKAGE_VERSION "0.5.1"
| #define PACKAGE_STRING "w3m 0.5.1"
| #define PACKAGE_BUGREPORT "ukai@debian.or.jp"
| #define PACKAGE "w3m"
| #define VERSION "0.5.1"
| #define W3M w3m
| #define W3M_TARGET 
| #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 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 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 INET6 1
| #define USE_SSL 1
| /* end confdefs.h.  */
| /* Define sqrt to an innocuous variant, in case <limits.h> declares sqrt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sqrt innocuous_sqrt
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sqrt (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef sqrt
| 
| /* 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 sqrt ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_sqrt) || defined (__stub___sqrt)
| choke me
| #else
| char (*f) () = sqrt;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != sqrt;
|   ;
|   return 0;
| }
configure:6285: result: no
configure:6291: checking for sqrt in -lm
configure:6321: gcc -o conftest -g -O2 -I$(srcdir)/libwc   conftest.c -lm   -lbsd -lnsl -ldl >&5
conftest.c:62: warning: conflicting types for built-in function 'sqrt'
configure:6327: $? = 0
configure:6330: test -z 			 || test ! -s conftest.err
configure:6333: $? = 0
configure:6336: test -s conftest
configure:6339: $? = 0
configure:6352: result: yes
configure:6367: checking for Gpm_Open in -lgpm
configure:6397: gcc -o conftest -g -O2 -I$(srcdir)/libwc   conftest.c -lgpm  -lm  -lbsd -lnsl -ldl >&5
configure:6403: $? = 0
configure:6406: test -z 			 || test ! -s conftest.err
configure:6409: $? = 0
configure:6412: test -s conftest
configure:6415: $? = 0
configure:6428: result: yes
configure:6449: gcc -E  conftest.c
conftest.c:57:29: machine/console.h: No such file or directory
configure:6455: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "w3m"
| #define PACKAGE_TARNAME "w3m"
| #define PACKAGE_VERSION "0.5.1"
| #define PACKAGE_STRING "w3m 0.5.1"
| #define PACKAGE_BUGREPORT "ukai@debian.or.jp"
| #define PACKAGE "w3m"
| #define VERSION "0.5.1"
| #define W3M w3m
| #define W3M_TARGET 
| #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 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 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 INET6 1
| #define USE_SSL 1
| #define HAVE_LIBM 1
| #define USE_GPM 1
| /* end confdefs.h.  */
| #include <machine/console.h>
|    MOUSE_GETINFO
configure:6480: checking terminal library
configure:6490: result: yes
configure:6495: checking for tgetent in -lterminfo
configure:6525: gcc -o conftest -g -O2 -I$(srcdir)/libwc   conftest.c -lterminfo  -lm  -lbsd -lnsl -ldl >&5
/usr/bin/ld: cannot find -lterminfo
collect2: ld returned 1 exit status
configure:6531: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "w3m"
| #define PACKAGE_TARNAME "w3m"
| #define PACKAGE_VERSION "0.5.1"
| #define PACKAGE_STRING "w3m 0.5.1"
| #define PACKAGE_BUGREPORT "ukai@debian.or.jp"
| #define PACKAGE "w3m"
| #define VERSION "0.5.1"
| #define W3M w3m
| #define W3M_TARGET 
| #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 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 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 INET6 1
| #define USE_SSL 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:6556: result: no
configure:6495: checking for tgetent in -lmytinfo
configure:6525: gcc -o conftest -g -O2 -I$(srcdir)/libwc   conftest.c -lmytinfo  -lm  -lbsd -lnsl -ldl >&5
/usr/bin/ld: cannot find -lmytinfo
collect2: ld returned 1 exit status
configure:6531: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "w3m"
| #define PACKAGE_TARNAME "w3m"
| #define PACKAGE_VERSION "0.5.1"
| #define PACKAGE_STRING "w3m 0.5.1"
| #define PACKAGE_BUGREPORT "ukai@debian.or.jp"
| #define PACKAGE "w3m"
| #define VERSION "0.5.1"
| #define W3M w3m
| #define W3M_TARGET 
| #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 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 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 INET6 1
| #define USE_SSL 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:6556: result: no
configure:6495: checking for tgetent in -ltermlib
configure:6525: gcc -o conftest -g -O2 -I$(srcdir)/libwc   conftest.c -ltermlib  -lm  -lbsd -lnsl -ldl >&5
/usr/bin/ld: cannot find -ltermlib
collect2: ld returned 1 exit status
configure:6531: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "w3m"
| #define PACKAGE_TARNAME "w3m"
| #define PACKAGE_VERSION "0.5.1"
| #define PACKAGE_STRING "w3m 0.5.1"
| #define PACKAGE_BUGREPORT "ukai@debian.or.jp"
| #define PACKAGE "w3m"
| #define VERSION "0.5.1"
| #define W3M w3m
| #define W3M_TARGET 
| #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 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 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 INET6 1
| #define USE_SSL 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:6556: result: no
configure:6495: checking for tgetent in -ltermcap
configure:6525: gcc -o conftest -g -O2 -I$(srcdir)/libwc   conftest.c -ltermcap  -lm  -lbsd -lnsl -ldl >&5
/usr/bin/ld: cannot find -ltermcap
collect2: ld returned 1 exit status
configure:6531: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "w3m"
| #define PACKAGE_TARNAME "w3m"
| #define PACKAGE_VERSION "0.5.1"
| #define PACKAGE_STRING "w3m 0.5.1"
| #define PACKAGE_BUGREPORT "ukai@debian.or.jp"
| #define PACKAGE "w3m"
| #define VERSION "0.5.1"
| #define W3M w3m
| #define W3M_TARGET 
| #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 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 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 INET6 1
| #define USE_SSL 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:6556: result: no
configure:6495: checking for tgetent in -lncurses
configure:6525: gcc -o conftest -g -O2 -I$(srcdir)/libwc   conftest.c -lncurses  -lm  -lbsd -lnsl -ldl >&5
configure:6531: $? = 0
configure:6534: test -z 			 || test ! -s conftest.err
configure:6537: $? = 0
configure:6540: test -s conftest
configure:6543: $? = 0
configure:6556: result: yes
configure:6564: checking for egrep
configure:6574: result: grep -E
configure:6579: checking for ANSI C header files
configure:6604: gcc -c -g -O2 -I$(srcdir)/libwc  conftest.c >&5
configure:6610: $? = 0
configure:6613: test -z 			 || test ! -s conftest.err
configure:6616: $? = 0
configure:6619: test -s conftest.o
configure:6622: $? = 0
configure:6708: gcc -o conftest -g -O2 -I$(srcdir)/libwc   conftest.c -lm  -lbsd -lnsl -ldl >&5
configure:6711: $? = 0
configure:6713: ./conftest
configure:6716: $? = 0
configure:6731: result: yes
configure:6755: checking for sys/types.h
configure:6771: gcc -c -g -O2 -I$(srcdir)/libwc  conftest.c >&5
configure:6777: $? = 0
configure:6780: test -z 			 || test ! -s conftest.err
configure:6783: $? = 0
configure:6786: test -s conftest.o
configure:6789: $? = 0
configure:6800: result: yes
configure:6755: checking for sys/stat.h
configure:6771: gcc -c -g -O2 -I$(srcdir)/libwc  conftest.c >&5
configure:6777: $? = 0
configure:6780: test -z 			 || test ! -s conftest.err
configure:6783: $? = 0
configure:6786: test -s conftest.o
configure:6789: $? = 0
configure:6800: result: yes
configure:6755: checking for stdlib.h
configure:6771: gcc -c -g -O2 -I$(srcdir)/libwc  conftest.c >&5
configure:6777: $? = 0
configure:6780: test -z 			 || test ! -s conftest.err
configure:6783: $? = 0
configure:6786: test -s conftest.o
configure:6789: $? = 0
configure:6800: result: yes
configure:6755: checking for string.h
configure:6771: gcc -c -g -O2 -I$(srcdir)/libwc  conftest.c >&5
configure:6777: $? = 0
configure:6780: test -z 			 || test ! -s conftest.err
configure:6783: $? = 0
configure:6786: test -s conftest.o
configure:6789: $? = 0
configure:6800: result: yes
configure:6755: checking for memory.h
configure:6771: gcc -c -g -O2 -I$(srcdir)/libwc  conftest.c >&5
configure:6777: $? = 0
configure:6780: test -z 			 || test ! -s conftest.err
configure:6783: $? = 0
configure:6786: test -s conftest.o
configure:6789: $? = 0
configure:6800: result: yes
configure:6755: checking for strings.h
configure:6771: gcc -c -g -O2 -I$(srcdir)/libwc  conftest.c >&5
configure:6777: $? = 0
configure:6780: test -z 			 || test ! -s conftest.err
configure:6783: $? = 0
configure:6786: test -s conftest.o
configure:6789: $? = 0
configure:6800: result: yes
configure:6755: checking for inttypes.h
configure:6771: gcc -c -g -O2 -I$(srcdir)/libwc  conftest.c >&5
configure:6777: $? = 0
configure:6780: test -z 			 || test ! -s conftest.err
configure:6783: $? = 0
configure:6786: test -s conftest.o
configure:6789: $? = 0
configure:6800: result: yes
configure:6755: checking for stdint.h
configure:6771: gcc -c -g -O2 -I$(srcdir)/libwc  conftest.c >&5
configure:6777: $? = 0
configure:6780: test -z 			 || test ! -s conftest.err
configure:6783: $? = 0
configure:6786: test -s conftest.o
configure:6789: $? = 0
configure:6800: result: yes
configure:6755: checking for unistd.h
configure:6771: gcc -c -g -O2 -I$(srcdir)/libwc  conftest.c >&5
configure:6777: $? = 0
configure:6780: test -z 			 || test ! -s conftest.err
configure:6783: $? = 0
configure:6786: test -s conftest.o
configure:6789: $? = 0
configure:6800: result: yes
configure:6812: checking GC library exists
configure:6824: result: yes
configure:6838: checking gc.h usability
configure:6850: gcc -c -g -O2 -I$(srcdir)/libwc  conftest.c >&5
configure:6856: $? = 0
configure:6859: test -z 			 || test ! -s conftest.err
configure:6862: $? = 0
configure:6865: test -s conftest.o
configure:6868: $? = 0
configure:6878: result: yes
configure:6882: checking gc.h presence
configure:6892: gcc -E  conftest.c
configure:6898: $? = 0
configure:6918: result: yes
configure:6953: checking for gc.h
configure:6960: result: yes
configure:7133: checking for GC_init in -lgc
configure:7163: gcc -o conftest -g -O2 -I$(srcdir)/libwc   conftest.c -lgc  -lm  -lbsd -lnsl -ldl >&5
configure:7169: $? = 0
configure:7172: test -z 			 || test ! -s conftest.err
configure:7175: $? = 0
configure:7178: test -s conftest
configure:7181: $? = 0
configure:7194: result: yes
configure:7287: checking for zError in -lz
configure:7317: gcc -o conftest -g -O2 -I$(srcdir)/libwc   conftest.c -lz  -lm  -lbsd -lnsl -ldl -lgc >&5
configure:7323: $? = 0
configure:7326: test -z 			 || test ! -s conftest.err
configure:7329: $? = 0
configure:7332: test -s conftest
configure:7335: $? = 0
configure:7348: result: yes
configure:7378: checking for dirent.h that defines DIR
configure:7402: gcc -c -g -O2 -I$(srcdir)/libwc  conftest.c >&5
configure:7408: $? = 0
configure:7411: test -z 			 || test ! -s conftest.err
configure:7414: $? = 0
configure:7417: test -s conftest.o
configure:7420: $? = 0
configure:7431: result: yes
configure:7444: checking for library containing opendir
configure:7474: gcc -o conftest -g -O2 -I$(srcdir)/libwc   conftest.c -lm  -lbsd -lnsl -ldl -lgc >&5
configure:7480: $? = 0
configure:7483: test -z 			 || test ! -s conftest.err
configure:7486: $? = 0
configure:7489: test -s conftest
configure:7492: $? = 0
configure:7561: result: none required
configure:7695: checking for ANSI C header files
configure:7847: result: yes
configure:7857: checking for sys/wait.h that is POSIX.1 compatible
configure:7888: gcc -c -g -O2 -I$(srcdir)/libwc  conftest.c >&5
configure:7894: $? = 0
configure:7897: test -z 			 || test ! -s conftest.err
configure:7900: $? = 0
configure:7903: test -s conftest.o
configure:7906: $? = 0
configure:7917: result: yes
configure:7937: checking termios.h usability
configure:7949: gcc -c -g -O2 -I$(srcdir)/libwc  conftest.c >&5
configure:7955: $? = 0
configure:7958: test -z 			 || test ! -s conftest.err
configure:7961: $? = 0
configure:7964: test -s conftest.o
configure:7967: $? = 0
configure:7977: result: yes
configure:7981: checking termios.h presence
configure:7991: gcc -E  conftest.c
configure:7997: $? = 0
configure:8017: result: yes
configure:8052: checking for termios.h
configure:8059: result: yes
configure:8371: checking float.h usability
configure:8383: gcc -c -g -O2 -I$(srcdir)/libwc  conftest.c >&5
configure:8389: $? = 0
configure:8392: test -z 			 || test ! -s conftest.err
configure:8395: $? = 0
configure:8398: test -s conftest.o
configure:8401: $? = 0
configure:8411: result: yes
configure:8415: checking float.h presence
configure:8425: gcc -E  conftest.c
configure:8431: $? = 0
configure:8451: result: yes
configure:8486: checking for float.h
configure:8493: result: yes
configure:8515: checking sys/select.h usability
configure:8527: gcc -c -g -O2 -I$(srcdir)/libwc  conftest.c >&5
configure:8533: $? = 0
configure:8536: test -z 			 || test ! -s conftest.err
configure:8539: $? = 0
configure:8542: test -s conftest.o
configure:8545: $? = 0
configure:8555: result: yes
configure:8559: checking sys/select.h presence
configure:8569: gcc -E  conftest.c
configure:8575: $? = 0
configure:8595: result: yes
configure:8630: checking for sys/select.h
configure:8637: result: yes
configure:8659: checking locale.h usability
configure:8671: gcc -c -g -O2 -I$(srcdir)/libwc  conftest.c >&5
configure:8677: $? = 0
configure:8680: test -z 			 || test ! -s conftest.err
configure:8683: $? = 0
configure:8686: test -s conftest.o
configure:8689: $? = 0
configure:8699: result: yes
configure:8703: checking locale.h presence
configure:8713: gcc -E  conftest.c
configure:8719: $? = 0
configure:8739: result: yes
configure:8774: checking for locale.h
configure:8781: result: yes
configure:8794: checking for stdint.h
configure:8799: result: yes
configure:8938: checking for inttypes.h
configure:8943: result: yes
configure:9082: checking for long long
configure:9106: gcc -c -g -O2 -I$(srcdir)/libwc  conftest.c >&5
configure:9112: $? = 0
configure:9115: test -z 			 || test ! -s conftest.err
configure:9118: $? = 0
configure:9121: test -s conftest.o
configure:9124: $? = 0
configure:9135: result: yes
configure:9138: checking size of long long
configure:9450: gcc -o conftest -g -O2 -I$(srcdir)/libwc   conftest.c -lm  -lbsd -lnsl -ldl -lgc >&5
configure:9453: $? = 0
configure:9455: ./conftest
./conftest: error while loading shared libraries: libgc.so.1: cannot open shared object file: No such file or directory
configure:9458: $? = 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.5.1"
| #define PACKAGE_STRING "w3m 0.5.1"
| #define PACKAGE_BUGREPORT "ukai@debian.or.jp"
| #define PACKAGE "w3m"
| #define VERSION "0.5.1"
| #define W3M w3m
| #define W3M_TARGET 
| #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 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 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 INET6 1
| #define USE_SSL 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_FLOAT_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_INTTYPES_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:9468: 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_ncurses___tgetent=yes
ac_cv_lib_ssl_SSL_new=no
ac_cv_lib_termcap___tgetent=no
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=/usr/bin/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_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'
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=''
IMGFBLDFLAGS=''
IMGOBJS='w3mimg.o'
IMGTARGETS=''
IMGX11CFLAGS=''
IMGX11LDFLAGS=''
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.5.1'
PACKAGE_TARNAME='w3m'
PACKAGE_VERSION='0.5.1'
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=''
SSL_LIBS=''
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.5.1'
W3M='w3m'
W3MIMGDISPLAY_SETUID=''
W3M_LANG='EN'
W3M_LIBS=' -L./libwc -lwc -lgpm -lncurses'
W3M_TARGET=''
WCCFLAGS='-DUSE_UNICODE -I$(srcdir) -I$(srcdir)/..'
WCTARGET='libwc/libwc.a'
XGETTEXT='/usr/bin/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_alias=''
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_FLOAT_H 1
#define HAVE_GETTEXT 1
#define HAVE_INTTYPES_H 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_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_SELECT_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.5.1"
#define PACKAGE_TARNAME "w3m"
#define PACKAGE_VERSION "0.5.1"
#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_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_UNICODE 1
#define USE_W3MMAILER 1
#define USE_XFACE 1
#define VERSION "0.5.1"
#define W3M w3m
#define W3M_LANG EN
#define W3M_TARGET 
#define WCCFLAGS "-DUSE_UNICODE -I$(srcdir) -I$(srcdir)/.."
#define WCTARGET "libwc/libwc.a"

configure: exit 1