8 Feb
2002
8 Feb
'02
10:39 p.m.
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