AW: [Zope] LFS

Dieter Maurer dieter@handshake.de
Mon, 11 Feb 2002 21:02:30 +0100


Arenz, Ralph writes:
 > i tought that make test runs twice, once with no compiled files, once 
 > with
 > the compiled files left by the previous test run?
Once without and once with "-O" (optimize). This means,
the first time it uses the "*.pyc" files, the second time
the "*.pyo" files.

 > ...
 > 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?
No, it has nothing to do with LFS.

It only tells you that the "dbm" extension could not be build.


Dieter