DG/UX [was: Re: problem building 0.15.7]

Dave Lovelace dave at firstcomp.biz
Thu Dec 11 22:42:32 CET 2003


David Relson wrote:
> 
> 
> So much for my idea :-(  Now it's time for Matthias' porting expertise
> ...
> 

In case it will help:  I'll append a copy of a listing of the screen output
of the make.  Scanning for "warning" may give something that will help
someone.

For configuration information, see the message I sent David yesterday.

I did look at the issue of strncasecmp() (which kept coming up, & which
someone (Matthias?) identified as being declared in string.h.  On this
system, it (and strcasecmp()) are not declared in any header anywhere.
If I write a miniprogram, declaring them, it compiles, links, & executes
correctly.  I tracked them down in the libraries.  They're not in the
standard libc.a (where, say, strcmp() is), but in libdgc.a (and
libstaticdgc.a).  I'm therefore hesitant to just add them to string.h;
I don't know (at all!) how the dependencies on which libraries get used
work.  I'm more likely to try hacking the bogofilter code to declare
them (if __DGUX__ is defined).  I didn't get any further (& should have
left an hour ago).

-- 
- Dave Lovelace
  dave at firstcomp.biz
  davel at cyberspace.org


$ make
Making all in trio
make[1]: Entering directory `/usr/local/FCIonly/src/bogofilter/bogofilter-0.15.10/trio'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/usr/local/FCIonly/src/bogofilter/bogofilter-0.15.10/trio'
Making all in src
make[1]: Entering directory `/usr/local/FCIonly/src/bogofilter/bogofilter-0.15.10/src'
/bin/ksh ./version.sh .. >"version.c.new" && mv "version.c.new" "version.c" \
    || rm -f "version.c"
make  all-recursive
make[2]: Entering directory `/usr/local/FCIonly/src/bogofilter/bogofilter-0.15.10/src'
Making all in .
make[3]: Entering directory `/usr/local/FCIonly/src/bogofilter/bogofilter-0.15.10/src'
echo "const char *const system_config_file = \"/usr/local/etc/bogofilter.cf\";" >"directories.c" \
    || rm -f "directories.c"
source='directories.c' object='directories.o' libtool=no \
depfile='.deps/directories.Po' tmpdepfile='.deps/directories.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'directories.c' || echo './'`directories.c
source='version.c' object='version.o' libtool=no \
depfile='.deps/version.Po' tmpdepfile='.deps/version.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'version.c' || echo './'`version.c
source='globals.c' object='globals.o' libtool=no \
depfile='.deps/globals.Po' tmpdepfile='.deps/globals.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'globals.c' || echo './'`globals.c
source='base64.c' object='base64.o' libtool=no \
depfile='.deps/base64.Po' tmpdepfile='.deps/base64.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'base64.c' || echo './'`base64.c
source='bf_exit.c' object='bf_exit.o' libtool=no \
depfile='.deps/bf_exit.Po' tmpdepfile='.deps/bf_exit.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'bf_exit.c' || echo './'`bf_exit.c
source='bogoconfig.c' object='bogoconfig.o' libtool=no \
depfile='.deps/bogoconfig.Po' tmpdepfile='.deps/bogoconfig.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'bogoconfig.c' || echo './'`bogoconfig.c
source='bogoreader.c' object='bogoreader.o' libtool=no \
depfile='.deps/bogoreader.Po' tmpdepfile='.deps/bogoreader.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'bogoreader.c' || echo './'`bogoreader.c
source='bool.c' object='bool.o' libtool=no \
depfile='.deps/bool.Po' tmpdepfile='.deps/bool.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'bool.c' || echo './'`bool.c
source='buff.c' object='buff.o' libtool=no \
depfile='.deps/buff.Po' tmpdepfile='.deps/buff.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'buff.c' || echo './'`buff.c
source='charset.c' object='charset.o' libtool=no \
depfile='.deps/charset.Po' tmpdepfile='.deps/charset.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'charset.c' || echo './'`charset.c
charset.c: In function `init_charset_table':
charset.c:370: warning: implicit declaration of function `strcasecmp'
source='collect.c' object='collect.o' libtool=no \
depfile='.deps/collect.Po' tmpdepfile='.deps/collect.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'collect.c' || echo './'`collect.c
source='configfile.c' object='configfile.o' libtool=no \
depfile='.deps/configfile.Po' tmpdepfile='.deps/configfile.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'configfile.c' || echo './'`configfile.c
source='datastore.c' object='datastore.o' libtool=no \
depfile='.deps/datastore.Po' tmpdepfile='.deps/datastore.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'datastore.c' || echo './'`datastore.c
source='debug.c' object='debug.o' libtool=no \
depfile='.deps/debug.Po' tmpdepfile='.deps/debug.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'debug.c' || echo './'`debug.c
source='degen.c' object='degen.o' libtool=no \
depfile='.deps/degen.Po' tmpdepfile='.deps/degen.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'degen.c' || echo './'`degen.c
source='error.c' object='error.o' libtool=no \
depfile='.deps/error.Po' tmpdepfile='.deps/error.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'error.c' || echo './'`error.c
error.c: In function `print_error':
error.c:47: warning: passing arg 2 of `syslog' discards `const' from pointer target type
source='fgetsl.c' object='fgetsl.o' libtool=no \
depfile='.deps/fgetsl.Po' tmpdepfile='.deps/fgetsl.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'fgetsl.c' || echo './'`fgetsl.c
source='find_home.c' object='find_home.o' libtool=no \
depfile='.deps/find_home.Po' tmpdepfile='.deps/find_home.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'find_home.c' || echo './'`find_home.c
source='find_home_user.c' object='find_home_user.o' libtool=no \
depfile='.deps/find_home_user.Po' tmpdepfile='.deps/find_home_user.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'find_home_user.c' || echo './'`find_home_user.c
source='find_home_tildeexpand.c' object='find_home_tildeexpand.o' libtool=no \
depfile='.deps/find_home_tildeexpand.Po' tmpdepfile='.deps/find_home_tildeexpand.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'find_home_tildeexpand.c' || echo './'`find_home_tildeexpand.c
source='format.c' object='format.o' libtool=no \
depfile='.deps/format.Po' tmpdepfile='.deps/format.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'format.c' || echo './'`format.c
source='lexer.c' object='lexer.o' libtool=no \
depfile='.deps/lexer.Po' tmpdepfile='.deps/lexer.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'lexer.c' || echo './'`lexer.c
source='lexer_v3.c' object='lexer_v3.o' libtool=no \
depfile='.deps/lexer_v3.Po' tmpdepfile='.deps/lexer_v3.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'lexer_v3.c' || echo './'`lexer_v3.c
source='maint.c' object='maint.o' libtool=no \
depfile='.deps/maint.Po' tmpdepfile='.deps/maint.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'maint.c' || echo './'`maint.c
source='mime.c' object='mime.o' libtool=no \
depfile='.deps/mime.Po' tmpdepfile='.deps/mime.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'mime.c' || echo './'`mime.c
mime.c: In function `mime_disposition':
mime.c:449: warning: implicit declaration of function `strcasecmp'
mime.c: In function `mime_type':
mime.c:520: warning: implicit declaration of function `strncasecmp'
source='msgcounts.c' object='msgcounts.o' libtool=no \
depfile='.deps/msgcounts.Po' tmpdepfile='.deps/msgcounts.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'msgcounts.c' || echo './'`msgcounts.c
source='passthrough.c' object='passthrough.o' libtool=no \
depfile='.deps/passthrough.Po' tmpdepfile='.deps/passthrough.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'passthrough.c' || echo './'`passthrough.c
passthrough.c: In function `write_header':
passthrough.c:162: warning: implicit declaration of function `strncasecmp'
passthrough.c: In function `write_log_message':
passthrough.c:276: warning: passing arg 2 of `syslog' discards `const' from pointer target type
passthrough.c:278: warning: passing arg 2 of `syslog' discards `const' from pointer target type
passthrough.c:280: warning: passing arg 2 of `syslog' discards `const' from pointer target type
source='paths.c' object='paths.o' libtool=no \
depfile='.deps/paths.Po' tmpdepfile='.deps/paths.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'paths.c' || echo './'`paths.c
source='qp.c' object='qp.o' libtool=no \
depfile='.deps/qp.Po' tmpdepfile='.deps/qp.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'qp.c' || echo './'`qp.c
source='register.c' object='register.o' libtool=no \
depfile='.deps/register.Po' tmpdepfile='.deps/register.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'register.c' || echo './'`register.c
register.c: In function `register_words':
register.c:58: warning: unsigned int format, u_int32_t arg (arg 3)
register.c:58: warning: unsigned int format, u_int32_t arg (arg 5)
register.c:114: warning: unsigned int format, long unsigned int arg (arg 4)
register.c:114: warning: unsigned int format, long unsigned int arg (arg 5)
source='robx.c' object='robx.o' libtool=no \
depfile='.deps/robx.Po' tmpdepfile='.deps/robx.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'robx.c' || echo './'`robx.c
source='rstats.c' object='rstats.o' libtool=no \
depfile='.deps/rstats.Po' tmpdepfile='.deps/rstats.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'rstats.c' || echo './'`rstats.c
source='swap_32bit.c' object='swap_32bit.o' libtool=no \
depfile='.deps/swap_32bit.Po' tmpdepfile='.deps/swap_32bit.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'swap_32bit.c' || echo './'`swap_32bit.c
source='system.c' object='system.o' libtool=no \
depfile='.deps/system.Po' tmpdepfile='.deps/system.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'system.c' || echo './'`system.c
source='textblock.c' object='textblock.o' libtool=no \
depfile='.deps/textblock.Po' tmpdepfile='.deps/textblock.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'textblock.c' || echo './'`textblock.c
source='token.c' object='token.o' libtool=no \
depfile='.deps/token.Po' tmpdepfile='.deps/token.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'token.c' || echo './'`token.c
source='transaction.c' object='transaction.o' libtool=no \
depfile='.deps/transaction.Po' tmpdepfile='.deps/transaction.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'transaction.c' || echo './'`transaction.c
source='uudecode.c' object='uudecode.o' libtool=no \
depfile='.deps/uudecode.Po' tmpdepfile='.deps/uudecode.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'uudecode.c' || echo './'`uudecode.c
uudecode.c: In function `uudecode':
uudecode.c:32: warning: implicit declaration of function `strncasecmp'
source='word.c' object='word.o' libtool=no \
depfile='.deps/word.Po' tmpdepfile='.deps/word.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'word.c' || echo './'`word.c
source='wordhash.c' object='wordhash.o' libtool=no \
depfile='.deps/wordhash.Po' tmpdepfile='.deps/wordhash.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'wordhash.c' || echo './'`wordhash.c
source='wordlists.c' object='wordlists.o' libtool=no \
depfile='.deps/wordlists.Po' tmpdepfile='.deps/wordlists.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'wordlists.c' || echo './'`wordlists.c
source='wordlists_base.c' object='wordlists_base.o' libtool=no \
depfile='.deps/wordlists_base.Po' tmpdepfile='.deps/wordlists_base.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'wordlists_base.c' || echo './'`wordlists_base.c
source='xcalloc.c' object='xcalloc.o' libtool=no \
depfile='.deps/xcalloc.Po' tmpdepfile='.deps/xcalloc.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'xcalloc.c' || echo './'`xcalloc.c
source='xmalloc.c' object='xmalloc.o' libtool=no \
depfile='.deps/xmalloc.Po' tmpdepfile='.deps/xmalloc.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'xmalloc.c' || echo './'`xmalloc.c
source='xmem_error.c' object='xmem_error.o' libtool=no \
depfile='.deps/xmem_error.Po' tmpdepfile='.deps/xmem_error.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'xmem_error.c' || echo './'`xmem_error.c
source='xrealloc.c' object='xrealloc.o' libtool=no \
depfile='.deps/xrealloc.Po' tmpdepfile='.deps/xrealloc.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'xrealloc.c' || echo './'`xrealloc.c
source='xmemrchr.c' object='xmemrchr.o' libtool=no \
depfile='.deps/xmemrchr.Po' tmpdepfile='.deps/xmemrchr.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'xmemrchr.c' || echo './'`xmemrchr.c
source='xstrdup.c' object='xstrdup.o' libtool=no \
depfile='.deps/xstrdup.Po' tmpdepfile='.deps/xstrdup.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'xstrdup.c' || echo './'`xstrdup.c
source='xstrlcat.c' object='xstrlcat.o' libtool=no \
depfile='.deps/xstrlcat.Po' tmpdepfile='.deps/xstrlcat.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'xstrlcat.c' || echo './'`xstrlcat.c
source='xstrlcpy.c' object='xstrlcpy.o' libtool=no \
depfile='.deps/xstrlcpy.Po' tmpdepfile='.deps/xstrlcpy.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'xstrlcpy.c' || echo './'`xstrlcpy.c
source='memdebug.c' object='memdebug.o' libtool=no \
depfile='.deps/memdebug.Po' tmpdepfile='.deps/memdebug.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'memdebug.c' || echo './'`memdebug.c
memdebug.c: In function `mh_disp':
memdebug.c:76: warning: int format, long int arg (arg 3)
source='xatof.c' object='xatof.o' libtool=no \
depfile='.deps/xatof.Po' tmpdepfile='.deps/xatof.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'xatof.c' || echo './'`xatof.c
source='xatoi.c' object='xatoi.o' libtool=no \
depfile='.deps/xatoi.Po' tmpdepfile='.deps/xatoi.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'xatoi.c' || echo './'`xatoi.c
source='datastore_db.c' object='datastore_db.o' libtool=no \
depfile='.deps/datastore_db.Po' tmpdepfile='.deps/datastore_db.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'datastore_db.c' || echo './'`datastore_db.c
rm -f libbogofilter.a
ar cru libbogofilter.a directories.o version.o globals.o base64.o bf_exit.o bogoconfig.o bogoreader.o bool.o buff.o charset.o collect.o configfile.o datastore.o debug.o degen.o error.o fgetsl.o find_home.o find_home_user.o find_home_tildeexpand.o format.o lexer.o lexer_v3.o maint.o mime.o msgcounts.o passthrough.o paths.o qp.o register.o robx.o rstats.o swap_32bit.o system.o textblock.o token.o transaction.o uudecode.o word.o wordhash.o wordlists.o wordlists_base.o xcalloc.o xmalloc.o xmem_error.o xrealloc.o xmemrchr.o xstrdup.o xstrlcat.o xstrlcpy.o memdebug.o xatof.o xatoi.o datastore_db.o 
: libbogofilter.a
source='../gsl/cdf/chisq.c' object='libbf_gsl_a-chisq.o' libtool=no \
depfile='.deps/libbf_gsl_a-chisq.Po' tmpdepfile='.deps/libbf_gsl_a-chisq.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -DRENAMEFILES -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c -o libbf_gsl_a-chisq.o `test -f '../gsl/cdf/chisq.c' || echo './'`../gsl/cdf/chisq.c
source='../gsl/cdf/gamma.c' object='libbf_gsl_a-gamma.o' libtool=no \
depfile='.deps/libbf_gsl_a-gamma.Po' tmpdepfile='.deps/libbf_gsl_a-gamma.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -DRENAMEFILES -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c -o libbf_gsl_a-gamma.o `test -f '../gsl/cdf/gamma.c' || echo './'`../gsl/cdf/gamma.c
../gsl/cdf/../specfunc/gamma.c: In function `gamma_xgthalf':
In file included from ../gsl/cdf/gamma.c:137:
../gsl/cdf/../specfunc/gamma.c:1033: warning: cast does not match function type
../gsl/cdf/../specfunc/gamma.c: In function `gsl_sf_gamma_e':
../gsl/cdf/../specfunc/gamma.c:1256: warning: cast does not match function type
source='../gsl/specfunc/gamma_inc.c' object='libbf_gsl_a-gamma_inc.o' libtool=no \
depfile='.deps/libbf_gsl_a-gamma_inc.Po' tmpdepfile='.deps/libbf_gsl_a-gamma_inc.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -DRENAMEFILES -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c -o libbf_gsl_a-gamma_inc.o `test -f '../gsl/specfunc/gamma_inc.c' || echo './'`../gsl/specfunc/gamma_inc.c
../gsl/specfunc/gamma_inc.c: In function `gamma_inc_Q_asymp_unif':
../gsl/specfunc/gamma_inc.c:152: warning: declaration of `erfc' shadows global declaration
source='../gsl/err/error.c' object='libbf_gsl_a-error.o' libtool=no \
depfile='.deps/libbf_gsl_a-error.Po' tmpdepfile='.deps/libbf_gsl_a-error.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -DRENAMEFILES -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c -o libbf_gsl_a-error.o `test -f '../gsl/err/error.c' || echo './'`../gsl/err/error.c
source='../gsl/sys/infnan.c' object='libbf_gsl_a-infnan.o' libtool=no \
depfile='.deps/libbf_gsl_a-infnan.Po' tmpdepfile='.deps/libbf_gsl_a-infnan.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -DRENAMEFILES -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c -o libbf_gsl_a-infnan.o `test -f '../gsl/sys/infnan.c' || echo './'`../gsl/sys/infnan.c
source='../gsl/sys/fdiv.c' object='libbf_gsl_a-fdiv.o' libtool=no \
depfile='.deps/libbf_gsl_a-fdiv.Po' tmpdepfile='.deps/libbf_gsl_a-fdiv.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -DRENAMEFILES -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c -o libbf_gsl_a-fdiv.o `test -f '../gsl/sys/fdiv.c' || echo './'`../gsl/sys/fdiv.c
source='../gsl/specfunc/exp.c' object='libbf_gsl_a-exp.o' libtool=no \
depfile='.deps/libbf_gsl_a-exp.Po' tmpdepfile='.deps/libbf_gsl_a-exp.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -DRENAMEFILES -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c -o libbf_gsl_a-exp.o `test -f '../gsl/specfunc/exp.c' || echo './'`../gsl/specfunc/exp.c
../gsl/specfunc/exp.c: In function `gsl_sf_exp_e10_e':
../gsl/specfunc/exp.c:133: warning: cast does not match function type
../gsl/specfunc/exp.c: In function `gsl_sf_exp_mult_e10_e':
../gsl/specfunc/exp.c:216: warning: cast does not match function type
../gsl/specfunc/exp.c: In function `gsl_sf_exp_mult_err_e10_e':
../gsl/specfunc/exp.c:313: warning: cast does not match function type
../gsl/specfunc/exp.c: In function `gsl_sf_exp_err_e10_e':
../gsl/specfunc/exp.c:568: warning: cast does not match function type
source='../gsl/specfunc/trig.c' object='libbf_gsl_a-trig.o' libtool=no \
depfile='.deps/libbf_gsl_a-trig.Po' tmpdepfile='.deps/libbf_gsl_a-trig.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -DRENAMEFILES -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c -o libbf_gsl_a-trig.o `test -f '../gsl/specfunc/trig.c' || echo './'`../gsl/specfunc/trig.c
source='../gsl/specfunc/log.c' object='libbf_gsl_a-log.o' libtool=no \
depfile='.deps/libbf_gsl_a-log.Po' tmpdepfile='.deps/libbf_gsl_a-log.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -DRENAMEFILES -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c -o libbf_gsl_a-log.o `test -f '../gsl/specfunc/log.c' || echo './'`../gsl/specfunc/log.c
source='../gsl/specfunc/psi.c' object='libbf_gsl_a-psi.o' libtool=no \
depfile='.deps/libbf_gsl_a-psi.Po' tmpdepfile='.deps/libbf_gsl_a-psi.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -DRENAMEFILES -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c -o libbf_gsl_a-psi.o `test -f '../gsl/specfunc/psi.c' || echo './'`../gsl/specfunc/psi.c
source='../gsl/specfunc/zeta.c' object='libbf_gsl_a-zeta.o' libtool=no \
depfile='.deps/libbf_gsl_a-zeta.Po' tmpdepfile='.deps/libbf_gsl_a-zeta.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -DRENAMEFILES -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c -o libbf_gsl_a-zeta.o `test -f '../gsl/specfunc/zeta.c' || echo './'`../gsl/specfunc/zeta.c
source='../gsl/specfunc/elementary.c' object='libbf_gsl_a-elementary.o' libtool=no \
depfile='.deps/libbf_gsl_a-elementary.Po' tmpdepfile='.deps/libbf_gsl_a-elementary.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -DRENAMEFILES -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c -o libbf_gsl_a-elementary.o `test -f '../gsl/specfunc/elementary.c' || echo './'`../gsl/specfunc/elementary.c
source='../gsl/err/stream.c' object='libbf_gsl_a-stream.o' libtool=no \
depfile='.deps/libbf_gsl_a-stream.Po' tmpdepfile='.deps/libbf_gsl_a-stream.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -DRENAMEFILES -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c -o libbf_gsl_a-stream.o `test -f '../gsl/err/stream.c' || echo './'`../gsl/err/stream.c
source='../gsl/specfunc/expint.c' object='libbf_gsl_a-expint.o' libtool=no \
depfile='.deps/libbf_gsl_a-expint.Po' tmpdepfile='.deps/libbf_gsl_a-expint.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -DRENAMEFILES -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c -o libbf_gsl_a-expint.o `test -f '../gsl/specfunc/expint.c' || echo './'`../gsl/specfunc/expint.c
source='../gsl/specfunc/erfc.c' object='libbf_gsl_a-erfc.o' libtool=no \
depfile='.deps/libbf_gsl_a-erfc.Po' tmpdepfile='.deps/libbf_gsl_a-erfc.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -DRENAMEFILES -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c -o libbf_gsl_a-erfc.o `test -f '../gsl/specfunc/erfc.c' || echo './'`../gsl/specfunc/erfc.c
source='../gsl/sys/coerce.c' object='libbf_gsl_a-coerce.o' libtool=no \
depfile='.deps/libbf_gsl_a-coerce.Po' tmpdepfile='.deps/libbf_gsl_a-coerce.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -DRENAMEFILES -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c -o libbf_gsl_a-coerce.o `test -f '../gsl/sys/coerce.c' || echo './'`../gsl/sys/coerce.c
source='../gsl/sys/pow_int.c' object='libbf_gsl_a-pow_int.o' libtool=no \
depfile='.deps/libbf_gsl_a-pow_int.Po' tmpdepfile='.deps/libbf_gsl_a-pow_int.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -DRENAMEFILES -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c -o libbf_gsl_a-pow_int.o `test -f '../gsl/sys/pow_int.c' || echo './'`../gsl/sys/pow_int.c
source='../gsl/sys/minmax.c' object='libbf_gsl_a-minmax.o' libtool=no \
depfile='.deps/libbf_gsl_a-minmax.Po' tmpdepfile='.deps/libbf_gsl_a-minmax.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -DRENAMEFILES -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c -o libbf_gsl_a-minmax.o `test -f '../gsl/sys/minmax.c' || echo './'`../gsl/sys/minmax.c
rm -f libbf_gsl.a
ar cru libbf_gsl.a libbf_gsl_a-chisq.o libbf_gsl_a-gamma.o libbf_gsl_a-gamma_inc.o libbf_gsl_a-error.o libbf_gsl_a-infnan.o libbf_gsl_a-fdiv.o libbf_gsl_a-exp.o libbf_gsl_a-trig.o libbf_gsl_a-log.o libbf_gsl_a-psi.o libbf_gsl_a-zeta.o libbf_gsl_a-elementary.o libbf_gsl_a-stream.o libbf_gsl_a-expint.o libbf_gsl_a-erfc.o libbf_gsl_a-coerce.o libbf_gsl_a-pow_int.o libbf_gsl_a-minmax.o 
: libbf_gsl.a
source='bogofilter.c' object='bogofilter.o' libtool=no \
depfile='.deps/bogofilter.Po' tmpdepfile='.deps/bogofilter.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'bogofilter.c' || echo './'`bogofilter.c
source='main.c' object='main.o' libtool=no \
depfile='.deps/main.Po' tmpdepfile='.deps/main.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'main.c' || echo './'`main.c
main.c: In function `main':
main.c:48: warning: passing arg 1 of `openlog' discards `const' from pointer target type
source='method.c' object='method.o' libtool=no \
depfile='.deps/method.Po' tmpdepfile='.deps/method.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'method.c' || echo './'`method.c
source='graham.c' object='graham.o' libtool=no \
depfile='.deps/graham.Po' tmpdepfile='.deps/graham.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'graham.c' || echo './'`graham.c
source='robinson.c' object='robinson.o' libtool=no \
depfile='.deps/robinson.Po' tmpdepfile='.deps/robinson.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'robinson.c' || echo './'`robinson.c
source='fisher.c' object='fisher.o' libtool=no \
depfile='.deps/fisher.Po' tmpdepfile='.deps/fisher.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'fisher.c' || echo './'`fisher.c
source='strlcpy.c' object='strlcpy.o' libtool=no \
depfile='.deps/strlcpy.Po' tmpdepfile='.deps/strlcpy.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'strlcpy.c' || echo './'`strlcpy.c
source='strlcat.c' object='strlcat.o' libtool=no \
depfile='.deps/strlcat.Po' tmpdepfile='.deps/strlcat.TPo' \
depmode=gcc /bin/ksh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.  -I../trio -I..  -I/usr/local/BerkeleyDB.4.1/include -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type -c `test -f 'strlcat.c' || echo './'`strlcat.c
gcc -DBOGOFILTER -g -O2  -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wshadow -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Waggregate-return -Wmissing-declarations -Wnested-externs -ggdb -fno-common -Wchar-subscripts -Wcomment -Wimplicit -Wreturn-type   -o bogofilter  bogofilter.o main.o method.o graham.o robinson.o fisher.o libbogofilter.a  strlcpy.o strlcat.o /usr/local/BerkeleyDB.4.1/lib/libdb.a libbf_gsl.a -lm 
Undefined                       first referenced
 symbol                             in file
.L_E882                             libbf_gsl.a(libbf_gsl_a-gamma_inc.o)
.L_E883                             libbf_gsl.a(libbf_gsl_a-gamma_inc.o)
.L_E865                             libbf_gsl.a(libbf_gsl_a-zeta.o)
.L_E866                             libbf_gsl.a(libbf_gsl_a-zeta.o)
.L_E664                             libbf_gsl.a(libbf_gsl_a-gamma.o)
.L_E852                             libbf_gsl.a(libbf_gsl_a-erfc.o)
.L_E853                             libbf_gsl.a(libbf_gsl_a-erfc.o)
.L_E466                             libbf_gsl.a(libbf_gsl_a-trig.o)
.L_E467                             libbf_gsl.a(libbf_gsl_a-trig.o)
.L_E458                             libbf_gsl.a(libbf_gsl_a-exp.o)
.L_E459                             libbf_gsl.a(libbf_gsl_a-exp.o)
.L_E690                             libbf_gsl.a(libbf_gsl_a-gamma.o)
.L_E691                             libbf_gsl.a(libbf_gsl_a-gamma.o)
.L_E340                             libbf_gsl.a(libbf_gsl_a-gamma_inc.o)
.L_E359                             libbf_gsl.a(libbf_gsl_a-gamma_inc.o)
.L_E793                             libbf_gsl.a(libbf_gsl_a-erfc.o)
.L_E806                             libbf_gsl.a(libbf_gsl_a-zeta.o)
.L_E823                             libbf_gsl.a(libbf_gsl_a-gamma_inc.o)
.L_E432                             libbf_gsl.a(libbf_gsl_a-exp.o)
.L_E435                             libbf_gsl.a(libbf_gsl_a-trig.o)
ld: bogofilter: fatal error: Symbol referencing errors. No output written to bogofilter
make[3]: *** [bogofilter] Error 1
make[3]: Leaving directory `/usr/local/FCIonly/src/bogofilter/bogofilter-0.15.10/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/FCIonly/src/bogofilter/bogofilter-0.15.10/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/usr/local/FCIonly/src/bogofilter/bogofilter-0.15.10/src'
make: *** [all-recursive] Error 1




More information about the Bogofilter mailing list