home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / next / software / 3092 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  1.4 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!haven.umd.edu!umd5!umd5.umd.edu!anderson
  2. From: anderson@sapir.cog.jhu.edu (Stephen Anderson)
  3. Newsgroups: comp.sys.next.software
  4. Subject: Gcc-2.3.2 and libg++2.3
  5. Message-ID: <ANDERSON.92Dec15130507@sapir.cog.jhu.edu>
  6. Date: 15 Dec 92 18:05:07 GMT
  7. Sender: news@umd5.umd.edu
  8. Distribution: comp
  9. Organization: Dept. of Cognitive Science, The Johns Hopkins University
  10. Lines: 16
  11.  
  12. I've seen a couple of postings lately, suggesting that people have had
  13. trouble getting the current versions of gcc and libg++ for NeXT, and I
  14. just wanted to note that the versions presently on prep.ai.mit.edu
  15. (and various shadow archive sites) build virtually without problem
  16. under NS3.0. There is one NeXT include file that has a //-style
  17. comment where only /* */ style is acceptable; solutions to that were
  18. discussed a couple of weeks ago. Once you fix that one relatively
  19. trivial problem, building gcc-2.3.2 goes without a hitch.  Just do
  20. "configure next" in the main directory, and go through the steps in
  21. the INSTALL file (you can even cut and paste the commands).  Once you
  22. have gcc-2.3.2, building libg++ is exactly the same thing: "configure
  23. next" and then make, and everything chugs along without a problem.
  24. It's nice that the GNU configuration utilities are getting to be
  25. pretty good at figuring out where NeXT decided to put things in 3.0.
  26.  
  27. --Steve Anderson
  28.