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: gcc 2.95 problem


>
> > 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


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