I think that these packages are compressed with gzip.
Using gnutar, you could say: tar xzf tin122.tar.z
Michael
--
mic...@jester.GUN.de * Michael Gerhards * Voice: +49 2131 82238
* Preussenstrasse 59 * Modem: +49 2131 80923
* Germany 41464 Neuss * Login guest, no passwd
: I just this evening FTP'd the packages for elm, tin, and wnews from
: raven.alaska.edu in the hopes that the upgraded programs would compile
: 'nicer' than their earlier counterparts did on Coherent 4.0x. Elm worked like
: a charm. When it came to the tin122.tar.z and the wnews402.tar.z packages
: everything fell apart. I could not uncompress nor tar x the files. I even
: tested unzip on them out of exasperation. Can anyone set me straight on what
: I have to do to get at these packages or are they simply corrupted somehow?
They are compressed with gzip, type "tar xzvf filename". It this doesn't
work you didn't get the files in binary mode, the files on raven are OK.
--
Udo Munk, Oberstr. 21, 41460 Neuss, Germany
privat: u...@umunk.GUN.de CIS: 100021,2515
work: u...@mwc.com
MG> I think that these packages are compressed with gzip.
MG> Using gnutar, you could say: tar xzf tin122.tar.z
Thanks. I'll try the gzip I received with the CohWare packages. I appreciate your help Michael.
Dan
> I just this evening FTP'd the packages for elm, tin, and wnews from
> raven.alaska.edu in the hopes that the upgraded programs would compile
> 'nicer' than their earlier counterparts did on Coherent 4.0x. Elm worked like
> a charm. When it came to the tin122.tar.z and the wnews402.tar.z packages
> everything fell apart. I could not uncompress nor tar x the files. I even
> tested unzip on them out of exasperation. Can anyone set me straight on what
> I have to do to get at these packages or are they simply corrupted somehow?
If memory serves me correctly elm is in zipped format -- you would
have had no problem with that since you probably new the extension.
.z files are compressed with 'gzip' -- you need 'gunzip'. Since I am
assuming you have coh 4.2.05 (you did say better than on 4.0x) you
already have gunzip. Good luck!
--
Kevin R. Ray (ke...@kray.com) | Kevin Ray Company & Associates
1850 W. Highland Ave. #F-104 | Voice mail box : +1.708.622.UNIX
Elgin, Illinois 60123-5095 | Public Access Unix: +1.708.622.8648
Hardware & Software. Installations, repair, networking, ... ALL NEEDS MET
Kevin Ray Company & Associates is a division of Bob Ray & Associates, Inc
> tested unzip on them out of exasperation. Can anyone set me straight on
what
> I have to do to get at these packages or are they simply corrupted
somehow?
KR> .z files are compressed with 'gzip' -- you need 'gunzip'.
KR> Since I am assuming you have coh 4.2.05 (you did say better
KR> than on 4.0x) you already have gunzip. Good luck!
Thanks, Kevin (and others who responded earlier). I did manage to unravel
the packages. The wnews compiled nicely and I built up the news system but
when I tackled tin 1.2.2 it balked when it hit bison. I uncommented yacc
to take its place and it got as far as strftime.c where it errored out. I
tried to set the HAVE_STRFTIME flag and compile but it still comes up with
an error related to finding strftime. The 4.2 manual states that
strftime() is a standard function of Coherent. Has anyone else run into
this stumbling block or did I just blow it? I tried compilation for
coherent and for SCO unix (thought maybe it might slip by but it died on a
missing library). In the meantime I'm using the tin 1.1.9 version.
On another note should I have installed STREAMS for any specific reason?
Would this have any effect on the compilation of news/mail?
Regards,
Dan
--Randy
____________________________________________________________________________
r...@rwsys.wimsey.bc.ca (Randy Wright) [5m [1mDon't worry, be happy!! [0m
ICBM address = 49d 12m 5s N 122d 51m 49s W
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--
Under 4.2 bison isn't needed anymore, yacc is improved and is able to
process the yacc source which is part of tin.
: to take its place and it got as far as strftime.c where it errored out. I
: tried to set the HAVE_STRFTIME flag and compile but it still comes up with
: an error related to finding strftime. The 4.2 manual states that
Unset HAVE_STRFTIME, the function is documented in the manual but missing
in the lib. It's fixed in the meantime, but you don't need this fix, tin
comes with it's own strftime() and that works fine.
: On another note should I have installed STREAMS for any specific reason?
: Would this have any effect on the compilation of news/mail?
No, STREAMS aren't needed for any of the communication packages available.
It doesn't have any effect on compilation of such applications eighter
if it's enabled or disabled.