compile time options

David Relson relson at osagesoftware.com
Mon Sep 29 13:57:05 CEST 2003


On Mon, 29 Sep 2003 10:33:13 +0200
Boris 'pi' Piwinger <3.14 at logic.univie.ac.at> wrote:

> David Relson wrote:
> 
> >> How can I get a list of compile time options? I think it
> >> would make a nice part of the FAQ.
> > 
> > Do you want compile  or configure options?  "man gcc" will give you
> > compiler options (I think), while "configure --help" will give you
> > bogofilter information.
> 
> The latter. Maybe a list of the important things would be
> helpful in the FAQ (How can I build bogofilter?), for example:
> 
> >   --disable-graham-method Disable Graham calculation method
> >   --disable-robinson-method
> >                           Disable Robinson calculation method
> >   --disable-robinson-fisher
> >                           Disable Fisher's method of combining
> >                           probabilities
> 
> Those seem to be most interesting to me, but what could be
> used as FEATURE here:
> 
> >   --disable-FEATURE       do not include FEATURE (same as
> >   --enable-FEATURE=no)--enable-FEATURE[=ARG]  include FEATURE
> >   [ARG=yes]
> 
> Or what are the optional PACKAGEs?
> 
> >   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
> >   --without-PACKAGE       do not use PACKAGE (same as
> >   --with-PACKAGE=no)
> 
> pi

AFAICT people building bogofilter have been able to figure out the
options.  I can't recall any questions about algorithm being enabled or
disabled.  Since such questions haven't been asked frequently, the FAQ
doesn't need much info on the subject.  Perhaps a couple of simple
questions like:

What different features can be compiled into bogofilter or left out?
Can I compile bogofilter without support for all the scoring algorithms?





More information about the Bogofilter mailing list