home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.help
- Path: sparky!uunet!spool.mu.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!apple.com!rickb
- From: rickb@apple.com (Rick Boarman)
- Subject: Help!
- Message-ID: <9212172232.AA00208@apple.com>
- Sender: daemon@cis.ohio-state.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Thu, 17 Dec 1992 06:32:17 GMT
- Lines: 40
-
-
-
- Help! I'm trying to install gcc on our machine (vax) here at
- work. The first make process went smoothly. I did get some
- operator overloading warnings but no errors. When I ran make stage1
- it errored out:
-
- apple.com: make stage1
- if [ -d stage1 ] ; then true ; else mkdir stage1 ; fi
- mv *.o insn-flags.h insn-config.h insn-codes.h insn-output.c insn-recog.c
- insn1
- mv: insn-attrtab.c: Cannot access: No such file or directory
- mv: stamp-attrtab: Cannot access: No such file or directory
- mv: stamp-proto: Cannot access: No such file or directory
- mv: xgcc: Cannot access: No such file or directory
- mv: cc1: Cannot access: No such file or directory
- mv: gcc-cross: Cannot access: No such file or directory
- mv: cc1plus: Cannot access: No such file or directory
- mv: cc1obj: Cannot access: No such file or directory
- mv: enquire: Cannot access: No such file or directory
- mv: protoize: Cannot access: No such file or directory
- mv: unprotoize: Cannot access: No such file or directory
- mv: specs: Cannot access: No such file or directory
- mv: collect2: Cannot access: No such file or directory
- mv: ld: Cannot access: No such file or directory
- *** Exit 1 (ignored)
- rm -f stage1/libgcc.a
- cp libgcc.a stage1
- cp: libgcc.a: No such file or directory
- *** Exit 1 (ignored)
- if [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ; then ranlib stage1/libgcc.a;
- elsei
- ranlib: cannot open stage1/libgcc.a
-
- What went wrong or who should I talk to get some help? Anything
- you can suggest would be appriceated.
-
- Rick
-
- rickb@apple.com
-