public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: s.kwiatkowski@t-online.de (Sebastian Kwiatkowski)
To: gcc-help@gcc.gnu.org
Subject: cannot exec cpp0
Date: Sat, 28 Jul 2001 09:02:00 -0000	[thread overview]
Message-ID: <3B62FE0F.5060306@t-online.de> (raw)

Hi,
I'm trying to upgrade egcs-1.1.2 to gcc 2.95.3 on a RedHat 6.2 box.
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

Could this problem have something to do with the conten of the following 
extract of the build log?
---
mv: s-crt: No such file or directory
mv: s-crt0: No such file or directory
mv: crtbegin.o: No such file or directory
mv: crtbeginS.o: No such file or directory
mv: crtend.o: No such file or directory
mv: crtendS.o: No such file or directory
mv: gcc-cross: No such file or directory
mv: cc1obj: No such file or directory
mv: enquire: No such file or directory
mv: protoize: No such file or directory
mv: unprotoize: No such file or directory
mv: collect2: No such file or directory
mv: gcov: No such file or directory
mv: *.bp: No such file or directory
mv: *.greg: No such file or directory
mv: *.lreg: No such file or directory
mv: *.combine: No such file or directory
mv: *.flow: No such file or directory
mv: *.cse: No such file or directory
mv: *.jump: No such file or directory
mv: *.rtl: No such file or directory
mv: *.tree: No such file or directory
mv: *.loop: No such file or directory
mv: *.dbr: No such file or directory
mv: *.jump2: No such file or directory
mv: *.sched: No such file or directory
mv: *.cse2: No such file or directory
mv: *.sched2: No such file or directory
mv: *.stack: No such file or directory
mv: *.gcse: No such file or directory
mv: *.flow2: No such file or directory
mv: *.[si]: No such file or directory
mv: libcpp.a: No such file or directory
mv: g++-cross: No such file or directory
mv: cc1plus: No such file or directory
make[2]: [stage1-start] Error 1 (ignored)
mv intl/*.o stage1/intl
mv: intl/*.o: No such file or directory
make[2]: [stage1-start] Error 1 (ignored)
if [ -f as ] ; then ln -s ../as stage1 ; else true ; fi
if [ -f ld ] ; then ln -s ../ld stage1 ; else true ; fi
if [ -f collect-ld ] ; then ln -s ../collect-ld stage1 ; else true ; fi
rm -f stage1/libgcc.a
cp libgcc.a stage1
if [ -f ranlib ] || ( [ "i686-pc-linux-gnu" = "i686-pc-linux-gnu" ] && [ 
-f /usr/bin/ranlib -o -f /bin/ranlib ] ) ; then \
  ranlib stage1/libgcc.a; \
else true; fi
for f in .. ; do if [ x${f} != x.. ]; then \
  cp stage1/${f} . ; \
else true; \
fi; done
mv cp/*.o stage1/cp
mv: cp/*.o: No such file or directory
make[2]: [c++.stage1] Error 1 (ignored)
...
mv: s-crt: No such file or directory
mv: s-crt0: No such file or directory
mv: crtbegin.o: No such file or directory
mv: crtbeginS.o: No such file or directory
mv: crtend.o: No such file or directory
mv: crtendS.o: No such file or directory
mv: gcc-cross: No such file or directory
mv: cc1obj: No such file or directory
mv: enquire: No such file or directory
mv: collect2: No such file or directory
mv: *.bp: No such file or directory
mv: *.greg: No such file or directory
mv: *.lreg: No such file or directory
mv: *.combine: No such file or directory
mv: *.flow: No such file or directory
mv: *.cse: No such file or directory
mv: *.jump: No such file or directory
mv: *.rtl: No such file or directory
mv: *.tree: No such file or directory
mv: *.loop: No such file or directory
mv: *.dbr: No such file or directory
mv: *.jump2: No such file or directory
mv: *.sched: No such file or directory
mv: *.cse2: No such file or directory
mv: *.sched2: No such file or directory
mv: *.stack: No such file or directory
mv: *.gcse: No such file or directory
mv: *.flow2: No such file or directory
mv: *.[si]: No such file or directory
mv: libcpp.a: No such file or directory
mv: g++-cross: No such file or directory
make[2]: [stage2-start] Error 1 (ignored)
mv intl/*.o stage2/intl
mv: intl/*.o: No such file or directory
make[2]: [stage2-start] Error 1 (ignored)
---

I appreciate any help. Thanks in advance!
 Sebastian Kwiatkowski
                                           


             reply	other threads:[~2001-07-28  9:02 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-28  9:02 Sebastian Kwiatkowski [this message]
2001-07-30 14:20 ` Alexandre Oliva
2007-02-28  5:12 Rangaswamy, Parthasarathy (Parthasarathy)
2007-02-28  5:59 ` Zhang, Fan (Fan)
2007-02-28  6:09 Rangaswamy, Parthasarathy (Parthasarathy)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3B62FE0F.5060306@t-online.de \
    --to=s.kwiatkowski@t-online.de \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).