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: execution problems


On Apr  8, 2001, berthaud <berthaud@eleves.enpc.fr> wrote:

> When I want to use gcc, this message appears :
> ************************************************
> gcc: installation problem, cannot exec `cpp': No such file or directory

This means you have installed gcc incorrectly.  It can't find the
preprocessor.  One of the reasons that causes this kind of error is
configuring GCC to be installed in one directory, then changing your
mind at installation time and installing it elsewhere.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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