home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.amiga.programmer
- Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!hamblin.math.byu.edu!news.byu.edu!ux1!fcom.cc.utah.edu!cs.weber.edu!alewis
- From: alewis@cs.weber.edu (alan lewis)
- Subject: Re: REPOST: GNU C++ in smaller chunks?
- Message-ID: <1993Jan8.170101.17141@fcom.cc.utah.edu>
- Sender: news@fcom.cc.utah.edu
- Organization: University of Utah Computer Center
- References: <1993Jan7.102637.2667@dct.ac.uk>
- Date: Fri, 8 Jan 93 17:01:01 GMT
- Lines: 14
-
- If your using a Unix machine, and you can get the whole file, you can split it
- up with dd. On the amiga you reassemble it with join. i.e.
-
- dd if=gcc233.lha bs=1024 count=700 skip=0 of=gcc233.lha.1
-
- you would change the count to 7000 then 1400 then 2100 etc.
-
- On the amiga you would use:
-
- join gcc233.lha.1 gcc233.lha.2 etc. as gcc233.lha
-
- ^You should be able to get enough disk space on your system by asking the
- administrator, even if it's only temporary.
-
-