This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
RE: gcc 2.95 problem
- To: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Subject: RE: gcc 2.95 problem
- From: "Matt Parker" <mparker at computer dot org>
- Date: Wed, 1 Mar 2000 13:11:08 -0700
- Cc: <gcc-bugs at gcc dot gnu dot org>,"Alexandre Oliva" <oliva at lsd dot ic dot unicamp dot br>
>
> > 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
>
Thanks Martin,
$ gcc -print-prog-name=cc1
/usr/local/lib/gcc-lib/i586-pc-sco3.2v5.0.5/2.95/cc1
very strange. the output from -print-prog-name=cc1 shows that it finds cc1!
I didn't give configure any options whatsoever. More info: I set
GCC_EXEC_PREFIX to /usr/local (although I shouldn't have had to, right?),
and it finds cc1, but am now getting:
cpp: vfork: Resource temporarily unavailable
gcc: file path prefix `/usr/local/gcc-lib/elf/2.95/' never used
Cheers,
Matt