home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / gnu / gcc / bug / 2111 < prev    next >
Encoding:
Text File  |  1992-08-12  |  1.7 KB  |  54 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!cis.ohio-state.edu!gdr.bath.ac.uk!chpetk
  3. From: chpetk@gdr.bath.ac.uk (Toby Kelsey)
  4. Subject: compiling gcc-2.2.2 on a RS/6000 with AIX/3.2
  5. Message-ID: <9208120002.AA03644@life.ai.mit.edu>
  6. Followup-To: gnu.gcc.bug
  7. Summary: make fails with an assembler error
  8. Keywords: gcc aix make
  9. Sender: gnulists@ai.mit.edu
  10. Organization: School of Chemistry, University of Bath, UK
  11. Distribution: gnu
  12. Date: Wed, 12 Aug 1992 00:00:11 GMT
  13. Approved: bug-gcc@prep.ai.mit.edu
  14. Lines: 38
  15.  
  16. I have tried to compile gcc-2.2.2 on a RS/6000 running AIX 3.2
  17. The make fails as below:
  18.  
  19. [...]
  20. #                 for name in _muldi3 _divdi3 _moddi3  { ...etc }
  21. #                 do \
  22. #                   echo ${name}; \
  23. #                   ./gcc -O2    -g -B./ -g1 -I. -I. -I./config -c -DL${name} \
  24. #                       ./libgcc2.c -o ${name}.o; \
  25. #                   if [ $? -eq 0 ] ; then true; else exit 1; fi; \
  26. #                   ar rc tmplibgcc2.a ${name}.o; \
  27. #                   rm -f ${name}.o; \
  28. #                 done
  29. # _muldi3
  30. # Assembler:
  31. # /tmp/ccEEYDFW.s: line 25: Error In Syntax 
  32. # The error code from the last failed command is 1.
  33. # Make Quitting.
  34. # $ 
  35.  
  36. According to lslpp the release level is 03.02.0000.0000
  37.  
  38. Is the fix mentioned in README.RS6000 only required if you
  39. need to debug code compiled with gcc (as it says), or is it
  40. needed to get gcc to compile?
  41.  
  42. Toby
  43.  
  44. ---
  45. Toby Kelsey
  46. School of Chemistry,  # JANET: chpetk@uk.ac.bath.gdr, otherwise
  47. University of Bath.   # chpetk%gdr.bath.ac.uk@nsfnet-relay.ac.uk
  48. -- 
  49. Toby Kelsey
  50. School of Chemistry,  # JANET: chpetk@uk.ac.bath.gdr, otherwise
  51. University of Bath.   # chpetk%gdr.bath.ac.uk@nsfnet-relay.ac.uk
  52.  
  53.