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 22:18:57 +0100
- CC: gcc-bugs at gcc dot gnu dot org, oliva at lsd dot ic dot unicamp dot br
- References: <000401bf83ba$4807f520$774fb5d1@dnvr.uswest.net>
> $ 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!
Perhaps it can't execute it? Please invoke the equivalent of strace(1)
on your system, and see what programs the gcc driver tries to invoke.
> 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?),
No, and please don't. Also, please report any and every setting that
you made to your system that could be remotely relevant. For example,
how exactly did you configure gcc? What is your setting of PATH?
> 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
Where is elf/2.95 coming from? I thought you where using a
i586-pc-sco3.2v5.0.5 target?
Regards,
Martin