This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Bootstrap broken by mklibgcc.in change
- From: Martin Reinecke <martin at MPA-Garching dot MPG dot DE>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 30 Nov 2004 14:41:49 +0100
- Subject: Re: Bootstrap broken by mklibgcc.in change
Eric Botcazou wrote:
Bootstrap completed here on the same platform at:
Tue Nov 30 06:59:41 UTC 2004
I tried on i686, and bootstrapping completes, but the generated
compiler produces executables which depend on "./libgcc_s.so.1". This
looks wrong.
An example
~/data/planck/LevelS/linux_gcc4_p4/bin>ldd hpxtest
libstdc++.so.6 => /afs/mpa/data/martin/ugcc/lib/libstdc++.so.6 (0x40016000)
libm.so.6 => /lib/libm.so.6 (0x400f9000)
./libgcc_s.so.1 => not found
libc.so.6 => /lib/libc.so.6 (0x4011b000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
./libgcc_s.so.1 => not found
With yesterday's CVS it worked fine.
Cheers,
Martin