home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / vmsnet / misc / 999 < prev    next >
Encoding:
Internet Message Format  |  1992-11-10  |  1.7 KB

  1. Path: sparky!uunet!pipex!warwick!mrccrc!doc.ic.ac.uk!agate!usenet.ins.cwru.edu!magnus.acs.ohio-state.edu!zaphod.mps.ohio-state.edu!rpi!usc!sol.ctr.columbia.edu!spool.mu.edu!decwrl!elroy.jpl.nasa.gov!nntp-server.caltech.edu!eql.caltech.edu!rankin
  2. From: rankin@eql.caltech.edu (Pat Rankin)
  3. Newsgroups: vmsnet.misc
  4. Subject: Re: VMS GCC 2.3.1 around yet?
  5. Date: 10 Nov 1992 19:32 PDT
  6. Organization: California Institute of Technology
  7. Lines: 20
  8. Distribution: world
  9. Message-ID: <10NOV199219320303@eql.caltech.edu>
  10. References: <1992Nov9.112737.4679@dmc.com> <1992Nov9.201123.167@vedur.is>
  11. NNTP-Posting-Host: eql.caltech.edu
  12. News-Software: VAX/VMS VNEWS 1.41    
  13.  
  14. In article <1992Nov9.201123.167@vedur.is>,\
  15.  gulli@vedur.is (Gunnlaugur Kristjansson) writes...
  16. > It's all there. I just took the distribution (GCC-2.3.1.tar.Z) and 
  17. > Decompressed, Untared it. Then I ran VMSCONFIG.COM followed by
  18. > MAKE-GCC.COM. Moved the .EXE files to the proper dir and it worked.
  19. > I had GCC 2.2.2 and now I have GCC 2.3.1.
  20.  
  21.      You should build it at least twice, using the first one to rebuild
  22. itself.  If you're not using an earlier version of GCC on the first pass,
  23. or if you're using a much older version of GCC, you should build it _three_
  24. times and with optimizations suppressed during the first build.  Each new
  25. version often has additional optimizations that are useful in the compiler
  26. itself (you want compiles to run as quickly as possible don't you?) and the
  27. executable file(s) for the compiler won't benefit from them unless they've
  28. been built with the newer compiler...
  29.  
  30.      GCC 2.3.* has some annoying new warnings (under -Wparentheses, which
  31. is included as part of -Wall) that you may not like.
  32.  
  33.         Pat Rankin, rankin@eql.caltech.edu
  34.