home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10786 < prev    next >
Encoding:
Internet Message Format  |  1992-09-15  |  1.3 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!wupost!uwm.edu!ogicse!mintaka.lcs.mit.edu!hal.gnu.ai.mit.edu!ericy
  2. From: ericy@hal.gnu.ai.mit.edu (Eric Youngdale)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: GCC missing file?
  5. Message-ID: <1992Sep16.023545.9599@mintaka.lcs.mit.edu>
  6. Date: 16 Sep 92 02:35:45 GMT
  7. References: <1992Sep15.175251.1673@gnv.ifas.ufl.edu>
  8. Sender: news@mintaka.lcs.mit.edu
  9. Organization: /etc/organization
  10. Lines: 27
  11.  
  12. In article <1992Sep15.175251.1673@gnv.ifas.ufl.edu> drmo@gnv.ifas.ufl.edu writes:
  13. >Where do I find the file    0.97inc.tar.Z       for GCC.
  14. >
  15. >I can't find it at tsx-11, and the GCC install script dies when
  16. >it gets to that file.
  17. >
  18. >Thanks.
  19. >
  20. >Drew Moseley
  21.  
  22.     You should get the new version of GCC, which was uploaded over the
  23. weekend.
  24.  
  25.     While we are on the subject of the new version of GCC, I want to point
  26. out that I found a small problem with the install scripts.  When I unpack the
  27. jump41.tar file I get the script and a file with a .TZ extension.  The install
  28. script seems to expect a file with a .TZ extension, but it passes that name to
  29. zcat.  Zcat is expecting something with a trailing .Z in the name.  To get
  30. around this, I changed:
  31.  
  32. zcat jump-4.1.TZ | ...
  33.  
  34. cat jump-4.1.TZ | uncompress | ...
  35.  
  36. This is not verbatim, but you get the general idea.
  37.  
  38. -Eric
  39.