This is the mail archive of the gcc-help@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: cannot exec cpp0


On Jul 28, 2001, s.kwiatkowski@t-online.de (Sebastian Kwiatkowski) wrote:

> After installing it, I get (building anything):
> gcc: installation problem, cannot exec `cpp0': No such file or directory

> But actually cpp0 exists in /usr/lib/gcc-lib/i686-pc-linux-gnu/2.95.3

Did you configure GCC with --prefix=/usr ?  If not, you'll have to
rebuild.

> Could this problem have something to do with the conten of the
> following extract of the build log?

Nope, these errors at the end of a stage are normal: in general, only
the C compiler is build in stage 1, but the staging process tries to
move everything into the stage1 sub-directory in case one had run
`make all' before realizing s/he should have run `make bootstrap'.

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