compile time options

Boris 'pi' Piwinger 3.14 at logic.univie.ac.at
Mon Sep 29 10:33:13 CEST 2003


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





More information about the Bogofilter mailing list