This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: cc1 ???


> gcc: installation problem, cannot exec `cc1': No such file or directory
> 
> Any assistance would be appreciated.

cc1 is the C compiler, invoked right after the preprocessor. Please
call gcc with the -v option, and watch the executables it wants to
run. Then check whether they are present.

This should all work without human intervention, unless you made an
error you forgot to mention, and unless there is a yet-undetected bug
in the installation procedure.

Regards,
Martin


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]