[gnu.g++] GNU C++ 1.32.0 is available

bob@allosaur.cis.ohio-state.edu (Bob Sutterfield) (01/03/89)

In article <8812302326.AA01863@aurora.steinmetz> tiemann@wheaties.ai.mit.edu writes:
|...the distribution of GNU C++ 1.32.0 is only in the form of diffs
|from 1.31.0.

Same on osu-cis.

|...
|Here are instructions for getting the latest release:

(Here are a couple of suggestions that I've found useful to save on
space and temporary files while unpacking and installing things:)

|1. start an anonymous ftp to prep.ai.mit.edu (128.52.14.14)
|2. set transfer mode to binary (very important)
|3. cd /u/emacs
|4. get g++.tar-1.31.0.Z
|5. get g++.diffs-1.31.0-1.32.0.Z

(or get it all from osu-cis via UUCP)

|If you already have a virgin GNU C++ 1.31.0, skip step 4.
|If you don't have GNU CC version 1.32, you'll have to get that, too.
|
|6. quit the anonymous ftp
|7. uncompress g++.tar-1.31.0
|8. uncompress g++.diffs-1.31.0-1.32.0
|9. tar xf g++.tar-1.31.0
|11. cd src-g++
|12. patch < ../g++.diffs-1.31.0-1.32.0

or:

7. cat g++-1.31.0Z-* | zcat | tar xf -
8. zcat g+dif1.31-1.32 | patch -d src-g++