home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / linux / 17561 < prev    next >
Encoding:
Internet Message Format  |  1992-11-22  |  1.5 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!ogicse!news.u.washington.edu!serval!yoda.eecs.wsu.edu!hlu
  2. From: hlu@yoda.wsu.edu (H.J. Lu)
  3. Newsgroups: comp.os.linux
  4. Subject: ANNOUNCE: special release of libc.so.4.2
  5. Keywords: NULL pointer, fd_set
  6. Message-ID: <1992Nov22.174612.2994@serval.net.wsu.edu>
  7. Date: 22 Nov 92 17:46:12 GMT
  8. Article-I.D.: serval.1992Nov22.174612.2994
  9. Sender: news@serval.net.wsu.edu (USENET News System)
  10. Organization: Washington State University!
  11. Lines: 30
  12. Originator: hlu@yoda.eecs.wsu.edu
  13.  
  14. This is a special release of the shared image for the C library 4.2.
  15. Since 0.98 pl 5 has uncovered a few bugs and changed fd_set, it has
  16. become necessary to make this partial release. There is only
  17. libc.so.4.2.Z on tsx-11.mit.edu under pub/linux/GCC.
  18.  
  19. You will get quite a few harmless warnings but all the previously
  20. reported problems are gone. Until the full release of the C library
  21. 4.2 is out and old binaries are recompiled, you have to live with it.
  22. I am still waiting for the releases of gcc 2.3.2/2.4 and libg++.a 2.3.
  23.  
  24. To install libc.so.4.2, do
  25.  
  26.   cd /lib
  27.   cp libc.so.4.2 foo
  28.   mv foo libc.so.4.2    # Do this to save some space.
  29.   ln -sf libc.so.4.2 libc.so.4
  30.  
  31.   If you have an early version of libc.so.4.2 installed, this one is
  32.   1121, you may have to play with it, like
  33.   
  34.   cd /lib
  35.   cp libc.so.4.2 libc.so.4.2.old
  36.   ln -sf libc.so.4.2.old libc.so.4
  37.   
  38. Note: c++ binaries linked with non-jump table shared library won't
  39.       work with the new shared image as usual.
  40.  
  41. H.J.
  42. hlu@eecs.wsu.edu
  43. 11/22/92
  44.