$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: MikeW (mw_phil_at_[hidden])
Date: 2006-11-22 13:15:49
MikeW <mw_phil <at> yahoo.co.uk> writes:
>
> During Boost build, a line pops up saying "to avoid seeing this message
> again, use option --without-python".
>
> However, if you specify this as a "./configure" option, configure
> halts saying --without-python is unrecognised.
>
> I can live without it/work around it, but it should presumably be fixed ...
>
> Regards,
> Mike
>
I think you can get this setting by saying --without-libraries=python
- just from a reading of the configure file.
Mike