[issue9420] gdbm with /usr/include/ndbm.h

2020-11-11 Thread Irit Katriel
Change by Irit Katriel : -- versions: +Python 3.10, Python 3.8, Python 3.9 -Python 2.7, Python 3.2, Python 3.3 ___ Python tracker ___ __

[issue9420] gdbm with /usr/include/ndbm.h

2013-03-25 Thread Eric Wald
Eric Wald added the comment: The approach used in 2.7.4rc1 also works, building cleanly on LFS 7.2; thank you. -- nosy: +eswald ___ Python tracker ___ ___

[issue9420] gdbm with /usr/include/ndbm.h

2011-12-04 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- versions: +Python 3.2, Python 3.3 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9420] gdbm with /usr/include/ndbm.h

2011-12-02 Thread Ezio Melotti
Changes by Ezio Melotti : -- stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue9420] gdbm with /usr/include/ndbm.h

2010-07-29 Thread Peter Häring
Changes by Peter Häring : -- type: -> compile error ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue9420] gdbm with /usr/include/ndbm.h

2010-07-29 Thread Peter Häring
New submission from Peter Häring : There are systems out there, wich don't have ndbm, but gdbm and ndbm.h directly in the include-path (usually /usr/include), not in the subdirectory i.e. gdbm. setup.py at the moment assumes, that there is ndbm on the system, if there is ndbm.h in the include