[Python-Dev] Python build trouble with the new gcc/binutils
Andrew Koenig
ark@research.att.com
Fri, 16 Aug 2002 15:15:35 -0400 (EDT)
Martin> 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
Martin> That is the initialization for exception handling regions
Martin> (which is irrelevant for C, but linked into every shared
Martin> library just in case C++ objects are also present).
Martin> My guess is that you have been using the system linker to link
Martin> this binary (struct.so).
Seems unlikely -- the system linker isn't in my search path
and "ls -ltu" shows that it hasn't been executed in 10 days.