This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: GNU/Linux PPC undefined symbols in libgcc*
- To: <gcc-bugs at gcc dot gnu dot org>
- Subject: Re: GNU/Linux PPC undefined symbols in libgcc*
- From: Rod Stewart <stewart at dystopia dot lab43 dot org>
- Date: Sun, 11 Mar 2001 20:08:20 -0500 (EST)
On Sun, 11 Mar 2001, Rod Stewart wrote:
> 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__'
A bit more info, after looking at my logs, this also appers when building
gcc on the mainline (3.1), as of March 9th.
-Rms