This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 2.95 problem
- To: mparker at computer dot org
- Subject: Re: gcc 2.95 problem
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Wed, 1 Mar 2000 20:23:44 +0100
- CC: gcc-bugs at gcc dot gnu dot org
- References: <000001bf839f$cc1f3820$774fb5d1@dnvr.uswest.net>
> I am getting the following error message after having successfully built and
> installed the entire gcc 2.95 distribution on i586-pc-sco3.2v5.0.5, using
> make bootstrap (with gcc 2.8.1):
>
> gcc: installation problem, cannot exec 'cc1': No such file or directory
If you did a 'make install', this should not happen. What --prefix did
you specify, or did you specify any other options to configure? Where
did it put cc1? What is the output of 'gcc -print-search-dirs'?
Regards,
Martin