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

  1. Path: sparky!uunet!munnari.oz.au!ariel!rab
  2. From: rab@ariel.ucs.unimelb.edu.au (Duty Programmer)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: /lib/libc.2.2.2 problems
  5. Keywords: GCC,shared libraries
  6. Message-ID: <2942@ariel.its.unimelb.EDU.AU>
  7. Date: 12 Aug 92 23:53:57 GMT
  8. References: <1992Aug11.215732.28525@doug.cae.wisc.edu>
  9. Sender: duty@ariel.its.unimelb.EDU.AU
  10. Reply-To: rab@tauon.ph.unimelb.EDU.AU
  11. Organization: School of Physics, University of Melbourne
  12. Lines: 29
  13.  
  14.  
  15. In article <1992Aug11.215732.28525@doug.cae.wisc.edu>, kevins@cae.wisc.edu (Kevin Schroedel) writes:
  16. |> I run xgames programs like xpuzzle or othello, I get the messages
  17. |>             /lib/libc.2.2.2
  18. |>             /lib/libm.2.2.2
  19. |> and then the program dies.
  20.  
  21. I had this problem too. In my case, for some reason i had not installed the X11
  22. libraries correctly. Curiously, the problem only appeared with some X programs.
  23. Check that you have Xv1.1 and that the appropriate libraries are in
  24. /usr/lib/gcc-lib/.../2.2.2/{shared,static} as the install docs say.
  25.  
  26. |> At one point, I saw a posting that said the ldd was responsible for the 
  27.  
  28. This is misinformation.
  29. The startup code in crt0.o prints out the names of the shared libraries required
  30. when called with argc set to 0. This is what ldd does in order to find out what
  31. shared libraries are required by a program. Hence the problem has nothing to do
  32. with ldd, it just manifests itself in the same way.
  33.  
  34. Reinstall the X libs !
  35.  
  36. rab
  37. -- 
  38. ------------------------------------------------------------------------
  39. Richard Brown                     | E-mail: rab@tauon.ph.unimelb.EDU.AU
  40. School of Physics                 | Phone : +61 3 344 5081
  41. University of Melbourne           | Fax   : +61 3 347 4783
  42. Parkville Victoria AUSTRALIA 3052 | Telex : AA35185
  43.