This is the mail archive of the gcc@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: strange "no cpp" error



> I'm gettting a weird error which involves the inability of the compiler
> to find the preprocessor:

> Hmmm... now that I think about this, when I ran configure, 
> I used a prefix which was different from /usr/local, where I
> ended up moving all the files to.

That's your problem.  Your prefix must be set to where you plan to install
the compiler.  (You could also use the -B switch to find the passes).


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