[Python-Dev] Python build trouble with the new gcc/binutils
Martin v. Loewis
martin@v.loewis.de
16 Aug 2002 21:12:07 +0200
Andrew Koenig <ark@research.att.com> writes:
> #0 __register_frame_info_bases (begin=0xfed50000, ob=0xfed50000, tbase=0x0,
> dbase=0x0) at /tmp/build1165/gcc-3.1.1/gcc/unwind-dw2-fde.c:83
That is the initialization for exception handling regions (which is
irrelevant for C, but linked into every shared library just in case
C++ objects are also present).
My guess is that you have been using the system linker to link this
binary (struct.so).
Regards,
Martin