From the archives (last week): http://makeashorterlink.com/?Z3F51466 http://makeashorterlink.com/?C3061266 seb Arenz, Ralph wrote:
Hello,
i tought that make test runs twice, once with no compiled files, once with the compiled files left by the previous test run?
The problem still exists after the scenario 1) export ... 2) ./configure.... 4)make 5)make test
step 5 still print's the message in the test "test_largefile" ------> test test_largefile skipped -- platform does not have largefile support
What i noticed while the make skript runs is the following output:
. . . building 'dbm' extension gcc -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -fPIC -I. -I/usr/local/src/Python-2.1.2/./Include -I/usr/local/include -IInclude/ -c /usr/local/src/Python-2.1.2/Modules/dbmmodule.c -o build/temp.linux-i686-2.1/dbmmodule.o -g -O2 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I./Include -DHAVE_CONFIG_H /usr/local/src/Python-2.1.2/Modules/dbmmodule.c:24: #error "No ndbm.h available!" WARNING: building of extension "dbm" failed: command 'gcc' failed with exit status 1 . . . . Does this means anything about the error with LFS, when yes how can i fix it?
Ralph
-----Ursprüngliche Nachricht----- Von: Dieter Maurer [mailto:dieter@handshake.de] Gesendet: Freitag, 8. Februar 2002 23:39 An: Arenz, Ralph Cc: 'zope@zope.org' Betreff: Re: [Zope] LFS
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
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )