| |||||||||||
Miscellaneous
misc.tar.gz is a tar'd, gzip'd package containing the misc directory and a subset of the ch8 directory. These files are needed to build some of the listings.
You will need to unpackage this package and any of the others you get from the same directory level. For example let's say you have the misc.tar.gz and ch5.tar.gz in a directory called RC:
1) gunzip misc.tar.gz ; tar -xvf misc.tar
(will create sub-directories misc and ch8 with the required files)
2) gunzip ch5.tar.gz ; tar -xvf misc.tar
(will create sub-directory ch5 with all of the files specified for that chapter)
3) Then go into ch5 and type make.
NOTE: Many of the file names used and created won't be liked by DOS. So you will need to make changes, if you are affected. If there is enough clamor, I might make a version for them. Or if somebody else does it, send me a copy so I can add them.