From: H.J. Lu (hlu@luke.eecs.wsu.edu)
Date: 06/28/92


From: hlu@luke.eecs.wsu.edu (H.J. Lu)
Subject: README: fixed gcc 2.2.2 and zsh 2.2
Date: 28 Jun 1992 23:11:36 GMT

Hi,

I just fixed some bugs. I have put the fixed gcc 2.2.2 on
banjo.concert.net under pub/Linux/GCC. Here is the list of the files
you can use to patch the old gcc 2.2.2.

1. 2.2.2fix1.tar.Z. It contains the shared libs and include/mntent.h.
   This is minimum you have to apply. Do
   cd /usr
   tar xvvofz 2.2.2fix1.tar.Z
   mv /usr/lib/gcc-lib/i386-linux/2.2.2/shared/libc.2.2.2 /lib
   mv /usr/lib/gcc-lib/i386-linux/2.2.2/shared/lib[hard|soft].2.2.2 /lib/libm.2.2.2

2. 2.2.2fix2.tar.Z. It has the static libc.a and libcurses.a, as well
   as libc_p.a and libg.a. Do
   cd /usr
   tar xvvofz 2.2.2fix2.tar.Z

3. libc-2.2.2.fix.tar.Z. It has ./libc-linux/string/siglist.c,
   ./libc-linux/mntent/mntent.c and ./libc-linux/curses/newwin.c.

If you are not sure what you are doing, please get the whole new gcc
2.2.2 and reinstall it.

There were some more bugs in zsh 2.2. I have fixed them. I put two new
files for zsh on banjo.concert.net under pub/Linux/GCC. One is
zsh.linux.tar.Z, which has the patches for Linux and zsh.a. The other
is zsh.doc.tar.Z, which has the basic docs for zsh. If you are
mirroring gcc 2.2.2, please delete zsh.tar.Z from your site.

I think we should put zsh linked with the shared libs on the root disk.

I also made some changes to the shared image. Now /lib/libc.2.2.2
contains libc.a, libdbm.a, libcurses.a and libtermcap.a. Orest and
David, please get the new shlib-2.2.2.tar.Z for details.

H.J.