Delivered-To: arisawa@ken.aichi-u.ac.jp
Delivered-To: arisawa@aichi-u.ac.jp
To: 9fans@cse.psu.edu
From: Andreas Zell <zell@imageaccess.de>
Organization: Image Access Computer GmbH
Subject: Re: [9fans] unpacking plan9.9gz from unix
Sender: 9fans-admin@cse.psu.edu
X-BeenThere: 9fans@cse.psu.edu
X-Mailman-Version: 2.0
Reply-To: 9fans@cse.psu.edu
List-Help: <mailto:9fans-request@cse.psu.edu?subject=help>
List-Post: <mailto:9fans@cse.psu.edu>
List-Subscribe: <http://lists.cse.psu.edu/mailing_lists/listinfo/9fans>,<mailto:9fans-request@cse.psu.edu?subject=subscribe>
List-Id: Fans of the O/S Plan 9 from Bell Labs <9fans.cse.psu.edu>
List-Unsubscribe: <http://lists.cse.psu.edu/mailing_lists/listinfo/9fans>,<mailto:9fans-request@cse.psu.edu?subject=unsubscribe>
List-Archive: <http://lists.cse.psu.edu/archives/9fans/>
Date: Mon, 4 Dec 2000 09:50:27 GMT

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
&nbsp;
<p>erik quanstrom schrieb:
<blockquote TYPE=CITE>apologies if this question has been asked before,
<br>but is there any easy way of unpacking plan9.9gz
<br>from linux?
<p>i don't currently hve a compatable machine to
<br>work with, but i'd still like to have a look at the
<br>source code.</blockquote>
Hi,
<p>here is my unwrap.c. You can compile it under Windows and unix.
<p>windows:&nbsp;&nbsp;&nbsp; cl unwrap.c
<br>unix:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; gcc
-D O_BINARY=0 -o unwrap unwrap.c
<p>You can unpack uncompressed files only.
<p>A.Zell
<br>&nbsp;</html>