home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!comp.vuw.ac.nz!waikato.ac.nz!aukuni.ac.nz!cs18.cs.aukuni.ac.nz!NewsWatcher
- Newsgroups: gnu.gcc.help
- Subject: Trouble building gcc-2.3.2 on Ultrix 4.2
- Message-ID: <bruce-b-151292120712@130.216.34.254>
- From: bruce-b@cs.aukuni.ac.nz (Bruce Benson)
- Date: Mon, 14 Dec 1992 23:12:03 GMT
- Sender: news@cs.aukuni.ac.nz (USENET News System)
- Followup-To: gnu.gcc.help
- Organization: computer Science
- Lines: 25
-
- I'm trying to build gcc-2.3.2 on a DECstation 5000/120 running Ultrix 4.2.
- It gets to the point where it has built the first version of xgcc, then
- tries to build a dummy library with it. This fails. eg.
-
- cc -Wf,-XNg1500 -Olimit 3000 -O1 -DIN_GCC -g -o xgcc gcc.o version.o
- obsta
- ./xgcc -dumpspecs > specs
- echo "__foo () {}" > dummy.c
- ./xgcc -B./ -DIN_GCC -g -c dummy.c
- ar qc libgcc1.null dummy.o
-
- ar: Error: phase error on dummy.o
- ar: Error: malformed archive (at 68)
- make: *** [libgcc1.null] Error 1
-
- The ar command just hangs until return is pressed. I've tried building it
- with gcc instead of cc and always get the same result.
-
- Any help would make my day go much better :-)
-
- ---
- Bruce Benson. ,_o ,__o
- Department of Computer Science. _-\_\,\_<,
- University of Auckland. (*)/'--/'(*)
- b_benson@cs.aukuni.ac.nz
-