Bugs item #820953, was opened at 2003-10-09 23:13 Message generated for change (Comment added) made by gbrandl You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=820953&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Extension Modules Group: Python 2.2.3 >Status: Pending Resolution: None Priority: 5 Submitted By: Jim Gifford (giffordj) Assigned to: Nobody/Anonymous (nobody) Summary: dbm Error Initial Comment: Receive the following error during make install of python 2.3.2. Any suggestions or is it safe to ignore. building 'dbm' extension gcc -pthread -DNDEBUG -g -march=pentium2 -mmmx - O2 -pipe -Wall -Wstrict-prototypes -fPIC -fno-strict- aliasing -DHAVE_NDBM_H -I. -I/usr/src/Python- 2.3.2/./Include -I/usr/local/include -I/usr/src/Python- 2.3.2/Include -I/usr/src/Python-2.3.2 - c /usr/src/Python-2.3.2/Modules/dbmmodule.c -o build/temp.linux-i686-2.3/dbmmodule.o gcc -pthread -shared build/temp.linux-i686- 2.3/dbmmodule.o -L/usr/local/lib -o build/lib.linux-i686- 2.3/dbm.so *** WARNING: renaming "dbm" since importing it failed: build/lib.linux-i686-2.3/dbm.so: undefined symbol: dbm_firstkey running build_scripts ---------------------------------------------------------------------- >Comment By: Georg Brandl (gbrandl) Date: 2006-02-20 15:30 Message: Logged In: YES user_id=849994 Do you still have problems with 2.4? ---------------------------------------------------------------------- Comment By: Jim Gifford (giffordj) Date: 2003-10-12 07:42 Message: Logged In: YES user_id=492775 Upon further research, when this error occurs installation does continue, but libpython2.3.a is never created. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=820953&group_id=5470 _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com