This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author legerf
Recipients legerf, skip.montanaro
Date 2008-12-02.17:51:55
SpamBayes Score 0.02138407
Marked as misclassified No
Message-id <1228240317.19.0.190177035846.issue4483@psf.upfronthosting.co.za>
In-reply-to
Content
I retest with light configure modification and dbm2.diff with file name
"_dbmmodule.c" :

"configure --with-pydebug --with-doc-strings --enable-shared
--enable-profiling --enable-ipv6 --with-threads --with-tsc --prefix=/usr
; make"

"...
gcc -pthread -shared
build/temp.linux-i686-3.0-pydebug/install/python-3.0rc3.diff/Modules/_dbmmodule.o
-L/usr/local/lib -L. -lgdbm -lpython3.0 -o
build/lib.linux-i686-3.0-pydebug/_dbm.so
*** WARNING: renaming "_dbm" since importing it failed:
build/lib.linux-i686-3.0-pydebug/_dbm.so: undefined symbol: dbm_firstkey

Failed to build these modules:
_dbm                                                  

running build_scripts
[89618 refs]"
History
Date User Action Args
2008-12-02 17:51:57legerfsetrecipients: + legerf, skip.montanaro
2008-12-02 17:51:57legerfsetmessageid: <1228240317.19.0.190177035846.issue4483@psf.upfronthosting.co.za>
2008-12-02 17:51:56legerflinkissue4483 messages
2008-12-02 17:51:55legerfcreate