home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!dtix!darwin.sura.net!wupost!uwm.edu!ogicse!mintaka.lcs.mit.edu!hal.gnu.ai.mit.edu!ericy
- From: ericy@hal.gnu.ai.mit.edu (Eric Youngdale)
- Newsgroups: comp.os.linux
- Subject: Re: GCC missing file?
- Message-ID: <1992Sep16.023545.9599@mintaka.lcs.mit.edu>
- Date: 16 Sep 92 02:35:45 GMT
- References: <1992Sep15.175251.1673@gnv.ifas.ufl.edu>
- Sender: news@mintaka.lcs.mit.edu
- Organization: /etc/organization
- Lines: 27
-
- In article <1992Sep15.175251.1673@gnv.ifas.ufl.edu> drmo@gnv.ifas.ufl.edu writes:
- >Where do I find the file 0.97inc.tar.Z for GCC.
- >
- >I can't find it at tsx-11, and the GCC install script dies when
- >it gets to that file.
- >
- >Thanks.
- >
- >Drew Moseley
-
- You should get the new version of GCC, which was uploaded over the
- weekend.
-
- While we are on the subject of the new version of GCC, I want to point
- out that I found a small problem with the install scripts. When I unpack the
- jump41.tar file I get the script and a file with a .TZ extension. The install
- script seems to expect a file with a .TZ extension, but it passes that name to
- zcat. Zcat is expecting something with a trailing .Z in the name. To get
- around this, I changed:
-
- zcat jump-4.1.TZ | ...
-
- cat jump-4.1.TZ | uncompress | ...
-
- This is not verbatim, but you get the general idea.
-
- -Eric
-