This is the mail archive of the egcs@egcs.cygnus.com mailing list for the EGCS project. See the EGCS home page for more information.
>>>>> Joe Buck <jbuck@Synopsys.COM>: >> 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). I ran into something like that when I configured with ./configure --prefix=~/apps and the shell didn't expand "~" into "/home/sb".