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


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

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