> Ok, here is my script (note I am in a directory with only the > script below when I execute the script below): > > CC=cc /export/home/src/net/gnu/gcc-4.0.2/configure > gmake bootstrap>make_err 2>&1 > > I get the exact same errors (at least as far as I see).
The target libiberty is not supposed to be built with the bootstrap compiler. Please verify that CC is not set in your environment. -- Eric Botcazou