--On Montag, 8. November 2004 20:03 Uhr +0000 John Poltorak <jp@warpix.org> wrote:
On Mon, Nov 08, 2004 at 08:51:05PM +0100, Andreas Jung wrote:
'--ignore-largefile' is not understood by Zope X3's configure.
Does this imply largefile support in Python is required?
Neither the configure of Zope 2 nor Zope 3 has such a directive
Maybe you can explain this help screen...
[Zope-2.7.3-0]# ./configure --help
configure [--help] [--quiet] [--with-python=path] [--prefix=path] [--build-base=path] [--ignore-largefile] [--ignore-zlib] [--optimize]
Creates a Makefile suitable for building and installing Zope
Options: --help shows usage and quits --quiet suppress nonessential output --with-python specify a path to a Python interpreter to use --prefix specify an installation path for binary data --build-base specify a temporary path for build files
*********************************************************** --ignore-largefile ignore large file support warnings ***********************************************************
ups, --ignore-largefile just omits the checks if the found Python version has LF enabled. -aj