home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6912 < prev    next >
Encoding:
Text File  |  1992-07-28  |  1.6 KB  |  45 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!darwin.sura.net!wupost!gumby!yale!cs.yale.edu!news-mail-gateway!daemon
  3. From: unixsys@ssg.com (Rick Emerson)
  4. Subject: Re: /lib/libc2.2.2
  5. Message-ID: <J94moB3w165w@ssg.com>
  6. Sender: wxsat!unixsys@uu3.psi.com
  7. Organization: System Support Group
  8. References: <199207281837.AA12315@istwok.ods.com>
  9. Date: Tue, 28 Jul 1992 22:01:06 GMT
  10. Lines: 33
  11.  
  12. X-Mn-Key: X11
  13. X-Mn-Key: GCC
  14.  
  15. David Engel <david@istwok.ods.com> writes:
  16.  
  17. > > This is an additional post To the one relating to xv.
  18. > > I've been trying to compile some X apps, the last couple of days.(oneko as
  19. > > an example)  The compile goes fine, but when run, it prints 
  20. > >     /lib/libc2.2.2
  21. > >     /lib/libm2.2.2
  22. > > 
  23. > > ... Any ideas, anyone?
  24. > The output you are seeing is from the code that informs the kernel
  25. > which shared libraries to use.  It is the first thing called by the
  26. > startup code (before main).  When argc == 0, that code prints the
  27. > required shared libs on stdout and then exits instead of actually
  28. > asking the kernel to load the libraries.  This is how ldd works.
  29. > [explanation omitted]
  30.  
  31. xv -ro -max -q [image file] & 
  32. works like a champ here when displaying an image on the root (i.e.,
  33. background) window.
  34.  
  35. Rick
  36.  
  37.  
  38. | Richard B. Emerson     | Replies may be sent to:                         |
  39. | System Support Group   |         unixsys@ssg.com  -or-  rick@ssg.com     |
  40. | Post Office Box 180    |-------------------------------------------------+
  41. | Lansdale, PA 19446 USA |     "If I knew what I was doing,                |
  42. | Voice: 215.855.1607    |      I wouldn't do it." - Me                    |
  43.