home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / mac / programm / 13084 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  1.2 KB

  1. Path: sparky!uunet!olivea!apple!apple!mlanett
  2. From: mlanett@Apple.COM (Mark Lanett)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: GCC under MPW Shell.
  5. Message-ID: <70540@apple.Apple.COM>
  6. Date: 28 Jul 92 07:06:37 GMT
  7. References: <9207271910.AA19597@ucbvax.Berkeley.EDU>
  8. Organization: Apple Computer Inc., Cupertino, CA
  9. Lines: 21
  10.  
  11. glalonde@VNET.IBM.COM ("Glen Lalonde") writes:
  12.  
  13. >I recall reading on the newsgroup that the GCC port to MPW requires the
  14. >MPW assembler. Is this correct? Can I possibly get around this some how?
  15. >I guess GAS was not ported.
  16.  
  17. Yes, Asm is required. GCC is like many unix compilers in that it only converts
  18. to assembly and lets the system's assembler handle the rest. It makes
  19. porting easier.
  20.  
  21. Not only is Asm required, so are the MPW C 3.1 (not 3.2) headers and libraries,
  22. for which you'll need to look on an older dev. cd. MPW C is also required
  23. to compile it (if you modify the sources; I don't remember if the distribution
  24. includes a binary).
  25.  
  26. GCC 2.2 is under way, and someday in the (distant) future GAS may be available
  27. also. But don't hold your breath. I'll let the people actually involved say
  28. more.
  29. -- 
  30. Have a bajillion brilliant Jobsian lithium licks.
  31. Mark Lanett, NOT speaking for anyone. Personal opinion only.
  32.