[Glibc-bsd-devel] gcc-3.4-tiny: missing libgcc_eh

Santiago Vila sanvila@unex.es
Mon, 1 Dec 2003 19:34:14 +0100 (CET)


On Mon, 1 Dec 2003, Robert Millan wrote:

> While compiling Glibc on linux-gnu with our gcc-3.4-tiny
> experimental package:
>
> gcc-3.4 [...] -lgcc_eh
> /usr/bin/ld: cannot find -lgcc_eh
> collect2: ld returned 1 exit status

That's because libgcc_eh is not created if gcc is configured
using --disable-shared (as it happens with gcc-3.4-tiny).

So I'm afraid gcc-3.4-tiny in its current state is not appropriate to
compile Debian glibc.

You might want to try gcc-snapshot, which is also very close to what
gcc 3.4 will be.