0.7.5 make check

Doug Beardsley dgbeards at southern.edu
Fri Oct 18 19:28:09 CEST 2002


Ok, here's some information about my system.

I'm running Debian with kernel 2.4.18.  I have BerkeleyDB 4.0.  I'm
using gcc version 2.95.4.  My config.log is attached to this message.

I also have gotten segfaults from bogoutil and it appears that it
happens on the locking calls somewhere.  I hope this information helps
us get to the bottom of this problem.

Doug Beardsley

On Fri, Oct 18, 2002 at 01:07:12PM -0400, David Relson wrote:
> At 09:43 PM 10/17/02, Doug Beardsley wrote:
> >I just downloaded bogofilter-0.7.5.tar.gz.  After compiling, I did a
> >make check and got several segmentation faults.  Does anyone know about
> >this?  Is it a problem?  Here's part of the output:
> >
> >make[2]: Entering directory `/home/dgbeards/bogofilter-0.7.5/tests'
> >./t.score1: line 6: 23787 Done                    echo
> >     23788 Segmentation fault      | ../bogofilter -p -e >/dev/null
> >FAIL: t.score1
> >./t.score2: line 10: 23798 Done                    echo
> >     23799 Segmentation fault      | ../bogofilter -p >/dev/null
> >FAIL: t.score2
> >./t.lock1: line 5: 23808 Segmentation fault      ../bogofilter -u -p -e -d 
> >$TMPDIR </dev/null >/dev/null
> >FAIL: t.lock1
> >XFAIL: t.skel
> >
> >Doug Beardsley
> 
> Doug,
> 
> It seems as though your environment is "different".  What are you running, 
> i.e. linux version, BerkeleyDB version, etc?  Please include any details 
> you think might be relevant.  Also, attach a copy of config.log.
> 
> David
> 
> 
> 
> 
> 
> ---------------------------------------------------------------------
> FAQ: http://bogofilter.sourceforge.net/bogofilter-faq.html
> To unsubscribe, e-mail: bogofilter-unsubscribe at aotto.com
> For summay digest subscription: bogofilter-digest-subscribe at aotto.com
> For more commands, e-mail: bogofilter-help at aotto.com
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.54.  Invocation command line was

  $ ./configure 

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

hostname = dgbeards
uname -m = i686
uname -r = 2.4.18
uname -s = Linux
uname -v = #1 SMP Wed Aug 21 08:03:17 EDT 2002

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

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

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games


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

configure:1277: checking for a BSD-compatible install
configure:1331: result: /usr/bin/install -c
configure:1342: checking whether build environment is sane
configure:1385: result: yes
configure:1418: checking for gawk
configure:1434: found /usr/bin/gawk
configure:1444: result: gawk
configure:1454: checking whether make sets ${MAKE}
configure:1474: result: yes
configure:1677: checking for gcc
configure:1693: found /usr/bin/gcc
configure:1703: result: gcc
configure:1945: checking for C compiler version
configure:1948: gcc --version </dev/null >&5
2.95.4
configure:1951: $? = 0
configure:1953: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011002 (Debian prerelease)
configure:1956: $? = 0
configure:1958: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:1961: $? = 1
configure:1981: checking for C compiler default output
configure:1984: gcc    conftest.c  >&5
configure:1987: $? = 0
configure:2021: result: a.out
configure:2026: checking whether the C compiler works
configure:2032: ./a.out
configure:2035: $? = 0
configure:2050: result: yes
configure:2057: checking whether we are cross compiling
configure:2059: result: no
configure:2062: checking for suffix of executables
configure:2064: gcc -o conftest    conftest.c  >&5
configure:2067: $? = 0
configure:2090: result: 
configure:2096: checking for suffix of object files
configure:2114: gcc -c   conftest.c >&5
configure:2117: $? = 0
configure:2136: result: o
configure:2140: checking whether we are using the GNU C compiler
configure:2161: gcc -c   conftest.c >&5
configure:2164: $? = 0
configure:2167: test -s conftest.o
configure:2170: $? = 0
configure:2182: result: yes
configure:2188: checking whether gcc accepts -g
configure:2206: gcc -c -g  conftest.c >&5
configure:2209: $? = 0
configure:2212: test -s conftest.o
configure:2215: $? = 0
configure:2225: result: yes
configure:2242: checking for gcc option to accept ANSI C
configure:2299: gcc  -c -g -O2  conftest.c >&5
configure:2302: $? = 0
configure:2305: test -s conftest.o
configure:2308: $? = 0
configure:2325: result: none needed
configure:2343: gcc -c -g -O2  conftest.c >&5
conftest.c:2: parse error before `me'
configure:2346: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2463: checking for style of include used by make
configure:2491: result: GNU
configure:2519: checking dependency style of gcc
configure:2581: result: gcc
configure:2603: checking for flex
configure:2619: found /usr/bin/flex
configure:2629: result: flex
configure:2642: checking for yywrap in -lfl
configure:2669: gcc -o conftest -g -O2   conftest.c -lfl   >&5
configure:2672: $? = 0
configure:2675: test -s conftest
configure:2678: $? = 0
configure:2689: result: yes
configure:2752: checking lex output file root
configure:2763: flex conftest.l
configure:2766: $? = 0
configure:2778: result: lex.yy
configure:2783: checking whether yytext is a pointer
configure:2799: gcc -o conftest -g -O2   conftest.c  -lfl >&5
configure:2802: $? = 0
configure:2805: test -s conftest
configure:2808: $? = 0
configure:2820: result: yes
configure:2840: checking for cos in -lm
configure:2867: gcc -o conftest -g -O2   conftest.c -lm   >&5
configure:2855: warning: conflicting types for built-in function `cos'
configure:2870: $? = 0
configure:2873: test -s conftest
configure:2876: $? = 0
configure:2887: result: yes
configure:2933: checking how to run the C preprocessor
configure:2959: gcc -E  conftest.c
configure:2965: $? = 0
configure:2992: gcc -E  conftest.c
configure:2988: ac_nonexistent.h: No such file or directory
configure:2998: $? = 1
configure: failed program was:
#line 2987 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3035: result: gcc -E
configure:3050: gcc -E  conftest.c
configure:3056: $? = 0
configure:3083: gcc -E  conftest.c
configure:3079: ac_nonexistent.h: No such file or directory
configure:3089: $? = 1
configure: failed program was:
#line 3078 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3129: checking for egrep
configure:3139: result: grep -E
configure:3165: checking for db_create in -ldb-4
configure:3192: gcc -o conftest -g -O2   conftest.c -ldb-4  -lm  >&5
/usr/bin/ld: cannot find -ldb-4
collect2: ld returned 1 exit status
configure:3195: $? = 1
configure: failed program was:
#line 3172 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char db_create ();
int
main ()
{
db_create ();
  ;
  return 0;
}
configure:3212: result: no
configure:3217: checking for db_create in -ldb4
configure:3244: gcc -o conftest -g -O2   conftest.c -ldb4  -lm  >&5
/usr/bin/ld: cannot find -ldb4
collect2: ld returned 1 exit status
configure:3247: $? = 1
configure: failed program was:
#line 3224 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char db_create ();
int
main ()
{
db_create ();
  ;
  return 0;
}
configure:3264: result: no
configure:3269: checking for db_create in -ldb-3
configure:3296: gcc -o conftest -g -O2   conftest.c -ldb-3  -lm  >&5
configure:3299: $? = 0
configure:3302: test -s conftest
configure:3305: $? = 0
configure:3316: result: yes
configure:3549: checking BerkeleyDB
configure:3571: gcc -o conftest -g -O2   conftest.c -lm  -ldb-3 >&5
configure:3574: $? = 0
configure:3577: test -s conftest
configure:3580: $? = 0
configure:3591: result: BerkeleyDB
configure:3615: checking for ANSI C header files
configure:3629: gcc -E  conftest.c
configure:3635: $? = 0
configure:3720: gcc -o conftest -g -O2   conftest.c -lm  -ldb-3 >&5
configure:3723: $? = 0
configure:3725: ./conftest
configure:3728: $? = 0
configure:3742: result: yes
configure:3752: checking for sys/wait.h that is POSIX.1 compatible
configure:3780: gcc -c -g -O2  conftest.c >&5
configure:3783: $? = 0
configure:3786: test -s conftest.o
configure:3789: $? = 0
configure:3799: result: yes
configure:3823: checking for sys/types.h
configure:3836: gcc -c -g -O2  conftest.c >&5
configure:3839: $? = 0
configure:3842: test -s conftest.o
configure:3845: $? = 0
configure:3855: result: yes
configure:3823: checking for sys/stat.h
configure:3836: gcc -c -g -O2  conftest.c >&5
configure:3839: $? = 0
configure:3842: test -s conftest.o
configure:3845: $? = 0
configure:3855: result: yes
configure:3823: checking for stdlib.h
configure:3836: gcc -c -g -O2  conftest.c >&5
configure:3839: $? = 0
configure:3842: test -s conftest.o
configure:3845: $? = 0
configure:3855: result: yes
configure:3823: checking for string.h
configure:3836: gcc -c -g -O2  conftest.c >&5
configure:3839: $? = 0
configure:3842: test -s conftest.o
configure:3845: $? = 0
configure:3855: result: yes
configure:3823: checking for memory.h
configure:3836: gcc -c -g -O2  conftest.c >&5
configure:3839: $? = 0
configure:3842: test -s conftest.o
configure:3845: $? = 0
configure:3855: result: yes
configure:3823: checking for strings.h
configure:3836: gcc -c -g -O2  conftest.c >&5
configure:3839: $? = 0
configure:3842: test -s conftest.o
configure:3845: $? = 0
configure:3855: result: yes
configure:3823: checking for inttypes.h
configure:3836: gcc -c -g -O2  conftest.c >&5
configure:3839: $? = 0
configure:3842: test -s conftest.o
configure:3845: $? = 0
configure:3855: result: yes
configure:3823: checking for stdint.h
configure:3836: gcc -c -g -O2  conftest.c >&5
configure:3839: $? = 0
configure:3842: test -s conftest.o
configure:3845: $? = 0
configure:3855: result: yes
configure:3823: checking for unistd.h
configure:3836: gcc -c -g -O2  conftest.c >&5
configure:3839: $? = 0
configure:3842: test -s conftest.o
configure:3845: $? = 0
configure:3855: result: yes
configure:3889: checking syslog.h usability
configure:3898: gcc -c -g -O2  conftest.c >&5
configure:3901: $? = 0
configure:3904: test -s conftest.o
configure:3907: $? = 0
configure:3916: result: yes
configure:3920: checking syslog.h presence
configure:3927: gcc -E  conftest.c
configure:3933: $? = 0
configure:3951: result: yes
configure:3969: checking for syslog.h
configure:3976: result: yes
configure:3889: checking sys/param.h usability
configure:3898: gcc -c -g -O2  conftest.c >&5
configure:3901: $? = 0
configure:3904: test -s conftest.o
configure:3907: $? = 0
configure:3916: result: yes
configure:3920: checking sys/param.h presence
configure:3927: gcc -E  conftest.c
configure:3933: $? = 0
configure:3951: result: yes
configure:3969: checking for sys/param.h
configure:3976: result: yes
configure:3889: checking fcntl.h usability
configure:3898: gcc -c -g -O2  conftest.c >&5
configure:3901: $? = 0
configure:3904: test -s conftest.o
configure:3907: $? = 0
configure:3916: result: yes
configure:3920: checking fcntl.h presence
configure:3927: gcc -E  conftest.c
configure:3933: $? = 0
configure:3951: result: yes
configure:3969: checking for fcntl.h
configure:3976: result: yes
configure:3889: checking limits.h usability
configure:3898: gcc -c -g -O2  conftest.c >&5
configure:3901: $? = 0
configure:3904: test -s conftest.o
configure:3907: $? = 0
configure:3916: result: yes
configure:3920: checking limits.h presence
configure:3927: gcc -E  conftest.c
configure:3933: $? = 0
configure:3951: result: yes
configure:3969: checking for limits.h
configure:3976: result: yes
configure:3880: checking for stdlib.h
configure:3885: result: yes
configure:3880: checking for string.h
configure:3885: result: yes
configure:3889: checking sys/socket.h usability
configure:3898: gcc -c -g -O2  conftest.c >&5
configure:3901: $? = 0
configure:3904: test -s conftest.o
configure:3907: $? = 0
configure:3916: result: yes
configure:3920: checking sys/socket.h presence
configure:3927: gcc -E  conftest.c
configure:3933: $? = 0
configure:3951: result: yes
configure:3969: checking for sys/socket.h
configure:3976: result: yes
configure:3880: checking for unistd.h
configure:3885: result: yes
configure:3889: checking sys/file.h usability
configure:3898: gcc -c -g -O2  conftest.c >&5
configure:3901: $? = 0
configure:3904: test -s conftest.o
configure:3907: $? = 0
configure:3916: result: yes
configure:3920: checking sys/file.h presence
configure:3927: gcc -E  conftest.c
configure:3933: $? = 0
configure:3951: result: yes
configure:3969: checking for sys/file.h
configure:3976: result: yes
configure:3991: checking for an ANSI C-conforming const
configure:4055: gcc -c -g -O2  conftest.c >&5
configure:4058: $? = 0
configure:4061: test -s conftest.o
configure:4064: $? = 0
configure:4074: result: yes
configure:4084: checking for pid_t
configure:4105: gcc -c -g -O2  conftest.c >&5
configure:4108: $? = 0
configure:4111: test -s conftest.o
configure:4114: $? = 0
configure:4124: result: yes
configure:4136: checking return type of signal handlers
configure:4164: gcc -c -g -O2  conftest.c >&5
configure:4167: $? = 0
configure:4170: test -s conftest.o
configure:4173: $? = 0
configure:4183: result: void
configure:4198: checking for stdlib.h
configure:4203: result: yes
configure:4307: checking for working malloc
configure:4333: gcc -o conftest -g -O2   conftest.c -lm  -ldb-3 >&5
configure:4336: $? = 0
configure:4338: ./conftest
configure:4341: $? = 0
configure:4354: result: yes
configure:4377: checking whether lstat dereferences a symlink specified with a trailing slash
configure:4405: gcc -o conftest -g -O2   conftest.c -lm  -ldb-3 >&5
configure:4408: $? = 0
configure:4410: ./conftest
configure:4413: $? = 0
configure:4433: result: yes
configure:4447: checking whether stat accepts an empty string
configure:4469: gcc -o conftest -g -O2   conftest.c -lm  -ldb-3 >&5
configure:4472: $? = 0
configure:4474: ./conftest
configure:4477: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 4455 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
int
main ()
{
struct stat sbuf;
  exit (stat ("", &sbuf) ? 1 : 0);
  ;
  return 0;
}
configure:4490: result: no
configure:4516: checking for alarm
configure:4553: gcc -o conftest -g -O2   conftest.c -lm  -ldb-3 >&5
configure:4556: $? = 0
configure:4559: test -s conftest
configure:4562: $? = 0
configure:4572: result: yes
configure:4516: checking for bzero
configure:4553: gcc -o conftest -g -O2   conftest.c -lm  -ldb-3 >&5
configure:4556: $? = 0
configure:4559: test -s conftest
configure:4562: $? = 0
configure:4572: result: yes
configure:4516: checking for ftruncate
configure:4553: gcc -o conftest -g -O2   conftest.c -lm  -ldb-3 >&5
configure:4556: $? = 0
configure:4559: test -s conftest
configure:4562: $? = 0
configure:4572: result: yes
configure:4516: checking for memset
configure:4553: gcc -o conftest -g -O2   conftest.c -lm  -ldb-3 >&5
configure:4531: warning: conflicting types for built-in function `memset'
configure:4556: $? = 0
configure:4559: test -s conftest
configure:4562: $? = 0
configure:4572: result: yes
configure:4516: checking for mkdir
configure:4553: gcc -o conftest -g -O2   conftest.c -lm  -ldb-3 >&5
configure:4556: $? = 0
configure:4559: test -s conftest
configure:4562: $? = 0
configure:4572: result: yes
configure:4516: checking for socket
configure:4553: gcc -o conftest -g -O2   conftest.c -lm  -ldb-3 >&5
configure:4556: $? = 0
configure:4559: test -s conftest
configure:4562: $? = 0
configure:4572: result: yes
configure:4516: checking for strdup
configure:4553: gcc -o conftest -g -O2   conftest.c -lm  -ldb-3 >&5
configure:4556: $? = 0
configure:4559: test -s conftest
configure:4562: $? = 0
configure:4572: result: yes
configure:4516: checking for strerror
configure:4553: gcc -o conftest -g -O2   conftest.c -lm  -ldb-3 >&5
configure:4556: $? = 0
configure:4559: test -s conftest
configure:4562: $? = 0
configure:4572: result: yes
configure:4516: checking for flock
configure:4553: gcc -o conftest -g -O2   conftest.c -lm  -ldb-3 >&5
configure:4556: $? = 0
configure:4559: test -s conftest
configure:4562: $? = 0
configure:4572: result: yes
configure:4516: checking for lockf
configure:4553: gcc -o conftest -g -O2   conftest.c -lm  -ldb-3 >&5
configure:4556: $? = 0
configure:4559: test -s conftest
configure:4562: $? = 0
configure:4572: result: yes
configure:4516: checking for fcntl
configure:4553: gcc -o conftest -g -O2   conftest.c -lm  -ldb-3 >&5
configure:4556: $? = 0
configure:4559: test -s conftest
configure:4562: $? = 0
configure:4572: result: yes
configure:4693: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by config.status, which was
generated by GNU Autoconf 2.54.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on dgbeards

config.status:633: creating Makefile
config.status:633: creating tests/Makefile
config.status:633: creating bogofilter.spec
config.status:737: creating config.h
config.status:1031: executing depfiles commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_alarm=yes
ac_cv_func_bzero=yes
ac_cv_func_fcntl=yes
ac_cv_func_flock=yes
ac_cv_func_ftruncate=yes
ac_cv_func_lockf=yes
ac_cv_func_lstat_dereferences_slashed_symlink=yes
ac_cv_func_malloc_works=yes
ac_cv_func_memset=yes
ac_cv_func_mkdir=yes
ac_cv_func_socket=yes
ac_cv_func_stat_empty_string_bug=no
ac_cv_func_strdup=yes
ac_cv_func_strerror=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_file_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_unistd_h=yes
ac_cv_lib_db4_db_create=no
ac_cv_lib_db_3_db_create=yes
ac_cv_lib_db_4_db_create=no
ac_cv_lib_fl_yywrap=yes
ac_cv_lib_m_cos=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_LEX=flex
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=yes
ac_cv_prog_make_make_set=yes
ac_cv_type_pid_t=yes
ac_cv_type_signal=void
am_cv_CC_dependencies_compiler_type=gcc

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/dgbeards/bogofilter-0.7.5/missing --run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/dgbeards/bogofilter-0.7.5/missing --run tar'
AUTOCONF='${SHELL} /home/dgbeards/bogofilter-0.7.5/missing --run autoconf'
AUTOHEADER='${SHELL} /home/dgbeards/bogofilter-0.7.5/missing --run autoheader'
AUTOMAKE='${SHELL} /home/dgbeards/bogofilter-0.7.5/missing --run automake-1.7'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LEX='flex'
LEXLIB='-lfl'
LEX_OUTPUT_ROOT='lex.yy'
LIBOBJS=''
LIBS='-lm  -ldb-3'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/dgbeards/bogofilter-0.7.5/missing --run makeinfo'
OBJEXT='o'
PACKAGE='bogofilter'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.7.5'
ac_ct_CC='gcc'
ac_ct_STRIP=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE='#'
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='${prefix}'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/dgbeards/bogofilter-0.7.5/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_ALARM 1
#define HAVE_BZERO 1
#define HAVE_DB_H 1
#define HAVE_FCNTL 1
#define HAVE_FCNTL_H 1
#define HAVE_FLOCK 1
#define HAVE_FTRUNCATE 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBM 1
#define HAVE_LIMITS_H 1
#define HAVE_LOCKF 1
#define HAVE_MALLOC 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMSET 1
#define HAVE_MKDIR 1
#define HAVE_SOCKET 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRDUP 1
#define HAVE_STRERROR 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
#define PACKAGE "bogofilter"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define RETSIGTYPE void
#define SPAM_HEADER_NAME "X-Bogosity"
#define STDC_HEADERS 1
#define VERSION "0.7.5"
#define YYTEXT_POINTER 1

configure: exit 0

-------------- next part --------------
For summay digest subscription: bogofilter-digest-subscribe at aotto.com


More information about the Bogofilter mailing list