home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8480 < prev    next >
Encoding:
Internet Message Format  |  1992-08-17  |  1.0 KB

  1. Path: sparky!uunet!pmafire!news.dell.com!swrinde!mips!cs.uoregon.edu!nntp.uoregon.edu!news.u.washington.edu!serval!phys1.physics.wsu.edu!hlu
  2. From: hlu@phys1.physics.wsu.edu (Hongjiu Lu)
  3. Newsgroups: comp.os.linux
  4. Subject: PLEASE  READ ME
  5. Message-ID: <1992Aug17.175017.16111@serval.net.wsu.edu>
  6. Date: 17 Aug 92 17:50:17 GMT
  7. Sender: news@serval.net.wsu.edu (USENET News System)
  8. Organization: Washington State University
  9. Lines: 27
  10.  
  11. >
  12. >
  13. >  Hlu, any program that uses "chmod" and is linked static gets an error
  14. > from gcc "Undefined symbol _chmod" (I'm talking about 2.2.2d, of
  15. > course). No problem if linking with the shared libs. (However, linking
  16. > static but with libg has no problem. Does the static libc lack chmod?
  17. > It should be there, shouldn't it?)
  18. >
  19. >  /M. Saggaf
  20. >
  21. >
  22.  
  23. If you didn't see this on tsx-11
  24.  
  25. -rw-r--r--  1 hj        1063683 Aug 17 13:45 2.2.2dmisc.tar.Z
  26.  
  27. This is what I did
  28.  
  29. cd /usr/lib/gcc-lib/i386-linux/2.2.2d
  30. ar -d libc.a __.SYMDEF
  31. ranlib libc.a
  32.  
  33. BTW, the new one is good.
  34.  
  35. -- 
  36. H.J.
  37. Gcc/libc maintainer for Linux.
  38.