[Zope] LFS
Dieter Maurer
dieter@handshake.de
Fri, 8 Feb 2002 23:39:00 +0100
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