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 AndyP
Recipients AndyP, legerf, skip.montanaro, tlesher
Date 2008-12-05.01:35:23
SpamBayes Score 0.04865437
Marked as misclassified No
Message-id <1228440924.36.0.672130467257.issue4483@psf.upfronthosting.co.za>
In-reply-to
Content
Skip, your simplified patch works for me. Makes it build fine with the
following snippet:

building '_dbm' extension
gcc -pthread -fPIC -fno-strict-aliasing -DNDEBUG -g -fwrapv -O3 -Wall
-Wstrict-prototypes -DHAVE_GDBM_DASH_NDBM_H -I.
-I/home/andy/src/python3/Python-3.0/./Include -I. -IInclude -I../Include
-I/usr/local/include -I/home/andy/src/python3/Python-3.0/debug/Include
-I/home/andy/src/python3/Python-3.0/debug -c
/home/andy/src/python3/Python-3.0/Modules/_dbmmodule.c -o
build/temp.linux-i686-3.0/home/andy/src/python3/Python-3.0/Modules/_dbmmodule.o
gcc -pthread -shared
build/temp.linux-i686-3.0/home/andy/src/python3/Python-3.0/Modules/_dbmmodule.o
-L/usr/local/lib -lgdbm -lgdbm_compat -o build/lib.linux-i686-3.0/_dbm.so

Thanks.
History
Date User Action Args
2008-12-05 01:35:24AndyPsetrecipients: + AndyP, skip.montanaro, tlesher, legerf
2008-12-05 01:35:24AndyPsetmessageid: <1228440924.36.0.672130467257.issue4483@psf.upfronthosting.co.za>
2008-12-05 01:35:23AndyPlinkissue4483 messages
2008-12-05 01:35:23AndyPcreate