[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: binaries compiled on slink don't run anywhere else



>>>>> On Sun, 15 Nov 1998 10:06:07 -0600, "Marcelo E. Magallon" <mmagallo@efis.ucr.ac.cr> said:

 Marcelo>  The __register_frame_info function lives in the C
 Marcelo>  library. It seems it popped into existance there with
 Marcelo>  2.0.7u-something (2.0.7t doesn't have that). Oddly enough,
 Marcelo>  I didn't find anything by that name on the source. Do you
 Marcelo>  happen to have cc == egcs by any chance?

Actually it seems to live in some of the egcs objects and libs:

--------------------------------------------------
0 : egcs-2.91.58\ > for i in *.a *.o ; do echo $i ; nm $i | grep __register_frame_info ; done
libg++.a
libg2c.a
libgcc.a
00000a60 T __register_frame_info
00000b10 T __register_frame_info_table
libgpc.a
libobjc.a
libstdc++.a
crtbegin.o
         U __register_frame_info
crtbeginS.o
         U __register_frame_info
crtend.o
crtendS.o
dres@dres-Sun Nov 15 23:22:21 --/usr/lib/gcc-lib/i486-linux/egcs-2.91.58
521 : egcs-2.91.58\ > dpkg -S `pwd`/libgcc.a
g++: /usr/lib/gcc-lib/i486-linux/egcs-2.91.58/libgcc.a
dres@dres-Sun Nov 15 23:24:25 --/usr/lib/gcc-lib/i486-linux/egcs-2.91.58
522 : egcs-2.91.58\ > pwd
/usr/lib/gcc-lib/i486-linux/egcs-2.91.58
--------------------------------------------------

So it looks like a completely egcs only problem.

Dres
-- 
@James LewisMoss <dres@ioa.com>         |  Blessed Be!
@    http://www.ioa.com/~dres           |  Linux is kewl!
@"Argue for your limitations and sure enough, they're yours." Bach


Reply to: