Gentoo Archives: gentoo-embedded

From: Mike Frysinger <vapier@g.o>
To: gentoo-embedded@l.g.o
Subject: Re: [gentoo-embedded] linking against gdbm fails when emerging python
Date: Mon, 26 Sep 2005 05:04:23
Message-Id: 200509260104.22167.vapier@gentoo.org
In Reply to: [gentoo-embedded] linking against gdbm fails when emerging python by Natanael Copa
1 On Thursday 22 September 2005 05:33 am, Natanael Copa wrote:
2 > i386-gentoo-linux-uclibc-gcc -pthread -DNDEBUG -march=i386 -Os -pipe
3 > -fomit-frame-pointer -fPIC -fno-strict-aliasing -DHAVE_GDBM_NDBM_H -I.
4 > -I/var/tmp/portage/python-2.3.5-r2/work/Python-2.3.5/./Include
5 > -I/var/tmp/portage/python-2.3.5-r2/work/Python-2.3.5/Include
6 > -I/var/tmp/portage/python-2.3.5-r2/work/Python-2.3.5 -c
7 > /var/tmp/portage/python-2.3.5-r2/work/Python-2.3.5/Modules/dbmmodule.c
8 > -o build/temp.linux-i686-2.3/dbmmodule.o
9 > i386-gentoo-linux-uclibc-gcc -pthread -shared
10 > build/temp.linux-i686-2.3/dbmmodule.o -L/usr/local/lib -lgdbm -o
11 > build/lib.linux-i686-2.3/dbm.so
12 > ./python: can't resolve symbol 'dbm_firstkey'
13 > make: *** [sharedmods] Error 1
14
15 so you're still hitting this linker bug ? just wondering whether i should
16 start poking at it or assume that it's been resolved one way or another ...
17 -mike
18 --
19 gentoo-embedded@g.o mailing list

Replies

Subject Author
Re: [gentoo-embedded] linking against gdbm fails when emerging python Natanael Copa <mlists@××××××.org>