Hi,

I ran into two issues in compiling w3m with fink:

1.- X11/Xlib.h not found

This seems to be due to Apple's recent removal of the link
  /usr/include/X11 -> /usr/X11/include/X11.

As I was in a hurry I fixed this with
  ln -s /usr/X11/include/X11 /usr/include/X11

But I imagine this is not a very elegant solution.

2.- The build process crashes:

./mktable 100 functable.tab > functable.c
/bin/sh: line 1:  7887 Segmentation fault: 11  ./mktable 100 functable.tab > 
functable.c
make: *** [functable.c] Error 139

The full log is here:

[captain@dyna218-117] $ fink install w3m                                    [~]
Scanning package description files..........
Information about 5874 packages read in 1 seconds.
The following package will be installed or updated:
 w3m
Setting runtime build-lock...
dpkg-deb -b /Volumes/WD1/fink.build/root-fink-buildlock-w3m-0.5.3-102 
/Volumes/WD1/fink.build
dpkg-deb: building package `fink-buildlock-w3m-0.5.3-102' in 
`/Volumes/WD1/fink.build/fink-buildlock-w3m-0.5.3-102_2012.09.07-12.33.36_darwin-x86_64.deb'.
Installing build-lock package...
/fink/bin/dpkg-lockwait -i 
/Volumes/WD1/fink.build/fink-buildlock-w3m-0.5.3-102_2012.09.07-12.33.36_darwin-x86_64.deb
Selecting previously deselected package fink-buildlock-w3m-0.5.3-102.
(Reading database ... 175357 files and directories currently installed.)
Unpacking fink-buildlock-w3m-0.5.3-102 (from 
.../fink-buildlock-w3m-0.5.3-102_2012.09.07-12.33.36_darwin-x86_64.deb) ...
Setting up fink-buildlock-w3m-0.5.3-102 (2012.09.07-12.33.36) ...

sudo -u fink-bld [ENV] sh -c /tmp/fink.ditUc
/fink/bin/tar  --no-same-owner --no-same-permissions -xf 
/fink/src/w3m-0.5.3.tar.gz
sudo -u fink-bld [ENV] sh -c /tmp/fink.ouvP0
sed -i.bak 's|sed -ne |LC_ALL=C sed -ne |' scripts/Makefile.in
sudo -u fink-bld [ENV] sh -c /tmp/fink.fky5j
./configure --prefix=/fink   --with-termlib=ncurses --with-imagelib=imlib2 
--disable-w3mmailer --mandir=/fink/share/man --libexecdir=/fink/lib 
--with-editor=/fink/bin/editor --with-browser=/fink/bin/launch 
--with-mailer='/fink/bin/launch -l' --with-gc=/fink PERL=/usr/bin/perl 
PKG_CONFIG_PATH=/fink/lib/system-openssl/lib/pkgconfig
checking for g++... g++
checking whether the C++ compiler works... yes
checking for C++ compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking for gawk... gawk
checking for gcc... gcc
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /fink/bin/ginstall -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... /fink/bin/nkf
checking for man... /usr/bin/man
checking build system type... i686-apple-darwin12.1.0
checking host system type... i686-apple-darwin12.1.0
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 for a thread-safe mkdir -p... /fink/bin/gmkdir -p
checking whether NLS is requested... yes
checking for msgfmt... /fink/bin/msgfmt
checking for gmsgfmt... /fink/bin/msgfmt
checking for xgettext... /fink/bin/xgettext
checking for msgmerge... /fink/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... no
checking for shared library run path origin... done
checking for grep that handles long lines and -e... /fink/bin/grep
checking for egrep... /fink/bin/grep -E
checking for CFPreferencesCopyAppValue... yes
checking for CFLocaleCopyCurrent... yes
checking for GNU gettext in libc... no
checking for iconv... yes
checking for working iconv... yes
checking how to link with libiconv... -liconv
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... -lintl -Wl,-framework -Wl,CoreFoundation
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... imlib2
checking Imlib2 version... 1.4.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 nntp is enabled... yes
checking if gopher is enabled... no
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... no
checking if migemo is supported with... migemo -t egrep 
/usr/local/share/migemo/migemo-dict
checking which editor is used by default... /fink/bin/editor
checking which mailer is used by default... /fink/bin/launch -l
checking which external browser is used by default... /fink/bin/launch
checking for -lbsd... not found
checking for -lBSD... not found
checking for -l44bsd... not found
checking for -lsocket... not found
checking for -lnsl... not found
checking for -ldld... not found
checking for -ldl... not found
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 for pkg-config... /fink/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking if SSL is suported... yes
checking for SSL... yes
checking for SSL_new in -lssl... yes
checking if SSL certificate verify is enabled... yes
checking if digest auth is enabled... yes
checking for sqrt... yes
checking for Gpm_Open in -lgpm... no
checking terminal library... ncurses
checking for tgetent in -lncurses... yes
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... /fink
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 socklen_t... 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 stdint.h... (cached) yes
checking for inttypes.h... (cached) yes
checking size of long long... 8
checking for strcasecmp... yes
checking for strcasestr... yes
checking for strchr... yes
checking for memcpy... yes
checking for strerror... yes
checking for bcopy... yes
checking for setpgrp... yes
checking for chdir... yes
checking for getcwd... yes
checking for getwd... yes
checking for readlink... yes
checking for setenv... yes
checking for putenv... yes
checking for strtoll... yes
checking for stroq... no
checking for atoll... yes
checking for atoq... no
checking for symlink... yes
checking for readlink... (cached) yes
checking for lstat... yes
checking for srand48... yes
checking for srandom... yes
checking for getpassphrase... no
checking for waitpid... yes
checking for setlocale... yes
checking for strftime... yes
checking for wait3 that fills in rusage... yes
checking whether setpgrp takes no argument... yes
checking for nl_langinfo and CODESET... yes
checking for sys_errlist... yes
checking for sigsetjmp... yes
checking return type of signal handlers... void
configure: creating ./config.status
config.status: creating Makefile
config.status: creating posubst
config.status: creating po/Makefile.in
config.status: creating scripts/Makefile
config.status: creating scripts/dirlist.cgi
config.status: creating scripts/w3mhelp.cgi
config.status: creating scripts/w3mmail.cgi
config.status: creating scripts/xface2xpm
config.status: creating scripts/multipart/Makefile
config.status: creating scripts/multipart/multipart.cgi
config.status: creating scripts/w3mman/Makefile
config.status: creating scripts/w3mman/w3mman
config.status: creating scripts/w3mman/w3mman.1
config.status: creating scripts/w3mman/w3mman2html.cgi
config.status: creating libwc/Makefile
config.status: creating w3mimg/Makefile
config.status: creating w3mimg/fb/Makefile
config.status: creating w3mimg/x11/Makefile
config.status: creating w3mimg/win/Makefile
config.status: creating w3mhelp-w3m_en.html
config.status: creating w3mhelp-w3m_ja.html
config.status: creating w3mhelp-lynx_en.html
config.status: creating w3mhelp-lynx_ja.html
config.status: creating config.h
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
make
(echo '#define DEFUN(x,y,z) x y';\
         sed -ne '/^DEFUN/{p;n;/^[      ]/p;}' ./main.c ./menu.c) | gcc -E - | \
         awk '$1 ~ /^[_A-Za-z]/ { \
               for (i=2;i<=NF;i++) { print $i, $1} \
         }' > funcname.tab.tmp
funcname.tab updated
sort funcname.tab | gawk -f ./funcname1.awk > funcname1.h
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o main.o main.c
main.c:2264:37: warning: incompatible pointer types passing 'char **' to
      parameter of type 'wc_uchar **' (aka 'unsigned char **')
      [-Wincompatible-pointer-types]
    return wc_any_to_ucs(wtf_parse1(&p));
                                    ^~
./libwc/wtf.h:71:41: note: passing argument to parameter 'p' here
extern wc_wchar_t wtf_parse1(wc_uchar **p);
                                        ^
1 warning generated.
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o file.o file.c
file.c:1263:5: warning: 'MD5' is deprecated [-Wdeprecated-declarations]
    MD5(cnonce_seed.s, sizeof(cnonce_seed.s), md5);
    ^
file.c:1299:5: warning: 'MD5' is deprecated [-Wdeprecated-declarations]
    MD5(tmp->ptr, strlen(tmp->ptr), md5);
    ^
file.c:1299:9: warning: passing 'char *' to parameter of type
      'const unsigned char *' converts between pointers to integer types with
      different sign [-Wpointer-sign]
    MD5(tmp->ptr, strlen(tmp->ptr), md5);
        ^~~~~~~~
/fink/lib/system-openssl/include/openssl/md5.h:116:41: note: passing argument to
      parameter 'd' here
unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md) ...
                                        ^
file.c:1312:6: warning: 'MD5' is deprecated [-Wdeprecated-declarations]
            MD5(tmp->ptr, strlen(tmp->ptr), md5);
            ^
file.c:1312:10: warning: passing 'char *' to parameter of type
      'const unsigned char *' converts between pointers to integer types with
      different sign [-Wpointer-sign]
            MD5(tmp->ptr, strlen(tmp->ptr), md5);
                ^~~~~~~~
/fink/lib/system-openssl/include/openssl/md5.h:116:41: note: passing argument to
      parameter 'd' here
unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md) ...
                                        ^
file.c:1333:7: warning: 'MD5' is deprecated [-Wdeprecated-declarations]
                    MD5(ebody->ptr, strlen(ebody->ptr), md5);
                    ^
file.c:1333:11: warning: passing 'char *' to parameter of type
      'const unsigned char *' converts between pointers to integer types with
      different sign [-Wpointer-sign]
                    MD5(ebody->ptr, strlen(ebody->ptr), md5);
                        ^~~~~~~~~~
/fink/lib/system-openssl/include/openssl/md5.h:116:41: note: passing argument to
      parameter 'd' here
unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md) ...
                                        ^
file.c:1336:7: warning: 'MD5' is deprecated [-Wdeprecated-declarations]
                    MD5("", 0, md5);
                    ^
file.c:1336:11: warning: passing 'char [1]' to parameter of type
      'const unsigned char *' converts between pointers to integer types with
      different sign [-Wpointer-sign]
                    MD5("", 0, md5);
                        ^~
/fink/lib/system-openssl/include/openssl/md5.h:116:41: note: passing argument to
      parameter 'd' here
unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md) ...
                                        ^
file.c:1340:3: warning: 'MD5' is deprecated [-Wdeprecated-declarations]
                MD5(request->body, request->length, md5);
                ^
file.c:1340:7: warning: passing 'char *' to parameter of type
      'const unsigned char *' converts between pointers to integer types with
      different sign [-Wpointer-sign]
                MD5(request->body, request->length, md5);
                    ^~~~~~~~~~~~~
/fink/lib/system-openssl/include/openssl/md5.h:116:41: note: passing argument to
      parameter 'd' here
unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md) ...
                                        ^
file.c:1344:6: warning: 'MD5' is deprecated [-Wdeprecated-declarations]
            MD5("", 0, md5);
            ^
file.c:1344:10: warning: passing 'char [1]' to parameter of type
      'const unsigned char *' converts between pointers to integer types with
      different sign [-Wpointer-sign]
            MD5("", 0, md5);
                ^~
/fink/lib/system-openssl/include/openssl/md5.h:116:41: note: passing argument to
      parameter 'd' here
unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md) ...
                                        ^
file.c:1349:5: warning: 'MD5' is deprecated [-Wdeprecated-declarations]
    MD5(tmp->ptr, strlen(tmp->ptr), md5);
    ^
file.c:1349:9: warning: passing 'char *' to parameter of type
      'const unsigned char *' converts between pointers to integer types with
      different sign [-Wpointer-sign]
    MD5(tmp->ptr, strlen(tmp->ptr), md5);
        ^~~~~~~~
/fink/lib/system-openssl/include/openssl/md5.h:116:41: note: passing argument to
      parameter 'd' here
unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md) ...
                                        ^
file.c:1367:2: warning: 'MD5' is deprecated [-Wdeprecated-declarations]
        MD5(tmp->ptr, strlen(tmp->ptr), md5);
        ^
file.c:1367:6: warning: passing 'char *' to parameter of type
      'const unsigned char *' converts between pointers to integer types with
      different sign [-Wpointer-sign]
        MD5(tmp->ptr, strlen(tmp->ptr), md5);
            ^~~~~~~~
/fink/lib/system-openssl/include/openssl/md5.h:116:41: note: passing argument to
      parameter 'd' here
unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md) ...
                                        ^
file.c:1377:2: warning: 'MD5' is deprecated [-Wdeprecated-declarations]
        MD5(tmp->ptr, strlen(tmp->ptr), md5);
        ^
file.c:1377:6: warning: passing 'char *' to parameter of type
      'const unsigned char *' converts between pointers to integer types with
      different sign [-Wpointer-sign]
        MD5(tmp->ptr, strlen(tmp->ptr), md5);
            ^~~~~~~~
/fink/lib/system-openssl/include/openssl/md5.h:116:41: note: passing argument to
      parameter 'd' here
unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md) ...
                                        ^
file.c:6896:2: warning: expression result unused [-Wunused-value]
        appendTextLineList(henv->buf, tl);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./textlist.h:74:38: note: expanded from macro 'appendTextLineList'
  ...(TextLineList *)appendGeneralList((GeneralList *)(tl), (GeneralList 
*)(tl2))...
     ^               
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
file.c:8320:29: warning: comparison of unsigned expression < 0 is always false
      [-Wtautological-compare]
                if (Strfputs(buf, stdout) < 0)
                    ~~~~~~~~~~~~~~~~~~~~~ ^ ~
21 warnings generated.
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o buffer.o buffer.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o display.o display.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o etc.o etc.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o search.o search.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o linein.o linein.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o table.o table.c
table.c:786:3: warning: expression result unused [-Wunused-value]
                appendTextLineList(h_env.buf, tbl->tables[id].buf);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./textlist.h:74:38: note: expanded from macro 'appendTextLineList'
  ...(TextLineList *)appendGeneralList((GeneralList *)(tl), (GeneralList 
*)(tl2))...
     ^               
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o local.o local.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o form.o form.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o map.o map.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o frame.o frame.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o rc.o rc.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o menu.o menu.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o mailcap.o mailcap.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o image.o image.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o symbol.o symbol.c
In file included from symbol.c:7:
./Symbols/eucjp.sym:2:5: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??", "??", "",
    ^
./Symbols/eucjp.sym:2:11: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??", "??", "",
          ^
./Symbols/eucjp.sym:2:17: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??", "??", "",
                ^
./Symbols/eucjp.sym:2:23: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??", "??", "",
                      ^
./Symbols/eucjp.sym:2:29: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??", "??", "",
                            ^
./Symbols/eucjp.sym:2:35: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??", "??", "",
                                  ^
./Symbols/eucjp.sym:2:41: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??", "??", "",
                                        ^
./Symbols/eucjp.sym:3:5: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "",   "??", "",   "",   "",
    ^
./Symbols/eucjp.sym:3:11: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "",   "??", "",   "",   "",
          ^
./Symbols/eucjp.sym:3:17: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "",   "??", "",   "",   "",
                ^
./Symbols/eucjp.sym:3:29: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "",   "??", "",   "",   "",
                            ^
./Symbols/eucjp.sym:4:5: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??", "??", "",
    ^
./Symbols/eucjp.sym:4:11: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??", "??", "",
          ^
./Symbols/eucjp.sym:4:17: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??", "??", "",
                ^
./Symbols/eucjp.sym:4:23: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??", "??", "",
                      ^
./Symbols/eucjp.sym:4:29: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??", "??", "",
                            ^
./Symbols/eucjp.sym:4:35: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??", "??", "",
                                  ^
./Symbols/eucjp.sym:4:41: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??", "??", "",
                                        ^
./Symbols/eucjp.sym:5:5: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "",   "??", "",   "",   "",
    ^
./Symbols/eucjp.sym:5:11: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "",   "??", "",   "",   "",
          ^
./Symbols/eucjp.sym:5:17: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "",   "??", "",   "",   "",
                ^
./Symbols/eucjp.sym:5:29: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "",   "??", "",   "",   "",
                            ^
./Symbols/eucjp.sym:7:5: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??",
    ^
./Symbols/eucjp.sym:7:11: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??",
          ^
./Symbols/eucjp.sym:7:17: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??",
                ^
./Symbols/eucjp.sym:7:23: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??",
                      ^
./Symbols/eucjp.sym:7:29: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??",
                            ^
./Symbols/eucjp.sym:7:35: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??",
                                  ^
./Symbols/eucjp.sym:8:5: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??",
    ^
./Symbols/eucjp.sym:8:11: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??",
          ^
./Symbols/eucjp.sym:8:17: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??",
                ^
./Symbols/eucjp.sym:8:23: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??",
                      ^
./Symbols/eucjp.sym:8:29: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??",
                            ^
./Symbols/eucjp.sym:8:35: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??", "??", "??", "??", "??", "??",
                                  ^
./Symbols/eucjp.sym:9:5: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "??",
    ^
./Symbols/eucjp.sym:10:5: warning: illegal character encoding in string literal
      [-Winvalid-source-encoding]
    "?㢬??",
    ^
36 warnings generated.
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o entity.o entity.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o terms.o terms.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o url.o url.c
url.c:255:2: warning: 'SSL_CTX_free' is deprecated [-Wdeprecated-declarations]
        SSL_CTX_free(ssl_ctx);
        ^
url.c:268:9: warning: 'RAND_status' is deprecated [-Wdeprecated-declarations]
    if (RAND_status())
        ^
url.c:270:17: warning: 'RAND_file_name' is deprecated
      [-Wdeprecated-declarations]
    if ((file = RAND_file_name(buffer, sizeof(buffer)))) {
                ^
url.c:272:6: warning: 'RAND_egd' is deprecated [-Wdeprecated-declarations]
        if (RAND_egd(file) > 0)
            ^
url.c:275:2: warning: 'RAND_load_file' is deprecated [-Wdeprecated-declarations]
        RAND_load_file(file, -1);
        ^
url.c:277:9: warning: 'RAND_status' is deprecated [-Wdeprecated-declarations]
    if (RAND_status())
        ^
url.c:280:13: warning: 'RAND_status' is deprecated [-Wdeprecated-declarations]
    while (!RAND_status()) {
            ^
url.c:282:2: warning: 'RAND_seed' is deprecated [-Wdeprecated-declarations]
        RAND_seed((unsigned char *)&l, sizeof(long));
        ^
url.c:286:2: warning: 'RAND_write_file' is deprecated
      [-Wdeprecated-declarations]
        RAND_write_file(file);
        ^
url.c:325:2: warning: 'SSL_library_init' is deprecated
      [-Wdeprecated-declarations]
        SSLeay_add_ssl_algorithms();
        ^
/fink/lib/system-openssl/include/openssl/ssl.h:1142:37: note: expanded from
      macro 'SSLeay_add_ssl_algorithms'
#define SSLeay_add_ssl_algorithms()     SSL_library_init()
                                        ^
url.c:326:2: warning: 'SSL_load_error_strings' is deprecated
      [-Wdeprecated-declarations]
        SSL_load_error_strings();
        ^
url.c:327:18: warning: 'SSL_CTX_new' is deprecated [-Wdeprecated-declarations]
        if (!(ssl_ctx = SSL_CTX_new(SSLv23_client_method())))
                        ^
url.c:327:30: warning: 'SSLv23_client_method' is deprecated
      [-Wdeprecated-declarations]
        if (!(ssl_ctx = SSL_CTX_new(SSLv23_client_method())))
                                    ^
url.c:340:2: warning: 'SSL_CTX_ctrl' is deprecated [-Wdeprecated-declarations]
        SSL_CTX_set_options(ssl_ctx, option);
        ^
/fink/lib/system-openssl/include/openssl/ssl.h:571:2: note: expanded from macro
      'SSL_CTX_set_options'
        SSL_CTX_ctrl((ctx),SSL_CTRL_OPTIONS,(op),NULL)
        ^
url.c:344:2: warning: 'SSL_CTX_set_verify' is deprecated
      [-Wdeprecated-declarations]
        SSL_CTX_set_verify(ssl_ctx, SSL_VERIFY_NONE, NULL);
        ^
url.c:352:10: warning: 'SSL_CTX_use_certificate_file' is deprecated
      [-Wdeprecated-declarations]
            if (SSL_CTX_use_certificate_file
                ^
url.c:357:7: warning: 'SSL_CTX_use_PrivateKey_file' is deprecated
      [-Wdeprecated-declarations]
                if (SSL_CTX_use_PrivateKey_file
                    ^
url.c:359:11: warning: 'SSL_CTX_check_private_key' is deprecated
      [-Wdeprecated-declarations]
                    if (SSL_CTX_check_private_key(ssl_ctx))
                        ^
url.c:368:9: warning: 'SSL_CTX_load_verify_locations' is deprecated
      [-Wdeprecated-declarations]
            || SSL_CTX_load_verify_locations(ssl_ctx, ssl_ca_file, ssl_ca_path))
               ^
url.c:370:6: warning: 'SSL_CTX_set_default_verify_paths' is deprecated
      [-Wdeprecated-declarations]
            SSL_CTX_set_default_verify_paths(ssl_ctx);
            ^
url.c:373:14: warning: 'SSL_new' is deprecated [-Wdeprecated-declarations]
    handle = SSL_new(ssl_ctx);
             ^
url.c:374:5: warning: 'SSL_set_fd' is deprecated [-Wdeprecated-declarations]
    SSL_set_fd(handle, sock);
    ^
url.c:379:5: warning: 'SSL_ctrl' is deprecated [-Wdeprecated-declarations]
    SSL_set_tlsext_host_name(handle,hostname);
    ^
/fink/lib/system-openssl/include/openssl/tls1.h:133:42: note: expanded from
      macro 'SSL_set_tlsext_host_name'
#define SSL_set_tlsext_host_name(s,name) \
                                         ^
url.c:381:9: warning: 'SSL_connect' is deprecated [-Wdeprecated-declarations]
    if (SSL_connect(handle) > 0) {
        ^
url.c:388:2: warning: 'SSL_free' is deprecated [-Wdeprecated-declarations]
        SSL_free(handle);
        ^
url.c:394:2: warning: 'SSL_free' is deprecated [-Wdeprecated-declarations]
        SSL_free(handle);
        ^
url.c:398:9: warning: 'ERR_error_string' is deprecated
      [-Wdeprecated-declarations]
                      ERR_error_string(ERR_get_error(), NULL))->ptr, FALSE);
                      ^
url.c:398:26: warning: 'ERR_get_error' is deprecated [-Wdeprecated-declarations]
                      ERR_error_string(ERR_get_error(), NULL))->ptr, FALSE);
                                       ^
url.c:412:6: warning: 'SSL_write' is deprecated [-Wdeprecated-declarations]
            SSL_write(ssl, buf, 1);
            ^
url.c:1711:3: warning: 'SSL_write' is deprecated [-Wdeprecated-declarations]
                SSL_write(sslh, tmp->ptr, tmp->length);
                ^
30 warnings generated.
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o ftp.o ftp.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o mimehead.o mimehead.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o regex.o regex.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o news.o news.c
sort funcname.tab | gawk -f ./funcname0.awk > funcname.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o mktable.o mktable.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -DDUMMY -c -o dummy.o entity.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o Str.o Str.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o hash.o hash.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -I/fink/lib/system-openssl/include  
-I/fink/include/gc -I/fink/include  -c -o myctype.o myctype.c
gcc  -I. -I. -g -O2 -I./libwc -I/fink/lib/system-openssl/include   
-I/fink/lib/system-openssl/include  -I/fink/include/gc -I/fink/include 
-DHAVE_CONFIG_H -DAUXBIN_DIR=\"/fink/lib/w3m\" 
-DCGIBIN_DIR=\"/fink/lib/w3m/cgi-bin\" -DHELP_DIR=\"/fink/share/w3m\" 
-DETC_DIR=\"/fink/etc\" -DCONF_DIR=\"/fink/etc/w3m\" -DRC_DIR=\"~/.w3m\" 
-DLOCALEDIR=\"/fink/share/locale\" -o mktable mktable.o dummy.o Str.o hash.o 
myctype.o -L/fink/lib/system-openssl/lib -L/fink/lib  -lgc
sort funcname.tab | gawk -f ./functable.awk > functable.tab
./mktable 100 functable.tab > functable.c
/bin/sh: line 1:  7887 Segmentation fault: 11  ./mktable 100 functable.tab > 
functable.c
make: *** [functable.c] Error 139
### execution of make failed, exit code 2
### execution of /tmp/fink.fky5j failed, exit code 2
Removing runtime build-lock...
Removing build-lock package...
/fink/bin/dpkg-lockwait -r fink-buildlock-w3m-0.5.3-102
(Reading database ... 175358 files and directories currently installed.)
Removing fink-buildlock-w3m-0.5.3-102 ...
Failed: phase compiling: w3m-0.5.3-102 failed

Before reporting any errors, please run "fink selfupdate" and try again.

If you continue to have issues, please check to see if the FAQ on Fink's 
website solves the problem.  If not, ask on one (not both, please) of
these mailing lists:

        The Fink Users List <fink-users@lists.sourceforge.net>
        The Fink Beginners List <fink-beginn...@lists.sourceforge.net>,

with a carbon copy to the maintainer:

        Todai Fink Team <f...@sodan.ecc.u-tokyo.ac.jp>

Note that this is preferable to emailing just the maintainer directly,
since most fink package maintainers do not have access to all possible
hardware and software configurations.

Please try to include the complete error message in your report.  This
generally consists of a compiler line starting with e.g. "gcc" or "g++"
followed by the actual error output from the compiler.

Also include the following system information:
Package manager version: 0.34.3
Distribution version: selfupdate-rsync Fri Sep  7 12:26:07 2012, 10.8, x86_64
Trees: local/main stable/main
Xcode.app: 4.4.1
Xcode command-line tools: 4.4.0.0.1.1249367152
Max. Fink build jobs:  1


I have a fresh Mountain Lion install (i.e., instead of updating a
previous system, I re-installed from scratch). 

Any advice?

Thanks!
Renaud.

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to