This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 970929 snapshot. undefined reference in libstdc++.so. Help needed !
- To: mlawson at drfmc dot ceng dot cea dot fr (Max Lawson)
- Subject: Re: 970929 snapshot. undefined reference in libstdc++.so. Help needed !
- From: hjl at lucon dot org (H.J. Lu)
- Date: Thu, 2 Oct 1997 13:16:57 -0700 (PDT)
- Cc: egcs at cygnus dot com
>
> Hi.
>
> I've downloaded the 970929 snapshot and succeded building
> the compiler (make bootstrap LANGUAGES="c c++" BOOT_CFLAGS="-g -O2").
> My box is i586-pc-linux-gnulibc1
>
> I've made the installation (make install LANGUAGES="c c++" CFLAGS ="-g -O2").
> As I tried to compile a test-program (that the pevious snapshot didn't succeed
> compile), I got a linker error.... To summarize, I can't link the
> following program:
>
Please get libc 5.4.39 at
ftp://tsx-11.mit.edu/pub/linux/packages/GCC/private/tofu
H.J.