[issue4587] Need to rework the dbm lib/include selection process
Skip Montanaro
report at bugs.python.org
Mon Dec 8 22:38:29 CET 2008
Skip Montanaro <skip at pobox.com> added the comment:
Roumen> I confirm my expectation:
Roumen> in case 'elif cand == "gdbm":' the if statement for "gdbm.h" has to be
Roumen> removed. This header don't provide dbm/ndbm compatible
Roumen> structure/function names.
Roumen> If setup is without 'if find_file("gdbm.h"...' statement dbm module is
Roumen> build successfully and test_dbm pass.
Right. Dumb move on my part. New patch attached.
Skip
Added file: http://bugs.python.org/file12290/setup.diff
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4587>
_______________________________________
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: setup.diff
URL: <http://mail.python.org/pipermail/python-bugs-list/attachments/20081208/cd57eaff/attachment.txt>
More information about the Python-bugs-list
mailing list