home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / gcc / help / 2740 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  1.3 KB

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