This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: checking whether the C compiler
> Thank you for your follow. But, I did
>
> ./configure xxxxxxxxx........
> make bootstrap
>
> only.
>
> I did not set xgcc ....
That's really hard to believe, because configure would *never*
consider xgcc as the bootstrap C compiler - unless you set the CC
environment variable. It seems you made some mistake, but I can't
guess what that would be. You'll have to analyse it for yourself,
perhaps by looking at the configure script and watching it execute
step-by-step. If you can't get to build gcc, I recommend you get
precompiled binaries from sunfreeware.com.
Regards,
Martin