This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: cppfiles.c:955: Internal compiler error
> checking whether the C compiler (/export/home/syrinx/can/work/egcs/gcc/xgcc -B/export/home/syrinx/can/work/egcs/gcc/ -B/export/home2/syrinx/gcc/sparc-sun-solaris2.7/bin/ -m64 -g -Os ) works... no
> configure: error: installation or configuration problem: C compiler cannot create executables.
[...]
> where should I check??
Well, why does it think the C compiler is
/export/home/syrinx/can/work/egcs/gcc/xgcc? xgcc is not a proper
installation of gcc, so should not use it to bootstrap gcc. Instead,
you should use gcc, cc, or c89 as a C compiler for bootstrapping.
Martin