home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / g / help / 1690 < prev    next >
Encoding:
Text File  |  1993-01-21  |  1.8 KB  |  50 lines

  1. Newsgroups: gnu.g++.help
  2. Path: sparky!uunet!munnari.oz.au!newsroom.utas.edu.au!mensa!quan
  3. From: quan@mensa.surv.utas.edu.au (Stephen Quan)
  4. Subject: Re: Can't build g++ on a DG.
  5. Message-ID: <quan.727667656@mensa>
  6. Sender: news@newsroom.utas.edu.au
  7. Organization: University of Tasmania, Australia.
  8. References: <quan.726806077@sol>
  9. Date: Fri, 22 Jan 1993 01:54:16 GMT
  10. Lines: 38
  11.  
  12. quan@sol.surv.utas.edu.au (Stephen Quan) writes:
  13.  
  14. Hello, recently I've posted that I had problems in building GNU G++
  15. on a Data General AViiON (DG 46/20 running OS 5.4.2).
  16.  
  17. I had our local guru have a look at it, and together we concluded
  18. that gcc-2.2.2 compiles ok, but gcc-2.3.2 and gcc-2.3.3 do not
  19. compile at all.
  20.  
  21. As indicated in my last post, the following errors occured whilst
  22. building the initial GNU C compiler...
  23.  
  24.  
  25. About 1000 assembler errors :
  26.  
  27. >as: "/var/tmp/cca003BA.s": line 24412: warning: instruction "fldcr" is
  28. >inconsistent with -M 88000min
  29. >as: "/var/tmp/cca003BA.s": line 24434: warning: instruction "fldcr" is
  30. >inconsistent with -M 88000min
  31.  
  32.  
  33. Stage 1 fails to build because the above step failed.
  34.  
  35. >UX:mv: ERROR: Cannot access stamp-proto: No such file or directory
  36. >UX:mv: ERROR: Cannot access crtbegin.o: No such file or directory
  37. >UX:mv: ERROR: Cannot access crtend.o: No such file or directory
  38. >UX:mv: ERROR: Cannot access gcc-cross: No such file or directory
  39. >UX:mv: ERROR: Cannot access cc1plus: No such file or directory
  40. >UX:mv: ERROR: Cannot access cc1obj: No such file or directory
  41. >UX:mv: ERROR: Cannot access protoize: No such file or directory
  42. >UX:mv: ERROR: Cannot access unprotoize: No such file or directory
  43. >UX:mv: ERROR: Cannot access collect2: No such file or directory
  44. >*** Error code 2 (ignored)
  45. >        rm -f stage1/libgcc.a
  46. >        cp libgcc.a stage1
  47. >        if [ -f /usr/bin/ranlib -o -f /bin/ranlib ] ; then ranlib stage1/libgcc.a; else true; fi
  48.  
  49. Please help!!!
  50.