Hellau, i' m trying to compile python 2.1.2 with the "LFS" to run on SuSe Linux 7.3. I' ve read about the large file support in the python docs. So i used the following export CFLAGS='-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' OPT="-g -O2 $CFLAGS" and do: /.configure --without-pymalloc --with-threads ...that's works fine so i do "make test". ---------> The test for the large file support fails (platform does not have large file support) I' ve searched about python's and zope's mailing-archives but i found nothing which makes me really happy. I know that Python 2.2 therefor works well with the LFS but i have to use python 2.1.2 because 2.2 is not recommended for the use with Zope. Has somebody an idea? Best regards Ralph
Arenz, Ralph writes:
Hellau,
i' m trying to compile python 2.1.2 with the "LFS" to run on SuSe Linux 7.3.
I' ve read about the large file support in the python docs. So i used the following
export CFLAGS='-D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64' OPT="-g -O2 $CFLAGS"
and do:
/.configure --without-pymalloc --with-threads
...that's works fine so i do "make test". Did you make a "make" in between? If not, you still have the old executable and shared objects...
Dieter
participants (2)
-
Arenz, Ralph -
Dieter Maurer