This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

GNU/Linux PPC undefined symbols in libgcc*



If I build the 3.0 branch on my GNU/Linux PPC box, and install it, I get
undefined symbols from libgcc_s.so when trying to build the latest Glibc.

/usr/local/lib/libgcc_s.so.0: undefined reference to `__SBSS2_END__'
/usr/local/lib/libgcc_s.so.0: undefined reference to `__init'
/usr/local/lib/libgcc_s.so.0: undefined reference to `__SBSS_END__'
/usr/local/lib/libgcc_s.so.0: undefined reference to `__SDATA2_START__'
/usr/local/lib/libgcc_s.so.0: undefined reference to `__SDATA_START__'

Looking at 'objdump -x libgcc*' the above are listed as undefined.  My
local libc does not define them either.  Is this a problem at my end?

A quick glance at a similar libgcc_s.so on my x86 box, has all undefined
symbols of libgcc being defined in /lib/libc.so.6

Or did I make a mistake somewhere else?

Thanks for any help,
-Rms


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]